/*! 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}

/* 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 */
.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 */
.indigo.hx_tree_popup_line{
  border-top: 2px dotted #5A2BB8;
}

.indigo.hx_tree_popup{
  border: 1px solid #5A2BB8;
}  

.indigo.hx-tree-popup-close{
  border: 1px solid #5A2BB8;
}/* 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;
}

/* 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 */
.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 */
.indigo.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="%235A2BB8" 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 > .indigo.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="%235A2BB8" 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;  
}
.indigo.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="%235A2BB8" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%235A2BB8" cx="8" cy="12" r="3.5"/> </svg> ');
}
.indigo.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="%235A2BB8" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23340088" 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>');
}
.indigo.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="%235A2BB8" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23340088" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.indigo.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="%235A2BB8" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.indigo.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="%235A2BB8" 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="%235A2BB8" 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> ');
}
.indigo.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="%235A2BB8" 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="%235A2BB8" 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="%235A2BB8" 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> ');
}
.indigo.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="%235A2BB8" 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="%235A2BB8" 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="%235A2BB8" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.indigo.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="%235A2BB8" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%235A2BB8" 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> ');
}
.indigo.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="%235A2BB8" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%235A2BB8" 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="%23340088" 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>');
}
.indigo.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="%235A2BB8" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%235A2BB8" 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="%23340088" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.indigo.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="%235A2BB8" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%235A2BB8" 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="%23340088" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.indigo.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="%235A2BB8" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.indigo.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="%235A2BB8" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%235A2BB8" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> </svg>');
}
.indigo.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="%235A2BB8" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%235A2BB8" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23340088" 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> ');
}
.indigo.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="%235A2BB8" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%235A2BB8" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23340088" 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>');
}


/* 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 > .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 > .indigo.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="%235A2BB8" 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 > .indigo.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="%235A2BB8" 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="%235A2BB8" 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 > .indigo.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="%235A2BB8" 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="%235A2BB8" 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 > .indigo.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="%235A2BB8" 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 > .indigo.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="%235A2BB8" 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 > .indigo.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="%235A2BB8" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23340088" 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 > .indigo.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="%235A2BB8" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23340088" 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 > .indigo.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="%235A2BB8" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23340088" 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>');
}



/* 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: .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: .indigo */
.indigo.hx_tree_label.selected, .indigo.hx_tree_label:hover{
  color: #1f2937;
}

/* Tree buttons */
.indigo.hx_tree_button.selected{
  border: 1px solid #5A2BB8;
  border-radius: 3px;
}

.indigo.hx_tree_button:hover{
  border: 1px solid #1f2937;
  border-radius: 3px;
}

/* Selected tail */
.indigo.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="%235A2BB8" stroke-linejoin="round" x1="0" y1="12" x2="32" y2="12"/> </svg> ');
  background-size: 32px 24px;
  background-position: 0 0;  
}

/* Tail circle */
.indigo.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="%235A2BB8" cx="3.5" cy="12" r="3.5"/> </svg> ');
  background-size: 7px 24px;
  background-position: 0 0;
}

/* Tree search */
.indigo.hx_tree_search_input{
  border: 1px solid #5A2BB8;
}
/* 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;
}



/* 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 */
.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 */
.indigo.hx_tree_search:focus{
  display: inline;
  box-shadow: 0 0 0 1px #5A2BB8 inset;
  border-color: #5A2BB8;
  -webkit-box-shadow: 0 0 0 1px #5A2BB8 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;
}


.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> ');
}
.indigo.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="%231f2937" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23340088" 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>');
}
.indigo.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="%231f2937" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23340088" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%235A2BB8" d="M16.038,2L3.331,7.554l12.708,7.237l12.708-7.237L16.038,2z"/> </svg> ');
}
.indigo.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="%235A2BB8" 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="%23340088" 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="%231f2937" 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> ');
}
.indigo.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="%23340088" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%231f2937" 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="%235A2BB8" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.indigo.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="%231f2937" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%23340088" 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> ');
}
.indigo.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="%231f2937" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%23340088" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%235A2BB8" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.indigo.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="%231f2937" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%23340088" 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> ');
}
.indigo.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="%231f2937" d="M16,25.292l7.59-5.75l1.093-9.315L16,15.172V25.292z"/> <path fill="%23340088" d="M8.41,19.542l7.59,5.75v-10.12l-8.682-4.945L8.41,19.542z"/> <path fill="%235A2BB8" 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> ');
}
.indigo.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="%23340088" 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="%23340088" 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="%23340088" 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="%23340088" 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:%231f2937"/> <stop offset="0.7412" style="stop-color:%235A2BB8"/> <stop offset="1" style="stop-color:%235A2BB8"/> </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="%231f2937" 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:%231f2937"/> <stop offset="0.7412" style="stop-color:%235A2BB8"/> <stop offset="1" style="stop-color:%235A2BB8"/> </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="%231f2937" 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="%235A2BB8" 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="%235A2BB8" 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> ');
}
.indigo.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> ');
}
.indigo.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="%231f2937" d="M16.013,26.843L24.9,20.11l1.279-10.907l-10.166,5.79V26.843z"/> <path fill="%23340088" 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>');
}
.indigo.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="%231f2937" d="M16.036,26.842l8.887-6.732l1.279-10.907l-10.166,5.79V26.842z"/> <path fill="%23340088" d="M7.149,20.11l8.887,6.732V14.993L5.87,9.203L7.149,20.11z"/> <path fill="%235A2BB8" 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> ');
}
.indigo.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="%235A2BB8" 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="%235A2BB8" d="M21.268,13.651l0.022-0.012L10.822,8.327L8.69,9.112l10.048,5.857L21.268,13.651z"/> <polygon fill="%231f2937" points="10.222,9.247 10.781,9.041 19.858,13.647 18.756,14.221 "/> <polyline fill="%231f2937" 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="%23340088" 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="%231f2937" 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="%23340088" 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> ');
}
.indigo.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="%235A2BB8" points="8.748,7.424 19.242,12.985 22.714,11.214 12.15,6.13 "/> <polygon fill="%231f2937" points="19.9,26.094 21.862,24.727 22.626,12.626 20.379,13.814 20.237,17.432 "/> <polygon fill="%23340088" 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="%231f2937" 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="%235A2BB8" 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>');
}
.indigo.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="%23340088" 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="%23340088" 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="%231f2937" 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:%231f2937"/> <stop offset="0.6157" style="stop-color:%235A2BB8"/> </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="%231f2937" 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="%23340088" 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="%235A2BB8" 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> ');
}
.indigo.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="%23340088" 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="%23340088" 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="%231f2937" 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="%231f2937" 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:%231f2937"/> <stop offset="0.6157" style="stop-color:%235A2BB8"/> </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="%231f2937" 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="%23340088" 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="%235A2BB8" 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="%235A2BB8" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.indigo.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="%23340088" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%231f2937" 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="%231f2937" d="M3.332,9.397l-0.549,8.462l5.029-2.68C7.812,15.178,3.922,10.158,3.332,9.397z"/> </svg> ');
}
.indigo.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="%23340088" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%235A2BB8" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%231f2937" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.indigo.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="%23340088" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%231f2937" 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> ');
}
.indigo.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="%23340088" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%235A2BB8" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%231f2937" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.indigo.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="%231f2937" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23340088" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%235A2BB8" 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> ');
}
.indigo.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="%231f2937" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23340088" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%235A2BB8" 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> ');
}
.indigo.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="%231f2937" 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="%231f2937" 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="%231f2937" 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="%231f2937" 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="%23340088" 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="%23340088" 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="%23340088" 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="%23340088" 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="%235A2BB8" 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="%235A2BB8" 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="%235A2BB8" 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="%235A2BB8" 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>');
}
.indigo.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>');
}
.indigo.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>');
}
.indigo.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="%235A2BB8" 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="%235A2BB8" cx="14.815" cy="24.113" rx="3.527" ry="3.163"/> </svg>');
}
.indigo.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="%235A2BB8" 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="%231f2937" 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="%23340088" 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>');
}
.indigo.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="%235A2BB8" 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="%231f2937" 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="%23340088" 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> ');
}


.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>');
}
.indigo.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>');
}
.indigo.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>');
}
.indigo.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>');
}
.indigo.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>');
}
.indigo.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>');
}
.indigo.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="%231f2937" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23340088" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%235A2BB8" 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> ');
}
.indigo.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="%231f2937" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23340088" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%235A2BB8" 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> ');
}
.indigo.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="%231f2937" 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="%23340088" 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="%235A2BB8" 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>');
}
.indigo.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="%231f2937" 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="%231f2937" 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="%23340088" d="M19.117,11.767l-0.028,2.152l1.973,0.94l0.207-9.426l-2.077-1.024L19.117,11.767z"/> <polyline fill="%235A2BB8" 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="%235A2BB8" points="21.27,5.434 27.914,1.975 25.837,1.045 19.193,4.409 "/> </svg> ');
}
.indigo.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="%23340088" d="M20.607,14.107L20.607,14.107l0.157-4.683L14.43,6.257l0.043,4.532L20.607,14.107z"/> <path fill="%231f2937" d="M26.24,10.789l0.329-4.532l-5.805,3.167l-0.157,4.683L26.24,10.789z"/> <path fill="%235A2BB8" d="M20.764,9.424l5.805-3.167l-6.305-2.831L14.43,6.257L20.764,9.424z"/> <path fill="%235A2BB8" d="M15.592,26.264l2.879-1.699l-6.365-13.186l-3.05,1.388L15.592,26.264z"/> <path fill="%23340088" 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="%231f2937" d="M11.244,23.617l-0.007,5.565l2.77-1.637l0.044-2.219L11.244,23.617z"/> </svg> ');
}
.indigo.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:%235A2BB8"/> <stop offset="0.7108" style="stop-color:%231f2937"/> </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:%235A2BB8"/> <stop offset="0.7108" style="stop-color:%231f2937"/> </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:%235A2BB8"/> <stop offset="0.7108" style="stop-color:%231f2937"/> </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:%235A2BB8"/> <stop offset="0.7108" style="stop-color:%231f2937"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.indigo.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:%235A2BB8"/> <stop offset="0.7108" style="stop-color:%231f2937"/> </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:%235A2BB8"/> <stop offset="0.7108" style="stop-color:%231f2937"/> </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:%235A2BB8"/> <stop offset="0.7108" style="stop-color:%231f2937"/> </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:%235A2BB8"/> <stop offset="0.7108" style="stop-color:%231f2937"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.indigo.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:%235A2BB8"/> <stop offset="0.7108" style="stop-color:%231f2937"/> </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:%235A2BB8"/> <stop offset="0.7108" style="stop-color:%231f2937"/> </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:%235A2BB8"/> <stop offset="0.7108" style="stop-color:%231f2937"/> </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:%235A2BB8"/> <stop offset="0.7108" style="stop-color:%231f2937"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.indigo.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="%231f2937" d="M19.374,23.968l2.621-1.887l0.072-2.818l-2.674,1.842L19.374,23.968z"/> <path fill="%23340088" d="M7.285,13.188l0.253,2.845l11.837,7.935l0.02-2.863L7.285,13.188z"/> <path fill="%235A2BB8" d="M9.919,11.929l-2.634,1.259l12.109,7.917l2.674-1.842L9.919,11.929z"/> </svg>');
}
.indigo.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="%231f2937" 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="%235A2BB8" 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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </radialGradient> <ellipse fill="url(%23SVGID_1_)" cx="15.926" cy="11.541" rx="5.036" ry="6.374"/> </svg>');
}
.indigo.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="%235A2BB8" 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="%235A2BB8" 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>');
}


.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>');
}
.indigo.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="%23340088" 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="%23340088" 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="%23340088" points="4.747,11.015 8.593,8.462 18.866,14.556 14.304,18.368 "/> <polygon fill="%231f2937" points="13.915,18.068 8.593,8.462 4.747,11.015 "/> <polygon fill="%231f2937" points="15.346,10.142 13.819,6.224 10.806,7.449 "/> </svg> ');
}
.indigo.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="%23340088" 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="%231f2937" 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="%231f2937" points="8.336,8.072 9.45,7.646 19.795,13.411 18.198,14.219 "/> </svg>');
}
.indigo.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="%231f2937" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23340088" d="M5.082,22.715l10.924,6.759V17.578L3.51,11.765L5.082,22.715z"/> <polygon fill="%235A2BB8" 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="%235A2BB8" points="28.502,11.765 16.906,10.112 4.272,5.63 16.006,7.304 "/> </svg>');
}
.indigo.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="%231f2937" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23340088" d="M5.082,22.715l10.924,6.759V17.578L3.509,11.765L5.082,22.715z"/> <polygon fill="%235A2BB8" points="16.006,7.304 3.509,11.765 16.006,17.578 28.502,11.765 "/> </svg>');
}
.indigo.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="%23340088" points="11.78,19.237 11.109,8.274 21.725,13.556 20.96,25.338 "/> <path fill="%231f2937" 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="%23340088" 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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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="%231f2937" points="13.504,18.315 11.775,19.157 11.109,8.274 13.15,9.29 "/> <polygon fill="%235A2BB8" 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>');
}
.indigo.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="%231f2937" 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="%23340088" 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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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>');
}
.indigo.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="%235A2BB8" 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="%23340088" 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="%231f2937" 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>');
}
.indigo.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="%235A2BB8" 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="%23340088" 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="%231f2937" 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>');
}


