/* Important */
* { 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
visual-icon {
	display:inline-block;
	vertical-align:middle;
}
visual-icon div {
	display:none;
}
visual-icon:hover div {
	display:inline-block;
}
visual-data {
	display:none;
}
visual-display, visual-options {
	display:block;
}
visual-options {
	background-color:rgb(79,129,189);
	width:100%;
	height:7rem;
	padding:15px;
	border-radius:1.5rem;
	border-top-left-radius:0rem;
	border-top-right-radius:0rem;
	margin-top:-2rem;
    border:1rem solid;
	border-color:rgb(255,255,255);
}
visual-options label {
	font-weight:bold;
	display:inline-block;
	margin-left:10px;
	margin-right:5px;
}
visual-options input[type=range] {
	height:10px;
	vertical-align:middle;
}
visual-options input[type=number] {
	width:60px;
}
visual-options input, visual-options select {
	cursor:pointer;
}
visual-options[data-domain] {
	border:0rem solid;
	height:5rem;
	border-radius:1.3rem;
	border-top-left-radius:1.3rem;
	border-top-right-radius:1.3rem;
}

svg text {
	fill:currentColor;
}
svg.area {
	width:100%;
	height:500px;
	padding:10px;
	padding-left:70px;
	padding-bottom:50px;
}
svg.grid rect {
	stroke: rgb(192,192,192);
	fill: rgb(160,160,160);
	stroke-width: 0.5;
}
svg.grid line {
	stroke: rgb(192,192,192);
	stroke-width: 0.5;
}
svg.grid line.tick-mark {
	stroke: rgb(255,192,0);
	stroke-width: 0.5;
}
svg rect.option {
	stroke:none;
	fill:none;
}
svg rect.bar-left, svg rect.bar-down {
	fill:rgb(255,192,0);
}
svg rect.option:hover {
	fill:rgb(255,192,0);
	fill-opacity:0.5;
	cursor:pointer;
}
line {
	stroke:blue;
}
text.title {
	font-size:0.5em;
	font-weight:bold;
}
text.lgnd-side, text.axis-down {
	font-size:0.25em;
}
text.lgnd-bttm, text.axis-left {
	font-size:0.3em;
}
h2.title {
	text-align:center;
	margin:0px;
	font-size:1.9em;
}
h2.title:hover, div.title:hover {
	background:rgba(255,221,0,0.5);
	border-radius:7px;
	cursor:pointer;
}
svg.area, svg.grid, svg.left, svg.down, svg.lgnd, svg.lbls, svg.table, svg.chart-pie {
	overflow:visible;
}
svg .marker {
	cursor:help;
}
svg text.label-marker {
	font-size:0.3em;
	font-weight:bold;
	opacity:0;
/*	transition: opacity .30s ease-in-out;	*/
	cursor:help;
}
svg rect.label-box {
	fill:rgba(0,0,0,0);
	opacity:0;
/*	transition: opacity .30s ease-in-out;	*/
}
svg.icon.help {
	cursor:help;
}
svg.icon.help:hover {
	overflow:visible;
}
svg.icon.close {
	float:right;
	cursor:pointer;
}
svg.icon.check {
	float:right;
	cursor:pointer;
	margin-right:10px;
}
svg.icon.visual {
	float:left;
	cursor:pointer;
	margin-top:-5px;
	margin-left:-5px;
	margin-right:15px;
}
svg.icon.visual:hover {
	overflow:visible;
}
svg.icon.visual polyline {
	fill:none;
}
svg.icon .fill-none {
	fill:none;
}
svg.icon .fill-light {
	fill:rgb(255,192,0);
}
svg.icon .stroke-light {
	stroke:rgb(255,192,0);
}
svg.icon.visual:hover .fill-light {
	fill:rgb(255,193,107);
}
svg.icon.visual:hover .stroke-light {
	stroke:rgb(255,193,107);
}
svg.icon .fill-mid {
	fill:rgb(63,63,63);
}
svg.icon .stroke-mid {
	stroke:rgb(63,63,63);
}
svg.icon .fill-dark {
	fill:var(--secondary);
}
svg.icon .stroke-dark {
	stroke:var(--secondary);
}
svg.icon .stroke-green {
	stroke:rgb(0,128,0);
}
svg.icon .fill-green {
	fill:rgb(0,128,0);
}
svg.icon.loading .fill-dark {
	fill:rgba(21,21,21,0.5);
}
svg.icon.visual text {
	color:rgb(255,255,255);
	font-size:1em;
}
svg.icon.visual rect.text-box {
	fill:rgba(0,0,0,0.5);
}
svg.table text {
	font-size:0.3em;
}
svg.table text.row-header {
	fill:rgb(0,0,0);
	font-weight:bold;
}
svg.table text.col-header {
	font-size:0.3em;
	font-weight:bold;
}
svg.table text.tbl-data {

}
svg.table rect.table-background {
	fill: rgb(160,160,160);
}
svg.table line.table-background {
	stroke: rgb(192,192,192);
}
svg.table rect.row-header {
	fill:rgb(255,193,107);
}

span.option-expand, span.option-hide {
	background:rgb(255,192,0);
	float:left;
	cursor:pointer;
	margin-top:-5px;
	margin-left:-5px;
	margin-right:15px;
	line-height:30px;
	height:30px;
	border-radius:2px;
	padding-right:3px;
	min-width:90px;
}
span.option-hide * {
	display:none;
}
span.option-expand label, span.option-hide label {
	color:rgb(38,38,38);
	cursor:pointer;
	display:initial;
	font-size:0.8em;
}
span.option-expand input[type=date], span.option-hide input[type=date] {
	width:125px;
}
span.option-expand input, span.option-expand select {
	font-size:1.1rem;
	font-weight:bold;
	height:auto;
	width:auto;
	padding:0.1rem;
	border-radius:0.5rem;
	background-color:rgb(234,170,0);
	color:rgb(0,0,0);
	box-shadow: inset 0.1rem 0.1rem 0.25rem rgba(0,0,0,0.7);
}
span.option-expand input[type=date] {
	width:11rem;
}
span.option-expand input[type=range] {
	box-shadow:none;
}
span.option-expand select {
	background-image:url(/themes/images/icon_downarrow_white.png);
	background-position:right 0.5rem center;
	background-repeat:no-repeat;
	background-size:1rem;
	padding-right:2rem;
}
icon {
	display:inline-block;
	background-size:contain;
	background-repeat:no-repeat;
	height:2rem;
	width:2rem;
}
icon-mail, icon[type=mail] {
	display:inline-block;
	background:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 32'><path d='M28,5H4C1.791,5,0,6.792,0,9v13c0,2.209,1.791,4,4,4h24c2.209,0,4-1.791,4-4V9  C32,6.792,30.209,5,28,5z M2,10.25l6.999,5.25L2,20.75V10.25z M30,22c0,1.104-0.898,2-2,2H4c-1.103,0-2-0.896-2-2l7.832-5.875  l4.368,3.277c0.533,0.398,1.166,0.6,1.8,0.6c0.633,0,1.266-0.201,1.799-0.6l4.369-3.277L30,22L30,22z M30,20.75l-7-5.25l7-5.25  V20.75z M17.199,18.602c-0.349,0.262-0.763,0.4-1.199,0.4c-0.436,0-0.851-0.139-1.2-0.4L10.665,15.5l-0.833-0.625L2,9.001V9  c0-1.103,0.897-2,2-2h24c1.102,0,2,0.897,2,2L17.199,18.602z' fill='rgb(255,255,255)' id='mail' /></svg>") no-repeat;
	background-size:contain;
}
icon-busted, icon[type=busted] {
	display:inline-block;
	background:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24'><g><path d='M12,4c4.4,0,8,3.6,8,8s-3.6,8-8,8s-8-3.6-8-8S7.6,4,12,4 M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10s10-4.5,10-10   C22,6.5,17.5,2,12,2L12,2z'/></g><line fill='none' stroke='rgb(255,255,255)' stroke-miterlimit='10' stroke-width='2' x1='18.2' x2='5.8' y1='18.2' y2='5.8'/></svg>") no-repeat;
	background-size:contain;
}
icon-info, icon[type=info] {
	display:inline-block;
	background:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 85 85'><path d='M42.5,0.003C19.028,0.003,0,19.031,0,42.503s19.028,42.5,42.5,42.5S85,65.976,85,42.503S65.972,0.003,42.5,0.003z   M42.288,66.27c0,0-1.972,1.311-3.32,1.305c-0.12,0.055-0.191,0.087-0.191,0.087l0.003-0.087c-0.283-0.013-0.568-0.053-0.855-0.125  l-0.426-0.105c-2.354-0.584-3.6-2.918-3.014-5.271l3.277-13.211l1.479-5.967c1.376-5.54-4.363,1.178-5.54-1.374  c-0.777-1.687,4.464-5.227,8.293-7.896c0,0,1.97-1.309,3.319-1.304c0.121-0.056,0.192-0.087,0.192-0.087l-0.005,0.087  c0.285,0.013,0.57,0.053,0.857,0.124l0.426,0.106c2.354,0.584,3.788,2.965,3.204,5.318l-3.276,13.212l-1.482,5.967  c-1.374,5.54,4.27-1.204,5.446,1.351C51.452,60.085,46.116,63.601,42.288,66.27z M50.594,24.976  c-0.818,3.295-4.152,5.304-7.446,4.486c-3.296-0.818-5.305-4.151-4.487-7.447c0.818-3.296,4.152-5.304,7.446-4.486  C49.403,18.346,51.411,21.68,50.594,24.976z'/></svg>") no-repeat;
	background-size:contain;
}
icon-detail, icon[type=detail] {
	display:inline-block;
	background:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd' id='miu' stroke='none' stroke-width='1'><g id='Artboard-1' transform='translate(-251.000000, -479.000000)'><g id='slice' transform='translate(215.000000, 119.000000)'/><path d='M254.5,493 C255.880712,493 257,491.880712 257,490.5 C257,489.119288 255.880712,488 254.5,488 C253.119288,488 252,489.119288 252,490.5 C252,491.880712 253.119288,493 254.5,493 L254.5,493 Z M263,493 C264.380712,493 265.5,491.880712 265.5,490.5 C265.5,489.119288 264.380712,488 263,488 C261.619288,488 260.5,489.119288 260.5,490.5 C260.5,491.880712 261.619288,493 263,493 L263,493 Z M271.5,493 C272.880712,493 274,491.880712 274,490.5 C274,489.119288 272.880712,488 271.5,488 C270.119288,488 269,489.119288 269,490.5 C269,491.880712 270.119288,493 271.5,493 L271.5,493 Z' fill='rgb(255,255,255)' /></g></g></svg>") no-repeat;
	background-size:contain;
}
icon-alert, icon[type=alert] {
	display:inline-block;
	background:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1024 1024'><path fill='rgb(255,192,0)' d='M1005.854 800.247l-438.286-767C556.173 13.30600000000004 534.967 1 512 1s-44.173 12.306-55.567 32.247l-438.286 767c-11.319 19.809-11.238 44.144 0.213 63.876C29.811 883.855 50.899 896 73.714 896h876.572c22.814 0 43.903-12.145 55.354-31.877S1017.173 820.056 1005.854 800.247zM576 768H448V640h128V768zM576 576H448V320h128V576z' /></svg>") no-repeat;
	background-size:contain;
}
icon-redalert, icon[type=redalert] {
	display:inline-block;
	background:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1024 1024'><path fill='rgb(215,40,40)' d='M1005.854 800.247l-438.286-767C556.173 13.30600000000004 534.967 1 512 1s-44.173 12.306-55.567 32.247l-438.286 767c-11.319 19.809-11.238 44.144 0.213 63.876C29.811 883.855 50.899 896 73.714 896h876.572c22.814 0 43.903-12.145 55.354-31.877S1017.173 820.056 1005.854 800.247zM576 768H448V640h128V768zM576 576H448V320h128V576z' /></svg>") no-repeat;
	background-size:contain;
}
icon-required, icon[type=required] {
	display:inline-block;
	background:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 32'><g><g id='Error_1_'><g id='Error'><circle cx='16' cy='16' id='BG' r='16' style='fill:rgb(215,40,40);'/><path d='M14.5,25h3v-3h-3V25z M14.5,6v13h3V6H14.5z' id='Exclamatory_x5F_Sign' style='fill:rgb(230,230,230);'/></g></g></g></svg>") no-repeat;
	background-size:contain;
}
icon-complete, icon[type=complete], icon-cancel, icon[type=cancel] {
	display:inline-block;
	background-size:contain;
	background-repeat: no-repeat;
}
icon-complete, icon[type=complete], 
field[data-field-show="true"], 
field[data-field-show="1"], 
field[data-field-group="1"], 
form fieldset field.FldFilter input[type=checkbox]:checked + label.LblFilter {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 32'><g><g id='Complete_x5F_Symbol_1_'><g id='Complete_x5F_Symbol'><circle cx='16' cy='16' id='BG' r='16' style='fill:rgb(25,216,115);'/><polygon id='Done_x5F_Symbol' points='14,17.9 14,17.9 14,17.9 10.1,14 8,16.1 14,22.1 24,12.1 21.9,10 ' style='fill:rgb(230,230,230);'/></g></g></g></svg>");
}
icon-cancel, icon[type=cancel], 
field[data-field-show="false"],
field[data-field-show="0"],
field[data-field-group="0"],
form fieldset field.FldFilter input[type=checkbox] + label.LblFilter {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 32'><g><g id='Incorrect_Symbol_1_'><g id='Incorrect_Symbol'><circle cx='16' cy='16' id='BG' r='16' style='fill:rgb(255,57,57);'/><polygon id='Cross_x5F_Symbol' points='24,10.1 21.9,8 16,13.9 10.1,8 8,10.1 13.9,16 8,21.9 10.1,24 16,18.1 21.9,24 24,21.9 18.1,16 ' style='fill:rgb(230,230,230);'/></g></g></g></svg>");
}
form fieldset field.FldFilter input[type=checkbox] + label.LblFilter, 
.Div-Subscribe input[type=checkbox] + label.LblFilter, 
.Div-List input[type=checkbox] + label.Lbl-List span, 
icon[type=blank] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 32'><g><g id='Complete_x5F_Symbol_1_'><g id='Complete_x5F_Symbol'><circle cx='16' cy='16' id='BG' r='16' style='fill:rgb(120,120,120);'/><polygon id='Done_x5F_Symbol' points='14,17.9 14,17.9 14,17.9 10.1,14 8,16.1 14,22.1 24,12.1 21.9,10 ' style='fill:rgb(120,120,120);'/></g></g></g></svg>");
}
form fieldset field.FldFilter input[type=checkbox]:checked + label.LblFilter, 
.Div-Subscribe input[type=checkbox]:checked + label.LblFilter, 
.Div-List input[type=checkbox]:checked + label.Lbl-List span, 
icon[type=pending] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 32'><g><g id='Complete_x5F_Symbol_1_'><g id='Complete_x5F_Symbol'><circle cx='16' cy='16' id='BG' r='16' style='fill:rgb(0,0,0);'/><polygon id='Done_x5F_Symbol' points='14,17.9 14,17.9 14,17.9 10.1,14 8,16.1 14,22.1 24,12.1 21.9,10 ' style='fill:rgb(230,230,230);'/></g></g></g></svg>");
}
input[type=button][data-actionid].DoubleComboL {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 500 500'><path clip-rule='evenodd' fill-rule='evenodd'  style='fill:rgb(255,255,255);' d='M31.949,403.452c0,35.164,28.435,63.599,63.599,63.599  c17.529,0,33.891-6.637,45.426-18.172l115.93-116.018l31.072,31.071c-4.182,15.265-0.181,32.345,11.905,44.518l45.063,45.063  c17.985,17.901,46.782,18.08,64.504,0.362c17.719-17.721,17.539-46.511-0.366-64.504l-45.063-45.063  c-12.174-12.085-29.254-16.078-44.514-11.898l-31.072-30.991l19.983-19.983c42.516,10.722,89.397-0.459,122.563-32.888  c22.803-22.35,35.352-50.698,37.07-80.04v-1.543c0-9.91-8.181-17.905-18.26-17.905c-5.001,0-9.544,2.006-12.907,5.181l-5.353,5.271  l-18.356,17.985c-11.543,11.268-27.984,17.896-45.701,17.896c-17.622,0-33.165-7.718-44.701-19.076  c-11.355-11.533-19.166-27.167-19.166-44.788c0-17.717,6.63-34.159,17.897-45.702l17.985-18.358l5.269-5.351  c3.18-3.363,5.181-7.906,5.181-12.91c0-10.079-7.992-18.26-17.904-18.26h-1.544c-29.34,1.721-57.687,14.268-80.038,37.071  c-32.43,33.165-43.52,80.047-32.802,122.477l-20.069,20.069l-83.863-83.943v-22.988L59.205,76.376l-27.256,27.256l27.256,54.513  h22.891l83.951,83.863L50.119,358.026C38.586,369.561,31.949,385.923,31.949,403.452z M77.375,398.909  c0-12.536,10.177-22.711,22.714-22.711c12.538,0,22.713,10.175,22.713,22.711s-10.175,22.716-22.713,22.716  C87.553,421.625,77.375,411.445,77.375,398.909z'></path></svg>");
}
icon[type=help] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100'><circle cx='50' cy='50' r='40' class='stroke-light fill-dark' stroke-width='10' /><text x='50' y='55' text-anchor='middle' alignment-baseline='middle' style='font-size:60;font-weight:bold;' class='fill-light'>?</text></svg>");
}
icon[type=work] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 500 500'><path clip-rule='evenodd' fill-rule='evenodd'  style='fill:rgb(255,192,0);' d='M31.949,403.452c0,35.164,28.435,63.599,63.599,63.599  c17.529,0,33.891-6.637,45.426-18.172l115.93-116.018l31.072,31.071c-4.182,15.265-0.181,32.345,11.905,44.518l45.063,45.063  c17.985,17.901,46.782,18.08,64.504,0.362c17.719-17.721,17.539-46.511-0.366-64.504l-45.063-45.063  c-12.174-12.085-29.254-16.078-44.514-11.898l-31.072-30.991l19.983-19.983c42.516,10.722,89.397-0.459,122.563-32.888  c22.803-22.35,35.352-50.698,37.07-80.04v-1.543c0-9.91-8.181-17.905-18.26-17.905c-5.001,0-9.544,2.006-12.907,5.181l-5.353,5.271  l-18.356,17.985c-11.543,11.268-27.984,17.896-45.701,17.896c-17.622,0-33.165-7.718-44.701-19.076  c-11.355-11.533-19.166-27.167-19.166-44.788c0-17.717,6.63-34.159,17.897-45.702l17.985-18.358l5.269-5.351  c3.18-3.363,5.181-7.906,5.181-12.91c0-10.079-7.992-18.26-17.904-18.26h-1.544c-29.34,1.721-57.687,14.268-80.038,37.071  c-32.43,33.165-43.52,80.047-32.802,122.477l-20.069,20.069l-83.863-83.943v-22.988L59.205,76.376l-27.256,27.256l27.256,54.513  h22.891l83.951,83.863L50.119,358.026C38.586,369.561,31.949,385.923,31.949,403.452z M77.375,398.909  c0-12.536,10.177-22.711,22.714-22.711c12.538,0,22.713,10.175,22.713,22.711s-10.175,22.716-22.713,22.716  C87.553,421.625,77.375,411.445,77.375,398.909z'></path></svg>");
}
icon[type='work-primary'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 500 500'><path clip-rule='evenodd' fill-rule='evenodd'  style='fill:rgb(0,0,0);' d='M31.949,403.452c0,35.164,28.435,63.599,63.599,63.599  c17.529,0,33.891-6.637,45.426-18.172l115.93-116.018l31.072,31.071c-4.182,15.265-0.181,32.345,11.905,44.518l45.063,45.063  c17.985,17.901,46.782,18.08,64.504,0.362c17.719-17.721,17.539-46.511-0.366-64.504l-45.063-45.063  c-12.174-12.085-29.254-16.078-44.514-11.898l-31.072-30.991l19.983-19.983c42.516,10.722,89.397-0.459,122.563-32.888  c22.803-22.35,35.352-50.698,37.07-80.04v-1.543c0-9.91-8.181-17.905-18.26-17.905c-5.001,0-9.544,2.006-12.907,5.181l-5.353,5.271  l-18.356,17.985c-11.543,11.268-27.984,17.896-45.701,17.896c-17.622,0-33.165-7.718-44.701-19.076  c-11.355-11.533-19.166-27.167-19.166-44.788c0-17.717,6.63-34.159,17.897-45.702l17.985-18.358l5.269-5.351  c3.18-3.363,5.181-7.906,5.181-12.91c0-10.079-7.992-18.26-17.904-18.26h-1.544c-29.34,1.721-57.687,14.268-80.038,37.071  c-32.43,33.165-43.52,80.047-32.802,122.477l-20.069,20.069l-83.863-83.943v-22.988L59.205,76.376l-27.256,27.256l27.256,54.513  h22.891l83.951,83.863L50.119,358.026C38.586,369.561,31.949,385.923,31.949,403.452z M77.375,398.909  c0-12.536,10.177-22.711,22.714-22.711c12.538,0,22.713,10.175,22.713,22.711s-10.175,22.716-22.713,22.716  C87.553,421.625,77.375,411.445,77.375,398.909z'></path></svg>");
}
icon[type=edit] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><g id='edit'><g><circle cx='256' cy='256' r='253.44' style='fill:rgb(0,112,192);'/><g><path d='M209.128,350.737l-47.865-47.865l156.964-156.964c6.966-6.966,18.261-6.966,25.227,0     l22.637,22.637c6.966,6.966,6.966,18.261,0,25.227L209.128,350.737z' style='fill:rgb(255,255,255);'/><polygon points='140.684,371.316 161.263,302.872 209.128,350.737    ' style='fill:rgb(255,255,255);'/></g></g></g><g id='Layer_1'/></svg>");
}
icon[type=view] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 64 64'><g id='Glyph_copy_2'><circle cx='32' cy='32' id='BG' r='30' fill='rgb(255,255,255)' /><path style='fill:rgb(0,112,192);' d='M28.569,17.426c-6.561,0-11.899,5.338-11.899,11.898c0,6.562,5.338,11.899,11.899,11.899s11.899-5.338,11.899-11.899   C40.468,22.764,35.131,17.426,28.569,17.426z'/><path style='fill:rgb(0,112,192);' d='M32,0C14.355,0,0,14.355,0,32s14.355,32,32,32s32-14.355,32-32S49.645,0,32,0z M45.571,47.644l-6.454-6.455   c-2.81,2.501-6.498,4.035-10.547,4.035c-8.767,0-15.899-7.133-15.899-15.899s7.132-15.898,15.899-15.898   c8.767,0,15.899,7.132,15.899,15.898c0,3.276-0.997,6.324-2.703,8.857l6.634,6.634L45.571,47.644z'/></g></svg>");
}
icon[type=plus] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><g id='new'><g><circle cx='256' cy='256' r='253.44' style='fill:rgb(0,112,192);'/><path d='M289.86,353.4c0,9.853-7.987,17.84-17.84,17.84H240.7c-9.853,0-17.84-7.987-17.84-17.84V158.08    c0-9.853,7.987-17.84,17.84-17.84h31.32c9.853,0,17.84,7.987,17.84,17.84V353.4z' style='fill:rgb(255,255,255);'/><path d='M371.86,271.4c0,9.853-7.987,17.84-17.84,17.84H158.7c-9.853,0-17.84-7.987-17.84-17.84v-31.32    c0-9.853,7.987-17.84,17.84-17.84h195.32c9.853,0,17.84,7.987,17.84,17.84V271.4z' style='fill:rgb(255,255,255);'/></g></g><g id='Layer_1'/></svg>");
}
icon[type=check] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 32'><g><g id='Complete_x5F_Symbol_1_'><g id='Complete_x5F_Symbol'><circle cx='16' cy='16' id='BG' r='16' fill='rgb(0,112,192)' /><polygon id='Done_x5F_Symbol' points='14,17.9 14,17.9 14,17.9 10.1,14 8,16.1 14,22.1 24,12.1 21.9,10 ' style='fill:rgb(255,255,255);'/></g></g></g></svg>");
}
icon[type=uncheck] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 32'><g><g id='Incorrect_Symbol_1_'><g id='Incorrect_Symbol'><circle cx='16' cy='16' id='BG' r='16' style='fill:rgb(0,112,192);'/><polygon id='Cross_x5F_Symbol' points='24,10.1 21.9,8 16,13.9 10.1,8 8,10.1 13.9,16 8,21.9 10.1,24 16,18.1 21.9,24 24,21.9 18.1,16 ' style='fill:rgb(255,255,255);'/></g></g></g></svg>");
}
icon[type=filter] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 36 30'><polygon fill='rgb(255,255,255)' points='14,30 22,25 22,17 35.999,0 17.988,0 0,0 14,17 '/></svg>");
}
icon[type=grouped] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 48 48'><path d='M0 0h48v48H0z' fill='none'/><path fill='rgb(255,255,255)' d='M24 4C12.95 4 4 12.95 4 24c0 11.04 8.95 20 20 20s20-8.96 20-20c0-11.05-8.95-20-20-20zm-8 31c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm3-19c0-2.76 2.24-5 5-5s5 2.24 5 5-2.24 5-5 5-5-2.24-5-5zm13 19c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z'/></svg>");
}
icon[type='filter-primary'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 36 30'><polygon fill='rgb(0,0,0)' points='14,30 22,25 22,17 35.999,0 17.988,0 0,0 14,17 '/></svg>");
}
icon[type=sortdn] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><defs id='defs4'/><g id='layer1' transform='translate(0,-540.36218)'><g id='g4305'><g id='g4345' transform='translate(28,-40.00001)'><path d='M 115.78125 32.0625 C 108.78044 46.46089 102.03142 61.21258 95.53125 76.3125 C 89.030945 91.41274 82.420358 107.35646 75.71875 124.15625 C 69.017051 140.95628 62.185149 158.87484 55.1875 177.875 C 48.189801 196.87529 40.800282 217.56887 33 239.96875 L 81.59375 239.96875 C 83.797065 232.76661 86.23969 225.34889 88.9375 217.75 C 91.635194 210.15116 94.27484 202.56767 96.875 194.96875 L 177.875 194.96875 C 180.47494 202.56767 183.14584 210.15116 185.84375 217.75 C 188.54135 225.34889 190.98397 232.76661 193.1875 239.96875 L 243.28125 239.96875 C 235.48075 217.56887 228.09429 196.87529 221.09375 177.875 C 214.09284 158.87484 207.22968 140.95628 200.53125 124.15625 C 193.83248 107.35646 187.19455 91.41274 180.59375 76.3125 C 173.99265 61.21258 167.26793 46.46089 160.46875 32.0625 L 115.78125 32.0625 z M 137.09375 79.15625 C 138.29603 82.15934 139.87599 86.2687 141.875 91.46875 C 143.87378 96.66908 146.23658 102.66957 148.9375 109.46875 C 151.63818 116.26819 154.46874 123.76879 157.46875 131.96875 C 160.46849 140.16892 163.58287 148.77865 166.78125 157.78125 L 107.6875 157.78125 C 110.88566 148.77865 114.02433 140.16892 117.125 131.96875 C 120.22549 123.76879 123.08731 116.26819 125.6875 109.46875 C 128.28751 102.66957 130.59475 96.66908 132.59375 91.46875 C 134.59254 86.2687 136.09266 82.15934 137.09375 79.15625 z M 355.125 110.0625 C 353.16156 110.06276 351.20086 111.14884 349.8125 113 C 348.42413 114.85115 347.62519 117.44458 347.625 120.0625 L 347.625 306.0625 L 320.34375 278.78125 C 318.51036 276.94915 315.90412 275.89905 313.3125 275.9375 C 310.81985 275.9765 308.35712 277.01905 306.59375 278.78125 L 279.09375 306.28125 C 277.29345 308.08088 276.25 310.61072 276.25 313.15625 C 276.25 315.70177 277.29345 318.23161 279.09375 320.03125 L 370.75 411.65625 C 372.54965 413.45653 375.07948 414.5 377.625 414.5 C 380.17053 414.5 382.70037 413.45653 384.5 411.65625 L 476.125 320.03125 C 477.92528 318.23162 479 315.70178 479 313.15625 C 479 310.61073 477.92528 308.08089 476.125 306.28125 L 448.625 278.78125 C 446.82593 276.9856 444.32311 275.9375 441.78125 275.9375 C 439.23941 275.9375 436.70533 276.9856 434.90625 278.78125 L 407.625 306.0625 L 407.625 120.0625 C 407.6248 117.44458 406.82587 114.85115 405.4375 113 C 404.04913 111.14884 402.08844 110.06276 400.125 110.0625 L 355.125 110.0625 z M 61.1875 272.03125 L 61.1875 311.34375 L 154.46875 311.34375 C 146.66836 320.74333 138.22525 331.37954 129.125 343.28125 C 120.02459 355.18323 111.0794 367.48925 102.28125 380.1875 C 93.482985 392.88595 85.039878 405.46882 76.9375 417.96875 C 68.83506 430.46883 61.971907 441.82625 56.375 452.03125 L 56.375 479.9375 L 219.875 479.9375 L 219.875 440.625 L 113.96875 440.625 C 121.17083 428.6255 129.39262 416.04266 138.59375 402.84375 C 147.7947 389.64498 157.10047 376.83689 166.5 364.4375 C 175.89928 352.03833 184.9829 340.59499 193.78125 330.09375 C 202.57932 319.59281 210.191 311.03557 216.59375 304.4375 L 216.59375 272.03125 L 61.1875 272.03125 z ' id='path2994' style='font-size:300px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:rgb(255,255,255);fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Bold' transform='translate(-28,580.36219)'/></g></g></g></svg>");
}
icon[type=sortup] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><defs id='defs4'/><g id='layer1' transform='translate(0,-540.36218)'><g id='g4305'><g id='g4345' transform='translate(28,-40.00001)'><g id='flowRoot4459' style='font-size:50px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:rgb(255,255,255);fill-opacity:1;stroke:none;font-family:verdana;-inkscape-font-specification:verdana' transform='translate(-38.018475,702.54563)'><path d='M 61.1875 32.0625 L 61.1875 71.375 L 154.46875 71.375 C 146.66836 80.77458 138.22525 91.41079 129.125 103.3125 C 120.02459 115.21448 111.0794 127.5205 102.28125 140.21875 C 93.482985 152.9172 85.039878 165.50007 76.9375 178 C 68.83506 190.50004 61.971907 201.85746 56.375 212.0625 L 56.375 239.96875 L 219.875 239.96875 L 219.875 200.65625 L 113.96875 200.65625 C 121.17083 188.65679 129.39262 176.07391 138.59375 162.875 C 147.7947 149.67623 157.10047 136.86814 166.5 124.46875 C 175.89928 112.06958 184.9829 100.62624 193.78125 90.125 C 202.57932 79.62406 210.191 71.06682 216.59375 64.46875 L 216.59375 32.0625 L 61.1875 32.0625 z M 355.125 110.0625 C 353.16156 110.06276 351.20086 111.14884 349.8125 113 C 348.42413 114.85115 347.62519 117.44458 347.625 120.0625 L 347.625 306.0625 L 320.34375 278.78125 C 318.51036 276.94915 315.90412 275.89905 313.3125 275.9375 C 310.81985 275.9765 308.35712 277.01905 306.59375 278.78125 L 279.09375 306.28125 C 277.29345 308.08088 276.25 310.61072 276.25 313.15625 C 276.25 315.70177 277.29345 318.23161 279.09375 320.03125 L 370.75 411.65625 C 372.54965 413.45653 375.07948 414.5 377.625 414.5 C 380.17053 414.5 382.70037 413.45653 384.5 411.65625 L 476.125 320.03125 C 477.92528 318.23162 479 315.70178 479 313.15625 C 479 310.61073 477.92528 308.08089 476.125 306.28125 L 448.625 278.78125 C 446.82593 276.9856 444.32311 275.9375 441.78125 275.9375 C 439.23941 275.9375 436.70533 276.9856 434.90625 278.78125 L 407.625 306.0625 L 407.625 120.0625 C 407.6248 117.44458 406.82587 114.85115 405.4375 113 C 404.04913 111.14884 402.08844 110.06276 400.125 110.0625 L 355.125 110.0625 z M 115.78125 272.03125 C 108.78044 286.42964 102.03142 301.18133 95.53125 316.28125 C 89.030945 331.38149 82.420358 347.32521 75.71875 364.125 C 69.017051 380.92503 62.185149 398.84359 55.1875 417.84375 C 48.189801 436.84404 40.800282 457.53762 33 479.9375 L 81.59375 479.9375 C 83.797065 472.73536 86.23969 465.31764 88.9375 457.71875 C 91.635194 450.11991 94.27484 442.53642 96.875 434.9375 L 177.875 434.9375 C 180.47495 442.53642 183.14584 450.11991 185.84375 457.71875 C 188.54135 465.31764 190.98397 472.73536 193.1875 479.9375 L 243.28125 479.9375 C 235.48075 457.53762 228.09429 436.84404 221.09375 417.84375 C 214.09284 398.84359 207.22968 380.92503 200.53125 364.125 C 193.83248 347.32521 187.19455 331.38149 180.59375 316.28125 C 173.99265 301.18133 167.26793 286.42964 160.46875 272.03125 L 115.78125 272.03125 z M 137.09375 319.125 C 138.29603 322.12809 139.87599 326.23745 141.875 331.4375 C 143.87379 336.63783 146.23658 342.63832 148.9375 349.4375 C 151.63818 356.23694 154.46874 363.73754 157.46875 371.9375 C 160.46849 380.13767 163.58287 388.7474 166.78125 397.75 L 107.6875 397.75 C 110.88566 388.7474 114.02433 380.13767 117.125 371.9375 C 120.22549 363.73754 123.08731 356.23694 125.6875 349.4375 C 128.2875 342.63832 130.59475 336.63783 132.59375 331.4375 C 134.59255 326.23745 136.09267 322.12809 137.09375 319.125 z ' id='path5089' style='font-size:300px;font-weight:bold;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Bold;fill:rgb(255,255,255);fill-opacity:1;stroke:none;stroke-opacity:1' transform='translate(10.018475,-122.18344)'/></g><g id='flowRoot4459-1' style='font-size:50px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:rgb(255,255,255);fill-opacity:1;stroke:none;font-family:verdana;-inkscape-font-specification:verdana' transform='translate(-22.115765,462.57961)'/></g></g></g></svg>");
}
icon[type=database] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1024 1024'><path style='fill:rgb(0,112,192);' d='M384 960C171.969 960 0 902.625 0 832c0-38.625 0-80.875 0-128 0-11.125 5.562-21.688 13.562-32C56.375 727.125 205.25 768 384 768s327.625-40.875 370.438-96c8 10.312 13.562 20.875 13.562 32 0 37.062 0 76.375 0 128C768 902.625 596 960 384 960zM384 704C171.969 704 0 646.625 0 576c0-38.656 0-80.844 0-128 0-6.781 2.562-13.375 6-19.906l0 0C7.938 424 10.5 419.969 13.562 416 56.375 471.094 205.25 512 384 512s327.625-40.906 370.438-96c3.062 3.969 5.625 8 7.562 12.094l0 0c3.438 6.531 6 13.125 6 19.906 0 37.062 0 76.344 0 128C768 646.625 596 704 384 704zM384 448C171.969 448 0 390.656 0 320c0-20.219 0-41.594 0-64 0-20.344 0-41.469 0-64C0 121.34400000000005 171.969 64 384 64c212 0 384 57.344 384 128 0 19.969 0 41.156 0 64 0 19.594 0 40.25 0 64C768 390.656 596 448 384 448zM384 128c-141.375 0-256 28.594-256 64s114.625 64 256 64 256-28.594 256-64S525.375 128 384 128z'/></svg>");
}
icon[type='database-primary'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1024 1024'><path style='fill:rgb(0,112,192);' d='M384 960C171.969 960 0 902.625 0 832c0-38.625 0-80.875 0-128 0-11.125 5.562-21.688 13.562-32C56.375 727.125 205.25 768 384 768s327.625-40.875 370.438-96c8 10.312 13.562 20.875 13.562 32 0 37.062 0 76.375 0 128C768 902.625 596 960 384 960zM384 704C171.969 704 0 646.625 0 576c0-38.656 0-80.844 0-128 0-6.781 2.562-13.375 6-19.906l0 0C7.938 424 10.5 419.969 13.562 416 56.375 471.094 205.25 512 384 512s327.625-40.906 370.438-96c3.062 3.969 5.625 8 7.562 12.094l0 0c3.438 6.531 6 13.125 6 19.906 0 37.062 0 76.344 0 128C768 646.625 596 704 384 704zM384 448C171.969 448 0 390.656 0 320c0-20.219 0-41.594 0-64 0-20.344 0-41.469 0-64C0 121.34400000000005 171.969 64 384 64c212 0 384 57.344 384 128 0 19.969 0 41.156 0 64 0 19.594 0 40.25 0 64C768 390.656 596 448 384 448zM384 128c-141.375 0-256 28.594-256 64s114.625 64 256 64 256-28.594 256-64S525.375 128 384 128z'/></svg>");
}
icon[type='status-billable'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 442 442'><defs id='defs3251'><marker id='ArrowEnd' markerHeight='3' markerUnits='strokeWidth' markerWidth='4' orient='auto' refX='0' refY='5' viewBox='0 0 10 10'><path d='M 0,0 L 10,5 L 0,10 L 0,0 z' id='path3254'/></marker><marker id='ArrowStart' markerHeight='3' markerUnits='strokeWidth' markerWidth='4' orient='auto' refX='10' refY='5' viewBox='0 0 10 10'><path d='M 10,0 L 0,5 L 10,10 L 10,0 z' id='path3257'/></marker></defs><g id='g3261' transform='translate(-240.43605,-240.43605)'><path d='M 461.047,656.303 C 353.213,656.303 265.794,568.884 265.794,461.05 C 265.794,353.212 353.213,265.794 461.047,265.794 C 568.885,265.794 656.303,353.212 656.303,461.05 C 656.303,568.884 568.885,656.303 461.047,656.303 z' id='path3263' style='fill:none;stroke:rgb(0,0,0);stroke-width:50.71590042'/><path d='' id='path3265' style='fill:none;stroke:rgb(0,0,0);stroke-width:50.71590042'/></g><path d='M 194.65625 69.375 L 194.65625 101.875 C 181.50525 101.875 122.34375 118.62875 122.34375 172.34375 C 122.34375 220.12875 165.036 233.13724 194.625 237.40625 L 194.65625 291.40625 C 173.05125 285.23925 169.125 268.61599 166.125 254.875 L 118.6875 254.875 C 121.6235 308.616 168.82425 333.61025 194.65625 337.40625 L 194.65625 370.46875 L 239.75 370.46875 L 239.75 337.90625 C 275.445 336.00825 317.71876 305.18449 317.71875 262.9375 C 317.71875 214.5515 275.61 200.817 239.75 197.125 L 239.75 147.625 C 253.86 148.625 264.8705 162.625 266.0625 176.875 L 313.03125 176.875 C 313.03125 128.875 269.36025 103.625 239.28125 101.875 L 239.28125 69.375 L 194.65625 69.375 z M 194.90625 148.09375 L 194.90625 189.125 C 163.11824 188.625 162.50025 153.78675 194.90625 148.09375 z M 240.28125 245.125 C 279.61824 246.125 283.97475 285.37925 240.21875 291.65625 L 240.28125 245.125 z ' id='path3267' style='fill:rgb(0,0,0);stroke:none'/><path d='M 240.22995,291.64095 L 240.27395,245.11395' id='path3277' style='fill:none;stroke:none'/></svg>");
}
icon[type='status-complete'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24'><g><g><path d='M12,0C5.373,0,0,5.373,0,12c0,6.628,5.373,12,12,12c6.627,0,12-5.372,12-12C24,5.373,18.627,0,12,0z M19.754,9.561    l-8.607,8.607c-0.176,0.177-0.462,0.177-0.637,0l-1.272-1.285c-0.175-0.176-0.462-0.464-0.636-0.642l-2.96-3.112    c-0.087-0.087-0.133-0.21-0.133-0.327c0-0.115,0.046-0.227,0.133-0.314l1.297-1.169c0.088-0.09,0.205-0.134,0.321-0.134    c0.114,0.001,0.228,0.046,0.315,0.134l2.936,2.995c0.175,0.178,0.461,0.178,0.637,0l6.699-6.681c0.176-0.177,0.461-0.177,0.636,0    l1.272,1.285C19.93,9.094,19.93,9.384,19.754,9.561z'/></g></g></svg>");
}
icon[type='status-reschedule'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><g><rect fill='rgb(0,0,0)' height='65' width='65' x='223.5' y='244.6'/><rect fill='rgb(0,0,0)' height='65' width='65' x='325.4' y='244.6'/><rect fill='rgb(0,0,0)' height='65' width='65' x='121.7' y='343.4'/><rect fill='rgb(0,0,0)' height='65' width='65' x='223.5' y='343.4'/><rect fill='rgb(0,0,0)' height='65' width='65' x='325.4' y='343.4'/><path d='M155.8,123.8L155.8,123.8c-16,0-29.1-13.1-29.1-29.1V29.2c0-16,13.1-29.1,29.1-29.1h0   c16,0,29.1,13.1,29.1,29.1v65.6C184.9,110.7,171.8,123.8,155.8,123.8z' fill='rgb(0,0,0)'/><path d='M430.7,61.9h-33v39.7c0,24.5-19.7,44.5-43.8,44.5h-11.6c-24.1,0-43.8-20-43.8-44.5V61.9h-90.4v39.7   c0,24.5-19.7,44.5-43.8,44.5h-11.6c-24.1,0-43.8-20-43.8-44.5V61.9H83.6c-27.1,0-49.3,22.5-49.3,50v350c0,27.5,22.2,50,49.3,50   h347.2c27.1,0,49.3-22.5,49.3-50v-350C480,84.4,457.8,61.9,430.7,61.9z M422.3,414.7c0,17.1-13.8,31.1-30.6,31.1h-269   c-16.8,0-30.6-14-30.6-31.1V238.3c0-17.1,13.8-32.3,30.6-32.3h269c16.8,0,30.6,15.2,30.6,32.3V414.7z' fill='rgb(0,0,0)'/><path d='M348.3,123.8L348.3,123.8c-16,0-29.1-13.1-29.1-29.1V29.2c0-16,13.1-29.1,29.1-29.1h0   c16,0,29.1,13.1,29.1,29.1v65.6C377.4,110.7,364.3,123.8,348.3,123.8z' fill='rgb(0,0,0)'/></g></svg>");
}
icon[type='user-admin'] {
	/*background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 60 71'><g><path d='M57,32h-2.581c-1.374-3.881-5.067-6.667-9.419-6.667S36.955,28.119,35.581,32H3c-1.657,0-3,1.343-3,3   c0,1.656,1.343,3,3,3h32.371c1.168,4.227,5.031,7.334,9.629,7.334s8.461-3.107,9.629-7.334H57c1.657,0,3-1.344,3-3   C60,33.343,58.657,32,57,32z' fill='rgb(255,255,255)'/><path d='M57,58H24.419c-1.374-3.881-5.067-6.666-9.419-6.666S6.955,54.119,5.581,58H3c-1.657,0-3,1.344-3,3   s1.343,3,3,3h2.371c1.168,4.227,5.031,7.334,9.629,7.334s8.461-3.107,9.629-7.334H57c1.657,0,3-1.344,3-3S58.657,58,57,58z' fill='rgb(255,255,255)'/><path d='M3,13h2.371c1.168,4.227,5.031,7.333,9.629,7.333s8.461-3.107,9.629-7.333H57c1.657,0,3-1.343,3-3   s-1.343-3-3-3H24.419C23.045,3.119,19.352,0.333,15,0.333S6.955,3.119,5.581,7H3c-1.657,0-3,1.343-3,3S1.343,13,3,13z' fill='rgb(255,255,255)'/></g></svg>");*/
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><g id='user'><g><circle cx='256' cy='256' r='230' style='fill:none;stroke:rgb(255,255,255);stroke-width:3rem;' /><circle cx='256' cy='213.43' r='73.511' style='fill:rgb(255,255,255);'/><path d='M184.69,286.819c0.05,0.049,0.089,0.099,0.139,0.148c-0.05,0.029-0.089,0.049-0.139,0.079    c-0.049-0.05-0.089-0.099-0.139-0.149C184.601,286.879,184.641,286.849,184.69,286.819z' style='fill:rgb(255,255,255);'/><path d='M327.478,286.859c-0.049,0.059-0.109,0.129-0.168,0.188c-0.059-0.04-0.119-0.07-0.178-0.099    c0.059-0.059,0.119-0.129,0.178-0.188C327.369,286.789,327.419,286.829,327.478,286.859z' style='fill:rgb(255,255,255);'/><path d='M360.802,296.893v74.185h-209.88v-74.185c0-19.173,15.543-34.715,34.715-34.715h4.122    c15.018,20.79,39.095,33.373,66.241,33.373s51.223-12.583,66.241-33.373h3.845C345.259,262.178,360.802,277.72,360.802,296.893z' style='fill:rgb(255,255,255);'/></g></g><g id='Layer_1'/></svg>");
}
icon[type='flag-red'],icon[type='flag_red'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1792 1792'><path d='M320 256q0 72-64 110v1266q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-1266q-64-38-64-110 0-53 37.5-90.5t90.5-37.5 90.5 37.5 37.5 90.5zm1472 64v763q0 25-12.5 38.5t-39.5 27.5q-215 116-369 116-61 0-123.5-22t-108.5-48-115.5-48-142.5-22q-192 0-464 146-17 9-33 9-26 0-45-19t-19-45v-742q0-32 31-55 21-14 79-43 236-120 421-120 107 0 200 29t219 88q38 19 88 19 54 0 117.5-21t110-47 88-47 54.5-21q26 0 45 19t19 45z' fill='rgb(255,0,0)' /></svg>");
}
icon[type='flag-yellow'],icon[type='flag_yellow'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1792 1792'><path d='M320 256q0 72-64 110v1266q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-1266q-64-38-64-110 0-53 37.5-90.5t90.5-37.5 90.5 37.5 37.5 90.5zm1472 64v763q0 25-12.5 38.5t-39.5 27.5q-215 116-369 116-61 0-123.5-22t-108.5-48-115.5-48-142.5-22q-192 0-464 146-17 9-33 9-26 0-45-19t-19-45v-742q0-32 31-55 21-14 79-43 236-120 421-120 107 0 200 29t219 88q38 19 88 19 54 0 117.5-21t110-47 88-47 54.5-21q26 0 45 19t19 45z' fill='rgb(255,255,255)' /></svg>");
}
icon[type='flag-green'],icon[type='flag_green'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1792 1792'><path d='M320 256q0 72-64 110v1266q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-1266q-64-38-64-110 0-53 37.5-90.5t90.5-37.5 90.5 37.5 37.5 90.5zm1472 64v763q0 25-12.5 38.5t-39.5 27.5q-215 116-369 116-61 0-123.5-22t-108.5-48-115.5-48-142.5-22q-192 0-464 146-17 9-33 9-26 0-45-19t-19-45v-742q0-32 31-55 21-14 79-43 236-120 421-120 107 0 200 29t219 88q38 19 88 19 54 0 117.5-21t110-47 88-47 54.5-21q26 0 45 19t19 45z' fill='rgb(0,255,0)' /></svg>");
}
icon[type='flag-white'],icon[type='flag_white'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1792 1792'><path d='M320 256q0 72-64 110v1266q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-1266q-64-38-64-110 0-53 37.5-90.5t90.5-37.5 90.5 37.5 37.5 90.5zm1472 64v763q0 25-12.5 38.5t-39.5 27.5q-215 116-369 116-61 0-123.5-22t-108.5-48-115.5-48-142.5-22q-192 0-464 146-17 9-33 9-26 0-45-19t-19-45v-742q0-32 31-55 21-14 79-43 236-120 421-120 107 0 200 29t219 88q38 19 88 19 54 0 117.5-21t110-47 88-47 54.5-21q26 0 45 19t19 45z' fill='rgb(255,255,255)' /></svg>");
}
icon[type='flag-primary'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1792 1792'><path d='M320 256q0 72-64 110v1266q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-1266q-64-38-64-110 0-53 37.5-90.5t90.5-37.5 90.5 37.5 37.5 90.5zm1472 64v763q0 25-12.5 38.5t-39.5 27.5q-215 116-369 116-61 0-123.5-22t-108.5-48-115.5-48-142.5-22q-192 0-464 146-17 9-33 9-26 0-45-19t-19-45v-742q0-32 31-55 21-14 79-43 236-120 421-120 107 0 200 29t219 88q38 19 88 19 54 0 117.5-21t110-47 88-47 54.5-21q26 0 45 19t19 45z' fill='rgb(0,112,192)' /></svg>");
}
icon[type='paid'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 64 64'><path fill='rgb(0,128,0)' d='m31.19 0c-17.283.438-31.19 14.612-31.19 32 0 17.664 14.336 32 32 32 17.664 0 32-14.336 32-32 0-17.664-14.336-32-32-32-.276 0-.538-.007-.813 0m-.031 5.5c.284-.009.558 0 .844 0 14.628 0 26.5 11.872 26.5 26.5 0 14.628-11.872 26.5-26.5 26.5-14.628 0-26.5-11.872-26.5-26.5 0-14.342 11.423-26.05 25.656-26.5'></path><path fill='rgb(0,128,0)' d='m25.645 38.743c2.061 2.882 8.35 3.09 10.51 1.868.793-.449.991-1.747.991-2.627 0-.604-.159-1.079-.477-1.424-.336-.345-1.189-1.221-2.178-1.48-5.02-1.294-8.492-2.911-9.852-4.085-1.696-1.467-1.969-2.425-1.969-4.979 0-2.554.734-4.695 2.395-6.231 1.66-1.536 4.071-2.304 7.233-2.304 3.02 0 7.268.797 9.339 3.256l-3.453 3.756c-1.947-1.635-3.396-1.783-5.78-1.783-1.501 0-2.283.216-2.919.647-.636.414-.954.958-.954 1.631 0 .604.291 1.105.874 1.501.583.414 2.106 1.036 5.144 1.864 3.409.932 5.723 2.062 6.942 3.391 1.201 1.329 1.802 3.098 1.802 5.307 0 2.658-.936 4.85-2.808 6.575-1.855 1.726-4.138 3.067-7.423 3.067-4.229 0-9.874-1.494-11.431-4.255'></path><path fill='rgb(0,128,0)' d='m30.375 12.875v6.844h3.25v-6.844h-3.25m0 32.09v6.156h3.25v-6.156h-3.25'></path></svg>"); 
}
icon[type='unpaid'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 64 64'><path fill='rgb(255,255,255)' d='m31.19 0c-17.283.438-31.19 14.612-31.19 32 0 17.664 14.336 32 32 32 17.664 0 32-14.336 32-32 0-17.664-14.336-32-32-32-.276 0-.538-.007-.813 0m-.031 5.5c.284-.009.558 0 .844 0 14.628 0 26.5 11.872 26.5 26.5 0 14.628-11.872 26.5-26.5 26.5-14.628 0-26.5-11.872-26.5-26.5 0-14.342 11.423-26.05 25.656-26.5'></path><path fill='rgb(255,255,255)' d='m25.645 38.743c2.061 2.882 8.35 3.09 10.51 1.868.793-.449.991-1.747.991-2.627 0-.604-.159-1.079-.477-1.424-.336-.345-1.189-1.221-2.178-1.48-5.02-1.294-8.492-2.911-9.852-4.085-1.696-1.467-1.969-2.425-1.969-4.979 0-2.554.734-4.695 2.395-6.231 1.66-1.536 4.071-2.304 7.233-2.304 3.02 0 7.268.797 9.339 3.256l-3.453 3.756c-1.947-1.635-3.396-1.783-5.78-1.783-1.501 0-2.283.216-2.919.647-.636.414-.954.958-.954 1.631 0 .604.291 1.105.874 1.501.583.414 2.106 1.036 5.144 1.864 3.409.932 5.723 2.062 6.942 3.391 1.201 1.329 1.802 3.098 1.802 5.307 0 2.658-.936 4.85-2.808 6.575-1.855 1.726-4.138 3.067-7.423 3.067-4.229 0-9.874-1.494-11.431-4.255'></path><path fill='rgb(255,255,255)' d='m30.375 12.875v6.844h3.25v-6.844h-3.25m0 32.09v6.156h3.25v-6.156h-3.25'></path></svg>"); 
}
icon[type='overdue'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 64 64'><path fill='rgb(128,0,0)' d='m31.19 0c-17.283.438-31.19 14.612-31.19 32 0 17.664 14.336 32 32 32 17.664 0 32-14.336 32-32 0-17.664-14.336-32-32-32-.276 0-.538-.007-.813 0m-.031 5.5c.284-.009.558 0 .844 0 14.628 0 26.5 11.872 26.5 26.5 0 14.628-11.872 26.5-26.5 26.5-14.628 0-26.5-11.872-26.5-26.5 0-14.342 11.423-26.05 25.656-26.5'></path><path fill='rgb(128,0,0)' d='m25.645 38.743c2.061 2.882 8.35 3.09 10.51 1.868.793-.449.991-1.747.991-2.627 0-.604-.159-1.079-.477-1.424-.336-.345-1.189-1.221-2.178-1.48-5.02-1.294-8.492-2.911-9.852-4.085-1.696-1.467-1.969-2.425-1.969-4.979 0-2.554.734-4.695 2.395-6.231 1.66-1.536 4.071-2.304 7.233-2.304 3.02 0 7.268.797 9.339 3.256l-3.453 3.756c-1.947-1.635-3.396-1.783-5.78-1.783-1.501 0-2.283.216-2.919.647-.636.414-.954.958-.954 1.631 0 .604.291 1.105.874 1.501.583.414 2.106 1.036 5.144 1.864 3.409.932 5.723 2.062 6.942 3.391 1.201 1.329 1.802 3.098 1.802 5.307 0 2.658-.936 4.85-2.808 6.575-1.855 1.726-4.138 3.067-7.423 3.067-4.229 0-9.874-1.494-11.431-4.255'></path><path fill='rgb(128,0,0)' d='m30.375 12.875v6.844h3.25v-6.844h-3.25m0 32.09v6.156h3.25v-6.156h-3.25'></path></svg>"); 
}
icon[type='money'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 64 64'><path fill='rgb(0,0,0)' d='m31.19 0c-17.283.438-31.19 14.612-31.19 32 0 17.664 14.336 32 32 32 17.664 0 32-14.336 32-32 0-17.664-14.336-32-32-32-.276 0-.538-.007-.813 0m-.031 5.5c.284-.009.558 0 .844 0 14.628 0 26.5 11.872 26.5 26.5 0 14.628-11.872 26.5-26.5 26.5-14.628 0-26.5-11.872-26.5-26.5 0-14.342 11.423-26.05 25.656-26.5'></path><path fill='rgb(0,0,0)' d='m25.645 38.743c2.061 2.882 8.35 3.09 10.51 1.868.793-.449.991-1.747.991-2.627 0-.604-.159-1.079-.477-1.424-.336-.345-1.189-1.221-2.178-1.48-5.02-1.294-8.492-2.911-9.852-4.085-1.696-1.467-1.969-2.425-1.969-4.979 0-2.554.734-4.695 2.395-6.231 1.66-1.536 4.071-2.304 7.233-2.304 3.02 0 7.268.797 9.339 3.256l-3.453 3.756c-1.947-1.635-3.396-1.783-5.78-1.783-1.501 0-2.283.216-2.919.647-.636.414-.954.958-.954 1.631 0 .604.291 1.105.874 1.501.583.414 2.106 1.036 5.144 1.864 3.409.932 5.723 2.062 6.942 3.391 1.201 1.329 1.802 3.098 1.802 5.307 0 2.658-.936 4.85-2.808 6.575-1.855 1.726-4.138 3.067-7.423 3.067-4.229 0-9.874-1.494-11.431-4.255'></path><path fill='rgb(0,0,0)' d='m30.375 12.875v6.844h3.25v-6.844h-3.25m0 32.09v6.156h3.25v-6.156h-3.25'></path></svg>"); 
}
icon[type='refresh'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 2048 2048'><path d='M1511,1184c0,3.333-0.333,5.667-1,7c-42.667,178.667-132,323.5-268,434.5S946.667,1792,764,1792  c-97.333,0-191.5-18.333-282.5-55s-172.167-89-243.5-157l-129,129c-12.667,12.667-27.667,19-45,19s-32.333-6.333-45-19  s-19-27.667-19-45v-448c0-17.333,6.333-32.333,19-45s27.667-19,45-19h448c17.333,0,32.333,6.333,45,19s19,27.667,19,45  s-6.333,32.333-19,45l-137,137c47.333,44,101,78,161,102s122.333,36,187,36c89.333,0,172.667-21.667,250-65s139.333-103,186-179  c7.333-11.333,25-50.333,53-117c5.333-15.333,15.333-23,30-23h192c8.667,0,16.167,3.167,22.5,9.5S1511,1175.333,1511,1184z   M1536,384v448c0,17.333-6.333,32.333-19,45s-27.667,19-45,19h-448c-17.333,0-32.333-6.333-45-19s-19-27.667-19-45  s6.333-32.333,19-45l138-138c-98.667-91.333-215-137-349-137c-89.333,0-172.667,21.667-250,65S378.667,680,332,756  c-7.333,11.333-25,50.333-53,117c-5.333,15.333-15.333,23-30,23H50c-8.667,0-16.167-3.167-22.5-9.5S18,872.667,18,864v-7  c43.333-178.667,133.333-323.5,270-434.5S584.667,256,768,256c97.333,0,192,18.5,284,55.5s173.667,89.167,245,156.5l130-129  c12.667-12.667,27.667-19,45-19s32.333,6.333,45,19S1536,366.667,1536,384z' transform='translate(250)'/></svg>"); 
}
icon[type='grouping'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 48 48'><path d='M0 0h48v48H0z' fill='none'/><path fill='rgb(0,0,0)' d='M24 4C12.95 4 4 12.95 4 24c0 11.04 8.95 20 20 20s20-8.96 20-20c0-11.05-8.95-20-20-20zm-8 31c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm3-19c0-2.76 2.24-5 5-5s5 2.24 5 5-2.24 5-5 5-5-2.24-5-5zm13 19c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z'/></svg>");
}
.PgeDialog pagecontent icon[type='grouping'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 48 48'><path d='M0 0h48v48H0z' fill='none'/><path fill='rgb(255,255,255)' d='M24 4C12.95 4 4 12.95 4 24c0 11.04 8.95 20 20 20s20-8.96 20-20c0-11.05-8.95-20-20-20zm-8 31c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm3-19c0-2.76 2.24-5 5-5s5 2.24 5 5-2.24 5-5 5-5-2.24-5-5zm13 19c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z'/></svg>");
}
div.FormOptions icon[type='refresh'], .FormAbove icon[type='refresh'], .PgeDialog pagecontent icon[type='refresh'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 2048 2048'><path d='M1511,1184c0,3.333-0.333,5.667-1,7c-42.667,178.667-132,323.5-268,434.5S946.667,1792,764,1792  c-97.333,0-191.5-18.333-282.5-55s-172.167-89-243.5-157l-129,129c-12.667,12.667-27.667,19-45,19s-32.333-6.333-45-19  s-19-27.667-19-45v-448c0-17.333,6.333-32.333,19-45s27.667-19,45-19h448c17.333,0,32.333,6.333,45,19s19,27.667,19,45  s-6.333,32.333-19,45l-137,137c47.333,44,101,78,161,102s122.333,36,187,36c89.333,0,172.667-21.667,250-65s139.333-103,186-179  c7.333-11.333,25-50.333,53-117c5.333-15.333,15.333-23,30-23h192c8.667,0,16.167,3.167,22.5,9.5S1511,1175.333,1511,1184z   M1536,384v448c0,17.333-6.333,32.333-19,45s-27.667,19-45,19h-448c-17.333,0-32.333-6.333-45-19s-19-27.667-19-45  s6.333-32.333,19-45l138-138c-98.667-91.333-215-137-349-137c-89.333,0-172.667,21.667-250,65S378.667,680,332,756  c-7.333,11.333-25,50.333-53,117c-5.333,15.333-15.333,23-30,23H50c-8.667,0-16.167-3.167-22.5-9.5S18,872.667,18,864v-7  c43.333-178.667,133.333-323.5,270-434.5S584.667,256,768,256c97.333,0,192,18.5,284,55.5s173.667,89.167,245,156.5l130-129  c12.667-12.667,27.667-19,45-19s32.333,6.333,45,19S1536,366.667,1536,384z' transform='translate(250)' fill='rgb(255,255,255)' stroke='rgb(255,255,255)' /></svg>"); 
}
icon[type='columns'] {
/*	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1792 1792'><path d='M1792 896q0 26-19 45l-256 256q-19 19-45 19t-45-19-19-45v-128h-1024v128q0 26-19 45t-45 19-45-19l-256-256q-19-19-19-45t19-45l256-256q19-19 45-19t45 19 19 45v128h1024v-128q0-26 19-45t45-19 45 19l256 256q19 19 19 45z'/></svg>"); */
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 2048 2048'><path d='M256,1440v192c0,8.667-3.167,16.167-9.5,22.5s-13.833,9.5-22.5,9.5H32c-8.667,0-16.167-3.167-22.5-9.5S0,1640.667,0,1632  v-192c0-8.667,3.167-16.167,9.5-22.5s13.833-9.5,22.5-9.5h192c8.667,0,16.167,3.167,22.5,9.5S256,1431.333,256,1440z M256,1056v192  c0,8.667-3.167,16.167-9.5,22.5s-13.833,9.5-22.5,9.5H32c-8.667,0-16.167-3.167-22.5-9.5S0,1256.667,0,1248v-192  c0-8.667,3.167-16.167,9.5-22.5s13.833-9.5,22.5-9.5h192c8.667,0,16.167,3.167,22.5,9.5S256,1047.333,256,1056z M256,672v192  c0,8.667-3.167,16.167-9.5,22.5S232.667,896,224,896H32c-8.667,0-16.167-3.167-22.5-9.5S0,872.667,0,864V672  c0-8.667,3.167-16.167,9.5-22.5S23.333,640,32,640h192c8.667,0,16.167,3.167,22.5,9.5S256,663.333,256,672z M1792,1440v192  c0,8.667-3.167,16.167-9.5,22.5s-13.833,9.5-22.5,9.5H416c-8.667,0-16.167-3.167-22.5-9.5s-9.5-13.833-9.5-22.5v-192  c0-8.667,3.167-16.167,9.5-22.5s13.833-9.5,22.5-9.5h1344c8.667,0,16.167,3.167,22.5,9.5S1792,1431.333,1792,1440z M256,288v192  c0,8.667-3.167,16.167-9.5,22.5S232.667,512,224,512H32c-8.667,0-16.167-3.167-22.5-9.5S0,488.667,0,480V288  c0-8.667,3.167-16.167,9.5-22.5S23.333,256,32,256h192c8.667,0,16.167,3.167,22.5,9.5S256,279.333,256,288z M1792,1056v192  c0,8.667-3.167,16.167-9.5,22.5s-13.833,9.5-22.5,9.5H416c-8.667,0-16.167-3.167-22.5-9.5s-9.5-13.833-9.5-22.5v-192  c0-8.667,3.167-16.167,9.5-22.5s13.833-9.5,22.5-9.5h1344c8.667,0,16.167,3.167,22.5,9.5S1792,1047.333,1792,1056z M1792,672v192  c0,8.667-3.167,16.167-9.5,22.5s-13.833,9.5-22.5,9.5H416c-8.667,0-16.167-3.167-22.5-9.5S384,872.667,384,864V672  c0-8.667,3.167-16.167,9.5-22.5s13.833-9.5,22.5-9.5h1344c8.667,0,16.167,3.167,22.5,9.5S1792,663.333,1792,672z M1792,288v192  c0,8.667-3.167,16.167-9.5,22.5s-13.833,9.5-22.5,9.5H416c-8.667,0-16.167-3.167-22.5-9.5S384,488.667,384,480V288  c0-8.667,3.167-16.167,9.5-22.5s13.833-9.5,22.5-9.5h1344c8.667,0,16.167,3.167,22.5,9.5S1792,279.333,1792,288z' transform='translate(-80 100) rotate(90 1024 1024)'/></svg>"); 
}
icon[type='image'] { 
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.0' viewBox='0 0 32 32'><g><path d='M28.713,2.422H3.287c-0.57,0-1.037,0.468-1.037,1.038v25.079c0,0.57,0.467,1.038,1.037,1.038h25.426   c0.57,0,1.037-0.468,1.037-1.038V3.46C29.75,2.89,29.283,2.422,28.713,2.422z M26.822,22.971H4.875V5.221h21.947V22.971z' fill='rgb(0,0,0)'/><circle cx='9.104' cy='9.75' fill='rgb(0,0,0)' r='3.048'/><path d='M20.002,11.301c-0.536-0.96-1.453-0.983-2.037-0.05l-2.871,4.587c-0.584,0.933-1.747,1.229-2.585,0.658   c-0.839-0.571-2.106-0.352-2.818,0.486l-2.86,3.371c-0.712,0.84-0.394,1.525,0.706,1.525h16.378c1.1,0,1.561-0.785,1.024-1.746   L20.002,11.301z' fill='rgb(0,0,0)'/></g></svg>"); 
}
div.FormOptions icon[type='columns'], .FormAbove icon[type='columns'], .PgeDialog pagecontent icon[type='columns']  {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 2048 2048'><path d='M256,1440v192c0,8.667-3.167,16.167-9.5,22.5s-13.833,9.5-22.5,9.5H32c-8.667,0-16.167-3.167-22.5-9.5S0,1640.667,0,1632  v-192c0-8.667,3.167-16.167,9.5-22.5s13.833-9.5,22.5-9.5h192c8.667,0,16.167,3.167,22.5,9.5S256,1431.333,256,1440z M256,1056v192  c0,8.667-3.167,16.167-9.5,22.5s-13.833,9.5-22.5,9.5H32c-8.667,0-16.167-3.167-22.5-9.5S0,1256.667,0,1248v-192  c0-8.667,3.167-16.167,9.5-22.5s13.833-9.5,22.5-9.5h192c8.667,0,16.167,3.167,22.5,9.5S256,1047.333,256,1056z M256,672v192  c0,8.667-3.167,16.167-9.5,22.5S232.667,896,224,896H32c-8.667,0-16.167-3.167-22.5-9.5S0,872.667,0,864V672  c0-8.667,3.167-16.167,9.5-22.5S23.333,640,32,640h192c8.667,0,16.167,3.167,22.5,9.5S256,663.333,256,672z M1792,1440v192  c0,8.667-3.167,16.167-9.5,22.5s-13.833,9.5-22.5,9.5H416c-8.667,0-16.167-3.167-22.5-9.5s-9.5-13.833-9.5-22.5v-192  c0-8.667,3.167-16.167,9.5-22.5s13.833-9.5,22.5-9.5h1344c8.667,0,16.167,3.167,22.5,9.5S1792,1431.333,1792,1440z M256,288v192  c0,8.667-3.167,16.167-9.5,22.5S232.667,512,224,512H32c-8.667,0-16.167-3.167-22.5-9.5S0,488.667,0,480V288  c0-8.667,3.167-16.167,9.5-22.5S23.333,256,32,256h192c8.667,0,16.167,3.167,22.5,9.5S256,279.333,256,288z M1792,1056v192  c0,8.667-3.167,16.167-9.5,22.5s-13.833,9.5-22.5,9.5H416c-8.667,0-16.167-3.167-22.5-9.5s-9.5-13.833-9.5-22.5v-192  c0-8.667,3.167-16.167,9.5-22.5s13.833-9.5,22.5-9.5h1344c8.667,0,16.167,3.167,22.5,9.5S1792,1047.333,1792,1056z M1792,672v192  c0,8.667-3.167,16.167-9.5,22.5s-13.833,9.5-22.5,9.5H416c-8.667,0-16.167-3.167-22.5-9.5S384,872.667,384,864V672  c0-8.667,3.167-16.167,9.5-22.5s13.833-9.5,22.5-9.5h1344c8.667,0,16.167,3.167,22.5,9.5S1792,663.333,1792,672z M1792,288v192  c0,8.667-3.167,16.167-9.5,22.5s-13.833,9.5-22.5,9.5H416c-8.667,0-16.167-3.167-22.5-9.5S384,488.667,384,480V288  c0-8.667,3.167-16.167,9.5-22.5s13.833-9.5,22.5-9.5h1344c8.667,0,16.167,3.167,22.5,9.5S1792,279.333,1792,288z' transform='translate(-80 100) rotate(90 1024 1024)' fill='rgb(255,255,255)' stroke='rgb(255,255,255)' /></svg>"); 
}
icon[type='view-table'], div.view-table {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><path fill='rgb(255,255,255)' d='M497.913,497.913c-18.782,18.782-49.225,18.782-68.008,0l-84.862-84.863c-34.889,22.382-76.13,35.717-120.659,35.717  C100.469,448.767,0,348.312,0,224.383S100.469,0,224.384,0c123.931,0,224.384,100.452,224.384,224.383  c0,44.514-13.352,85.771-35.718,120.676l84.863,84.863C516.695,448.704,516.695,479.131,497.913,497.913z M224.384,64.109  c-88.511,0-160.274,71.747-160.274,160.273c0,88.526,71.764,160.274,160.274,160.274c88.525,0,160.273-71.748,160.273-160.274  C384.657,135.856,312.909,64.109,224.384,64.109z'/></svg>");
}
icon[type='edit-table'], button.edit-table, div.edit-table {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24'><path d='M20 14.66V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h5.34' fill='none' stroke='rgb(255,255,255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' /><polygon points='18 2 22 6 12 16 8 16 8 12 18 2' fill='none' stroke='rgb(255,255,255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' /></svg>"); 
}
icon[type='copy-table'], div.copy-table {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24'><rect fill='none' height='13' rx='2' ry='2' stroke='rgb(255,255,255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' width='13' x='9' y='9'/><path d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1' fill='none' stroke='rgb(255,255,255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/></svg>"); 
}
icon[type='check-table'], div.check-table {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24'><path clip-rule='evenodd' d='M21.652,3.211c-0.293-0.295-0.77-0.295-1.061,0L9.41,14.34  c-0.293,0.297-0.771,0.297-1.062,0L3.449,9.351C3.304,9.203,3.114,9.13,2.923,9.129C2.73,9.128,2.534,9.201,2.387,9.351  l-2.165,1.946C0.078,11.445,0,11.63,0,11.823c0,0.194,0.078,0.397,0.223,0.544l4.94,5.184c0.292,0.296,0.771,0.776,1.062,1.07  l2.124,2.141c0.292,0.293,0.769,0.293,1.062,0l14.366-14.34c0.293-0.294,0.293-0.777,0-1.071L21.652,3.211z' fill-rule='evenodd' style='fill:rgb(255,255,255);' /></svg>");
}
icon[type='delete-table'], div.delete-table, .Combo-Button.Delete {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 500 500'><path clip-rule='evenodd' fill-rule='evenodd' d='M418.081,122.802h-59.057V68.29  c0-20.077-16.262-36.34-36.341-36.34H177.316c-20.078,0-36.342,16.264-36.342,36.34v54.513H81.918  c-12.536,0-22.713,10.177-22.713,22.715c0,12.536,10.177,22.713,22.713,22.713h13.629v263.48c0,20.078,16.262,36.34,36.341,36.34  h236.224c20.078,0,36.341-16.262,36.341-36.34v-263.48h13.629c12.535,0,22.715-10.177,22.715-22.713  C440.796,132.979,430.616,122.802,418.081,122.802z M313.598,122.802H186.4V97.367c0-11.083,8.909-19.991,19.991-19.991h87.216  c11.084,0,19.99,8.909,19.99,19.991V122.802z M186.4,186.401v218.051c0,9.992-8.181,18.172-18.17,18.172s-18.17-8.18-18.17-18.172  V186.401c0-9.989,8.18-18.17,18.17-18.17S186.4,176.412,186.4,186.401z M268.172,186.401v218.051  c0,9.992-8.181,18.172-18.172,18.172c-9.99,0-18.17-8.18-18.17-18.172V186.401c0-9.989,8.181-18.17,18.17-18.17  C259.991,168.231,268.172,176.412,268.172,186.401z M349.938,186.401v218.051c0,9.992-8.181,18.172-18.169,18.172  c-9.99,0-18.172-8.18-18.172-18.172V186.401c0-9.989,8.182-18.17,18.172-18.17C341.758,168.231,349.938,176.412,349.938,186.401z' fill='rgb(255,255,255)'></path></svg>"); 
}
icon[type='email-table'], div.email-table {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 128 128'><g><g><path d='M106.828,85.172L83.32,61.668l23.18-18.543c1.723-1.383,2.004-3.898,0.625-5.625    c-1.383-1.715-3.891-2.004-5.625-0.625L64,66.879L26.5,36.875c-1.727-1.379-4.242-1.09-5.625,0.625    c-1.379,1.727-1.098,4.242,0.625,5.625l23.176,18.543L21.172,85.172c-1.563,1.563-1.563,4.094,0,5.656    C21.953,91.609,22.977,92,24,92s2.047-0.391,2.828-1.172l24-24c0.047-0.047,0.063-0.109,0.105-0.156L61.5,75.125    C62.23,75.707,63.117,76,64,76s1.77-0.293,2.5-0.875l10.566-8.453c0.043,0.047,0.059,0.109,0.105,0.156l24,24    C101.953,91.609,102.977,92,104,92s2.047-0.391,2.828-1.172C108.391,89.266,108.391,86.734,106.828,85.172z' fill='rgb(255,255,255)'/></g></g><path d='M104,16H24C10.746,16,0,26.746,0,40v48c0,13.254,10.746,24,24,24h80c13.254,0,24-10.746,24-24V40  C128,26.746,117.254,16,104,16z M120,88c0,8.824-7.176,16-16,16H24c-8.824,0-16-7.176-16-16V40c0-8.824,7.176-16,16-16h80  c8.824,0,16,7.176,16,16V88z' fill='rgb(255,255,255)'/></svg>");
}
icon[type='addr-table'], div.addr-table {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 128 128'><g><path d='M86.785,109.878   c-8.188,4.317-16.533,5.962-26.515,5.962c-24.428,0-45.133-17.879-45.133-46.479c0-30.687,21.299-57.201,54.376-57.201   c25.918,0,43.348,18.175,43.348,43.052c0,22.342-12.517,35.448-26.514,35.448c-5.968,0-11.475-4.021-11.025-13.105h-0.594   C69.514,86.342,62.66,90.66,53.721,90.66c-8.636,0-16.083-7-16.083-18.764c0-18.473,14.591-35.309,35.296-35.309   c6.403,0,12.067,1.34,15.937,3.13L83.813,66.68c-2.232,11.323-0.45,16.532,4.463,16.685c7.604,0.146,16.095-9.982,16.095-27.261   c0-21.602-12.964-37.09-36.06-37.09c-24.27,0-44.684,19.212-44.684,49.456c0,24.877,16.241,40.215,38.28,40.215   c8.491,0,16.387-1.783,22.499-5.21L86.785,109.878z M78.598,45.527c-1.493-0.449-4.027-1.043-7.446-1.043   c-13.112,0-23.689,12.366-23.689,26.812c0,6.556,3.275,11.322,9.836,11.322c8.637,0,16.532-11.025,18.169-20.256L78.598,45.527z' style='fill:rgb(255,255,255);stroke:rgb(255,255,255);stroke-width:3;stroke-miterlimit:10;'/></g></svg>");
}
icon[type='cash-table'], div.cash-table {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 64 64'><path fill='rgb(255,255,255)' d='m31.19 0c-17.283.438-31.19 14.612-31.19 32 0 17.664 14.336 32 32 32 17.664 0 32-14.336 32-32 0-17.664-14.336-32-32-32-.276 0-.538-.007-.813 0m-.031 5.5c.284-.009.558 0 .844 0 14.628 0 26.5 11.872 26.5 26.5 0 14.628-11.872 26.5-26.5 26.5-14.628 0-26.5-11.872-26.5-26.5 0-14.342 11.423-26.05 25.656-26.5'></path><path fill='rgb(255,255,255)' d='m25.645 38.743c2.061 2.882 8.35 3.09 10.51 1.868.793-.449.991-1.747.991-2.627 0-.604-.159-1.079-.477-1.424-.336-.345-1.189-1.221-2.178-1.48-5.02-1.294-8.492-2.911-9.852-4.085-1.696-1.467-1.969-2.425-1.969-4.979 0-2.554.734-4.695 2.395-6.231 1.66-1.536 4.071-2.304 7.233-2.304 3.02 0 7.268.797 9.339 3.256l-3.453 3.756c-1.947-1.635-3.396-1.783-5.78-1.783-1.501 0-2.283.216-2.919.647-.636.414-.954.958-.954 1.631 0 .604.291 1.105.874 1.501.583.414 2.106 1.036 5.144 1.864 3.409.932 5.723 2.062 6.942 3.391 1.201 1.329 1.802 3.098 1.802 5.307 0 2.658-.936 4.85-2.808 6.575-1.855 1.726-4.138 3.067-7.423 3.067-4.229 0-9.874-1.494-11.431-4.255'></path><path fill='rgb(255,255,255)' d='m30.375 12.875v6.844h3.25v-6.844h-3.25m0 32.09v6.156h3.25v-6.156h-3.25'></path></svg>"); 
}
icon[type='logout'], 
#DlgCloseRoot.Logout {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd' id='miu' stroke='none' stroke-width='2'><g transform='translate(-395.000000, -407.000000)'><g transform='translate(215.000000, 119.000000)'/><path d='M396,408 L396,430 L411,430 L411,424 L409,424 L409,428 L398,428 L398,410 L409,410 L409,414 L411,414 L411,408 L396,408 Z M411.636039,415.464466 L413.050253,414.050253 L418,419 L413.050253,423.949747 L411.636039,422.535534 L414.170485,420.001088 L403.000499,420.001088 L403.000499,418.00265 L414.174223,418.00265 L411.636039,415.464466 Z' fill='rgb(255,255,255)' stroke='rgb(255,255,255)' stroke-width='0.5' stroke-linejoin='round' /></g></g></svg>"); 
}
icon[type='time'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.0' viewBox='0 0 31391 31391' style='fill-rule:evenodd; clip-rule:evenodd'><path fill='rgb(255,255,255)' d='M15696 0c8668,0 15695,7027 15695,15696 0,8668 -7027,15695 -15695,15695 -8669,0 -15696,-7027 -15696,-15695 0,-8669 7027,-15696 15696,-15696zm-2790 11759l1929 1929c264,-114 555,-177 861,-177 1206,0 2184,978 2184,2185 0,305 -63,596 -176,861l6023 6023 -1041 1040 -5985 -5985c-301,156 -643,245 -1005,245 -1207,0 -2185,-978 -2185,-2184 0,-363 89,-705 245,-1006l-1891 -1891 1041 -1040zm-5863 9247l5404 -4083c237,628 651,1169 1181,1563l-5404 4084 -1181 -1564zm7672 -8642l0 -5904 1962 0 0 5904c-312,-92 -641,-141 -981,-141 -341,0 -670,49 -981,141zm981 -9338c6997,0 12669,5673 12669,12670 0,6997 -5672,12669 -12669,12669 -6997,0 -12670,-5672 -12670,-12669 0,-6997 5673,-12670 12670,-12670z'/></svg>"); 
}
icon[type='table'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1792 1792'><path d='M576 1376v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm128-320v1088q0 66-47 113t-113 47h-1344q-66 0-113-47t-47-113v-1088q0-66 47-113t113-47h1344q66 0 113 47t47 113z'/></svg>"); 
}
icon[type='forms'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 250 250'><g transform='translate(-125 -125)'><g><path d='M324.691,141h-149.54C157.716,141,144,155.135,144,173.138v154.416C144,345.557,157.716,360,175.151,360h149.54     C342.126,360,356,345.557,356,327.554V173.138C356,155.135,342.126,141,324.691,141z M338,327.554     c0,7.413-6.13,13.446-13.309,13.446h-149.54c-7.179,0-13.151-6.033-13.151-13.446V173.138c0-7.413,5.972-13.138,13.151-13.138     h149.54c7.179,0,13.309,5.725,13.309,13.138V327.554z'/><path d='M302.883,219h-69.443c-5.136,0-9.3,3.696-9.3,9s4.163,9,9.3,9h69.443c5.136,0,9.3-3.696,9.3-9S308.019,219,302.883,219z'/><ellipse cx='198.892' cy='228.036' rx='9.3' ry='9.603'/><path d='M302.883,256h-69.443c-5.136,0-9.3,4.197-9.3,9.5c0,5.303,4.163,9.5,9.3,9.5h69.443c5.136,0,9.3-4.197,9.3-9.5     C312.183,260.197,308.019,256,302.883,256z'/><ellipse cx='198.892' cy='265.807' rx='9.3' ry='9.603'/><path d='M302.883,294h-69.443c-5.136,0-9.3,4.197-9.3,9.5s4.163,9.5,9.3,9.5h69.443c5.136,0,9.3-4.197,9.3-9.5     S308.019,294,302.883,294z'/><ellipse cx='198.892' cy='303.579' rx='9.3' ry='9.603'/><path d='M302.883,181H194.8c-5.136,0-9.3,4.196-9.3,9.5c0,5.304,4.163,9.5,9.3,9.5h108.084c5.136,0,9.3-4.196,9.3-9.5     C312.183,185.196,308.019,181,302.883,181z'/></g></g></svg>"); 
}
icon[type='locked'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><path style='fill:rgb(255,57,57);' xmlns='http://www.w3.org/2000/svg' d='M86.4,480h339.2c12.3,0,22.4-9.9,22.4-22.1V246c0-12.2-10-22-22.4-22H404v-30.9c0-41.5-16.2-87.6-42.6-115.4  C335.1,49.9,297.4,32,256.1,32c-0.1,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0c-41.3,0-79,17.9-105.3,45.6c-26.4,27.8-42.6,73.9-42.6,115.4V224  H89h-2.6C74,224,64,233.9,64,246v211.9C64,470.1,74,480,86.4,480z M161,193.1c0-27.3,9.9-61.1,28.1-80.3l0,0l0-0.3  C206.7,93.9,231,83,255.9,83h0.1h0.1c24.9,0,49.2,10.9,66.8,29.5l0,0.2l-0.1,0.1c18.3,19.2,28.1,53,28.1,80.3V224h-17.5h-155H161  V193.1z'/></svg>"); 
}
icon[type='unlocked'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><path style='fill:rgb(25,216,115);' xmlns='http://www.w3.org/2000/svg' d='M86.4,480h339.2c12.3,0,22.4-9.9,22.4-22.1V246c0-12.2-10-22-22.4-22H161v-30.9c0-27.3,9.9-61.1,28.1-80.3l0,0l0-0.3  C206.7,93.9,231,83,255.9,83h0.1h0.1c24.9,0,49.2,10.9,66.8,29.5l0,0.2l0,0.1c11.3,11.9,19.4,29.3,24,47.3h53.4  c-5.9-31.3-19.7-61.8-39.2-82.4C334.9,49.9,297.4,32,256.1,32c-0.1,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0c-41.3,0-79,17.9-105.3,45.6  c-26.4,27.8-42.6,73.9-42.6,115.4V224H89h-2.6C74,224,64,233.9,64,246v211.9C64,470.1,74,480,86.4,480z'/></svg>"); 
}
icon[type='map'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 800 800'><g><path d='M325.317,578.848c73.923,0,182.642-277.29,182.642-364.46c0-100.716-81.943-182.642-182.642-182.642   c-100.716,0-182.65,81.926-182.65,182.642C142.667,297.326,255.907,578.848,325.317,578.848z M179.027,214.388   c0-80.66,65.622-146.281,146.291-146.281c80.659,0,146.272,65.622,146.272,146.281c0,41.885-23.42,120.284-59.681,199.751   c-38.449,84.249-72.666,128.35-86.574,128.35c-6.782-0.471-39.362-31.794-84.304-128.559   C203.948,334.093,179.027,253.895,179.027,214.388z' fill='rgb(0,0,0)'/><path d='M437.012,217.417c0-61.589-50.114-111.703-111.694-111.703c-61.598,0-111.703,50.114-111.703,111.703   c0,61.598,50.104,111.703,111.703,111.703C386.897,329.12,437.012,279.015,437.012,217.417z M246.611,217.417   c0-43.404,35.302-78.715,78.707-78.715c43.396,0,78.706,35.311,78.706,78.715c0,43.396-35.311,78.707-78.706,78.707   C281.913,296.124,246.611,260.813,246.611,217.417z' fill='rgb(0,0,0)'/><path d='M755.526,746.316l-140.72-392.031c-1.646-4.584-5.219-8.184-9.785-9.856l-100.896-36.993l-1.32,4.431   c-4.503,15.038-9.639,30.654-15.281,46.46l-0.362,0.995L502.1,470.799l-75.253,23.936l-0.831,1.501   c-6.022,10.752-12.036,20.698-17.995,29.786l-0.325,0.479c-7.777,11.837-17.561,22.208-25.121,31.017l-3.11,1.221v163.615   L266.92,686.699l16.132-112.743l-1.085-1.528c-6.746-6.447-13.446-14.296-20.436-23.33l-6.239-8.229l-19.279,144.5L86.042,727.472   l66.797-186.015l81.799-32.716l-2.55-4.368c-4.033-6.89-7.976-13.943-11.8-21.06l-1.836-3.418l-50.792,20.319l25.69-71.555   l-0.732-1.609c-4.847-10.725-9.54-21.558-13.935-32.228l-4.304-10.417L44.474,746.316c-2.089,5.797-0.778,12.207,3.436,16.72   c3.092,3.319,7.469,5.218,12.008,5.218c1.483,0,2.966-0.208,4.413-0.605l186.322-52.312l137.718,42.853   c0.1,0.072,0.19,0.136,0.28,0.208c2.333,1.7,5.245,2.677,8.039,2.812c2.161,0.453,5.036,0.371,6.031,0.082   c3.382-0.217,6.284-1.193,8.608-2.885c0.1-0.072,0.199-0.145,0.299-0.217l137.718-42.853l186.341,52.312   c5.787,1.618,12.315-0.209,16.402-4.621C756.305,758.523,757.615,752.113,755.526,746.316z M416.502,722.354V532.487l90.064-28.683   l24.523,182.895L416.502,722.354z M518.701,347.711l67.82,24.867l45.104,125.656l-96.23-25.916L518.701,347.711z M563.933,685.369   l-23.818-177.813l105.012,28.268l68.805,191.647L563.933,685.369z' fill='rgb(0,0,0)'/></g></svg>"); 
}
icon[type='note'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 32'><g fill='none' fill-rule='evenodd' id='Page-1' stroke='none' stroke-width='1'><g fill='rgb(0,0,0)' id='icon-44-note-text'><path d='M6,11 L6,26.0012539 C6,26.5613852 6.45106594,27 7.00748397,27 L21,27 L21,22.0059191 C21,20.8865548 21.8944962,20 22.9979131,20 L27,20 L27,11 L6,11 L6,11 L6,11 Z M6,10 L6,6.99874609 C6,6.44715386 6.43861485,6 6.99874609,6 L26.0012539,6 C26.5528461,6 27,6.44994876 27,7.00684547 L27,10 L6,10 L6,10 Z M21.5,28 L7.00010618,28 C5.89547804,28 5,27.0983727 5,25.9991358 L5,7.00086422 C5,5.89581743 5.90162726,5 7.00086422,5 L25.9991358,5 C27.1041826,5 28,5.89451376 28,6.99406028 L28,20.5 L28,21 L22,28 L21.5,28 L21.5,28 L21.5,28 Z M22,26.5 L22,22.0087848 C22,21.4516483 22.4506511,21 22.9967388,21 L26.6999512,21 L22,26.5 L22,26.5 Z M8,14 L8,15 L25,15 L25,14 L8,14 L8,14 Z M8,17 L8,18 L25,18 L25,17 L8,17 L8,17 Z M8,20 L8,21 L19,21 L19,20 L8,20 L8,20 Z M8,23 L8,24 L19,24 L19,23 L8,23 L8,23 Z' id='note-text'/></g></g></svg>"); 
}
icon[type='download-table'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16 16'><g fill='none' fill-rule='evenodd' id='Icons with numbers' stroke='none' stroke-width='1'><g fill='rgb(255,255,255)' id='Group' transform='translate(-672.000000, -288.000000)'><path d='M679,293 L679,296 L677,296 L680,300 L683,296 L681,296 L681,293 Z M672,298 C672,296.651721 672.895887,295.507545 674.127761,295.131093 C674.500314,293.897932 675.645295,293 677,293 C677.174013,293 677.344566,293.014816 677.510466,293.043254 C678.195719,291.823839 679.50165,291 681,291 C683.209139,291 685,292.790861 685,295 C686.668415,295.005076 688,296.346276 688,298 C688,299.653483 686.652611,301 684.990522,301 L675.009478,301 C673.336631,301 672,299.656854 672,298 Z M672,298' id='Rectangle 169 copy 2'/></g></g></svg>"); 
}
icon[type='email-sub'] { 
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><polygon points='66.764,223.826 66.764,171.018 24.079,207.198 ' transform='translate(-12,-14)' /><path d='m 57.311,234.086 c -0.623,-0.243 -1.153,-0.636 -1.571,-1.121 L 8.371,214.357 v 221.705 c 0,2.645 0.575,5.206 1.593,7.571 L 170.347,278.169 Z' /><polygon points='487.902,206.906 436.517,166.318 436.517,222.718 ' transform='translate(12,-14)' /><path d='m 317.798,288.221 -68.323,25.053 c -0.12,0.043 -0.245,0.065 -0.367,0.098 -0.102,0.026 -0.201,0.063 -0.304,0.08 -0.144,0.026 -0.289,0.031 -0.434,0.041 -0.091,0.006 -0.181,0.025 -0.272,0.025 -0.007,0 -0.015,-0.002 -0.022,-0.002 -0.159,-0.001 -0.316,-0.024 -0.473,-0.044 -0.084,-0.011 -0.169,-0.01 -0.253,-0.026 -0.193,-0.036 -0.382,-0.097 -0.569,-0.162 -0.045,-0.016 -0.092,-0.021 -0.136,-0.039 l -0.007,-0.003 -0.002,-0.001 -0.07,-0.027 -56.133,-21.891 -163.84,169.03 c 3.698,3.631 8.692,5.941 14.014,5.941 h 431.519 c 4.438,0 8.535,-1.453 11.875,-3.886 L 316.741,289.244 Z' /><path d='m 501.422,446.507 c 1.852,-3.054 2.938,-6.621 2.938,-10.445 V 214.215 L 336.5,275.764 Z' /><g transform='scale(1.0412246,0.96040759)'><path d='m 306.13083,168.43956 h -54.24338 v 53.73453 h -27.88496 v -53.73453 h -54.24337 v -27.27434 h 54.24337 V 87.430698 h 27.88496 v 53.734522 h 54.24338 z M 71.803597,46.269418 V 223.92633 c 0.05955,0.0437 0.109367,0.0955 0.16507,0.14236 L 238.27862,294.8984 411.55153,221.44528 V 46.269418 Z' /></g></svg>"); 
}
icon[type='email-unsub'] {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 66 64'><g><g><g><path d='M57.329,64H20.722c-3.507,0-6.361-2.853-6.361-6.361V31.907c0-0.703,0.287-1.375,0.794-1.862     c0.507-0.486,1.193-0.745,1.893-0.715c0.186,0.008,0.353,0.012,0.511,0.012c1.669,0,3.286-0.334,4.804-0.991     c4.427-1.918,7.288-6.275,7.288-11.099c0-1.425,1.155-2.579,2.579-2.579h25.098c3.507,0,6.361,2.854,6.361,6.361v36.607     C63.69,61.147,60.837,64,57.329,64z M19.52,34.391v23.249c0,0.663,0.539,1.202,1.202,1.202h36.607     c0.663,0,1.202-0.539,1.202-1.202V21.032c0-0.663-0.539-1.202-1.202-1.202H34.618c-0.878,5.823-4.688,10.864-10.203,13.254     C22.846,33.763,21.207,34.2,19.52,34.391z' fill='rgb(0,0,0)'/></g><g><path d='M45.837,45.777H32.213c-0.837,0-1.623-0.407-2.106-1.09l-8.823-12.481     c-0.448-0.634-0.587-1.437-0.377-2.185c0.21-0.748,0.745-1.362,1.458-1.671c4.427-1.918,7.288-6.275,7.288-11.099     c0-1.425,1.155-2.579,2.579-2.579h25.098c3.507,0,6.361,2.854,6.361,6.361v0.564c0,0.533-0.165,1.054-0.473,1.489L52.074,38.847     l-4.131,5.84C47.46,45.371,46.674,45.777,45.837,45.777z M33.548,40.618h10.954L58.51,20.807     c-0.106-0.555-0.595-0.976-1.181-0.976H34.618c-0.723,4.797-3.438,9.065-7.456,11.755L33.548,40.618z M61.111,21.596h0.002     H61.111z' fill='rgb(0,0,0)'/></g><g><path d='M60.549,55.285c-0.82,0-1.626-0.39-2.126-1.116l-10.58-15.348     c-0.809-1.173-0.513-2.779,0.66-3.588c1.173-0.808,2.779-0.513,3.588,0.66l10.58,15.348c0.809,1.173,0.513,2.779-0.66,3.588     C61.564,55.138,61.054,55.285,60.549,55.285z' fill='rgb(0,0,0)'/></g><g><path d='M17.558,55.285c-0.505,0-1.015-0.148-1.462-0.456c-1.173-0.809-1.468-2.415-0.66-3.588     l10.58-15.348c0.808-1.173,2.415-1.468,3.588-0.66c1.173,0.809,1.468,2.415,0.66,3.588L19.684,54.17     C19.184,54.896,18.378,55.285,17.558,55.285z' fill='rgb(0,0,0)'/></g></g><g><g><path d='M17.56,34.501c-9.512,0-17.25-7.738-17.25-17.25C0.31,7.738,8.048,0,17.56,0     c9.512,0,17.25,7.738,17.25,17.25C34.81,26.762,27.072,34.501,17.56,34.501z M17.56,5.159c-6.667,0-12.091,5.424-12.091,12.091     s5.424,12.091,12.091,12.091s12.091-5.424,12.091-12.091S24.227,5.159,17.56,5.159z' fill='rgb(0,0,0)'/></g><g><path d='M22.692,19.83h-9.95c-1.425,0-2.579-1.155-2.579-2.579s1.155-2.579,2.579-2.579h9.95     c1.425,0,2.579,1.155,2.579,2.579S24.116,19.83,22.692,19.83z' fill='rgb(0,0,0)'/></g></g></g></svg>"); 
}
.map-marker {
	background-image:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 32' height='1rem' width='1rem'><path fill='rgb(255,255,255)' stroke='rgb(255,255,255)' stroke-width='1' d='M17.07,2.93c-3.906-3.906-10.234-3.906-14.141,0c-3.906,3.904-3.906,10.238,0,14.141     c0,0,7.066,6.93,7.066,14.93c0-8,7.074-14.93,7.074-14.93C20.977,13.168,20.977,6.834,17.07,2.93z M9.996,14.006     c-2.207,0-3.996-1.789-3.996-4s1.789-4,3.996-4c2.215,0,4.004,1.789,4.004,4S12.211,14.006,9.996,14.006z' /></svg>"); 
	background-repeat:no-repeat;
	background-position-x:0.8rem;
	background-position-y:0.9rem;
	background-size: 1.8rem 1.8rem;
}
.Feed-Loader {
	position:absolute;
	background-color:rgba(0,0,0,0.7);
	top:0rem;
	left:0rem;
	width:100%;
	height:100%;
	border-radius:1rem;
	text-align:center;
	color:#FFFFFF;
	padding:10%;
	transition: 0.3s;
}
.Export-Loader {
	position:absolute;
	background-color:rgba(0,0,0,0.7);
	top:-3.85rem;
	left:0rem;
	width:100%;
	height:4rem;
	border-radius:0.5rem;
	text-align:right;
	color:#FFFFFF;
	transition: 0.3s;
}
.Export-Loader div {
	display:inline-block;
}
.Export-Loader .Loading h1 {
	font-size:1.3rem;
	float:left;
}
.Export-Loader .spinner {
	float:right;
	margin: 0.5rem auto 0.5rem;
}