.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>');
}
.indigo.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> ');
}
.indigo.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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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:%231f2937"/> <stop offset="0.3802" style="stop-color:%235A2BB8"/> </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="%23340088" 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> ');
}
.indigo.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="%231f2937" d="M13.146,27.92l7.69-5.789l1.107-9.379l-8.797,4.979V27.92z"/> <path fill="%23340088" 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> ');
}
.indigo.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="%231f2937" d="M13.24,27.766l7.511-4.876l1.081-10.935l-8.592,4.186L13.24,27.766z"/> <path fill="%23340088" d="M5.728,22.89l7.511,4.876l0-11.625l-8.592-4.186L5.728,22.89z"/> <path fill="%235A2BB8" 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="%23340088" points="4.647,11.955 1.352,7.299 11.735,11.466 13.24,16.141 "/> <polygon fill="%235A2BB8" points="5.728,22.89 2.299,25.061 10.371,31.669 13.24,27.766 "/> </svg> ');
}
.indigo.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="%231f2937" d="M13.061,28.155l7.59-5.75l1.093-9.315l-8.683,4.945V28.155z"/> <path fill="%23340088" d="M5.471,22.405l7.59,5.75v-10.12L4.378,13.09L5.471,22.405z"/> <path fill="%235A2BB8" d="M21.743,13.09l-8.683-3.795L4.378,13.09l8.682,4.945L21.743,13.09z"/> </svg> ');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23340088" 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="%23340088" width="9.982" height="3.133"/> </svg>');
}
.indigo.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="%23340088" 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="%23340088" 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>');
}
.indigo.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="%23340088" 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="%23340088" 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> ');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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="%23340088" d="M15.005,25.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V25.74z"/> <path fill="%23340088" 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> ');
}
.indigo.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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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:%231f2937"/> <stop offset="0.3802" style="stop-color:%235A2BB8"/> </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="%23340088" 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>');
}
.indigo.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:%235A2BB8"/> <stop offset="0.2588" style="stop-color:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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="%23340088" 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> ');
}
.indigo.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="%23340088" 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> ');
}
.indigo.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="%235A2BB8" d="M3.863,21.472l7.511,5.633V11.027L3.863,21.472z"/> <path fill="%231f2937" d="M11.374,27.105l7.452-5.633l-7.452-10.445V27.105z"/> </svg>');
}
.indigo.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="%23340088" 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="%23340088" 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>');
}


.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>');
}
.indigo.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>');
}
.indigo.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="%235A2BB8" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23340088" 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="%231f2937" 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:%235A2BB8"/> <stop offset="0.2588" style="stop-color:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23340088" 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="%23340088" width="9.982" height="3.133"/> </svg> ');
}
.indigo.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="%23340088" 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="%23340088" 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>');
}
.indigo.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="%23340088" 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="%23340088" 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> ');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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> ');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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="%23340088" d="M15.011,27.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V27.74z"/> <path fill="%23340088" 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>');
}
.indigo.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="%235A2BB8" points="7.678,19.42 5.975,20.374 17.596,27.741 16.633,24.914 "/> <path fill="%23340088" 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="%231f2937" 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:%235A2BB8"/> <stop offset="0.2588" style="stop-color:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </linearGradient> <polygon fill="url(%23SVGID_2_)" points="13.324,2.978 11.34,3.836 20.658,31.718 22.327,30.44 "/> </svg>');
}
.indigo.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="%235A2BB8" d="M3.87,22.472l7.511,5.633V12.027L3.87,22.472z"/> <path fill="%231f2937" d="M11.381,28.105l7.452-5.633l-7.452-10.445V28.105z"/> </svg>');
}
.indigo.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:%235A2BB8"/> <stop offset="0.2588" style="stop-color:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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="%23340088" 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>');
}
.indigo.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="%231f2937" d="M11.859,27.155l5.665-4.292l0.815-6.953l-6.481,3.691V27.155z"/> <path fill="%23340088" d="M6.194,22.863l5.665,4.292v-7.554L5.378,15.91L6.194,22.863z"/> <path fill="%235A2BB8" 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>');
}


.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>');
}


.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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%235A2BB8" points="13.103,16.158 24.259,5 27.001,7.741 15.843,18.898 12.19,19.811 "/> <path fill="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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> ');
}
.indigo.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="%23340088" 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> ');
}
.indigo.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="%235A2BB8" points="25.002,7 5.002,14.308 10.363,18.148 "/> <polygon fill="%23340088" points="12.733,19.74 19.727,24.78 25.002,7 "/> <polygon fill="%231f2937" points="14.974,21.355 10.809,25 12.733,19.74 "/> </svg> ');
}
.indigo.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="%23340088" 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> ');
}
.indigo.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="%231f2937" 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="%231f2937" 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="%231f2937" 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="%231f2937" 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="%23340088" 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="%23340088" 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="%23340088" 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="%23340088" 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="%235A2BB8" 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="%235A2BB8" 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="%235A2BB8" 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="%235A2BB8" 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>');
}
.indigo.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="%235A2BB8" 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="%23340088" 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>');
}
.indigo.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="%23340088" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.indigo.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="%23340088" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.indigo.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:%23340088"/> <stop offset="1" style="stop-color:%231f2937"/> </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:%231f2937"/> <stop offset="1" style="stop-color:%23340088"/> </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="%235A2BB8" 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="%231f2937" points="9.354,28.651 8.675,27.06 4.392,25.079 5.103,26.62 9.354,28.651 "/> <polyline fill="%231f2937" points="8.675,27.06 9.354,28.651 14.342,20.324 13.763,18.772 8.675,27.06 "/> <polyline fill="%235A2BB8" 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>');
}


.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> ');
}
.indigo.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="%231f2937" 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:%235A2BB8"/> <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:%231f2937"/> </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="%23340088" 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="%23340088" 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="%23340088" 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> ');
}
.indigo.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="%231f2937" 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="%235A2BB8" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> </svg> ');
}
.indigo.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="%231f2937" 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="%235A2BB8" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> <polygon fill="%235A2BB8" points="8.744,18.827 9.039,23.99 13.098,26.909 12.969,21.648 "/> </svg> ');
}
.indigo.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="%23340088" 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="%23340088" 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="%23340088" 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="%23340088" points="22.966,12.932 22.708,18.072 23.774,18.402 24.197,11.436 "/> <polyline fill="%235A2BB8" points="10.982,18.987 10.932,18.065 5.695,18.065 5.494,18.987 10.982,18.987 "/> <polyline fill="%235A2BB8" points="4.974,11.092 4.744,11.946 10.591,11.946 10.544,11.092 4.974,11.092 "/> <polyline fill="%235A2BB8" points="3.277,3.154 2.997,3.904 11.947,3.904 12.037,3.154 3.277,3.154 "/> <polyline fill="%235A2BB8" points="20.832,27.926 20.76,29.938 23.322,25.917 22.328,25.652 20.832,27.926 "/> <polyline fill="%235A2BB8" points="21.116,20.113 21.04,22.198 23.774,18.402 22.708,18.072 21.116,20.113 "/> <polygon fill="%235A2BB8" 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="%231f2937" 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="%231f2937" 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="%231f2937" points="4.898,13.355 5.494,18.987 5.695,18.065 5.207,13.355 "/> <polygon fill="%231f2937" points="4.4,5.521 4.066,5.521 4.744,11.946 4.974,11.092 "/> </svg>');
}
.indigo.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="%23340088" 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="%235A2BB8" points="16.561,21.627 15.399,22.37 19.729,25.125 19.793,23.636 16.561,21.627 "/> <polyline fill="%235A2BB8" points="16.64,14.392 15.396,15.081 20.048,17.66 20.109,16.261 16.64,14.392 "/> <polyline fill="%235A2BB8" points="11.554,18.524 10.395,19.181 14.233,21.627 14.215,20.174 11.554,18.524 "/> <polyline fill="%235A2BB8" points="11.303,11.515 10.062,12.122 14.154,14.392 14.14,13.043 11.303,11.515 "/> <polygon fill="%235A2BB8" points="21.963,9.693 23.294,8.99 9.839,3 8.508,3.527 "/> <polyline fill="%231f2937" points="16.608,17.237 15.396,16.544 15.399,22.37 16.561,21.627 16.608,17.237 "/> <polyline fill="%231f2937" points="15.396,15.081 16.64,14.392 16.701,9.001 15.396,8.377 15.396,15.081 "/> <polyline fill="%231f2937" points="11.403,14.267 10.13,13.538 10.395,19.181 11.554,18.524 11.403,14.267 "/> <polyline fill="%231f2937" points="11.116,6.332 9.753,5.679 10.062,12.122 11.303,11.515 11.116,6.332 "/> <polygon fill="%231f2937" points="23.294,8.99 21.963,9.693 20.966,27.28 22.111,26.434 "/> </svg>');
}
.indigo.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="%235A2BB8" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%231f2937" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23340088" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.indigo.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="%231f2937" 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="%235A2BB8" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.indigo.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="%235A2BB8" 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="%235A2BB8" 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="%235A2BB8" 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="%235A2BB8" 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="%231f2937" 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="%231f2937" 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="%231f2937" 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="%231f2937" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23340088" 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="%23340088" 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="%23340088" 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="%23340088" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.indigo.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="%235A2BB8" 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="%231f2937" 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="%23340088" 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> ');
}
.indigo.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="%235A2BB8" 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="%231f2937" 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="%23340088" 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>');
}
.indigo.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="%235A2BB8" 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="%235A2BB8" 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="%231f2937" 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="%231f2937" 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="%23340088" 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="%23340088" 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="%231f2937" 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="%235A2BB8" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.indigo.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="%235A2BB8" 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="%235A2BB8" 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="%231f2937" 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="%231f2937" 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="%23340088" 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="%23340088" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%231f2937" 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="%235A2BB8" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.indigo.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="%231f2937" 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="%231f2937" points="25.771,11.452 21.202,14.117 20.936,19.843 25.311,17.039 "/> <path fill="%23340088" 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="%235A2BB8" d="M21.202,14.117l4.569-2.665L10.402,4.128L5.827,6.112L21.202,14.117z"/> </svg> ');
}
.indigo.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="%231f2937" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%231f2937" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%231f2937" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%235A2BB8" 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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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> ');
}
.indigo.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="%231f2937" points="27.685,22.177 23.227,14.446 20.481,16.096 25.05,24.01 27.685,22.177 "/> <polyline fill="%231f2937" 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="%231f2937" 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="%235A2BB8" points="22.327,22.177 22.017,21.643 20.801,22.143 18.259,23.806 22.327,22.177 "/> <polyline fill="%235A2BB8" 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="%235A2BB8" points="9.295,9.024 11.497,10.414 14.213,9.024 11.997,7.691 "/> <polygon fill="%235A2BB8" points="18.875,9.864 16.42,8.428 13.654,9.864 16.102,11.361 "/> <polyline fill="%23340088" 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="%23340088" 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="%23340088" 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> ');
}
.indigo.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="%231f2937" 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="%231f2937" 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="%231f2937" 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="%231f2937" 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="%235A2BB8" 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> ');
}
.indigo.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="%235A2BB8" 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="%231f2937" 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="%23340088" 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="%235A2BB8" 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> ');
}
.indigo.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="%231f2937" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23340088" 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="%235A2BB8" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%235A2BB8" 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> ');
}


.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>');
}
.indigo.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:%235A2BB8"/> <stop offset="0.7538" style="stop-color:%231f2937"/> </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:%231f2937"/> <stop offset="0.6157" style="stop-color:%23340088"/> </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:%231f2937"/> <stop offset="0.6157" style="stop-color:%23340088"/> </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:%235A2BB8"/> <stop offset="0.7538" style="stop-color:%231f2937"/> </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:%231f2937"/> <stop offset="0.6157" style="stop-color:%23340088"/> </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="%235A2BB8" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.indigo.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="%23340088" 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="%23340088" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23340088" 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:%231f2937"/> <stop offset="0.6157" style="stop-color:%23340088"/> </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="%231f2937" 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="%235A2BB8" 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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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="%235A2BB8" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.indigo.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> ');
}
.indigo.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="%23340088" points="19.121,27.246 19.121,22.904 17.674,16.878 17.674,20.087 19.121,27.246 "/> <path fill="%23340088" 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="%231f2937" 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="%231f2937" 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="%231f2937" d="M13.191,22.904v4.342l1.447-7.159v-3.206L13.191,22.904z"/> <path fill="%235A2BB8" 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> ');
}
.indigo.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="%23340088" 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="%231f2937" 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="%235A2BB8" 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>');
}
.indigo.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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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="%235A2BB8" 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="%235A2BB8" 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:%235A2BB8"/> <stop offset="1" style="stop-color:%23340088"/> </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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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:%23340088"/> <stop offset="0.7538" style="stop-color:%231f2937"/> </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>');
}
.indigo.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="%235A2BB8" 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="%235A2BB8" 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="%235A2BB8" 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="%235A2BB8" 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="%231f2937" 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="%231f2937" 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="%231f2937" 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="%231f2937" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23340088" 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="%23340088" 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="%23340088" 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="%23340088" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.indigo.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="%235A2BB8" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%231f2937" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23340088" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.indigo.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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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:%235A2BB8"/> <stop offset="0.7538" style="stop-color:%231f2937"/> </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> ');
}
.indigo.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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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="%235A2BB8" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.indigo.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:%235A2BB8"/> <stop offset="0.7538" style="stop-color:%231f2937"/> </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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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>');
}
.indigo.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="%235A2BB8" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%23340088" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%231f2937" 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> ');
}
.indigo.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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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="%235A2BB8" cx="18.609" cy="6.333" rx="5.579" ry="11.291"/> <path fill="%231f2937" 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> ');
}
.indigo.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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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="%235A2BB8" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> <path fill="%231f2937" 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> ');
}
.indigo.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="%231f2937" 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="%231f2937" 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="%23340088" 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="%23340088" 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="%235A2BB8" 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="%235A2BB8" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.indigo.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="%235A2BB8" 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="%231f2937" 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="%23340088" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%235A2BB8" 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>');
}


.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>');
}
.indigo.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> ');
}
.indigo.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="%231f2937" 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="%235A2BB8" 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> ');
}
.indigo.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="%231f2937" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23340088" 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> ');
}
.indigo.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="%231f2937" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23340088" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%235A2BB8" 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="%23340088" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%235A2BB8" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg> ');
}
.indigo.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="%231f2937" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%23340088" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%235A2BB8" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.indigo.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="%23340088" 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> ');
}
.indigo.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="%23340088" 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> ');
}
.indigo.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="%23340088" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23340088" 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="%23340088" width="9.982" height="3.133"/> </svg> ');
}
.indigo.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="%23340088" 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="%23340088" 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>');
}
.indigo.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="%23340088" 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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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="%23340088" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23340088" 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>');
}
.indigo.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="%231f2937" 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="%235A2BB8" 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> ');
}
.indigo.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:%231f2937"/> <stop offset="0.7412" style="stop-color:%235A2BB8"/> <stop offset="1" style="stop-color:%235A2BB8"/> </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="%235A2BB8" 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> ');
}
.indigo.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="%231f2937" 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="%235A2BB8" 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="%235A2BB8" cx="10.107" cy="20.787" rx="8.348" ry="5.736"/> </svg>');
}
.indigo.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="%23340088" width="3.281" height="10.342"/> <path fill="%23340088" 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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%235A2BB8" d="M3.866,22.47l7.511,5.633V12.026L3.866,22.47z"/> <path fill="%231f2937" 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>');
}


.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> ');
}
.indigo.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="%23340088" 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="%23340088" points="17.835,6.824 16.446,7.541 21.82,16.835 23.18,16.026 "/> <polygon fill="%231f2937" points="23.18,16.026 21.82,16.835 21.084,29.614 22.281,28.71 "/> <polygon fill="%235A2BB8" points="9.407,3.003 8,3.566 16.446,7.541 17.835,6.824 "/> <polyline fill="%235A2BB8" points="21.82,16.835 16.446,7.541 12.154,16.245 21.82,16.835 "/> </svg>');
}
.indigo.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> ');
}
.indigo.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="%231f2937" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%235A2BB8" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23340088" 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="%231f2937" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%235A2BB8" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23340088" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%235A2BB8" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.indigo.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="%23340088" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%231f2937" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%235A2BB8" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23340088" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%231f2937" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%235A2BB8" 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> ');
}
.indigo.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="%23340088" points="5.324,6.839 5.617,12.196 20.214,20.706 20.432,15.005 5.324,6.839 "/> <polyline fill="%231f2937" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%235A2BB8" 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>');
}
.indigo.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="%23340088" 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="%231f2937" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%235A2BB8" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%231f2937" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%235A2BB8" 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> ');
}
.indigo.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="%23340088" points="2.662,16.687 2.857,19.067 5.776,21.047 5.627,18.64 2.662,16.687 "/> <polyline fill="%23340088" points="4.716,15.562 6.631,14.512 3.787,12.736 3.945,15.07 4.716,15.562 "/> <polyline fill="%23340088" points="12.767,20.713 12.721,18.305 9.606,16.371 9.699,18.751 12.767,20.713 "/> <polyline fill="%231f2937" points="5.627,18.64 5.776,21.047 9.699,18.751 9.606,16.371 5.627,18.64 "/> <polyline fill="%231f2937" points="12.721,18.305 12.767,20.713 13.985,14.484 13.957,12.16 12.721,18.305 "/> <polyline fill="%235A2BB8" 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> ');
}
.indigo.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="%23340088" 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="%231f2937" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%235A2BB8" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%231f2937" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%235A2BB8" 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> ');
}
.indigo.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="%231f2937" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%231f2937" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%235A2BB8" 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>');
}
.indigo.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="%23340088" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%23340088" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%23340088" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%231f2937" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%231f2937" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%235A2BB8" 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>');
}
.indigo.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="%235A2BB8" 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="%231f2937" 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="%23340088" 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="%235A2BB8" 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="%231f2937" 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="%23340088" 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>');
}
.indigo.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> ');
}
.indigo.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="%231f2937" 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="%23340088" 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="%235A2BB8" 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>');
}
.indigo.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="%231f2937" 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="%231f2937" 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="%23340088" 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="%23340088" 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="%235A2BB8" 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="%235A2BB8" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.indigo.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="%235A2BB8" 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="%231f2937" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23340088" 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> ');
}
.indigo.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="%231f2937" 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="%235A2BB8" 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="%23340088" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.indigo.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="%231f2937" 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="%235A2BB8" 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="%23340088" 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>');
}
.indigo.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="%231f2937" 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="%235A2BB8" 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="%23340088" 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>');
}
.indigo.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:%235A2BB8"/> <stop offset="0.2588" style="stop-color:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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="%23340088" 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> ');
}
.indigo.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="%23340088" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%235A2BB8" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%235A2BB8" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%231f2937" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23340088" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23340088" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23340088" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23340088" 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="%235A2BB8" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%231f2937" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%231f2937" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%235A2BB8" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%235A2BB8" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%231f2937" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.indigo.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="%23340088" 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="%23340088" 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="%231f2937" 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="%231f2937" 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="%235A2BB8" 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>');
}
.indigo.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="%23340088" d="M7.49,15.974l-2.18-1.149l0.324,8.314l0.06,2.511l1.913,1.118L7.49,15.974z"/> <path fill="%231f2937" d="M9.407,14.768L7.49,15.974l0.116,10.794l1.896-0.766L9.407,14.768z"/> <path fill="%235A2BB8" 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="%231f2937" points="10.81,6.499 9.093,0.456 6.38,1.788 8.186,7.936 10.81,6.499 "/> <polyline fill="%235A2BB8" points="12.993,11.009 15.601,9.452 10.81,6.499 8.186,7.936 12.993,11.009 "/> <polyline fill="%235A2BB8" points="4.719,6.05 5.546,3.923 3.122,2.888 0.514,4.164 4.719,6.05 "/> <path fill="%23340088" 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="%231f2937" 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>');
}
.indigo.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="%23340088" points="1.376,22.119 1.604,24.897 5.011,27.208 4.837,24.398 1.376,22.119 "/> <polyline fill="%23340088" points="3.774,20.806 6.009,19.58 2.689,17.507 2.873,20.231 3.774,20.806 "/> <polyline fill="%23340088" points="13.171,26.818 13.117,24.007 9.482,21.75 9.59,24.528 13.171,26.818 "/> <polyline fill="%231f2937" points="4.837,24.398 5.011,27.208 9.59,24.528 9.482,21.75 4.837,24.398 "/> <polyline fill="%231f2937" points="13.117,24.007 13.171,26.818 14.592,19.547 14.56,16.835 13.117,24.007 "/> <polyline fill="%235A2BB8" 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>');
}
.indigo.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="%231f2937" 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="%23340088" 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="%235A2BB8" 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>');
}
.indigo.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="%235A2BB8" d="M5.023,22.745l7.511,5.633V12.301L5.023,22.745z"/> <path fill="%231f2937" 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> ');
}


.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>');
}
.indigo.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>');
}
.indigo.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="%231f2937" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%231f2937" 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="%235A2BB8" 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="%235A2BB8" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23340088" 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>');
}
.indigo.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="%231f2937" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23340088" 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>');
}
.indigo.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="%231f2937" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23340088" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%235A2BB8" 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="%23340088" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%235A2BB8" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg>');
}
.indigo.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="%231f2937" d="M12.061,29.157l7.59-5.75l1.093-9.315l-8.683,4.945V29.157z"/> <path fill="%23340088" d="M4.471,23.407l7.59,5.75v-10.12l-8.683-4.945L4.471,23.407z"/> <path fill="%235A2BB8" d="M20.743,14.092l-8.683-3.795l-8.683,3.795l8.683,4.945L20.743,14.092z"/> </svg>');
}
.indigo.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="%231f2937" points="24.262,11.216 22.501,12.245 21.334,32 22.879,30.841 "/> <polyline fill="%231f2937" 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="%235A2BB8" 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="%235A2BB8" points="22.501,12.245 24.262,11.216 6.422,2.525 4.653,3.285 "/> <path fill="%23340088" 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>');
}
.indigo.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:%235A2BB8"/> <stop offset="0.2588" style="stop-color:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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="%23340088" 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>');
}
.indigo.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="%23340088" width="3.281" height="10.342"/> <path fill="%23340088" 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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" d="M7.256,26.46l-5.775-5.295l5.775-5.275v3.133L4.908,21.17l2.348,2.157V26.46z"/> <path fill="%23340088" 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="%23340088" width="9.982" height="3.133"/> </svg>');
}
.indigo.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="%23340088" 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="%23340088" 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>');
}
.indigo.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="%23340088" 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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%231f2937" d="M11.268,24.116l5.586-4.232l0.804-6.856l-6.39,3.64V24.116z"/> <path fill="%23340088" d="M5.682,19.884l5.586,4.232v-7.448l-6.39-3.64L5.682,19.884z"/> <path fill="%235A2BB8" 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>');
}
.indigo.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="%235A2BB8" d="M3.87,19.472l7.511,5.633V9.027L3.87,19.472z"/> <path fill="%231f2937" d="M11.381,25.105l7.452-5.633L11.381,9.027V25.105z"/> </svg>');
}
.indigo.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="%23340088" stroke-width="0" stroke-linecap="round" stroke-linejoin="round" x1="12.664" y1="25.055" x2="10.007" y2="25.055"/> <path fill="%23340088" 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> ');
}
.indigo.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="%23340088" 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> ');
}
.indigo.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="%23340088" points="18.014,26.499 18.349,20.786 12.948,17.729 12.844,23.323 18.014,26.499 "/> <polygon fill="%23340088" points="18.78,11.733 13.075,8.855 12.963,15.036 13.804,15.505 18.408,18.071 "/> <polyline fill="%231f2937" points="18.349,20.786 18.014,26.499 19.569,25.406 19.963,19.737 18.349,20.786 "/> <polygon fill="%231f2937" points="20.476,10.744 18.78,11.733 18.408,18.071 19.167,17.58 20.037,17.03 "/> <polyline fill="%235A2BB8" 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="%235A2BB8" points="20.476,10.744 14.786,7.955 13.075,8.855 18.78,11.733 "/> <polyline fill="%23340088" 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="%231f2937" points="16.529,21.99 14.858,23.172 14.536,28.758 16.136,27.553 16.529,21.99 "/> <polyline fill="%235A2BB8" 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="%23340088" 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="%231f2937" points="13.193,24.358 11.471,25.575 11.14,31.33 12.787,30.088 13.193,24.358 "/> <polyline fill="%235A2BB8" 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>');
}
.indigo.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="%235A2BB8" 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="%23340088" 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="%235A2BB8" points="12.715,12.962 11.289,13.689 13.969,15.073 13.969,13.661 "/> <polygon fill="%231f2937" points="17.049,16.668 18.482,16 18.482,11.821 17.083,11.086 "/> <polygon fill="%235A2BB8" points="20.009,18.2 21.402,17.338 18.482,16 17.049,16.668 "/> <polygon fill="%231f2937" points="24.526,15.073 26.174,14.017 26.493,9.468 24.787,10.47 "/> <polygon fill="%23340088" points="7.507,1.741 24.787,10.47 24.526,15.073 7.776,6.273 "/> <polygon fill="%231f2937" points="21.402,17.338 17.208,20.986 15.415,22.015 20.009,18.2 "/> </svg>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%231f2937" points="16.013,21.087 4.278,21.896 4.429,24.323 16.013,23.514 16.013,21.087 "/> <polyline fill="%231f2937" points="18.003,15.213 12.593,18.746 14.395,19.976 18.003,17.597 18.003,15.213 "/> <polygon fill="%235A2BB8" 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>');
}
.indigo.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="%23340088" points="4.374,19.059 4.601,21.837 8.009,24.148 7.835,21.338 4.374,19.059 "/> <polyline fill="%23340088" points="6.772,17.746 9.007,16.52 5.687,14.448 5.871,17.171 6.772,17.746 "/> <polyline fill="%23340088" points="16.169,23.758 16.114,20.947 12.479,18.69 12.588,21.468 16.169,23.758 "/> <polyline fill="%231f2937" points="7.835,21.338 8.009,24.148 12.588,21.468 12.479,18.69 7.835,21.338 "/> <polyline fill="%231f2937" points="16.114,20.947 16.169,23.758 17.59,16.488 17.558,13.775 16.114,20.947 "/> <polyline fill="%235A2BB8" 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>');
}
.indigo.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="%231f2937" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%231f2937" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%231f2937" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%235A2BB8" 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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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>');
}


.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> ');
}
.indigo.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="%235A2BB8" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <path fill="%235A2BB8" 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="%23340088" 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="%23340088" 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="%231f2937" 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="%235A2BB8" 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> ');
}


.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> ');
}
.indigo.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="%231f2937" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%235A2BB8" 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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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="%231f2937" 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="%235A2BB8" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%231f2937" 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="%231f2937" 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="%23340088" 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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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>');
}
.indigo.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="%235A2BB8" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%235A2BB8" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%235A2BB8" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%235A2BB8" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%235A2BB8" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%235A2BB8" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%235A2BB8" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%231f2937" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%231f2937" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%231f2937" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23340088" 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="%23340088" 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>');
}
.indigo.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="%235A2BB8" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%235A2BB8" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%235A2BB8" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%235A2BB8" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%235A2BB8" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%235A2BB8" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%235A2BB8" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%231f2937" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%231f2937" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%231f2937" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23340088" 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="%23340088" 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>');
}
.indigo.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="%23340088" points="11.489,19.619 11.179,6.969 12.943,8.077 13.208,20.865 "/> <polygon fill="%23340088" points="15.388,22.021 17.079,23.193 17.079,10.035 15.274,8.93 "/> <polygon fill="%231f2937" points="13.208,20.865 14.439,20.216 14.343,7.668 12.943,8.077 "/> <polygon fill="%231f2937" points="17.079,23.193 18.355,22.292 18.447,9.469 17.079,10.035 "/> <polygon fill="%23340088" points="9.537,11.562 9.537,13.968 20.241,19.557 20.241,17.154 13.047,13.396 "/> <polygon fill="%235A2BB8" points="14.386,13.058 13.047,13.396 15.317,14.581 15.317,13.495 "/> <polygon fill="%235A2BB8" points="9.537,11.562 10.623,11.378 11.293,11.679 11.293,12.479 "/> <polygon fill="%235A2BB8" points="17.079,15.502 18.413,14.971 21.522,16.426 20.241,17.154 "/> <polygon fill="%231f2937" points="20.241,19.557 21.522,18.712 21.522,16.426 20.241,17.154 "/> <polygon fill="%235A2BB8" points="12.943,8.077 14.343,7.668 12.584,6.653 11.179,6.969 "/> <polygon fill="%235A2BB8" 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>');
}
.indigo.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="%231f2937" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%23340088" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%235A2BB8" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.indigo.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="%235A2BB8" 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="%231f2937" 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:%235A2BB8"/> <stop offset="0.8492" style="stop-color:%231f2937"/> </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="%23340088" 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>');
}
.indigo.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="%235A2BB8" 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="%235A2BB8" 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="%231f2937" 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:%235A2BB8"/> <stop offset="0.8492" style="stop-color:%231f2937"/> </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="%23340088" 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>');
}
.indigo.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="%231f2937" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%231f2937" 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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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="%235A2BB8" 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="%23340088" 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>');
}
.indigo.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="%23340088" points="4.454,21.399 2.448,19.95 3.032,28.164 4.946,29.678 4.454,21.399 "/> <polyline fill="%23340088" points="9.341,21.691 7.454,22.794 7.563,25.429 9.496,26.851 9.341,21.691 "/> <path fill="%23340088" 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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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="%235A2BB8" points="16.106,14.789 14.073,13.549 2.448,19.95 4.454,21.399 16.106,14.789 "/> <path fill="%235A2BB8" 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="%231f2937" 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>');
}
.indigo.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="%23340088" points="22.51,13.101 20.507,14.26 20.402,16.711 22.256,17.818 22.51,13.101 "/> <polygon fill="%23340088" points="24.267,12.09 24.092,14.867 25.629,15.745 25.981,11.098 "/> <path fill="%235A2BB8" 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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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="%231f2937" 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>');
}
.indigo.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="%23340088" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%235A2BB8" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%23340088" 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="%235A2BB8" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%231f2937" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%235A2BB8" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%235A2BB8" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%231f2937" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%235A2BB8" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%235A2BB8" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%231f2937" 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="%235A2BB8" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%23340088" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%235A2BB8" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%235A2BB8" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%23340088" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%235A2BB8" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%235A2BB8" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%235A2BB8" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%231f2937" 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> ');
}


.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>');
}
.indigo.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="%231f2937" 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="%235A2BB8" 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="%23340088" 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>');
}
.indigo.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="%231f2937" points="21.493,10.469 19.787,11.472 18.658,30.719 20.154,29.59 "/> <polyline fill="%235A2BB8" 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="%231f2937" 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="%235A2BB8" points="19.787,11.472 21.493,10.469 4.22,2.001 2.507,2.742 "/> <path fill="%23340088" 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>');
}
.indigo.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:%235A2BB8"/> <stop offset="0.7538" style="stop-color:%231f2937"/> </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="%231f2937" 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:%235A2BB8"/> <stop offset="0.7538" style="stop-color:%231f2937"/> </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="%23340088" 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="%231f2937" 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="%231f2937" 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>');
}
.indigo.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="%23340088" points="13.072,13.085 12.193,22.587 9.83,22.587 8.951,13.085 "/> <path fill="%23340088" 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>');
}
.indigo.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="%231f2937" 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="%235A2BB8" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%231f2937" d="M12.205,28.211l6.102-4.623l0.878-7.488l-6.98,3.975V28.211z"/> <path fill="%23340088" d="M6.103,23.589l6.102,4.623v-8.136L5.225,16.1L6.103,23.589z"/> <path fill="%235A2BB8" d="M19.185,16.1l-6.98-3.051L5.225,16.1l6.98,3.975L19.185,16.1z"/> </svg>');
}
.indigo.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="%235A2BB8" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%235A2BB8" 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="%235A2BB8" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%231f2937" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%231f2937" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%231f2937" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23340088" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23340088" 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="%23340088" 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> ');
}
.indigo.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="%235A2BB8" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%235A2BB8" 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="%235A2BB8" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%231f2937" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%231f2937" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%231f2937" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23340088" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23340088" 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="%23340088" 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>');
}
.indigo.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="%23340088" d="M17.767,14.696l-4.749,14.33h-2.529l4.749-14.33H17.767z"/> <path fill="%23340088" d="M8.993,25.959l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V25.959z"/> <path fill="%23340088" d="M24.749,21.664l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L24.749,21.664z"/> </svg>');
}
.indigo.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="%23340088" 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="%231f2937" 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="%23340088" 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>');
}
.indigo.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="%23340088" 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="%231f2937" 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="%23340088" 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>');
}
.indigo.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="%23340088" 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="%231f2937" 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="%23340088" 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>');
}


.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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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>');
}
.indigo.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="%231f2937" 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="%235A2BB8" 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="%231f2937" 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="%231f2937" 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="%231f2937" 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="%231f2937" 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="%235A2BB8" 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="%235A2BB8" 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="%235A2BB8" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23340088" 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="%23340088" width="9.982" height="3.133"/> </svg>');
}
.indigo.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="%23340088" 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="%23340088" 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>');
}
.indigo.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="%23340088" 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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%23340088" 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="%23340088" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23340088" 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>');
}
.indigo.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="%23340088" 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>');
}
.indigo.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="%231f2937" 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="%235A2BB8" 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="%235A2BB8" 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="%231f2937" 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="%235A2BB8" 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>');
}
.indigo.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="%23340088" 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="%231f2937" 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="%23340088" 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>');
}


.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>');
}
.indigo.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:%235A2BB8"/> <stop offset="1" style="stop-color:%231f2937"/> </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> ');
}
.indigo.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="%231f2937" 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="%235A2BB8" 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="%23340088" 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="%235A2BB8" 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="%231f2937" 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="%235A2BB8" 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="%23340088" 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>');
}
.indigo.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="%23340088" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%231f2937" 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="%235A2BB8" cx="14.686" cy="5.239" rx="7.024" ry="2.83"/> </svg> ');
}
.indigo.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="%23340088" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%231f2937" 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="%235A2BB8" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> </svg>');
}
.indigo.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="%23340088" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%231f2937" 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="%235A2BB8" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> <path fill="%23340088" 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> ');
}
.indigo.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="%23340088" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%231f2937" 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="%235A2BB8" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> </svg>');
}
.indigo.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="%231f2937" points="17.629,14.788 17.831,16.54 10.577,9.761 12.981,8.092 "/> <polygon fill="%23340088" points="17.831,16.54 14.262,16.532 10.787,11.524 13.192,9.855 "/> <polygon fill="%235A2BB8" points="12.981,8.092 13.192,9.855 10.787,11.524 10.577,9.761 "/> </svg>');
}
.indigo.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="%23340088" d="M14.787,13.303l-4.717,14.238H7.463L2.766,13.303h3.623l2.393,7.959l2.363-7.959H14.787z"/> <path fill="%23340088" 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="%23340088" 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>');
}


.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>');
}


/* 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;
}


.df-portal-body {
  display: flex;
  flex-flow: row wrap;
}

html {
  font-size: 14px;
}

body {
  overflow-y: auto;
}

.hx-page {
  border-top-left-radius: 1.5rem;
  background-color: white;
  width: calc(100% - 200px);
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  height: calc(100vh - 48px);
  overflow: scroll;
  /*margin-bottom: 24px;*/

  --bs-section-border-width: var(--bs-border-width);
  --bs-section-border-color: rgb(52 0 136);
  --bs-section-border-radius: var(--bs-border-radius);
}

.df-page-label {
  margin-top: 0px;
  margin-left: -12px;
  padding-left: 24px;
  padding-top: 10px;
  padding-bottom: 8px;
  color: white;
  background-image: linear-gradient(to right, rgb(95, 33, 165), rgb(31, 41, 55));  
  width: calc(100% + 24px);
  max-width: none;
  font-weight: 700;
  font-size: 20px;
  font-family: "Roboto";
}.nav-tabs .lightBlue.nav-link.active,
.nav-item > .lightBlue.nav-link.active{
  color: #269FBF;
}

/* Presunut do table */

.selectable.table-active > .lightBlue {
  --bs-table-bg: #269FBF25;
  box-shadow: none;
}

.lightBlue > tbody > tr:hover {
  --bs-table-bg: #269FBF10
}.nav-tabs .indigo.nav-link.active,
.nav-item > .indigo.nav-link.active{
  color: #340088;
}

/* Presunut do table */

.selectable.table-active > .indigo {
  --bs-table-bg: #34008825;
  box-shadow: none;
}

.indigo > tbody > tr:hover {
  --bs-table-bg: #34008810
}.nav-tabs .purple.nav-link.active,
.nav-item > .purple.nav-link.active{
  color: #FF66FF;
}

/* Presunut do table */

.selectable.table-active > .purple {
  --bs-table-bg: #FF66FF25;
  box-shadow: none;
}

.purple > tbody > tr:hover {
  --bs-table-bg: #FF66FF10
}.nav-tabs .grey.nav-link.active,
.nav-item > .grey.nav-link.active{
  color: #999999;
}

/* Presunut do table */

.selectable.table-active > .grey {
  --bs-table-bg: #99999925;
  box-shadow: none;
}

.grey > tbody > tr:hover {
  --bs-table-bg: #99999910
}

/* Logo */
.navbar-brand{
  resize:  both;
  margin-left: 24px;
  padding-top: 8px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex: 1 0 120px;
  height: 48px;  
}

.navbar-brand>a{
  width: 120px;
}

.navbar-brand>a>img{
  height: 40px;
}

.navbar-nav{
  padding-top: 4px;
}

li.nav-item:not(.has_icon) {
  margin-left: 40px;
}

li.nav-item>a>.hx_btn_icon {
  margin-left: 0px;
  margin-right: 16px;
}

a.hx-menu-link {
  display: flex;
  align-items: center;
}

.df-topbar {
  width: 100%;
  padding-bottom: 1.5rem;
  margin-bottom: -1.5rem;
  display: flex;
  flex-flow: row nowrap;
}

.df-top-right {
  flex: 1 0 120px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: end;
}

.df-top-item {
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
  position: relative;
}

.df-menu {
  width: 200px;
}

.df-topbar, .df-menu {
  background-color: rgb(31 41 55);
  color: rgb(229 231 235);
  font: 500 16px "Roboto";
  padding-left: 8px;
  padding-right: 8px;
  --bs-btn-color: white;
  --bs-navbar-active-color: rgb(229 231 235);
}

.hx-menu-link {
  border-bottom: solid transparent 2px;
  padding: 12px 4px;
}

.hx-menu-link>.hx-btn-icon {
  
}

/* temporary? */
li.hx-menu-item.df-menu-blue500>a.hx-menu-link:hover, li.hx-menu-item.df-menu-blue500>a.hx-menu-link.active {
  border-color: rgb(59 130 246);
}
li.hx-menu-item.df-menu-cyan500>a.hx-menu-link:hover, li.hx-menu-item.df-menu-cyan500>a.hx-menu-link.active {
  border-color: rgb(6 182 212);
}
li.hx-menu-item.df-menu-red500>a.hx-menu-link:hover, li.hx-menu-item.df-menu-red500>a.hx-menu-link.active {
  border-color: rgb(239 68 68);
}
li.hx-menu-item.df-menu-red300>a.hx-menu-link:hover, li.hx-menu-item.df-menu-red300>a.hx-menu-link.active {
  border-color: rgb(252 165 165);
}

.df-top-submenu {
  position: absolute;
  right: 0px;
  top: 24px;
  width: 144px;
  background-color: rgb(31 41 55);
  padding: 1em;
  display: none;
  z-index: 10;
}

.df-top-item:hover>.df-top-submenu {
  display: block;
}

.df-top-submenu-item {
  padding: 8px;
}


.alert{
  padding-bottom: 16px;
}  

/* Boostrap messages css */
.alert > ul{
  margin-top: 8px;
  margin-bottom: 0 !important;
}

.alert > ul > li > pre{
  margin-bottom: 0;
}

/* 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 */
}


/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('./font/poppins/Poppins-ThinItalic.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('./font/poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('./font/poppins/Poppins-LightItalic.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./font/poppins/Poppins-Italic.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('./font/poppins/Poppins-MediumItalic.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('./font/poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('./font/poppins/Poppins-BoldItalic.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('./font/poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('./font/poppins/Poppins-BlackItalic.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('./font/poppins/Poppins-Thin.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('./font/poppins/Poppins-ExtraLight.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./font/poppins/Poppins-Light.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./font/poppins/Poppins-Regular.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./font/poppins/Poppins-Medium.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./font/poppins/Poppins-SemiBold.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./font/poppins/Poppins-Bold.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('./font/poppins/Poppins-ExtraBold.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('./font/poppins/Poppins-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  src: url('./font/roboto/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('./font/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('./font/roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('./font/roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('./font/roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('./font/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('./font/roboto/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoCond';
  src: url('./font/roboto/RobotoCondensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCond';
  src: url('./font/roboto/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCond';
  src: url('./font/roboto/RobotoCondensed-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'RobotoCond';
  src: url('./font/roboto/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCond';
  src: url('./font/roboto/RobotoCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCond';
  src: url('./font/roboto/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCond';
  src: url('./font/roboto/RobotoCondensed-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

.toast-container{
  top: 24px;
  width: 35vw;
}

.toast{
  border-color: var(--bs-section-border-color);
  width: 100%;
}


.toast-header {
  border-bottom: 1px solid var(--bs-section-border-color);
}

/* Variables */
.hx-section{
  --bs-section-border-width: var(--bs-border-width);
  --bs-section-border-color: rgb(52 0 136);
  --bs-section-border-radius: var(--bs-border-radius);
  
  --bs-card-cap-color: ;
  --bs-section-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);  
  --bs-section-cap-padding-y: 12px;
  --bs-section-cap-padding-x: 24px;
  --bs-card-border-radius: 8px;
  
  margin-top: 24px;
}

.hx-section-proper {
  border-style: solid;
  border-color: var(--bs-section-border-color);
  border-width: var(--bs-section-border-width);
  border-radius: var(--bs-section-border-radius);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(29, 0, 75, 0.11) 0px 4px 39px 0px;
  position: relative;
}

.hx-section.df-section-participant>.hx-section-proper {
  border-style: none;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.hx-section-header {
  background-color: rgb(209 191 229);
  color: rgb(52 0 136);
  position: absolute;
  top: -10px;
  left: 24px;
  border-radius: 32px;
  padding: 0px 16px;
/*
  padding-top: calc(var(--bs-section-cap-padding-y) - 3px);
  padding-bottom: calc(var(--bs-section-cap-padding-y) - 3px);
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 0;
  color: var(--bs-section-cap-color);
  background-color: var(--bs-section-cap-bg);
  border-bottom: var(--bs-section-border-width) solid var(--bs-section-border-color);
  box-sizing: border-box;
*/
}

.hx-section.df-section-participant>*>.hx-section-header {
  position: static;
  background-color: transparent;
  font: 500 14px Roboto;
  padding-top: 12px;
  color: initial;
}

.hx-section.df-section-hide-label>*>.hx-section-header {
  display: none;
}

.hx-section.df-section-orange{
  --bs-section-border-color: rgb(255, 128, 0);
}

.hx-section.df-section-orange>*>.hx-section-header {
  background-color: rgb(255, 128, 0);
  color: white;
}

.hx-section.df-section-offer-unselected{
  --bs-section-border-color: rgb(230 230 230);
}

.hx-section-body {
  padding: 24px;
}

.df-section-form>.hx-section-proper {
  border: none;
  box-shadow: none;
}

.df-section-form>.hx-section-proper>.hx-section-header {
  border-bottom: none;
  background-color: transparent;
}

.df-section-offer>.hx-section-proper>.hx-section-header {
  display: none;
}

.df-tab-control-header {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.df-tab-control-tab {
  display: inline-flex;
  border: 1px solid rgb(52 0 136);
  border-radius: 0.375rem;
  
  font-family: Roboto;
  font-weight: 700;
  cursor: pointer;
  color: #525d6f;
  transition: opacity 0.4s ease-in-out;
  text-wrap: nowrap;
  background-color: rgb(255 255 255);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(29, 0, 75, 0.11) 0px 4px 39px 0px;
}

.df-tab-control-tab-selected {
  background-color: rgb(255 128 0);
  border-color: rgb(209 213 219);
  color: rgb(255 255 255);
}

.df-tab-control-tab-disabled {
  background-color:  rgb(243 244 246)
}
.lightBlue.section:not(.disabled) {
  --bs-section-cap-bg: #269FBF10;
}

.indigo.section:not(.disabled) {
  --bs-section-cap-bg: #34008810;
}

.purple.section:not(.disabled) {
  --bs-section-cap-bg: #FF66FF10;
}

.grey.section:not(.disabled) {
  --bs-section-cap-bg: #99999910;
}


/* Znizenie farby pri form-input placeholder */
.form-control::placeholder { 
  opacity: 0.5;
}

td.required::after{
  content: "*";
  color: red;
  margin-left: -4px;  
}

label.required::after {
  content: "*";
  color: red;
}

th {
  text-transform: uppercase;
}



/*
.form-group>.row {
  --bs-gutter-y: 0px;
}
*/

.form-datetime>.row {
  --bs-gutter-y: 0px;
}

.df-attr-stacked>*>.col-form-label {
  width: 100%;
}

.df-attr-stacked>*>.col-form-value {
  margin-top: 0px;
  width: 100%;
}

.df-checkbox>.row{
  /*margin-top: 32px;*/
}
.df-checkbox>.row>.col-form-label {
  flex: 1 1 auto;
  width: calc(100% - 36px);
  /*width: auto;*/
  order: 10;
}
.df-checkbox>.row>.col-form-value {
  width: 36px;
  /*width: auto;*/
  padding-right: 0px;
}
.df-checkbox>.row>.col-form-value>* {
  padding-top: 0px;
}
.df-checkbox>.row>.col-form-value input {
  height: 24px;
  width: 24px;
  cursor: pointer;
  border-radius: 4px;
  border-width: 2px;
  border-color: rgb(255 128 0);
  background-color: rgb(255 255 255);
  padding: 0px;
  margin-top: 4px;
}
.df-checkbox>.row>.col-form-value>*>input:checked {
  background-color: rgb(255 128 0);
}

/* Poladenie filter formulara */
.filter-list .btn-record {
  width: unset;
  margin-top: 8px;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: flex-end;
}
.filter-list .btn-record>.btn-primary {
  order: 10;
}
.filter-list .btn-record>.btn>.icon-delete + span {
  width: 0px;
  visibility: hidden;
}
.filter-list .btn-record>.btn>.icon-delete {
	margin: -2px -4px -3px -4px;
}

.btn-record, .btn-record-line {
  display: flex;
  gap: 12px;
  text-wrap: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
}

.btn-list-row>div>.btn {
  margin-right: 8px;
}

.hx_btn_icon, .hx_link_icon {
	display: inline-block;
	min-width: 24px;
	max-width: 24px;
	min-height: 24px;
	max-height: 24px;
	margin: calc(-0.375rem - 1px) 4px calc(-0.375rem - 1px) -5px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 0px 0px;
}

.btn-icon-only > .hx_btn_icon{
  opacity: 0.75;
}

.btn-icon-only > span {
  display: none;
}

.btn-icon-only>.hx_btn_icon {
  /*
  margin-left: -8px;
  margin-right: -8px;
  */
	margin: -2px -4px -3px -4px;
}

.btn-icon-only>.hx_link_icon {
	margin: -2px -5px -3px -5px;
}

.hx-button-line {
  margin-top: 24px;
}

.hx-button-line.btn-df-list-inner {
  margin-top: 0px;
}

.btn-df-list-inner-delete {
  position: absolute;
  top: -12px;
  right: 24px;
  height: 24px;
  border-radius: 12px;
  --bs-btn-color: rgb(52 0 136);
  --bs-btn-bg: rgb(209 191 229);
  border: none;
}

/* Hover efekt na icon buttons */
tr > * > .btn,
ul.nav-tabs > .btn-icon-only,
div > div > .btn-record > .btn-default,
.section-header > .btn-default{
  opacity: 0.85;
}

tr:hover > * > .btn,
ul.nav-tabs:hover > .btn-icon-only,
div:hover > div > .btn-record > .btn-default,
.section-header:hover > .btn-default{
  opacity: 1;
}

.df-offer-info-buttons {
  flex-wrap: wrap;
}
.df-offer-info-buttons>* {
  flex: 0 0 auto;
  width: 100%;
}

/* Oranzove buttony */
.btn.btn-df-default, .filter-list .btn-record>.btn,
.btn.btn-primary{
  --bs-btn-color: white;
  --bs-btn-bg: rgb(255 128 0);
  --bs-btn-border-color: rgb(255 128 0);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: rgb(255 128 0 / 0.9);
  --bs-btn-hover-border-color: rgb(255 128 0 / 0.9);
  --bs-btn-active-bg: rgb(255 128 0);
}

/* Fialove linky */
.btn.btn-df-link {
  --bs-btn-color: rgb(104 38 171);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: rgb(104 38 171);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-bg: transparent;
}

.df-btn-line-right {
  margin-top: 8px;
  justify-content: flex-end;
  align-items: flex-end;
}.lightBlue.btn.btn-default:hover {
  --bs-btn-color: %%hover%%;
  color: %%hover%%;
}


.lightBlue.btn.btn-secondary {
  --bs-btn-hover-color: %%reverse%%;
  --bs-btn-hover-bg: %%hover%%;
  --bs-btn-hover-border-color: %%hover%%;
}

/*
.lightBlue.btn.btn-secondary {
  --bs-btn-color: %%reverse%%;
  --bs-btn-bg: #269FBF75;
  --bs-btn-border-color: #269FBF;
  --bs-btn-hover-color: %%rseverse%%;
  --bs-btn-hover-bg: %%hover%%;
  --bs-btn-hover-border-color: %%hover%%;
}

.lightBlue.btn.btn-primary {
  --bs-btn-color: %%reverse%%;
  --bs-btn-bg: #269FBF;
  --bs-btn-border-color: #269FBF;
  --bs-btn-hover-color: %%reverse%%;
  --bs-btn-hover-bg: %%hover%%;
  --bs-btn-hover-border-color: %%hover%%;
  
  --bs-btn-active-bg: #269FBF;
}
*/
.indigo.btn.btn-default:hover {
  --bs-btn-color: %%hover%%;
  color: %%hover%%;
}


.indigo.btn.btn-secondary {
  --bs-btn-hover-color: %%reverse%%;
  --bs-btn-hover-bg: %%hover%%;
  --bs-btn-hover-border-color: %%hover%%;
}

/*
.indigo.btn.btn-secondary {
  --bs-btn-color: %%reverse%%;
  --bs-btn-bg: #34008875;
  --bs-btn-border-color: #340088;
  --bs-btn-hover-color: %%rseverse%%;
  --bs-btn-hover-bg: %%hover%%;
  --bs-btn-hover-border-color: %%hover%%;
}

.indigo.btn.btn-primary {
  --bs-btn-color: %%reverse%%;
  --bs-btn-bg: #340088;
  --bs-btn-border-color: #340088;
  --bs-btn-hover-color: %%reverse%%;
  --bs-btn-hover-bg: %%hover%%;
  --bs-btn-hover-border-color: %%hover%%;
  
  --bs-btn-active-bg: #340088;
}
*/
.purple.btn.btn-default:hover {
  --bs-btn-color: %%hover%%;
  color: %%hover%%;
}


.purple.btn.btn-secondary {
  --bs-btn-hover-color: %%reverse%%;
  --bs-btn-hover-bg: %%hover%%;
  --bs-btn-hover-border-color: %%hover%%;
}

/*
.purple.btn.btn-secondary {
  --bs-btn-color: %%reverse%%;
  --bs-btn-bg: #FF66FF75;
  --bs-btn-border-color: #FF66FF;
  --bs-btn-hover-color: %%rseverse%%;
  --bs-btn-hover-bg: %%hover%%;
  --bs-btn-hover-border-color: %%hover%%;
}

.purple.btn.btn-primary {
  --bs-btn-color: %%reverse%%;
  --bs-btn-bg: #FF66FF;
  --bs-btn-border-color: #FF66FF;
  --bs-btn-hover-color: %%reverse%%;
  --bs-btn-hover-bg: %%hover%%;
  --bs-btn-hover-border-color: %%hover%%;
  
  --bs-btn-active-bg: #FF66FF;
}
*/
.grey.btn.btn-default:hover {
  --bs-btn-color: %%hover%%;
  color: %%hover%%;
}


.grey.btn.btn-secondary {
  --bs-btn-hover-color: %%reverse%%;
  --bs-btn-hover-bg: %%hover%%;
  --bs-btn-hover-border-color: %%hover%%;
}

/*
.grey.btn.btn-secondary {
  --bs-btn-color: %%reverse%%;
  --bs-btn-bg: #99999975;
  --bs-btn-border-color: #999999;
  --bs-btn-hover-color: %%rseverse%%;
  --bs-btn-hover-bg: %%hover%%;
  --bs-btn-hover-border-color: %%hover%%;
}

.grey.btn.btn-primary {
  --bs-btn-color: %%reverse%%;
  --bs-btn-bg: #999999;
  --bs-btn-border-color: #999999;
  --bs-btn-hover-color: %%reverse%%;
  --bs-btn-hover-bg: %%hover%%;
  --bs-btn-hover-border-color: %%hover%%;
  
  --bs-btn-active-bg: #999999;
}
*/


td{
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 32px;
  width: auto;
}

/* Preskrtavanie rows */
.text-line-through{
  text-decoration: line-through;
}

.btn-list-row>div {
  text-wrap: nowrap;
}

.df-list-form-big>.row>.df-list-form-content {
  position: relative;
  padding: 24px;
  margin: 24px 12px 0px 12px;
  width: calc(100% - 24px);
  border-style: solid;
  border-color: var(--bs-section-border-color);
  border-width: var(--bs-section-border-width);
  border-radius: var(--bs-section-border-radius);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(29, 0, 75, 0.11) 0px 4px 39px 0px;
}

.df-list-form-big>.row>.df-list-form-content {
  /* padding: 24px 1px; */
}

thead {
  /* border-bottom: solid var(--bs-section-border-color) 1px; */
}

.table-footer {
  margin-top: 24px;
}

ul.hx_form_footer_picker {
  margin-bottom: 0px;
}

.hx_form_footer_picker > a {
  margin: 4px 2px 4px 2px;
  width: 32px;
  height: 32px;
}

.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_3{
  height: 60px; 
}
.ace_editor_rowCount_5{
  height: 100px; 
}
.ace_editor_rowCount_10{
  height: 200px; 
}
.ace_editor_rowCount_15{
  height: 300px; 
}
.ace_editor_rowCount_20{
  height: 400px; 
}
.ace_editor_rowCount_25{
  height: 500px; 
}
.ace_editor_rowCount_30{
  height: 600px; 
}

.ace_scrollbar{
  scrollbar-color: auto;
}
/* ACE editor */
.lightBlue.ace_editor{
  border: 1px solid #33CCFF;
}  
/* ACE editor */
.indigo.ace_editor{
  border: 1px solid #5A2BB8;
}  
/* ACE editor */
.purple.ace_editor{
  border: 1px solid #FF99FF;
}  
/* ACE editor */
.grey.ace_editor{
  border: 1px solid #CCCCCC;
}  


.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%;
}

.modal.note-modal{
  display: none;
}


.progress{
  margin-top: 8px;
}

.filter-list .btn-record{
  width: unset;
}

.filter-list .btn-label{
  display: none;
}

.hx-section.logout p{
  margin-top: 32px;
  margin-bottom: 0;
}

.hx-section.logout .hx-button-line{
  margin-top: 0;
}

/*
.btn-login, .btn-logout{
  --bs-btn-color: white;
  --bs-btn-bg: rgb(255 128 0);
  --bs-btn-border-color: rgb(255 128 0);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: rgb(255 128 0 / 0.9);
  --bs-btn-hover-border-color: rgb(255 128 0 / 0.9);
  --bs-btn-active-bg: rgb(255 128 0);
}
*/

.df-menu{
  min-height: calc(100vh - 60px);
}

.icon-list{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M280-600v-80h560v80H280Zm0 160v-80h560v80H280Zm0 160v-80h560v80H280ZM160-600q-17 0-28.5-11.5T120-640q0-17 11.5-28.5T160-680q17 0 28.5 11.5T200-640q0 17-11.5 28.5T160-600Zm0 160q-17 0-28.5-11.5T120-480q0-17 11.5-28.5T160-520q17 0 28.5 11.5T200-480q0 17-11.5 28.5T160-440Zm0 160q-17 0-28.5-11.5T120-320q0-17 11.5-28.5T160-360q17 0 28.5 11.5T200-320q0 17-11.5 28.5T160-280Z"/></svg>');
}
.icon-close{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="m336-280 144-144 144 144 56-56-144-144 144-144-56-56-144 144-144-144-56 56 144 144-144 144 56 56ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}
.icon-close-window{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg>');
}
.icon-insert{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M440-280h80v-160h160v-80H520v-160h-80v160H280v80h160v160Zm40 200q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}
.icon-insert-folder{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M80-160v-640h320l80 80h400v560H80Zm80-80h640v-400H447l-80-80H160v480Zm0 0v-480 480Zm400-80h80v-80h80v-80h-80v-80h-80v80h-80v80h80v80Z"/></svg>');
}
.icon-insert-table{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M120-120v-720h720v720H120Zm320-240H200v160h240v-160Zm80 0v160h240v-160H520Zm-80-80v-160H200v160h240Zm80 0h240v-160H520v160ZM200-680h560v-80H200v80Z"/></svg>');
}
.icon-cancel{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="m336-280 144-144 144 144 56-56-144-144 144-144-56-56-144 144-144-144-56 56 144 144-144 144 56 56ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}
.icon-delete{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M280-120q-33 0-56.5-23.5T200-200v-520h-40v-80h200v-40h240v40h200v80h-40v520q0 33-23.5 56.5T680-120H280Zm400-600H280v520h400v-520ZM360-280h80v-360h-80v360Zm160 0h80v-360h-80v360ZM280-720v520-520Z"/></svg>');
}
.icon-delete-all{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M280-120q-33 0-56.5-23.5T200-200v-520h-40v-80h200v-40h240v40h200v80h-40v520q0 33-23.5 56.5T680-120H280Zm400-600H280v520h400v-520ZM360-280h80v-360h-80v360Zm160 0h80v-360h-80v360ZM280-720v520-520Z"/></svg>');
}
.icon-save{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M840-680v480q0 33-23.5 56.5T760-120H200q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h480l160 160Zm-80 34L646-760H200v560h560v-446ZM480-240q50 0 85-35t35-85q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35ZM240-560h360v-160H240v160Zm-40-86v446-560 114Z"/></svg>');
}
.icon-edit{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h357l-80 80H200v560h560v-278l80-80v358q0 33-23.5 56.5T760-120H200Zm280-360ZM360-360v-170l367-367q12-12 27-18t30-6q16 0 30.5 6t26.5 18l56 57q11 12 17 26.5t6 29.5q0 15-5.5 29.5T897-728L530-360H360Zm481-424-56-56 56 56ZM440-440h56l232-232-28-28-29-28-231 231v57Zm260-260-29-28 29 28 28 28-28-28Z"/></svg>');
}
.icon-display{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M240-120v-80l40-40H160q-33 0-56.5-23.5T80-320v-440q0-33 23.5-56.5T160-840h640q33 0 56.5 23.5T880-760v440q0 33-23.5 56.5T800-240H680l40 40v80H240Zm-80-200h640v-440H160v440Zm0 0v-440 440Z"/></svg>');
}
.icon-link{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M440-280H280q-83 0-141.5-58.5T80-480q0-83 58.5-141.5T280-680h160v80H280q-50 0-85 35t-35 85q0 50 35 85t85 35h160v80ZM320-440v-80h320v80H320Zm200 160v-80h160q50 0 85-35t35-85q0-50-35-85t-85-35H520v-80h160q83 0 141.5 58.5T880-480q0 83-58.5 141.5T680-280H520Z"/></svg>');
}
.icon-unlink{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="m770-302-60-62q40-11 65-42.5t25-73.5q0-50-35-85t-85-35H520v-80h160q83 0 141.5 58.5T880-480q0 57-29.5 105T770-302ZM634-440l-80-80h86v80h-6ZM792-56 56-792l56-56 736 736-56 56ZM440-280H280q-83 0-141.5-58.5T80-480q0-69 42-123t108-71l74 74h-24q-50 0-85 35t-35 85q0 50 35 85t85 35h160v80ZM320-440v-80h65l79 80H320Z"/></svg>');
}
.icon-link-add{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M680-160v-120H560v-80h120v-120h80v120h120v80H760v120h-80ZM440-280H280q-83 0-141.5-58.5T80-480q0-83 58.5-141.5T280-680h160v80H280q-50 0-85 35t-35 85q0 50 35 85t85 35h160v80ZM320-440v-80h320v80H320Zm560-40h-80q0-50-35-85t-85-35H520v-80h160q83 0 141.5 58.5T880-480Z"/></svg>');
}
.icon-back{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="m480-320 56-56-64-64h168v-80H472l64-64-56-56-160 160 160 160Zm0 240q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}
.icon-undo{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M280-200v-80h284q63 0 109.5-40T720-420q0-60-46.5-100T564-560H312l104 104-56 56-200-200 200-200 56 56-104 104h252q97 0 166.5 63T800-420q0 94-69.5 157T564-200H280Z"/></svg>');
}
.icon-redo{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M396-200q-97 0-166.5-63T160-420q0-94 69.5-157T396-640h252L544-744l56-56 200 200-200 200-56-56 104-104H396q-63 0-109.5 40T240-420q0 60 46.5 100T396-280h284v80H396Z"/></svg>');
}
.icon-refresh{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M480-160q-134 0-227-93t-93-227q0-134 93-227t227-93q69 0 132 28.5T720-690v-110h80v280H520v-80h168q-32-56-87.5-88T480-720q-100 0-170 70t-70 170q0 100 70 170t170 70q77 0 139-44t87-116h84q-28 106-114 173t-196 67Z"/></svg>');
}
.icon-parent{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h240l80 80h320q33 0 56.5 23.5T880-640H447l-80-80H160v480l96-320h684L837-217q-8 26-29.5 41.5T760-160H160Zm84-80h516l72-240H316l-72 240Zm0 0 72-240-72 240Zm-84-400v-80 80Z"/></svg>');
}
.icon-port{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M280-280h160v-160H280v160Zm240 0h160v-160H520v160ZM280-520h160v-160H280v160Zm240 0h160v-160H520v160ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z"/></svg>');
}
.icon-fulltext{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M200-800v241-1 400-640 200-200Zm0 720q-33 0-56.5-23.5T120-160v-640q0-33 23.5-56.5T200-880h320l240 240v100q-19-8-39-12.5t-41-6.5v-41H480v-200H200v640h241q16 24 36 44.5T521-80H200Zm460-120q42 0 71-29t29-71q0-42-29-71t-71-29q-42 0-71 29t-29 71q0 42 29 71t71 29ZM864-40 756-148q-21 14-45.5 21t-50.5 7q-75 0-127.5-52.5T480-300q0-75 52.5-127.5T660-480q75 0 127.5 52.5T840-300q0 26-7 50.5T812-204L920-96l-56 56Z"/></svg>');
}
.icon-search{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M200-800v241-1 400-640 200-200Zm0 720q-33 0-56.5-23.5T120-160v-640q0-33 23.5-56.5T200-880h320l240 240v100q-19-8-39-12.5t-41-6.5v-41H480v-200H200v640h241q16 24 36 44.5T521-80H200Zm460-120q42 0 71-29t29-71q0-42-29-71t-71-29q-42 0-71 29t-29 71q0 42 29 71t71 29ZM864-40 756-148q-21 14-45.5 21t-50.5 7q-75 0-127.5-52.5T480-300q0-75 52.5-127.5T660-480q75 0 127.5 52.5T840-300q0 26-7 50.5T812-204L920-96l-56 56Z"/></svg>');
}
.icon-ai-assistent{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none" stroke="%235f6368" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <!-- Hlava --> <circle cx="16" cy="12" r="6"/> <!-- Oči --> <circle cx="14" cy="11" r="0.8" fill="%235f6368" stroke="none"/> <circle cx="18" cy="11" r="0.8" fill="%235f6368" stroke="none"/> <!-- Úsmev (tenšia čiara) --> <path d="M13.5 14 C14.5 15.5, 17.5 15.5, 18.5 14" stroke-width="1.5"/> <!-- Anténa --> <line x1="16" y1="4" x2="16" y2="6"/> <circle cx="16" cy="4" r="1" fill="%235f6368" stroke="none"/> <!-- Telo (posunuté plecia o 0.5 px bližšie k hlave) --> <path d="M9.5 20.5 h13 a3 3 0 0 1 2 2 v4.5 h-17 v-4.5 a3 3 0 0 1 2 -2 z"/> <!-- <path d="M10 22 h12 a2 2 0 0 1 2 2 v2 h-16 v-2 a2 2 0 0 1 2 -2 z"/> --> </svg> ');
}
.icon-ai-assistent_1{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none" stroke="%235f6368" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <!-- Hlava --> <circle cx="16" cy="12" r="6"/> <!-- Oči --> <circle cx="14" cy="11" r="0.8" fill="%235f6368" stroke="none"/> <circle cx="18" cy="11" r="0.8" fill="%235f6368" stroke="none"/> <!-- Úsmev --> <path d="M13.5 14 C14.5 15.5, 17.5 15.5, 18.5 14"/> <!-- Anténa --> <line x1="16" y1="4" x2="16" y2="6"/> <circle cx="16" cy="4" r="1" fill="%235f6368" stroke="none"/> <!-- Rám tela --> <path d="M10 22 h12 a2 2 0 0 1 2 2 v2 h-16 v-2 a2 2 0 0 1 2 -2 z"/> </svg> ');
}


.icon-user-gear{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M256.5 72C322.8 72 376.5 125.7 376.5 192C376.5 258.3 322.8 312 256.5 312C190.2 312 136.5 258.3 136.5 192C136.5 125.7 190.2 72 256.5 72zM226.7 368L286.1 368L287.6 368C274.7 394.8 279.8 426.2 299.1 447.5C278.9 469.8 274.3 503.3 289.7 530.9L312.2 571.3C313.1 572.9 314.1 574.5 315.1 576L78.1 576C61.7 576 48.4 562.7 48.4 546.3C48.4 447.8 128.2 368 226.7 368zM432.6 311.6C432.6 298.3 443.3 287.6 456.6 287.6L504.6 287.6C517.9 287.6 528.6 298.3 528.6 311.6L528.6 317.7C528.6 336.6 552.7 350.5 569.1 341.1L574.1 338.2C585.7 331.5 600.6 335.6 607.1 347.3L629.5 387.5C635.7 398.7 632.1 412.7 621.3 419.5L616.6 422.4C600.4 432.5 600.4 462.3 616.6 472.5L621.2 475.4C632 482.2 635.7 496.2 629.5 507.4L607 547.8C600.5 559.5 585.6 563.7 574 556.9L569.1 554C552.7 544.5 528.6 558.5 528.6 577.4L528.6 583.5C528.6 596.8 517.9 607.5 504.6 607.5L456.6 607.5C443.3 607.5 432.6 596.8 432.6 583.5L432.6 577.6C432.6 558.6 408.4 544.6 391.9 554.1L387.1 556.9C375.5 563.6 360.7 559.5 354.1 547.8L331.5 507.4C325.3 496.2 328.9 482.1 339.8 475.3L344.2 472.6C360.5 462.5 360.5 432.5 344.2 422.4L339.7 419.6C328.8 412.8 325.2 398.7 331.4 387.5L353.9 347.2C360.4 335.5 375.3 331.4 386.8 338.1L391.6 340.9C408.1 350.4 432.3 336.4 432.3 317.4L432.3 311.5zM532.5 447.8C532.5 419.1 509.2 395.8 480.5 395.8C451.8 395.8 428.5 419.1 428.5 447.8C428.5 476.5 451.8 499.8 480.5 499.8C509.2 499.8 532.5 476.5 532.5 447.8z"/></svg>');
}
.icon-user-profile{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M320 312C386.3 312 440 258.3 440 192C440 125.7 386.3 72 320 72C253.7 72 200 125.7 200 192C200 258.3 253.7 312 320 312zM290.3 368C191.8 368 112 447.8 112 546.3C112 562.7 125.3 576 141.7 576L498.3 576C514.7 576 528 562.7 528 546.3C528 447.8 448.2 368 349.7 368L290.3 368z"/></svg>');
}
.icon-page-application{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -32 576 544"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32-128a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96-248c-13.3 0-24 10.7-24 24s10.7 24 24 24l224 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-224 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l224 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-224 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l224 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-224 0z"/></svg>');
}
.icon-page-lead{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M341.8 72.6C329.5 61.2 310.5 61.2 298.3 72.6L74.3 280.6C64.7 289.6 61.5 303.5 66.3 315.7C71.1 327.9 82.8 336 96 336L112 336L112 512C112 547.3 140.7 576 176 576L464 576C499.3 576 528 547.3 528 512L528 336L544 336C557.2 336 569 327.9 573.8 315.7C578.6 303.5 575.4 289.5 565.8 280.6L341.8 72.6zM264 320C264 289.1 289.1 264 320 264C350.9 264 376 289.1 376 320C376 350.9 350.9 376 320 376C289.1 376 264 350.9 264 320zM208 496C208 451.8 243.8 416 288 416L352 416C396.2 416 432 451.8 432 496C432 504.8 424.8 512 416 512L224 512C215.2 512 208 504.8 208 496z"/></svg>');
}
.icon-page-user{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M320 80C377.4 80 424 126.6 424 184C424 241.4 377.4 288 320 288C262.6 288 216 241.4 216 184C216 126.6 262.6 80 320 80zM96 152C135.8 152 168 184.2 168 224C168 263.8 135.8 296 96 296C56.2 296 24 263.8 24 224C24 184.2 56.2 152 96 152zM0 480C0 409.3 57.3 352 128 352C140.8 352 153.2 353.9 164.9 357.4C132 394.2 112 442.8 112 496L112 512C112 523.4 114.4 534.2 118.7 544L32 544C14.3 544 0 529.7 0 512L0 480zM521.3 544C525.6 534.2 528 523.4 528 512L528 496C528 442.8 508 394.2 475.1 357.4C486.8 353.9 499.2 352 512 352C582.7 352 640 409.3 640 480L640 512C640 529.7 625.7 544 608 544L521.3 544zM472 224C472 184.2 504.2 152 544 152C583.8 152 616 184.2 616 224C616 263.8 583.8 296 544 296C504.2 296 472 263.8 472 224zM160 496C160 407.6 231.6 336 320 336C408.4 336 480 407.6 480 496L480 512C480 529.7 465.7 544 448 544L192 544C174.3 544 160 529.7 160 512L160 496z"/></svg>');
}
.icon-page-organization{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M64 144C64 117.5 85.5 96 112 96L208 96C234.5 96 256 117.5 256 144L256 160L384 160L384 144C384 117.5 405.5 96 432 96L528 96C554.5 96 576 117.5 576 144L576 240C576 266.5 554.5 288 528 288L432 288C405.5 288 384 266.5 384 240L384 224L256 224L256 240C256 247.3 254.3 254.3 251.4 260.5L320 352L400 352C426.5 352 448 373.5 448 400L448 496C448 522.5 426.5 544 400 544L304 544C277.5 544 256 522.5 256 496L256 400C256 392.7 257.7 385.7 260.6 379.5L192 288L112 288C85.5 288 64 266.5 64 240L64 144z"/></svg>');
}


.icon-df-status-ok {
  margin-top: -2px;
  margin-right: 12px;
  background-image: url('./image/icon/status-ok.png');
}

.icon-df-status-warning {
  margin-top: -2px;
  margin-right: 12px;
  background-image: url('./image/icon/status-warning.png');
}

.icon-df-status-error {
  margin-top: -2px;
  margin-right: 12px;
  background-image: url('./image/icon/status-error.png');
}

.icon-df-status-disabled {
  margin-top: -2px;
  margin-right: 12px;
  background-image: url('./image/icon/status-disabled.png');
}

.icon-logout{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M569 337C578.4 327.6 578.4 312.4 569 303.1L425 159C418.1 152.1 407.8 150.1 398.8 153.8C389.8 157.5 384 166.3 384 176L384 256L272 256C245.5 256 224 277.5 224 304L224 336C224 362.5 245.5 384 272 384L384 384L384 464C384 473.7 389.8 482.5 398.8 486.2C407.8 489.9 418.1 487.9 425 481L569 337zM224 160C241.7 160 256 145.7 256 128C256 110.3 241.7 96 224 96L160 96C107 96 64 139 64 192L64 448C64 501 107 544 160 544L224 544C241.7 544 256 529.7 256 512C256 494.3 241.7 480 224 480L160 480C142.3 480 128 465.7 128 448L128 192C128 174.3 142.3 160 160 160L224 160z"/></svg>');
}
.icon-info{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M440-280h80v-240h-80v240Zm40-320q17 0 28.5-11.5T520-640q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640q0 17 11.5 28.5T480-600Zm0 520q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}
.icon-api{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"> <path d="M340-320h300q50 0 85-35t35-85q0-50-35-85t-85-35q-8-58-53-99t-101-41q-51 0-92.5 26T332-600q-57 5-94.5 43.5T200-460q0 58 41 99t99 41Zm0-80q-25 0-42.5-17.5T280-460q0-25 17.5-42.5T340-520h60v-20q0-33 23.5-56.5T480-620q33 0 56.5 23.5T560-540v60h80q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400H340ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/> </svg>');
}
.icon-api-auth{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M120-160v-112q0-34 17.5-62.5T184-378q62-31 126-46.5T440-440q20 0 40 1.5t40 4.5q-4 58 21 109.5t73 84.5v80H120ZM760-40l-60-60v-186q-44-13-72-49.5T600-420q0-58 41-99t99-41q58 0 99 41t41 99q0 45-25.5 80T790-290l50 50-60 60 60 60-80 80ZM440-480q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47Zm300 80q17 0 28.5-11.5T780-440q0-17-11.5-28.5T740-480q-17 0-28.5 11.5T700-440q0 17 11.5 28.5T740-400Z"/></svg>');
}
.icon-api-public{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm276-102q41-45 62.5-100.5T800-480q0-98-54.5-179T600-776v16q0 33-23.5 56.5T520-680h-80v80q0 17-11.5 28.5T400-560h-80v80h240q17 0 28.5 11.5T600-440v120h40q26 0 47 15.5t29 40.5Z"/></svg>');
}
.icon-api-port{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M280-280h160v-160H280v160Zm240 0h160v-160H520v160ZM280-520h160v-160H280v160Zm240 0h160v-160H520v160ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z"/></svg>');
}
.icon-api-port-auth{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M280-280h160v-160H280v160Zm240 0h160v-160H520v160ZM280-520h160v-160H280v160Zm240 0h160v-160H520v160ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z"/></svg>');
}
.icon-api-port-public{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M280-280h160v-160H280v160Zm240 0h160v-160H520v160ZM280-520h160v-160H280v160Zm240 0h160v-160H520v160ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z"/></svg>');
}
.icon-api-port-locked{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M280-280h160v-160H280v160Zm240 0h160v-160H520v160ZM280-520h160v-160H280v160Zm240 0h160v-160H520v160ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z"/></svg>');
}
.icon-api-port-locked-auth{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M280-280h160v-160H280v160Zm240 0h160v-160H520v160ZM280-520h160v-160H280v160Zm240 0h160v-160H520v160ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z"/></svg>');
}
.icon-api-port-locked-public{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M280-280h160v-160H280v160Zm240 0h160v-160H520v160ZM280-520h160v-160H280v160Zm240 0h160v-160H520v160ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z"/></svg>');
}
.icon-api-port-lock{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M160-80v-560h120v-80q0-83 58.5-141.5T480-920q83 0 141.5 58.5T680-720v80h120v560H160Zm80-80h480v-400H240v400Zm240-120q33 0 56.5-23.5T560-360q0-33-23.5-56.5T480-440q-33 0-56.5 23.5T400-360q0 33 23.5 56.5T480-280ZM360-640h240v-80q0-50-35-85t-85-35q-50 0-85 35t-35 85v80ZM240-160v-400 400Z"/></svg>');
}
.icon-api-port-unlock{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M240-160h480v-400H240v400Zm240-120q33 0 56.5-23.5T560-360q0-33-23.5-56.5T480-440q-33 0-56.5 23.5T400-360q0 33 23.5 56.5T480-280ZM240-160v-400 400Zm-80 80v-560h360v-80q0-83 58.5-141.5T720-920q83 0 141.5 58.5T920-720h-80q0-50-35-85t-85-35q-50 0-85 35t-35 85v80h200v560H160Z"/></svg>');
}
.icon-import{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M160-160q-33 0-56.5-23.5T80-240v-120h80v120h640v-480H160v120H80v-120q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm300-140-56-58 83-82H80v-80h407l-83-82 56-58 180 180-180 180Z"/></svg>');
}
.icon-upgrade{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M260-160q-91 0-155.5-63T40-377q0-78 47-139t123-78q25-92 100-149t170-57q117 0 198.5 81.5T760-520q69 8 114.5 59.5T920-340q0 75-52.5 127.5T740-160H520q-33 0-56.5-23.5T440-240v-206l-64 62-56-56 160-160 160 160-56 56-64-62v206h220q42 0 71-29t29-71q0-42-29-71t-71-29h-60v-80q0-83-58.5-141.5T480-720q-83 0-141.5 58.5T280-520h-20q-58 0-99 41t-41 99q0 58 41 99t99 41h100v80H260Zm220-280Z"/></svg>');
}
.icon-copy{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M360-240q-33 0-56.5-23.5T280-320v-480q0-33 23.5-56.5T360-880h360q33 0 56.5 23.5T800-800v480q0 33-23.5 56.5T720-240H360Zm0-80h360v-480H360v480ZM200-80q-33 0-56.5-23.5T120-160v-560h80v560h440v80H200Zm160-240v-480 480Z"/></svg>');
}
.icon-open-full{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/></svg>');
}
.icon-move-up{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M440-320h80v-168l64 64 56-56-160-160-160 160 56 56 64-64v168Zm40 240q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}
.icon-move-down{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="m480-320 160-160-56-56-64 64v-168h-80v168l-64-64-56 56 160 160Zm0 240q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}
.icon-enable{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M480-320q75 0 127.5-52.5T660-500q0-75-52.5-127.5T480-680q-75 0-127.5 52.5T300-500q0 75 52.5 127.5T480-320Zm0-72q-45 0-76.5-31.5T372-500q0-45 31.5-76.5T480-608q45 0 76.5 31.5T588-500q0 45-31.5 76.5T480-392Zm0 192q-146 0-266-81.5T40-500q54-137 174-218.5T480-800q146 0 266 81.5T920-500q-54 137-174 218.5T480-200Zm0-300Zm0 220q113 0 207.5-59.5T832-500q-50-101-144.5-160.5T480-720q-113 0-207.5 59.5T128-500q50 101 144.5 160.5T480-280Z"/></svg>');
}
.icon-disable{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="m644-428-58-58q9-47-27-88t-93-32l-58-58q17-8 34.5-12t37.5-4q75 0 127.5 52.5T660-500q0 20-4 37.5T644-428Zm128 126-58-56q38-29 67.5-63.5T832-500q-50-101-143.5-160.5T480-720q-29 0-57 4t-55 12l-62-62q41-17 84-25.5t90-8.5q151 0 269 83.5T920-500q-23 59-60.5 109.5T772-302Zm20 246L624-222q-35 11-70.5 16.5T480-200q-151 0-269-83.5T40-500q21-53 53-98.5t73-81.5L56-792l56-56 736 736-56 56ZM222-624q-29 26-53 57t-41 67q50 101 143.5 160.5T480-280q20 0 39-2.5t39-5.5l-36-38q-11 3-21 4.5t-21 1.5q-75 0-127.5-52.5T300-500q0-11 1.5-21t4.5-21l-84-82Zm319 93Zm-151 75Z"/></svg>');
}
.icon-stop{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M320-320h320v-320H320v320ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}
.icon-level-up{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M440-320h80v-168l64 64 56-56-160-160-160 160 56 56 64-64v168Zm40 240q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}
.icon-ai-close{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path> </svg>');
}
.icon-ai-open{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z"></path> </svg>');
}
.icon-gen-pdf{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M128 64C92.7 64 64 92.7 64 128L64 512C64 547.3 92.7 576 128 576L208 576L208 464C208 428.7 236.7 400 272 400L448 400L448 234.5C448 217.5 441.3 201.2 429.3 189.2L322.7 82.7C310.7 70.7 294.5 64 277.5 64L128 64zM389.5 240L296 240C282.7 240 272 229.3 272 216L272 122.5L389.5 240zM272 444C261 444 252 453 252 464L252 592C252 603 261 612 272 612C283 612 292 603 292 592L292 564L304 564C337.1 564 364 537.1 364 504C364 470.9 337.1 444 304 444L272 444zM304 524L292 524L292 484L304 484C315 484 324 493 324 504C324 515 315 524 304 524zM400 444C389 444 380 453 380 464L380 592C380 603 389 612 400 612L432 612C460.7 612 484 588.7 484 560L484 496C484 467.3 460.7 444 432 444L400 444zM420 572L420 484L432 484C438.6 484 444 489.4 444 496L444 560C444 566.6 438.6 572 432 572L420 572zM508 464L508 592C508 603 517 612 528 612C539 612 548 603 548 592L548 548L576 548C587 548 596 539 596 528C596 517 587 508 576 508L548 508L548 484L576 484C587 484 596 475 596 464C596 453 587 444 576 444L528 444C517 444 508 453 508 464z"/></svg>');
}
.icon-download{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free 7.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M352 96C352 78.3 337.7 64 320 64C302.3 64 288 78.3 288 96L288 306.7L246.6 265.3C234.1 252.8 213.8 252.8 201.3 265.3C188.8 277.8 188.8 298.1 201.3 310.6L297.3 406.6C309.8 419.1 330.1 419.1 342.6 406.6L438.6 310.6C451.1 298.1 451.1 277.8 438.6 265.3C426.1 252.8 405.8 252.8 393.3 265.3L352 306.7L352 96zM160 384C124.7 384 96 412.7 96 448L96 480C96 515.3 124.7 544 160 544L480 544C515.3 544 544 515.3 544 480L544 448C544 412.7 515.3 384 480 384L433.1 384L376.5 440.6C345.3 471.8 294.6 471.8 263.4 440.6L206.9 384L160 384zM464 440C477.3 440 488 450.7 488 464C488 477.3 477.3 488 464 488C450.7 488 440 477.3 440 464C440 450.7 450.7 440 464 440z"/></svg>');
}
.icon-assign-broker{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M96 128C96 92.7 124.7 64 160 64C195.3 64 224 92.7 224 128C224 163.3 195.3 192 160 192C124.7 192 96 163.3 96 128zM64 288C64 252.7 92.7 224 128 224L192 224C195.2 224 198.4 224.2 201.5 224.7L157.1 269.1C129 297.2 129 342.8 157.1 370.9L213.1 426.9C216.5 430.3 220.1 433.3 224 435.9L224 528C224 554.5 202.5 576 176 576L144 576C117.5 576 96 554.5 96 528L96 407.4C76.9 396.4 64 375.7 64 352L64 288zM416 128C416 92.7 444.7 64 480 64C515.3 64 544 92.7 544 128C544 163.3 515.3 192 480 192C444.7 192 416 163.3 416 128zM482.9 269.1L438.5 224.7C441.6 224.2 444.8 224 448 224L512 224C547.3 224 576 252.7 576 288L576 352C576 375.7 563.1 396.4 544 407.4L544 528C544 554.5 522.5 576 496 576L464 576C437.5 576 416 554.5 416 528L416 435.9C419.9 433.3 423.5 430.3 426.9 426.9L482.9 370.9C511 342.8 511 297.2 482.9 269.1zM366.8 241.8C375.8 238.1 386.1 240.1 393 247L449 303C458.4 312.4 458.4 327.6 449 336.9L393 392.9C386.1 399.8 375.8 401.8 366.8 398.1C357.8 394.4 352 385.7 352 376L352 352L288 352L288 376C288 385.7 282.2 394.5 273.2 398.2C264.2 401.9 253.9 399.9 247 393L191 337C181.6 327.6 181.6 312.4 191 303.1L247 247.1C253.9 240.2 264.2 238.2 273.2 241.9C282.2 245.6 288 254.3 288 264L288 288L352 288L352 264C352 254.3 357.8 245.5 366.8 241.8z"/></svg>');
}


.icon-page-first{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M240-240v-480h80v480h-80Zm440 0L440-480l240-240 56 56-184 184 184 184-56 56Z"/></svg>');
}
.icon-page-prev{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M220-240v-480h80v480h-80Zm520 0L380-480l360-240v480Zm-80-240Zm0 90v-180l-136 90 136 90Z"/></svg>');
}
.icon-page-next{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M660-240v-480h80v480h-80Zm-440 0v-480l360 240-360 240Zm80-240Zm0 90 136-90-136-90v180Z"/></svg>');
}
.icon-page-last{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="m280-240-56-56 184-184-184-184 56-56 240 240-240 240Zm360 0v-480h80v480h-80Z"/></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>');
}


.icon-exit{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M120-120v-80h80v-560q0-33 23.5-56.5T280-840h400q33 0 56.5 23.5T760-760v560h80v80H120Zm160-80h400v-560H280v560Zm120-240q17 0 28.5-11.5T440-480q0-17-11.5-28.5T400-520q-17 0-28.5 11.5T360-480q0 17 11.5 28.5T400-440ZM280-760v560-560Z"/></svg>');
}
.icon-edit_OLD{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M200-200h57l391-391-57-57-391 391v57Zm-80 80v-170l528-527q12-11 26.5-17t30.5-6q16 0 31 6t26 18l55 56q12 11 17.5 26t5.5 30q0 16-5.5 30.5T817-647L290-120H120Zm640-584-56-56 56 56Zm-141 85-28-29 57 57-29-28Z"/></svg>');
}
.icon-insert_OLD{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z"/></svg>');
}
.icon-cancel_OLD{
background-color:var(--bs-btn-color);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000"><path d="m336-280 144-144 144 144 56-56-144-144 144-144-56-56-144 144-144-144-56 56 144 144-144 144 56 56ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}


.df-calc-description {
  font-weight: 700;
  font-family: Roboto;
  font-size: 22px;
  color: rgb(23 23 23);
  margin-bottom: 24px;
}

.df-calc-button {
  width: 100%;
  display: block;
  text-align: center;
}

table.df-calc-rates {
  font-family: Roboto;
  border: solid 1px rgb(213 213 213);
  border-radius: 6px;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  position: relative;
}

table.df-calc-rates>tbody>tr>td {
  padding: 4px;
  text-align: center;
  height: calc(1em + 24px);
}

table.df-calc-rates>tbody>tr>td:nth-child(1) {
  border-right: solid 1px rgb(213 213 213);
}

table.df-calc-rates>tbody>tr>td>b {
  font-weight: 500;
  color: black;
}

tr.df-calc-fixation {
  background-color: rgb(248 248 248);
  border-bottom: solid 1px rgb(213 213 213);
}

tr.df-calc-monthlypayment {
  background-color: rgb(237 229 244);
  border-top: solid 1px rgb(52 0 136);
  border-bottom: solid 1px rgb(52 0 136);
}

.df-calc-logo {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 34px 0px, rgba(0, 0, 0, 0.04) 0px 4px 10px 0px;
  padding: 20px 32px;
  margin-bottom: 24px;
  height: 114px;
}

.df-calc-logo>img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: scale-down;
}

.df-calc-icon-selected {
  margin-left: 4px;
}

.df-calc-info {
  cursor: help;
}

.df-calc-info>div{
  cursor: initial;
  display: none;
  background-color: rgb(237 229 244);
  color: rgb(52, 0, 136);
  text-align: left;
  overflow-y: scroll;
}

.df-calc-info>div>ul{
  padding: 24px;
  margin: 0;
}

.df-calc-info>div>ul>li{
  list-style-type: circle;
  list-style-position: inside;
  font-weight: 500;
}

.df-calc-info.df-calc-info-show>div{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}