/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@shagstrom/split-pane/split-pane.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/*!

Split Pane v0.9.4

Copyright (c) 2014 - 2016 Simon Hagström

Released under the MIT license
https://raw.github.com/shagstrom/split-pane/master/LICENSE

*/
.split-pane {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}
.split-pane.fixed-top > .split-pane-component,
.split-pane.fixed-bottom > .split-pane-component,
.split-pane.horizontal-percent > .split-pane-component {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: auto;
	top: auto;
	bottom: 0;
	z-index: 1;
}
.split-pane.fixed-top > .split-pane-component:first-child,
.split-pane.fixed-bottom > .split-pane-component:first-child,
.split-pane.horizontal-percent > .split-pane-component:first-child {
	top: 0;
	bottom: auto;
}
.split-pane.fixed-top > .split-pane-divider,
.split-pane.fixed-bottom > .split-pane-divider,
.split-pane.horizontal-percent > .split-pane-divider {
	position: absolute;
	width: 100%;
	left: 0;
	cursor: row-resize;
	z-index: 2;
}
.split-pane.fixed-top > .split-pane-divider > .split-pane-divider-inner,
.split-pane.fixed-bottom > .split-pane-divider > .split-pane-divider-inner,
.split-pane.horizontal-percent > .split-pane-divider > .split-pane-divider-inner {
	position: absolute;
	top: -5px;
	left: 0;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	padding: 5px 0;
}
.split-pane.fixed-left > .split-pane-component,
.split-pane.fixed-right > .split-pane-component,
.split-pane.vertical-percent > .split-pane-component {
	position: absolute;
	top: 0;
	height: 100%;
	overflow: auto;
	left: auto;
	right: 0;
	z-index: 1;
}
.split-pane.fixed-left > .split-pane-component:first-child,
.split-pane.fixed-right > .split-pane-component:first-child,
.split-pane.vertical-percent > .split-pane-component:first-child {
	left: 0;
	right: auto;
}
.split-pane.fixed-left > .split-pane-divider,
.split-pane.fixed-right > .split-pane-divider,
.split-pane.vertical-percent > .split-pane-divider {
	position: absolute;
	height: 100%;
	top: 0;
	cursor: col-resize;
	z-index: 2;
}
.split-pane.fixed-left > .split-pane-divider > .split-pane-divider-inner,
.split-pane.fixed-right > .split-pane-divider > .split-pane-divider-inner,
.split-pane.vertical-percent > .split-pane-divider > .split-pane-divider-inner {
	position: absolute;
	top: 0;
	left: -5px;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	padding: 0 5px;
}
.split-pane-resize-shim {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
}
.split-pane.fixed-left > .split-pane-resize-shim,
.split-pane.fixed-right > .split-pane-resize-shim,
.split-pane.vertical-percent > .split-pane-resize-shim {
	cursor: col-resize;
}
.split-pane.fixed-top > .split-pane-resize-shim,
.split-pane.fixed-bottom > .split-pane-resize-shim,
.split-pane.horizontal-percent > .split-pane-resize-shim {
	cursor: row-resize;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/toastr/build/toastr.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/jquery-datetimepicker/dist/bundle.min.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.xdsoft_datetimepicker{box-shadow:0 5px 15px -5px rgba(0,0,0,.506);background:#fff;border:1px solid;border-color:#ccc #ccc #bbb;color:#333;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:2px 8px 8px 0;position:absolute;z-index:9999;box-sizing:border-box;display:none}.xdsoft_datetimepicker.xdsoft_rtl{padding:8px 0 8px 8px}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:none}.xdsoft_datetimepicker button{border:none!important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_noselect::selection{background:transparent}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{box-sizing:border-box;padding:0;margin:0}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{width:256px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_monthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_label i,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)}.xdsoft_datetimepicker .xdsoft_label i{opacity:.5;background-position:-92px -19px;display:inline-block;width:9px;height:20px;vertical-align:middle}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0 0}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0;cursor:pointer;display:block;height:30px;opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";outline:medium none;overflow:hidden;padding:0;position:relative;text-indent:100%;white-space:nowrap;width:20px;min-width:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next,.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev{float:none;margin-left:0;margin-right:14px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0;margin-bottom:7px;margin-top:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #ddd}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:#f5f5f5;border-top:1px solid #ddd;color:#666;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0}.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover,.xdsoft_datetimepicker .xdsoft_today_button:hover{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:700;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover>span{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label:hover i{opacity:1}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#ff8000}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px;text-decoration:none!important}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#3af;box-shadow:inset 0 1px 3px 0 #178fe5;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:100px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:48px;margin-left:5px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar td>div{padding-right:5px}.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#f5f5f5;border:1px solid #ddd;color:#666;font-size:12px;text-align:right;vertical-align:middle;padding:0;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{width:12.5%}.xdsoft_datetimepicker .xdsoft_calendar th{background:#f1f1f1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#3af}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:inset 0 1px 4px 0 #ffb871;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:inset 0 1px 4px 0 #00dd1c;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#3af;box-shadow:inset 0 1px 3px 0 #178fe5;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";cursor:default}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff!important;background:#ff8000!important;box-shadow:none!important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover{background:#3af!important;box-shadow:inset 0 1px 3px 0 #178fe5!important;color:#fff!important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit!important;background:inherit!important;box-shadow:inherit!important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc!important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee!important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa!important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc!important;height:20px;border-radius:3px}.xdsoft_scrollbar{position:absolute;width:7px;right:0;top:0;bottom:0;cursor:pointer}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar{left:0;right:auto}.xdsoft_scroller_box{position:relative}.xdsoft_datetimepicker.xdsoft_dark{box-shadow:0 5px 15px -5px hsla(0,0%,100%,.506);background:#000;border:1px solid;border-color:#333 #333 #444;color:#ccc}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box{border-bottom:1px solid #222}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div{background:#0a0a0a;border-top:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label{background-color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select{border:1px solid #333;background:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#000;background:#007fff}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#c50;box-shadow:inset 0 1px 3px 0 #b03e00;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0a0a0a;border:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0e0e0e}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today{color:#c50}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:inset 0 1px 4px 0 #ffb871;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:inset 0 1px 4px 0 #00dd1c;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#c50;box-shadow:inset 0 1px 3px 0 #b03e00;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#000!important;background:#007fff!important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{color:#666}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright{color:#333!important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a{color:#111!important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{color:#555!important}.xdsoft_dark .xdsoft_time_box{border:1px solid #333}.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller{background:#333!important}.xdsoft_datetimepicker .xdsoft_save_selected{display:block;border:1px solid #ddd!important;margin-top:5px;width:100%;color:#454551;font-size:13px}.xdsoft_datetimepicker .blue-gradient-button{font-family:museo-sans,Book Antiqua,sans-serif;font-size:12px;font-weight:300;color:#82878c;height:28px;position:relative;padding:4px 17px 4px 33px;border:1px solid #d7d8da;background:linear-gradient(180deg,#fff 0,#f4f8fa 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff",endColorstr="#f4f8fa",GradientType=0)}.xdsoft_datetimepicker .blue-gradient-button:focus,.xdsoft_datetimepicker .blue-gradient-button:focus span,.xdsoft_datetimepicker .blue-gradient-button:hover,.xdsoft_datetimepicker .blue-gradient-button:hover span{color:#454551;background:linear-gradient(180deg,#f4f8fa 0,#fff 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f8fa",endColorstr="#FFF",GradientType=0)}
/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/os-pdfjs/dist/jenkins/web/viewer.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.toast-title{font-weight:700}
.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}
.toast-message a,.toast-message label{color:#FFF}
.toast-message a:hover{color:#CCC;text-decoration:none}
.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}
.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}
.rtl .toast-close-button{left:-.3em;float:left;right:.3em}
button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}
.toast-top-center{top:0;right:0;width:100%}
.toast-bottom-center{bottom:0;right:0;width:100%}
.toast-top-full-width{top:0;right:0;width:100%}
.toast-bottom-full-width{bottom:0;right:0;width:100%}
.toast-top-left{top:12px;left:12px}
.toast-top-right{top:12px;right:12px}
.toast-bottom-right{right:12px;bottom:12px}
.toast-bottom-left{bottom:12px;left:12px}
#toast-container{position:fixed;z-index:999999;pointer-events:none}
#toast-container *{box-sizing:border-box}
#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}
#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}
#toast-container>div:hover{box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}
#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}
#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}
#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}
#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}
#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}
#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}
.toast{background-color:#030303}
.toast-success{background-color:#51A351}
.toast-error{background-color:#BD362F}
.toast-info{background-color:#2F96B4}
.toast-warning{background-color:#F89406}
.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}
@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}
@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}
@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
:root {
  --highlight-bg-color: rgba(180, 0, 170, 1);
  --highlight-selected-bg-color: rgba(0, 100, 0, 1);
}
@media screen and (forced-colors: active) {
  :root {
    --highlight-bg-color: Highlight;
    --highlight-selected-bg-color: ButtonText;
  }
}
.textLayer {
  position: absolute;
  text-align: left;
  text-align: initial;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.25;
  line-height: 1;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  forced-color-adjust: none;
  transform-origin: 0 0;
  z-index: 2;
}
.textLayer span,
.textLayer br {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
}
/* Only necessary in Google Chrome, see issue 14205, and most unfortunately
 * the problem doesn't show up in "text" reference tests. */
.textLayer span.markedContent {
  top: 0;
  height: 0;
}
.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: rgba(180, 0, 170, 1);
  background-color: var(--highlight-bg-color);
  border-radius: 4px;
}
.textLayer .highlight.appended {
  position: static;
  position: initial;
}
.textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}
.textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}
.textLayer .highlight.middle {
  border-radius: 0;
}
.textLayer .highlight.selected {
  background-color: rgba(0, 100, 0, 1);
  background-color: var(--highlight-selected-bg-color);
}
.textLayer ::-moz-selection {
  background: blue;
  background: AccentColor;
}
.textLayer ::selection {
  background: blue;
  background: AccentColor;
}
/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
.textLayer br::-moz-selection {
  background: transparent;
}
.textLayer br::selection {
  background: transparent;
}
.textLayer .endOfContent {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.textLayer .endOfContent.active {
  top: 0;
}
:root {
  --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --input-focus-border-color: Highlight;
  --input-focus-outline: 1px solid Canvas;
  --input-unfocused-border-color: transparent;
  --input-disabled-border-color: transparent;
  --input-hover-border-color: black;
}
@media screen and (forced-colors: active) {
  :root {
    --input-focus-border-color: CanvasText;
    --input-unfocused-border-color: ActiveText;
    --input-disabled-border-color: GrayText;
    --input-hover-border-color: Highlight;
  }
  .annotationLayer .textWidgetAnnotation input:required,
  .annotationLayer .textWidgetAnnotation textarea:required,
  .annotationLayer .choiceWidgetAnnotation select:required,
  .annotationLayer .buttonWidgetAnnotation.checkBox input:required,
  .annotationLayer .buttonWidgetAnnotation.radioButton input:required {
    outline: 1.5px solid selectedItem;
  }
}
.annotationLayer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 0 0;
  z-index: 3;
}
.annotationLayer section {
  position: absolute;
  text-align: left;
  text-align: initial;
  pointer-events: auto;
  box-sizing: border-box;
  transform-origin: 0 0;
}
.annotationLayer .linkAnnotation > a,
.annotationLayer .buttonWidgetAnnotation.pushButton > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.annotationLayer .buttonWidgetAnnotation.pushButton > canvas {
  width: 100%;
  height: 100%;
}
.annotationLayer .linkAnnotation > a:hover,
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
  opacity: 0.2;
  background: rgba(255, 255, 0, 1);
  box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
}
.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid transparent;
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  height: 100%;
  margin: 0;
  vertical-align: top;
  width: 100%;
}
.annotationLayer .textWidgetAnnotation input:required,
.annotationLayer .textWidgetAnnotation textarea:required,
.annotationLayer .choiceWidgetAnnotation select:required,
.annotationLayer .buttonWidgetAnnotation.checkBox input:required,
.annotationLayer .buttonWidgetAnnotation.radioButton input:required {
  outline: 1.5px solid red;
}
.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}
.annotationLayer .textWidgetAnnotation textarea {
  resize: none;
}
.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 2px solid transparent;
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
}
.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 2px solid black;
  border: 2px solid var(--input-hover-border-color);
}
.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
  border-radius: 2px;
}
.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 2px solid Highlight;
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: 1px solid Canvas;
  outline: var(--input-focus-outline);
}
.annotationLayer .buttonWidgetAnnotation.checkBox :focus,
.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  background-image: none;
  background-color: transparent;
}
.annotationLayer .buttonWidgetAnnotation.checkBox :focus {
  border: 2px solid Highlight;
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: 1px solid Canvas;
  outline: var(--input-focus-outline);
}
.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  border: 2px solid Highlight;
  border: 2px solid var(--input-focus-border-color);
  outline: 1px solid Canvas;
  outline: var(--input-focus-outline);
}
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: CanvasText;
  content: "";
  display: block;
  position: absolute;
}
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  transform: rotate(45deg);
}
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  transform: rotate(-45deg);
}
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}
.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}
.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 103%;
}
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.annotationLayer .popupTriggerArea {
  height: 100%;
  width: 100%;
}
.annotationLayer .popupWrapper {
  position: absolute;
  font-size: calc(9px * var(--scale-factor));
  width: 100%;
  min-width: calc(180px * var(--scale-factor));
  pointer-events: none;
}
.annotationLayer .popup {
  position: absolute;
  max-width: calc(180px * var(--scale-factor));
  background-color: rgba(255, 255, 153, 1);
  box-shadow: 0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor))
    rgba(136, 136, 136, 1);
  border-radius: calc(2px * var(--scale-factor));
  padding: calc(6px * var(--scale-factor));
  margin-left: calc(5px * var(--scale-factor));
  cursor: pointer;
  font: message-box;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: auto;
}
.annotationLayer .popup > * {
  font-size: calc(9px * var(--scale-factor));
}
.annotationLayer .popup h1 {
  display: inline-block;
}
.annotationLayer .popupDate {
  display: inline-block;
  margin-left: calc(5px * var(--scale-factor));
}
.annotationLayer .popupContent {
  border-top: 1px solid rgba(51, 51, 51, 1);
  margin-top: calc(2px * var(--scale-factor));
  padding-top: calc(2px * var(--scale-factor));
}
.annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--scale-factor));
}
.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .freeTextAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .caretAnnotation,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}
.annotationLayer section svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.annotationLayer .annotationTextContent {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.annotationLayer .annotationTextContent span {
  width: 100%;
  display: inline-block;
}
:root {
  --xfa-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --xfa-focus-outline: auto;
}
@media screen and (forced-colors: active) {
  :root {
    --xfa-focus-outline: 2px solid CanvasText;
  }
  .xfaLayer *:required {
    outline: 1.5px solid selectedItem;
  }
}
.xfaLayer {
  background-color: transparent;
}
.xfaLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: rgba(239, 203, 237, 1);
  border-radius: 4px;
}
.xfaLayer .highlight.appended {
  position: static;
  position: initial;
}
.xfaLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}
.xfaLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}
.xfaLayer .highlight.middle {
  border-radius: 0;
}
.xfaLayer .highlight.selected {
  background-color: rgba(203, 223, 203, 1);
}
.xfaPage {
  overflow: hidden;
  position: relative;
}
.xfaContentarea {
  position: absolute;
}
.xfaPrintOnly {
  display: none;
}
.xfaLayer {
  position: absolute;
  text-align: left;
  text-align: initial;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  line-height: 1.2;
}
.xfaLayer * {
  color: inherit;
  font: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-feature-settings: inherit;
  font-kerning: inherit;
  letter-spacing: -0.01px;
  text-align: inherit;
  text-decoration: inherit;
  box-sizing: border-box;
  background-color: transparent;
  padding: 0;
  margin: 0;
  pointer-events: auto;
  line-height: inherit;
}
.xfaLayer *:required {
  outline: 1.5px solid red;
}
.xfaLayer div {
  pointer-events: none;
}
.xfaLayer svg {
  pointer-events: none;
}
.xfaLayer svg * {
  pointer-events: none;
}
.xfaLayer a {
  color: blue;
}
.xfaRich li {
  margin-left: 3em;
}
.xfaFont {
  color: black;
  font-weight: normal;
  font-feature-settings: "kern" off;
  font-kerning: none;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0;
  text-decoration: none;
  vertical-align: 0;
}
.xfaCaption {
  overflow: hidden;
  flex: 0 0 auto;
}
.xfaCaptionForCheckButton {
  overflow: hidden;
  flex: 1 1 auto;
}
.xfaLabel {
  height: 100%;
  width: 100%;
}
.xfaLeft {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.xfaRight {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.xfaLeft > .xfaCaption,
.xfaLeft > .xfaCaptionForCheckButton,
.xfaRight > .xfaCaption,
.xfaRight > .xfaCaptionForCheckButton {
  max-height: 100%;
}
.xfaTop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.xfaBottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.xfaTop > .xfaCaption,
.xfaTop > .xfaCaptionForCheckButton,
.xfaBottom > .xfaCaption,
.xfaBottom > .xfaCaptionForCheckButton {
  width: 100%;
}
.xfaBorder {
  background-color: transparent;
  position: absolute;
  pointer-events: none;
}
.xfaWrapped {
  width: 100%;
  height: 100%;
}
.xfaTextfield:focus,
.xfaSelect:focus {
  background-image: none;
  background-color: transparent;
  outline: auto;
  outline: var(--xfa-focus-outline);
  outline-offset: -1px;
}
.xfaCheckbox:focus,
.xfaRadio:focus {
  outline: auto;
  outline: var(--xfa-focus-outline);
}
.xfaTextfield,
.xfaSelect {
  height: 100%;
  width: 100%;
  flex: 1 1 auto;
  border: none;
  resize: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  background-image: var(--xfa-unfocused-field-background);
}
.xfaSelect {
  padding-inline: 2px;
}
.xfaTop > .xfaTextfield,
.xfaTop > .xfaSelect,
.xfaBottom > .xfaTextfield,
.xfaBottom > .xfaSelect {
  flex: 0 1 auto;
}
.xfaButton {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
}
.xfaLink {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.xfaCheckbox,
.xfaRadio {
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  border: none;
}
.xfaRich {
  white-space: pre-wrap;
  width: 100%;
  height: 100%;
}
.xfaImage {
  -o-object-position: left top;
     object-position: left top;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.xfaLrTb,
.xfaRlTb,
.xfaTb {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.xfaLr {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.xfaRl {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
}
.xfaTb > div {
  justify-content: left;
}
.xfaPosition {
  position: relative;
}
.xfaArea {
  position: relative;
}
.xfaValignMiddle {
  display: flex;
  align-items: center;
}
.xfaTable {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.xfaTable .xfaRow {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.xfaTable .xfaRlRow {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  flex: 1;
}
.xfaTable .xfaRlRow > div {
  flex: 1;
}
.xfaNonInteractive input,
.xfaNonInteractive textarea,
.xfaDisabled input,
.xfaDisabled textarea,
.xfaReadOnly input,
.xfaReadOnly textarea {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@media print {
  .xfaTextfield,
  .xfaSelect {
    background: transparent;
  }

  .xfaSelect {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-indent: 1px;
    text-overflow: "";
  }
}
:root {
  --focus-outline: solid 2px blue;
  --hover-outline: dashed 2px blue;
  --freetext-line-height: 1.35;
  --freetext-padding: 2px;
  --editorFreeText-editing-cursor: text;
  --editorInk-editing-cursor: url('assets/cursor-editorInk.3eeabb99e8898d3b.svg') 0 16, pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 1.1dppx) {
  :root {
    --editorFreeText-editing-cursor: url('assets/cursor-editorFreeText.9bb0ad213cb84b01.svg') 0 16,
      text;
  }
}
@media screen and (forced-colors: active) {
  :root {
    --focus-outline: solid 3px ButtonText;
    --hover-outline: dashed 3px ButtonText;
  }
}
[data-editor-rotation="90"] {
  transform: rotate(90deg);
}
[data-editor-rotation="180"] {
  transform: rotate(180deg);
}
[data-editor-rotation="270"] {
  transform: rotate(270deg);
}
.annotationEditorLayer {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  font-size: calc(100px * var(--scale-factor));
  transform-origin: 0 0;
  cursor: auto;
  z-index: 4;
}
.annotationEditorLayer.freeTextEditing {
  cursor: text;
  cursor: var(--editorFreeText-editing-cursor);
}
.annotationEditorLayer.inkEditing {
  cursor: url('assets/cursor-editorInk.3eeabb99e8898d3b.svg') 0 16, pointer;
  cursor: var(--editorInk-editing-cursor);
}
.annotationEditorLayer .selectedEditor {
  outline: solid 2px blue;
  outline: var(--focus-outline);
  resize: none;
}
.annotationEditorLayer .freeTextEditor {
  position: absolute;
  background: transparent;
  border-radius: 3px;
  padding: calc(2px * var(--scale-factor));
  padding: calc(var(--freetext-padding) * var(--scale-factor));
  resize: none;
  width: auto;
  height: auto;
  z-index: 1;
  transform-origin: 0 0;
  touch-action: none;
  cursor: auto;
}
.annotationEditorLayer .freeTextEditor .internal {
  background: transparent;
  border: none;
  top: 0;
  left: 0;
  overflow: visible;
  white-space: nowrap;
  resize: none;
  font: 10px sans-serif;
  line-height: 1.35;
  line-height: var(--freetext-line-height);
}
.annotationEditorLayer .freeTextEditor .overlay {
  position: absolute;
  display: none;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.annotationEditorLayer .freeTextEditor .overlay.enabled {
  display: block;
}
.annotationEditorLayer .freeTextEditor .internal:empty::before {
  content: attr(default-content);
  color: gray;
}
.annotationEditorLayer .freeTextEditor .internal:focus {
  outline: none;
}
.annotationEditorLayer .inkEditor.disabled {
  resize: none;
}
.annotationEditorLayer .inkEditor.disabled.selectedEditor {
  resize: horizontal;
}
.annotationEditorLayer .freeTextEditor:hover:not(.selectedEditor),
.annotationEditorLayer .inkEditor:hover:not(.selectedEditor) {
  outline: dashed 2px blue;
  outline: var(--hover-outline);
}
.annotationEditorLayer .inkEditor {
  position: absolute;
  background: transparent;
  border-radius: 3px;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform-origin: 0 0;
  cursor: auto;
}
.annotationEditorLayer .inkEditor.editing {
  resize: none;
  cursor: inherit;
}
.annotationEditorLayer .inkEditor .inkEditorCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
}
.osloader {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  transform: translateZ(0);
  animation: loadCircle 1.1s infinite linear;
}
.osloader {
  position: absolute;
  top: calc(50% - 38px);
  left: calc(50% - 38px);
  width: 60px;
  height: 60px;
  border-top: 8px solid rgba(255,255,255,0.2);
  border-right: 8px solid rgba(255,255,255,0.2);
  border-bottom: 8px solid rgba(255,255,255,0.2);
  border-left: 8px solid white;
}
#attachment-wrapper .osloader {
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-top: 5px solid rgba(255,255,255,.2);
  border-right: 5px solid rgba(255,255,255,.2);
  border-bottom: 5px solid rgba(255,255,255,.2);
  border-left: 5px solid white;
}
.osProgressbar.invisible {
  display: none !important;
}
@keyframes loadCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --viewer-container-height: 0;
  --pdfViewer-padding-bottom: 0;
  --page-margin: 1px auto -8px;
  --page-border: 9px solid transparent;
  --spreadHorizontalWrapped-margin-LR: -3.5px;
  --loading-icon-delay: 400ms;
}
@media screen and (forced-colors: active) {
  :root {
    --pdfViewer-padding-bottom: 9px;
    --page-margin: 8px auto -1px;
    --page-border: 1px solid CanvasText;
    --spreadHorizontalWrapped-margin-LR: 3.5px;
  }
}
[data-main-rotation="90"] {
  transform: rotate(90deg) translateY(-100%);
}
[data-main-rotation="180"] {
  transform: rotate(180deg) translate(-100%, -100%);
}
[data-main-rotation="270"] {
  transform: rotate(270deg) translateX(-100%);
}
.pdfViewer {
  /* Define this variable here and not in :root to avoid to reflow all the UI
     when scaling (see #15929). */
  --scale-factor: 1;

  padding-bottom: 0;

  padding-bottom: var(--pdfViewer-padding-bottom);
}
.pdfViewer .canvasWrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pdfViewer .page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 1px auto -8px;
  margin: var(--page-margin);
  position: relative;
  overflow: visible;
  border: 9px solid transparent;
  border: var(--page-border);
  background-clip: content-box;
  background-color: rgba(255, 255, 255, 1);
}
.pdfViewer .dummyPage {
  position: relative;
  width: 0;
  height: 0;
  height: var(--viewer-container-height);
}
.pdfViewer.removePageBorders .page {
  margin: 0 auto 10px;
  border: none;
}
.pdfViewer.scrollHorizontal,
.pdfViewer.scrollWrapped,
.spread {
  margin-left: 3.5px;
  margin-right: 3.5px;
  text-align: center;
}
.pdfViewer.scrollHorizontal,
.spread {
  white-space: nowrap;
}
.pdfViewer.removePageBorders,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  margin-left: 0;
  margin-right: 0;
}
.spread .page,
.spread .dummyPage,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  display: inline-block;
  vertical-align: middle;
}
.spread .page,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page {
  margin-left: -3.5px;
  margin-left: var(--spreadHorizontalWrapped-margin-LR);
  margin-right: -3.5px;
  margin-right: var(--spreadHorizontalWrapped-margin-LR);
}
.pdfViewer.removePageBorders .spread .page,
.pdfViewer.removePageBorders.scrollHorizontal .page,
.pdfViewer.removePageBorders.scrollWrapped .page {
  margin-left: 5px;
  margin-right: 5px;
}
.pdfViewer .page canvas {
  margin: 0;
  display: block;
}
.pdfViewer .page canvas .structTree {
  contain: strict;
}
.pdfViewer .page canvas[hidden] {
  display: none;
}
.pdfViewer .page canvas[zooming] {
  width: 100%;
  height: 100%;
}
.pdfViewer .page.loadingIcon:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url('assets/loading-icon.042fa80689a7f6d0.gif') center no-repeat;
  display: none;
  /* Using a delay with background-image doesn't work,
     consequently we use the display. */
  transition-property: display;
  transition-delay: 400ms;
  transition-delay: var(--loading-icon-delay);
  z-index: 5;
  contain: strict;
}
.pdfViewer .page.loading:after {
  display: block;
}
.pdfViewer .page:not(.loading):after {
  transition-property: none;
  display: none;
}
.pdfViewer.enablePermissions .textLayer span {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  cursor: not-allowed;
}
.pdfPresentationMode .pdfViewer {
  padding-bottom: 0;
}
.pdfPresentationMode .spread {
  margin: 0;
}
.pdfPresentationMode .pdfViewer .page {
  margin: 0 auto;
  border: 2px solid transparent;
}
:root {
  --dir-factor: 1;
  --inline-start: left;
  --inline-end: right;

  --sidebar-width: 200px;
  --sidebar-transition-duration: 200ms;
  --sidebar-transition-timing-function: ease;

  --toolbar-icon-opacity: 0.7;
  --doorhanger-icon-opacity: 0.9;

  --main-color: rgba(12, 12, 13, 1);
  --body-bg-color: rgba(212, 212, 215, 1);
  --progressBar-color: rgba(10, 132, 255, 1);
  --progressBar-bg-color: rgba(221, 221, 222, 1);
  --progressBar-blend-color: rgba(116, 177, 239, 1);
  --scrollbar-color: auto;
  --scrollbar-bg-color: auto;
  --toolbar-icon-bg-color: rgba(0, 0, 0, 1);
  --toolbar-icon-hover-bg-color: rgba(0, 0, 0, 1);

  --sidebar-narrow-bg-color: rgba(212, 212, 215, 0.9);
  --sidebar-toolbar-bg-color: rgba(245, 246, 247, 1);
  --toolbar-bg-color: rgba(249, 249, 250, 1);
  --toolbar-border-color: rgba(184, 184, 184, 1);
  --toolbar-box-shadow: 0 1px 0 var(--toolbar-border-color);
  --toolbar-border-bottom: none;
  --toolbarSidebar-box-shadow: inset calc(-1px * var(--dir-factor)) 0 0
      rgba(0, 0, 0, 0.25),
    0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
  --toolbarSidebar-border-bottom: none;
  --button-hover-color: rgba(221, 222, 223, 1);
  --toggled-btn-color: rgba(0, 0, 0, 1);
  --toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
  --toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
  --dropdown-btn-bg-color: rgba(215, 215, 219, 1);
  --dropdown-btn-border: none;
  --separator-color: rgba(0, 0, 0, 0.3);
  --field-color: rgba(6, 6, 6, 1);
  --field-bg-color: rgba(255, 255, 255, 1);
  --field-border-color: rgba(187, 187, 188, 1);
  --treeitem-color: rgba(0, 0, 0, 0.8);
  --treeitem-hover-color: rgba(0, 0, 0, 0.9);
  --treeitem-selected-color: rgba(0, 0, 0, 0.9);
  --treeitem-selected-bg-color: rgba(0, 0, 0, 0.25);
  --sidebaritem-bg-color: rgba(0, 0, 0, 0.15);
  --doorhanger-bg-color: rgba(255, 255, 255, 1);
  --doorhanger-border-color: rgba(12, 12, 13, 0.2);
  --doorhanger-hover-color: rgba(12, 12, 13, 1);
  --doorhanger-hover-bg-color: rgba(237, 237, 237, 1);
  --doorhanger-separator-color: rgba(222, 222, 222, 1);
  --dialog-button-border: none;
  --dialog-button-bg-color: rgba(12, 12, 13, 0.1);
  --dialog-button-hover-bg-color: rgba(12, 12, 13, 0.3);

  --loading-icon: url('assets/loading.8fadb3c5a0b05887.svg');
  --treeitem-expanded-icon: url('assets/treeitem-expanded.bce9c704c014bfbb.svg');
  --treeitem-collapsed-icon: url('assets/treeitem-collapsed.6510b623743f8aa8.svg');
  --toolbarButton-editorFreeText-icon: url('assets/toolbarButton-editorFreeText.a4f42df48bffbb3e.svg');
  --toolbarButton-editorInk-icon: url('assets/toolbarButton-editorInk.ad378e772d087d74.svg');
  --toolbarButton-menuArrow-icon: url('assets/toolbarButton-menuArrow.fe216e6aaf1d7f81.svg');
  --toolbarButton-sidebarToggle-icon: url('assets/toolbarButton-sidebarToggle.618d7e243c5c8d4e.svg');
  --toolbarButton-secondaryToolbarToggle-icon: url('assets/toolbarButton-secondaryToolbarToggle.34b571d2ea91f4d6.svg');
  --toolbarButton-pageUp-icon: url('assets/toolbarButton-pageUp.0ff0662f33535d5b.svg');
  --toolbarButton-pageDown-icon: url('assets/toolbarButton-pageDown.34f4bb2d25ec32f6.svg');
  --toolbarButton-zoomOut-icon: url('assets/toolbarButton-zoomOut.9244600ce3fe0ee9.svg');
  --toolbarButton-zoomIn-icon: url('assets/toolbarButton-zoomIn.a08585bba9c80009.svg');
  --toolbarButton-presentationMode-icon: url('assets/toolbarButton-presentationMode.eae53fe1268b7982.svg');
  --toolbarButton-print-icon: url('assets/toolbarButton-print.f0e2fbbdbe3c086c.svg');
  --toolbarButton-openFile-icon: url('assets/toolbarButton-openFile.d497187f6e406343.svg');
  --toolbarButton-download-icon: url('assets/toolbarButton-download.cd4deadbd34f373c.svg');
  --toolbarButton-bookmark-icon: url('assets/toolbarButton-bookmark.87967d6f2bb5617e.svg');
  --toolbarButton-viewThumbnail-icon: url('assets/toolbarButton-viewThumbnail.df74caad08b54207.svg');
  --toolbarButton-viewOutline-icon: url('assets/toolbarButton-viewOutline.5a0b1a88d058375d.svg');
  --toolbarButton-viewAttachments-icon: url('assets/toolbarButton-viewAttachments.c2dbb543bd338846.svg');
  --toolbarButton-viewLayers-icon: url('assets/toolbarButton-viewLayers.84fd87239855f685.svg');
  --toolbarButton-currentOutlineItem-icon: url('assets/toolbarButton-currentOutlineItem.89e5157ba91bfdac.svg');
  --toolbarButton-search-icon: url('assets/toolbarButton-search.1479294edc7204a4.svg');
  --findbarButton-previous-icon: url('assets/findbarButton-previous.fa483cc5bb14d016.svg');
  --findbarButton-next-icon: url('assets/findbarButton-next.347b1145ac60c84e.svg');
  --secondaryToolbarButton-firstPage-icon: url('assets/secondaryToolbarButton-firstPage.991bd87784475a39.svg');
  --secondaryToolbarButton-lastPage-icon: url('assets/secondaryToolbarButton-lastPage.900ec6c541cef387.svg');
  --secondaryToolbarButton-rotateCcw-icon: url('assets/secondaryToolbarButton-rotateCcw.c37bcda8eb27674b.svg');
  --secondaryToolbarButton-rotateCw-icon: url('assets/secondaryToolbarButton-rotateCw.1b87892cce52ec13.svg');
  --secondaryToolbarButton-selectTool-icon: url('assets/secondaryToolbarButton-selectTool.f830edeb91d433a5.svg');
  --secondaryToolbarButton-handTool-icon: url('assets/secondaryToolbarButton-handTool.cc3d876cca787ef6.svg');
  --secondaryToolbarButton-scrollPage-icon: url('assets/secondaryToolbarButton-scrollPage.96869a9705d92633.svg');
  --secondaryToolbarButton-scrollVertical-icon: url('assets/secondaryToolbarButton-scrollVertical.8949f767c875d251.svg');
  --secondaryToolbarButton-scrollHorizontal-icon: url('assets/secondaryToolbarButton-scrollHorizontal.1ecdd75b09dddea3.svg');
  --secondaryToolbarButton-scrollWrapped-icon: url('assets/secondaryToolbarButton-scrollWrapped.5b1d65f55784aa50.svg');
  --secondaryToolbarButton-spreadNone-icon: url('assets/secondaryToolbarButton-spreadNone.36622a5341838be2.svg');
  --secondaryToolbarButton-spreadOdd-icon: url('assets/secondaryToolbarButton-spreadOdd.32543cb88b67d489.svg');
  --secondaryToolbarButton-spreadEven-icon: url('assets/secondaryToolbarButton-spreadEven.32098cd21113faa6.svg');
  --secondaryToolbarButton-documentProperties-icon: url('assets/secondaryToolbarButton-documentProperties.9c54eb5def385427.svg');
}
[dir="rtl"]:root {
  --dir-factor: -1;
  --inline-start: right;
  --inline-end: left;
}
@media (prefers-color-scheme: dark) {
  :root {
    --main-color: rgba(249, 249, 250, 1);
    --body-bg-color: rgba(42, 42, 46, 1);
    --progressBar-color: rgba(0, 96, 223, 1);
    --progressBar-bg-color: rgba(40, 40, 43, 1);
    --progressBar-blend-color: rgba(20, 68, 133, 1);
    --scrollbar-color: rgba(121, 121, 123, 1);
    --scrollbar-bg-color: rgba(35, 35, 39, 1);
    --toolbar-icon-bg-color: rgba(255, 255, 255, 1);
    --toolbar-icon-hover-bg-color: rgba(255, 255, 255, 1);

    --sidebar-narrow-bg-color: rgba(42, 42, 46, 0.9);
    --sidebar-toolbar-bg-color: rgba(50, 50, 52, 1);
    --toolbar-bg-color: rgba(56, 56, 61, 1);
    --toolbar-border-color: rgba(12, 12, 13, 1);
    --button-hover-color: rgba(102, 102, 103, 1);
    --toggled-btn-color: rgba(255, 255, 255, 1);
    --toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
    --toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
    --dropdown-btn-bg-color: rgba(74, 74, 79, 1);
    --separator-color: rgba(0, 0, 0, 0.3);
    --field-color: rgba(250, 250, 250, 1);
    --field-bg-color: rgba(64, 64, 68, 1);
    --field-border-color: rgba(115, 115, 115, 1);
    --treeitem-color: rgba(255, 255, 255, 0.8);
    --treeitem-hover-color: rgba(255, 255, 255, 0.9);
    --treeitem-selected-color: rgba(255, 255, 255, 0.9);
    --treeitem-selected-bg-color: rgba(255, 255, 255, 0.25);
    --sidebaritem-bg-color: rgba(255, 255, 255, 0.15);
    --doorhanger-bg-color: rgba(74, 74, 79, 1);
    --doorhanger-border-color: rgba(39, 39, 43, 1);
    --doorhanger-hover-color: rgba(249, 249, 250, 1);
    --doorhanger-hover-bg-color: rgba(93, 94, 98, 1);
    --doorhanger-separator-color: rgba(92, 92, 97, 1);
    --dialog-button-bg-color: rgba(92, 92, 97, 1);
    --dialog-button-hover-bg-color: rgba(115, 115, 115, 1);

    /* This image is used in <input> elements, which unfortunately means that
     * the `mask-image` approach used with all of the other images doesn't work
     * here; hence why we still have two versions of this particular image. */
    --loading-icon: url('assets/loading-dark.9ab6800b7616e065.svg');
  }
}
@media screen and (forced-colors: active) {
  :root {
    --button-hover-color: Highlight;
    --doorhanger-hover-bg-color: Highlight;
    --toolbar-icon-opacity: 1;
    --toolbar-icon-bg-color: ButtonText;
    --toolbar-icon-hover-bg-color: ButtonFace;
    --toolbar-border-color: CanvasText;
    --toolbar-border-bottom: 1px solid var(--toolbar-border-color);
    --toolbar-box-shadow: none;
    --toggled-btn-color: HighlightText;
    --toggled-btn-bg-color: LinkText;
    --doorhanger-hover-color: ButtonFace;
    --doorhanger-border-color-whcm: 1px solid ButtonText;
    --doorhanger-triangle-opacity-whcm: 0;
    --dialog-button-border: 1px solid Highlight;
    --dialog-button-hover-bg-color: Highlight;
    --dialog-button-hover-color: ButtonFace;
    --dropdown-btn-border: 1px solid ButtonText;
    --field-border-color: ButtonText;
    --main-color: CanvasText;
    --separator-color: GrayText;
    --doorhanger-separator-color: GrayText;
    --toolbarSidebar-box-shadow: none;
    --toolbarSidebar-border-bottom: 1px solid var(--toolbar-border-color);
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  :root {
    --sidebar-transition-duration: 0;
  }
}
* {
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  background-color: rgba(212, 212, 215, 1);
  background-color: var(--body-bg-color);
  scrollbar-color: auto auto;
  scrollbar-color: var(--scrollbar-color) var(--scrollbar-bg-color);
}
.hidden,
[hidden] {
  display: none !important;
}
#viewerContainer.pdfPresentationMode:fullscreen {
  top: 0;
  background-color: rgba(0, 0, 0, 1);
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pdfPresentationMode:fullscreen section:not([data-internal-link]) {
  pointer-events: none;
}
.pdfPresentationMode:fullscreen .textLayer span {
  cursor: none;
}
.pdfPresentationMode.pdfPresentationModeControls > *,
.pdfPresentationMode.pdfPresentationModeControls .textLayer span {
  cursor: default;
}
#outerContainer {
  width: 100%;
  height: 100%;
  position: relative;
}
#sidebarContainer {
  position: absolute;
  top: 32px;
  bottom: 0;
  inset-inline-start: calc(-1 * 200px);
  inset-inline-start: calc(-1 * var(--sidebar-width));
  width: 200px;
  width: var(--sidebar-width);
  visibility: hidden;
  z-index: 100;
  font: message-box;
  border-top: 1px solid rgba(51, 51, 51, 1);
  border-inline-end: var(--doorhanger-border-color-whcm);
  transition-property: inset-inline-start;
  transition-duration: 200ms;
  transition-duration: var(--sidebar-transition-duration);
  transition-timing-function: ease;
  transition-timing-function: var(--sidebar-transition-timing-function);
}
#outerContainer.sidebarMoving #sidebarContainer,
#outerContainer.sidebarOpen #sidebarContainer {
  visibility: visible;
}
#outerContainer.sidebarOpen #sidebarContainer {
  inset-inline-start: 0;
}
#mainContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 350px;
}
#sidebarContent {
  top: 32px;
  bottom: 0;
  inset-inline-start: 0;
  overflow: auto;
  position: absolute;
  width: 100%;
  box-shadow: inset calc(-1px * 1) 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset calc(-1px * var(--dir-factor)) 0 0 rgba(0, 0, 0, 0.25);
}
#viewerContainer {
  overflow: auto;
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none;
}
#viewerContainer:not(.pdfPresentationMode) {
  transition-duration: 200ms;
  transition-duration: var(--sidebar-transition-duration);
  transition-timing-function: ease;
  transition-timing-function: var(--sidebar-transition-timing-function);
}
#outerContainer.sidebarOpen #viewerContainer:not(.pdfPresentationMode) {
  inset-inline-start: 200px;
  inset-inline-start: var(--sidebar-width);
  transition-property: inset-inline-start;
}
.toolbar {
  position: relative;
  left: 0;
  right: 0;
  z-index: 9999;
  cursor: default;
  font: message-box;
}
.toolbar input,
.toolbar button,
.toolbar select,
.secondaryToolbar input,
.secondaryToolbar button,
.secondaryToolbar a,
.secondaryToolbar select,
.editorParamsToolbar input,
.editorParamsToolbar button,
.editorParamsToolbar select,
.findbar input,
.findbar button,
.findbar select,
#sidebarContainer input,
#sidebarContainer button,
#sidebarContainer select {
  outline: none;
  font: message-box;
}
#toolbarContainer {
  width: 100%;
}
#toolbarSidebar {
  width: 100%;
  height: 32px;
  background-color: rgba(245, 246, 247, 1);
  background-color: var(--sidebar-toolbar-bg-color);
  box-shadow: inset calc(-1px * 1) 0 0
      rgba(0, 0, 0, 0.25),
    0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--toolbarSidebar-box-shadow);
  border-bottom: none;
  border-bottom: var(--toolbarSidebar-border-bottom);
}
#sidebarResizer {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: -6px;
  width: 6px;
  z-index: 200;
  cursor: ew-resize;
}
#toolbarContainer,
.findbar,
.secondaryToolbar,
.editorParamsToolbar {
  position: relative;
  height: 32px;
  background-color: rgba(249, 249, 250, 1);
  background-color: var(--toolbar-bg-color);
  box-shadow: 0 1px 0 rgba(184, 184, 184, 1);
  box-shadow: var(--toolbar-box-shadow);
  border-bottom: none;
  border-bottom: var(--toolbar-border-bottom);
}
#toolbarViewer {
  height: 32px;
}
#loadingBar {
  /* Define these variables here, and not in :root, to avoid reflowing the
     entire viewer when updating progress (see issue 15958). */
  --progressBar-percent: 0%;
  --progressBar-end-offset: 0;

  position: absolute;
  inset-inline: 0 var(--progressBar-end-offset);
  height: 4px;
  background-color: rgba(221, 221, 222, 1);
  background-color: var(--progressBar-bg-color);
  border-bottom: 1px solid rgba(184, 184, 184, 1);
  border-bottom: 1px solid var(--toolbar-border-color);
  transition-property: inset-inline-start;
  transition-duration: 200ms;
  transition-duration: var(--sidebar-transition-duration);
  transition-timing-function: ease;
  transition-timing-function: var(--sidebar-transition-timing-function);
}
#outerContainer.sidebarOpen #loadingBar {
  inset-inline-start: 200px;
  inset-inline-start: var(--sidebar-width);
}
#loadingBar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scaleX(var(--progressBar-percent));
  transform-origin: 0 0;
  height: 100%;
  background-color: rgba(10, 132, 255, 1);
  background-color: var(--progressBar-color);
  overflow: hidden;
  transition: transform 200ms;
}
@keyframes progressIndeterminate {
  0% {
    transform: translateX(-142px);
  }
  100% {
    transform: translateX(0);
  }
}
#loadingBar.indeterminate .progress {
  transform: none;
  background-color: rgba(221, 221, 222, 1);
  background-color: var(--progressBar-bg-color);
  transition: none;
}
#loadingBar.indeterminate .progress .glimmer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 150px);
  background: repeating-linear-gradient(
    135deg,
    rgba(116, 177, 239, 1) 0,
    rgba(221, 221, 222, 1) 5px,
    rgba(221, 221, 222, 1) 45px,
    rgba(10, 132, 255, 1) 55px,
    rgba(10, 132, 255, 1) 95px,
    rgba(116, 177, 239, 1) 100px
  );
  background: repeating-linear-gradient(
    135deg,
    var(--progressBar-blend-color) 0,
    var(--progressBar-bg-color) 5px,
    var(--progressBar-bg-color) 45px,
    var(--progressBar-color) 55px,
    var(--progressBar-color) 95px,
    var(--progressBar-blend-color) 100px
  );
  animation: progressIndeterminate 1s linear infinite;
}
#outerContainer.sidebarResizing #sidebarContainer,
#outerContainer.sidebarResizing #viewerContainer,
#outerContainer.sidebarResizing #loadingBar {
  /* Improve responsiveness and avoid visual glitches when the sidebar is resized. */
  transition-duration: 0s;
}
.findbar,
.secondaryToolbar,
.editorParamsToolbar {
  top: 32px;
  position: absolute;
  z-index: 30000;
  height: auto;
  padding: 0 4px;
  margin: 4px 2px;
  font: message-box;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  cursor: default;
}
.findbar {
  inset-inline-start: 64px;
  min-width: 300px;
  background-color: rgba(249, 249, 250, 1);
  background-color: var(--toolbar-bg-color);
}
.findbar > div {
  height: 32px;
}
.findbar > div#findbarInputContainer {
  margin-inline-end: 4px;
}
.findbar.wrapContainers > div,
.findbar.wrapContainers > div#findbarMessageContainer > * {
  clear: both;
}
.findbar.wrapContainers > div#findbarMessageContainer {
  height: auto;
}
.findbar input[type="checkbox"] {
  pointer-events: none;
}
.findbar label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.findbar label:hover,
.findbar input:focus-visible + label {
  color: rgba(0, 0, 0, 1);
  color: var(--toggled-btn-color);
  background-color: rgba(221, 222, 223, 1);
  background-color: var(--button-hover-color);
}
.findbar .toolbarField[type="checkbox"]:checked + .toolbarLabel {
  background-color: rgba(0, 0, 0, 0.3) !important;
  background-color: var(--toggled-btn-bg-color) !important;
  color: rgba(0, 0, 0, 1);
  color: var(--toggled-btn-color);
}
#findInput {
  width: 200px;
}
#findInput::-moz-placeholder {
  font-style: normal;
}
#findInput::placeholder {
  font-style: normal;
}
#findInput[data-status="pending"] {
  background-image: url('assets/loading.8fadb3c5a0b05887.svg');
  background-image: var(--loading-icon);
  background-repeat: no-repeat;
  background-position: calc(50% + 48% * 1);
  background-position: calc(50% + 48% * var(--dir-factor));
}
#findInput[data-status="notFound"] {
  background-color: rgba(255, 102, 102, 1);
}
.secondaryToolbar,
.editorParamsToolbar {
  padding: 6px 0 10px;
  inset-inline-end: 4px;
  height: auto;
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--doorhanger-bg-color);
}
.editorParamsToolbarContainer {
  width: 220px;
  margin-bottom: -4px;
}
.editorParamsToolbarContainer > .editorParamsSetter {
  min-height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 10px;
}
.editorParamsToolbarContainer .editorParamsLabel {
  padding-inline-end: 10px;
  flex: none;
  color: rgba(12, 12, 13, 1);
  color: var(--main-color);
}
.editorParamsToolbarContainer .editorParamsColor {
  width: 32px;
  height: 32px;
  flex: none;
}
.editorParamsToolbarContainer .editorParamsSlider {
  background-color: transparent;
  width: 90px;
  flex: 0 1 0;
}
.editorParamsToolbarContainer .editorParamsSlider::-moz-range-progress {
  background-color: black;
}
.editorParamsToolbarContainer .editorParamsSlider::-webkit-slider-runnable-track,
.editorParamsToolbarContainer .editorParamsSlider::-moz-range-track {
  background-color: black;
}
.editorParamsToolbarContainer .editorParamsSlider::-webkit-slider-thumb,
.editorParamsToolbarContainer .editorParamsSlider::-moz-range-thumb {
  background-color: white;
}
#secondaryToolbarButtonContainer {
  max-width: 220px;
  min-height: 26px;
  max-height: calc(0 - 40px);
  max-height: calc(var(--viewer-container-height) - 40px);
  overflow-y: auto;
  margin-bottom: -4px;
}
#editorInkParamsToolbar {
  inset-inline-end: 40px;
  background-color: rgba(249, 249, 250, 1);
  background-color: var(--toolbar-bg-color);
}
#editorFreeTextParamsToolbar {
  inset-inline-end: 68px;
  background-color: rgba(249, 249, 250, 1);
  background-color: var(--toolbar-bg-color);
}
.doorHanger,
.doorHangerRight {
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(12, 12, 13, 0.2),
    0 0 0 1px rgba(12, 12, 13, 0.2);
  box-shadow: 0 1px 5px var(--doorhanger-border-color),
    0 0 0 1px var(--doorhanger-border-color);
  border: var(--doorhanger-border-color-whcm);
}
.doorHanger:after,
.doorHanger:before,
.doorHangerRight:after,
.doorHangerRight:before {
  bottom: 100%;
  border: 8px solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  opacity: var(--doorhanger-triangle-opacity-whcm);
}
.doorHanger:after {
  inset-inline-start: 10px;
  margin-inline-start: -8px;
  border-bottom-color: rgba(249, 249, 250, 1);
  border-bottom-color: var(--toolbar-bg-color);
}
.doorHangerRight:after {
  inset-inline-end: 10px;
  margin-inline-end: -8px;
  border-bottom-color: rgba(255, 255, 255, 1);
  border-bottom-color: var(--doorhanger-bg-color);
}
.doorHanger:before,
.doorHangerRight:before {
  border-bottom-color: rgba(12, 12, 13, 0.2);
  border-bottom-color: var(--doorhanger-border-color);
  border-width: 9px;
}
.doorHanger:before {
  inset-inline-start: 10px;
  margin-inline-start: -9px;
}
.doorHangerRight:before {
  inset-inline-end: 10px;
  margin-inline-end: -9px;
}
#findResultsCount {
  background-color: rgba(217, 217, 217, 1);
  color: rgba(82, 82, 82, 1);
  text-align: center;
  padding: 4px 5px;
  margin: 5px;
}
#findMsg {
  color: rgba(251, 0, 0, 1);
}
#findResultsCount:empty,
#findMsg:empty {
  display: none;
}
#toolbarViewerMiddle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#toolbarViewerLeft,
#toolbarSidebarLeft {
  float: left;
  float: var(--inline-start);
}
#toolbarViewerRight,
#toolbarSidebarRight {
  float: right;
  float: var(--inline-end);
}
#toolbarViewerLeft > *,
#toolbarViewerMiddle > *,
#toolbarViewerRight > *,
#toolbarSidebarLeft *,
#toolbarSidebarRight *,
.findbar * {
  position: relative;
  float: left;
  float: var(--inline-start);
}
#toolbarViewerLeft {
  padding-inline-start: 1px;
}
#toolbarViewerRight {
  padding-inline-end: 1px;
}
#toolbarSidebarRight {
  padding-inline-end: 2px;
}
.splitToolbarButton {
  margin: 2px;
  display: inline-block;
}
.splitToolbarButton > .toolbarButton {
  float: left;
  float: var(--inline-start);
}
.toolbarButton,
.secondaryToolbarButton,
.dialogButton {
  border: none;
  background: none;
  width: 28px;
  height: 28px;
  outline: none;
}
.dialogButton:hover,
.dialogButton:focus-visible {
  background-color: rgba(12, 12, 13, 0.3);
  background-color: var(--dialog-button-hover-bg-color);
}
.dialogButton:hover > span,
.dialogButton:focus-visible > span {
  color: var(--dialog-button-hover-color);
}
.toolbarButton > span {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.toolbarButton[disabled],
.secondaryToolbarButton[disabled],
.dialogButton[disabled] {
  opacity: 0.5;
}
.splitToolbarButton > .toolbarButton:hover,
.splitToolbarButton > .toolbarButton:focus-visible,
.dropdownToolbarButton:hover {
  background-color: rgba(221, 222, 223, 1);
  background-color: var(--button-hover-color);
}
.splitToolbarButton > .toolbarButton {
  position: relative;
  margin: 0;
}
#toolbarSidebar .splitToolbarButton > .toolbarButton {
  margin-inline-end: 2px;
}
.splitToolbarButtonSeparator {
  float: left;
  float: var(--inline-start);
  margin: 4px 0;
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: var(--separator-color);
}
.toolbarButton,
.dropdownToolbarButton,
.secondaryToolbarButton,
.dialogButton {
  min-width: 16px;
  margin: 2px 1px;
  padding: 2px 6px 0;
  border: none;
  border-radius: 2px;
  color: rgba(12, 12, 13, 1);
  color: var(--main-color);
  font-size: 12px;
  line-height: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  box-sizing: border-box;
}
.toolbarButton:hover,
.toolbarButton:focus-visible {
  background-color: rgba(221, 222, 223, 1);
  background-color: var(--button-hover-color);
}
.secondaryToolbarButton:hover,
.secondaryToolbarButton:focus-visible {
  background-color: rgba(237, 237, 237, 1);
  background-color: var(--doorhanger-hover-bg-color);
  color: rgba(12, 12, 13, 1);
  color: var(--doorhanger-hover-color);
}
.toolbarButton.toggled,
.splitToolbarButton.toggled > .toolbarButton.toggled,
.secondaryToolbarButton.toggled {
  background-color: rgba(0, 0, 0, 0.3);
  background-color: var(--toggled-btn-bg-color);
  color: rgba(0, 0, 0, 1);
  color: var(--toggled-btn-color);
}
.toolbarButton.toggled::before,
.secondaryToolbarButton.toggled::before {
  background-color: rgba(0, 0, 0, 1);
  background-color: var(--toggled-btn-color);
}
.toolbarButton.toggled:hover:active,
.splitToolbarButton.toggled > .toolbarButton.toggled:hover:active,
.secondaryToolbarButton.toggled:hover:active {
  background-color: rgba(0, 0, 0, 0.4);
  background-color: var(--toggled-hover-active-btn-color);
}
.dropdownToolbarButton {
  /* Define this variable here, and not in :root, to avoid reflowing the
     entire viewer when updating the width. */
  --scale-select-width: 140px;

  width: var(--scale-select-width);
  padding: 0;
  background-color: rgba(215, 215, 219, 1);
  background-color: var(--dropdown-btn-bg-color);
  border: none;
  border: var(--dropdown-btn-border);
}
.dropdownToolbarButton::after {
  top: 6px;
  inset-inline-end: 6px;
  pointer-events: none;
  -webkit-mask-image: url('assets/toolbarButton-menuArrow.fe216e6aaf1d7f81.svg');
  -webkit-mask-image: var(--toolbarButton-menuArrow-icon);
          mask-image: url('assets/toolbarButton-menuArrow.fe216e6aaf1d7f81.svg');
          mask-image: var(--toolbarButton-menuArrow-icon);
}
.dropdownToolbarButton > select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: inherit;
  height: 28px;
  font-size: 12px;
  color: rgba(12, 12, 13, 1);
  color: var(--main-color);
  margin: 0;
  padding: 1px 0 2px;
  padding-inline-start: 6px;
  border: none;
  background-color: rgba(215, 215, 219, 1);
  background-color: var(--dropdown-btn-bg-color);
}
.dropdownToolbarButton > select:hover,
.dropdownToolbarButton > select:focus-visible {
  background-color: rgba(221, 222, 223, 1);
  background-color: var(--button-hover-color);
  color: rgba(0, 0, 0, 1);
  color: var(--toggled-btn-color);
}
.dropdownToolbarButton > select > option {
  background: rgba(255, 255, 255, 1);
  background: var(--doorhanger-bg-color);
  color: rgba(12, 12, 13, 1);
  color: var(--main-color);
}
.toolbarButtonSpacer {
  width: 30px;
  display: inline-block;
  height: 1px;
}
.toolbarButton::before,
.secondaryToolbarButton::before,
.dropdownToolbarButton::after,
.treeItemToggler::before {
  /* All matching images have a size of 16x16
   * All relevant containers have a size of 28x28 */
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;

  content: "";
  background-color: rgba(0, 0, 0, 1);
  background-color: var(--toolbar-icon-bg-color);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.dropdownToolbarButton:hover::after,
.dropdownToolbarButton:focus-visible::after,
.dropdownToolbarButton:active::after {
  background-color: rgba(0, 0, 0, 1);
  background-color: var(--toolbar-icon-hover-bg-color);
}
.toolbarButton::before {
  opacity: 0.7;
  opacity: var(--toolbar-icon-opacity);
  top: 6px;
  left: 6px;
}
.toolbarButton:hover::before,
.toolbarButton:focus-visible::before,
.secondaryToolbarButton:hover::before,
.secondaryToolbarButton:focus-visible::before {
  background-color: rgba(0, 0, 0, 1);
  background-color: var(--toolbar-icon-hover-bg-color);
}
.secondaryToolbarButton::before {
  opacity: 0.9;
  opacity: var(--doorhanger-icon-opacity);
  top: 5px;
  inset-inline-start: 12px;
}
#sidebarToggle::before {
  -webkit-mask-image: url('assets/toolbarButton-sidebarToggle.618d7e243c5c8d4e.svg');
  -webkit-mask-image: var(--toolbarButton-sidebarToggle-icon);
          mask-image: url('assets/toolbarButton-sidebarToggle.618d7e243c5c8d4e.svg');
          mask-image: var(--toolbarButton-sidebarToggle-icon);
  transform: scaleX(1);
  transform: scaleX(var(--dir-factor));
}
#secondaryToolbarToggle::before {
  -webkit-mask-image: url('assets/toolbarButton-secondaryToolbarToggle.34b571d2ea91f4d6.svg');
  -webkit-mask-image: var(--toolbarButton-secondaryToolbarToggle-icon);
          mask-image: url('assets/toolbarButton-secondaryToolbarToggle.34b571d2ea91f4d6.svg');
          mask-image: var(--toolbarButton-secondaryToolbarToggle-icon);
  transform: scaleX(1);
  transform: scaleX(var(--dir-factor));
}
#findPrevious::before {
  -webkit-mask-image: url('assets/findbarButton-previous.fa483cc5bb14d016.svg');
  -webkit-mask-image: var(--findbarButton-previous-icon);
          mask-image: url('assets/findbarButton-previous.fa483cc5bb14d016.svg');
          mask-image: var(--findbarButton-previous-icon);
}
#findNext::before {
  -webkit-mask-image: url('assets/findbarButton-next.347b1145ac60c84e.svg');
  -webkit-mask-image: var(--findbarButton-next-icon);
          mask-image: url('assets/findbarButton-next.347b1145ac60c84e.svg');
          mask-image: var(--findbarButton-next-icon);
}
#previous::before {
  -webkit-mask-image: url('assets/toolbarButton-pageUp.0ff0662f33535d5b.svg');
  -webkit-mask-image: var(--toolbarButton-pageUp-icon);
          mask-image: url('assets/toolbarButton-pageUp.0ff0662f33535d5b.svg');
          mask-image: var(--toolbarButton-pageUp-icon);
}
#next::before {
  -webkit-mask-image: url('assets/toolbarButton-pageDown.34f4bb2d25ec32f6.svg');
  -webkit-mask-image: var(--toolbarButton-pageDown-icon);
          mask-image: url('assets/toolbarButton-pageDown.34f4bb2d25ec32f6.svg');
          mask-image: var(--toolbarButton-pageDown-icon);
}
#zoomOut::before {
  -webkit-mask-image: url('assets/toolbarButton-zoomOut.9244600ce3fe0ee9.svg');
  -webkit-mask-image: var(--toolbarButton-zoomOut-icon);
          mask-image: url('assets/toolbarButton-zoomOut.9244600ce3fe0ee9.svg');
          mask-image: var(--toolbarButton-zoomOut-icon);
}
#zoomIn::before {
  -webkit-mask-image: url('assets/toolbarButton-zoomIn.a08585bba9c80009.svg');
  -webkit-mask-image: var(--toolbarButton-zoomIn-icon);
          mask-image: url('assets/toolbarButton-zoomIn.a08585bba9c80009.svg');
          mask-image: var(--toolbarButton-zoomIn-icon);
}
#presentationMode::before {
  -webkit-mask-image: url('assets/toolbarButton-presentationMode.eae53fe1268b7982.svg');
  -webkit-mask-image: var(--toolbarButton-presentationMode-icon);
          mask-image: url('assets/toolbarButton-presentationMode.eae53fe1268b7982.svg');
          mask-image: var(--toolbarButton-presentationMode-icon);
}
#editorFreeText::before {
  -webkit-mask-image: url('assets/toolbarButton-editorFreeText.a4f42df48bffbb3e.svg');
  -webkit-mask-image: var(--toolbarButton-editorFreeText-icon);
          mask-image: url('assets/toolbarButton-editorFreeText.a4f42df48bffbb3e.svg');
          mask-image: var(--toolbarButton-editorFreeText-icon);
}
#editorInk::before {
  -webkit-mask-image: url('assets/toolbarButton-editorInk.ad378e772d087d74.svg');
  -webkit-mask-image: var(--toolbarButton-editorInk-icon);
          mask-image: url('assets/toolbarButton-editorInk.ad378e772d087d74.svg');
          mask-image: var(--toolbarButton-editorInk-icon);
}
#print::before,
#secondaryPrint::before {
  -webkit-mask-image: url('assets/toolbarButton-print.f0e2fbbdbe3c086c.svg');
  -webkit-mask-image: var(--toolbarButton-print-icon);
          mask-image: url('assets/toolbarButton-print.f0e2fbbdbe3c086c.svg');
          mask-image: var(--toolbarButton-print-icon);
}
#openFile::before,
#secondaryOpenFile::before {
  -webkit-mask-image: url('assets/toolbarButton-openFile.d497187f6e406343.svg');
  -webkit-mask-image: var(--toolbarButton-openFile-icon);
          mask-image: url('assets/toolbarButton-openFile.d497187f6e406343.svg');
          mask-image: var(--toolbarButton-openFile-icon);
}
#download::before,
#secondaryDownload::before {
  -webkit-mask-image: url('assets/toolbarButton-download.cd4deadbd34f373c.svg');
  -webkit-mask-image: var(--toolbarButton-download-icon);
          mask-image: url('assets/toolbarButton-download.cd4deadbd34f373c.svg');
          mask-image: var(--toolbarButton-download-icon);
}
a.secondaryToolbarButton {
  padding-top: 5px;
  text-decoration: none;
}
a.toolbarButton[href="#"],
a.secondaryToolbarButton[href="#"] {
  opacity: 0.5;
  pointer-events: none;
}
#viewBookmark::before {
  -webkit-mask-image: url('assets/toolbarButton-bookmark.87967d6f2bb5617e.svg');
  -webkit-mask-image: var(--toolbarButton-bookmark-icon);
          mask-image: url('assets/toolbarButton-bookmark.87967d6f2bb5617e.svg');
          mask-image: var(--toolbarButton-bookmark-icon);
}
#viewThumbnail::before {
  -webkit-mask-image: url('assets/toolbarButton-viewThumbnail.df74caad08b54207.svg');
  -webkit-mask-image: var(--toolbarButton-viewThumbnail-icon);
          mask-image: url('assets/toolbarButton-viewThumbnail.df74caad08b54207.svg');
          mask-image: var(--toolbarButton-viewThumbnail-icon);
}
#viewOutline::before {
  -webkit-mask-image: url('assets/toolbarButton-viewOutline.5a0b1a88d058375d.svg');
  -webkit-mask-image: var(--toolbarButton-viewOutline-icon);
          mask-image: url('assets/toolbarButton-viewOutline.5a0b1a88d058375d.svg');
          mask-image: var(--toolbarButton-viewOutline-icon);
  transform: scaleX(1);
  transform: scaleX(var(--dir-factor));
}
#viewAttachments::before {
  -webkit-mask-image: url('assets/toolbarButton-viewAttachments.c2dbb543bd338846.svg');
  -webkit-mask-image: var(--toolbarButton-viewAttachments-icon);
          mask-image: url('assets/toolbarButton-viewAttachments.c2dbb543bd338846.svg');
          mask-image: var(--toolbarButton-viewAttachments-icon);
}
#viewLayers::before {
  -webkit-mask-image: url('assets/toolbarButton-viewLayers.84fd87239855f685.svg');
  -webkit-mask-image: var(--toolbarButton-viewLayers-icon);
          mask-image: url('assets/toolbarButton-viewLayers.84fd87239855f685.svg');
          mask-image: var(--toolbarButton-viewLayers-icon);
}
#currentOutlineItem::before {
  -webkit-mask-image: url('assets/toolbarButton-currentOutlineItem.89e5157ba91bfdac.svg');
  -webkit-mask-image: var(--toolbarButton-currentOutlineItem-icon);
          mask-image: url('assets/toolbarButton-currentOutlineItem.89e5157ba91bfdac.svg');
          mask-image: var(--toolbarButton-currentOutlineItem-icon);
  transform: scaleX(1);
  transform: scaleX(var(--dir-factor));
}
#viewFind::before {
  -webkit-mask-image: url('assets/toolbarButton-search.1479294edc7204a4.svg');
  -webkit-mask-image: var(--toolbarButton-search-icon);
          mask-image: url('assets/toolbarButton-search.1479294edc7204a4.svg');
          mask-image: var(--toolbarButton-search-icon);
}
.pdfSidebarNotification::after {
  position: absolute;
  display: inline-block;
  top: 2px;
  inset-inline-end: 2px;
  /* Create a filled circle, with a diameter of 9 pixels, using only CSS: */
  content: "";
  background-color: rgba(112, 219, 85, 1);
  height: 9px;
  width: 9px;
  border-radius: 50%;
}
.secondaryToolbarButton {
  position: relative;
  margin: 0;
  padding: 0 0 1px;
  padding-inline-start: 36px;
  height: auto;
  min-height: 26px;
  width: auto;
  min-width: 100%;
  text-align: start;
  white-space: normal;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
}
.secondaryToolbarButton > span {
  padding-inline-end: 4px;
}
#firstPage::before {
  -webkit-mask-image: url('assets/secondaryToolbarButton-firstPage.991bd87784475a39.svg');
  -webkit-mask-image: var(--secondaryToolbarButton-firstPage-icon);
          mask-image: url('assets/secondaryToolbarButton-firstPage.991bd87784475a39.svg');
          mask-image: var(--secondaryToolbarButton-firstPage-icon);
}
#lastPage::before {
  -webkit-mask-image: url('assets/secondaryToolbarButton-lastPage.900ec6c541cef387.svg');
  -webkit-mask-image: var(--secondaryToolbarButton-lastPage-icon);
          mask-image: url('assets/secondaryToolbarButton-lastPage.900ec6c541cef387.svg');
          mask-image: var(--secondaryToolbarButton-lastPage-icon);
}
#pageRotateCcw::before {
  -webkit-mask-image: url('assets/secondaryToolbarButton-rotateCcw.c37bcda8eb27674b.svg');
  -webkit-mask-image: var(--secondaryToolbarButton-rotateCcw-icon);
          mask-image: url('assets/secondaryToolbarButton-rotateCcw.c37bcda8eb27674b.svg');
          mask-image: var(--secondaryToolbarButton-rotateCcw-icon);
}
#pageRotateCw::before {
  -webkit-mask-image: url('assets/secondaryToolbarButton-rotateCw.1b87892cce52ec13.svg');
  -webkit-mask-image: var(--secondaryToolbarButton-rotateCw-icon);
          mask-image: url('assets/secondaryToolbarButton-rotateCw.1b87892cce52ec13.svg');
          mask-image: var(--secondaryToolbarButton-rotateCw-icon);
}
#cursorSelectTool::before {
  -webkit-mask-image: url('assets/secondaryToolbarButton-selectTool.f830edeb91d433a5.svg');
  -webkit-mask-image: var(--secondaryToolbarButton-selectTool-icon);
          mask-image: url('assets/secondaryToolbarButton-selectTool.f830edeb91d433a5.svg');
          mask-image: var(--secondaryToolbarButton-selectTool-icon);
}
#cursorHandTool::before {
  -webkit-mask-image: url('assets/secondaryToolbarButton-handTool.cc3d876cca787ef6.svg');
  -webkit-mask-image: var(--secondaryToolbarButton-handTool-icon);
          mask-image: url('assets/secondaryToolbarButton-handTool.cc3d876cca787ef6.svg');
          mask-image: var(--secondaryToolbarButton-handTool-icon);
}
#scrollPage::before {
  -webkit-mask-image: url('assets/secondaryToolbarButton-scrollPage.96869a9705d92633.svg');
  -webkit-mask-image: var(--secondaryToolbarButton-scrollPage-icon);
          mask-image: url('assets/secondaryToolbarButton-scrollPage.96869a9705d92633.svg');
          mask-image: var(--secondaryToolbarButton-scrollPage-icon);
}
#scrollVertical::before {
  -webkit-mask-image: url('assets/secondaryToolbarButton-scrollVertical.8949f767c875d251.svg');
  -webkit-mask-image: var(--secondaryToolbarButton-scrollVertical-icon);
          mask-image: url('assets/secondaryToolbarButton-scrollVertical.8949f767c875d251.svg');
          mask-image: var(--secondaryToolbarButton-scrollVertical-icon);
}
#scrollHorizontal::before {
  -webkit-mask-image: url('assets/secondaryToolbarButton-scrollHorizontal.1ecdd75b09dddea3.svg');
  -webkit-mask-image: var(--secondaryToolbarButton-scrollHorizontal-icon);
          mask-image: url('assets/secondaryToolbarButton-scrollHorizontal.1ecdd75b09dddea3.svg');
          mask-image: var(--secondaryToolbarButton-scrollHorizontal-icon);
}
#scrollWrapped::before {
  -webkit-mask-image: url('assets/secondaryToolbarButton-scrollWrapped.5b1d65f55784aa50.svg');
  -webkit-mask-image: var(--secondaryToolbarButton-scrollWrapped-icon);
          mask-image: url('assets/secondaryToolbarButton-scrollWrapped.5b1d65f55784aa50.svg');
          mask-image: var(--secondaryToolbarButton-scrollWrapped-icon);
}
#spreadNone::before {
  -webkit-mask-image: url('assets/secondaryToolbarButton-spreadNone.36622a5341838be2.svg');
  -webkit-mask-image: var(--secondaryToolbarButton-spreadNone-icon);
          mask-image: url('assets/secondaryToolbarButton-spreadNone.36622a5341838be2.svg');
          mask-image: var(--secondaryToolbarButton-spreadNone-icon);
}
#spreadOdd::before {
  -webkit-mask-image: url('assets/secondaryToolbarButton-spreadOdd.32543cb88b67d489.svg');
  -webkit-mask-image: var(--secondaryToolbarButton-spreadOdd-icon);
          mask-image: url('assets/secondaryToolbarButton-spreadOdd.32543cb88b67d489.svg');
          mask-image: var(--secondaryToolbarButton-spreadOdd-icon);
}
#spreadEven::before {
  -webkit-mask-image: url('assets/secondaryToolbarButton-spreadEven.32098cd21113faa6.svg');
  -webkit-mask-image: var(--secondaryToolbarButton-spreadEven-icon);
          mask-image: url('assets/secondaryToolbarButton-spreadEven.32098cd21113faa6.svg');
          mask-image: var(--secondaryToolbarButton-spreadEven-icon);
}
#documentProperties::before {
  -webkit-mask-image: url('assets/secondaryToolbarButton-documentProperties.9c54eb5def385427.svg');
  -webkit-mask-image: var(--secondaryToolbarButton-documentProperties-icon);
          mask-image: url('assets/secondaryToolbarButton-documentProperties.9c54eb5def385427.svg');
          mask-image: var(--secondaryToolbarButton-documentProperties-icon);
}
.verticalToolbarSeparator {
  display: block;
  margin: 5px 2px;
  width: 1px;
  height: 22px;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: var(--separator-color);
}
.horizontalToolbarSeparator {
  display: block;
  margin: 6px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(222, 222, 222, 1);
  background-color: var(--doorhanger-separator-color);
}
.toolbarField {
  padding: 4px 7px;
  margin: 3px 0;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--field-bg-color);
  background-clip: padding-box;
  border: 1px solid rgba(187, 187, 188, 1);
  border: 1px solid var(--field-border-color);
  box-shadow: none;
  color: rgba(6, 6, 6, 1);
  color: var(--field-color);
  font-size: 12px;
  line-height: 16px;
  outline: none;
}
.toolbarField[type="checkbox"] {
  opacity: 0;
  position: absolute !important;
  left: 0;
  margin: 10px 0 3px;
  margin-inline-start: 7px;
}
#pageNumber {
  -moz-appearance: textfield; /* hides the spinner in moz */
  text-align: right;
  width: 40px;
  background-size: 0 0;
  transition-property: none;
}
#pageNumber.visiblePageIsLoading {
  background-image: url('assets/loading.8fadb3c5a0b05887.svg');
  background-image: var(--loading-icon);
  background-repeat: no-repeat;
  background-position: 3px;
  background-size: 16px 16px;
  /* Using a delay with background-image doesn't work,
     consequently we use background-size. */
  transition-property: background-size;
  transition-delay: 400ms;
  transition-delay: var(--loading-icon-delay);
}
#pageNumber::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.toolbarField:focus {
  border-color: #0a84ff;
}
.toolbarLabel {
  min-width: 16px;
  padding: 7px;
  margin: 2px;
  border-radius: 2px;
  color: rgba(12, 12, 13, 1);
  color: var(--main-color);
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}
#numPages.toolbarLabel {
  padding-inline-start: 3px;
}
#thumbnailView,
#outlineView,
#attachmentsView,
#layersView {
  position: absolute;
  width: calc(100% - 8px);
  top: 0;
  bottom: 0;
  padding: 4px 4px 0;
  overflow: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#thumbnailView {
  width: calc(100% - 60px);
  padding: 10px 30px 0;
}
#thumbnailView > a:active,
#thumbnailView > a:focus {
  outline: 0;
}
.thumbnail {
  float: left;
  float: var(--inline-start);
  margin: 0 10px 5px;
}
#thumbnailView > a:last-of-type > .thumbnail {
  margin-bottom: 10px;
}
#thumbnailView > a:last-of-type > .thumbnail:not([data-loaded]) {
  margin-bottom: 9px;
}
.thumbnail:not([data-loaded]) {
  border: 1px dashed rgba(132, 132, 132, 1);
  margin: -1px 9px 4px;
}
.thumbnailImage {
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
  z-index: 99;
  background-color: rgba(255, 255, 255, 1);
  background-clip: content-box;
}
.thumbnailSelectionRing {
  border-radius: 2px;
  padding: 7px;
}
a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
.thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
  opacity: 0.9;
}
a:focus > .thumbnail > .thumbnailSelectionRing,
.thumbnail:hover > .thumbnailSelectionRing {
  background-color: rgba(0, 0, 0, 0.15);
  background-color: var(--sidebaritem-bg-color);
  background-clip: padding-box;
  color: rgba(255, 255, 255, 0.9);
}
.thumbnail.selected > .thumbnailSelectionRing > .thumbnailImage {
  opacity: 1;
}
.thumbnail.selected > .thumbnailSelectionRing {
  background-color: rgba(0, 0, 0, 0.15);
  background-color: var(--sidebaritem-bg-color);
  background-clip: padding-box;
  color: rgba(255, 255, 255, 1);
}
.treeWithDeepNesting > .treeItem,
.treeItem > .treeItems {
  margin-inline-start: 20px;
}
.treeItem > a {
  text-decoration: none;
  display: inline-block;
  /* Subtract the right padding (left, in RTL mode) of the container: */
  min-width: calc(100% - 4px);
  height: auto;
  margin-bottom: 1px;
  padding: 2px 0 5px;
  padding-inline-start: 4px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.8);
  color: var(--treeitem-color);
  font-size: 13px;
  line-height: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: normal;
  cursor: pointer;
}
#layersView .treeItem > a * {
  cursor: pointer;
}
#layersView .treeItem > a > label {
  padding-inline-start: 4px;
}
#layersView .treeItem > a > label > input {
  float: left;
  float: var(--inline-start);
  margin-top: 1px;
}
.treeItemToggler {
  position: relative;
  float: left;
  float: var(--inline-start);
  height: 0;
  width: 0;
  color: rgba(255, 255, 255, 0.5);
}
.treeItemToggler::before {
  inset-inline-end: 4px;
  -webkit-mask-image: url('assets/treeitem-expanded.bce9c704c014bfbb.svg');
  -webkit-mask-image: var(--treeitem-expanded-icon);
          mask-image: url('assets/treeitem-expanded.bce9c704c014bfbb.svg');
          mask-image: var(--treeitem-expanded-icon);
}
.treeItemToggler.treeItemsHidden::before {
  -webkit-mask-image: url('assets/treeitem-collapsed.6510b623743f8aa8.svg');
  -webkit-mask-image: var(--treeitem-collapsed-icon);
          mask-image: url('assets/treeitem-collapsed.6510b623743f8aa8.svg');
          mask-image: var(--treeitem-collapsed-icon);
  transform: scaleX(1);
  transform: scaleX(var(--dir-factor));
}
.treeItemToggler.treeItemsHidden ~ .treeItems {
  display: none;
}
.treeItem.selected > a {
  background-color: rgba(0, 0, 0, 0.25);
  background-color: var(--treeitem-selected-bg-color);
  color: rgba(0, 0, 0, 0.9);
  color: var(--treeitem-selected-color);
}
.treeItemToggler:hover,
.treeItemToggler:hover + a,
.treeItemToggler:hover ~ .treeItems,
.treeItem > a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  background-color: var(--sidebaritem-bg-color);
  background-clip: padding-box;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.9);
  color: var(--treeitem-hover-color);
}
.dialogButton {
  width: auto;
  margin: 3px 4px 2px !important;
  padding: 2px 11px;
  color: rgba(12, 12, 13, 1);
  color: var(--main-color);
  background-color: rgba(12, 12, 13, 0.1);
  background-color: var(--dialog-button-bg-color);
  border: none !important;
  border: var(--dialog-button-border) !important;
}
dialog {
  margin: auto;
  padding: 15px;
  border-spacing: 4px;
  color: rgba(12, 12, 13, 1);
  color: var(--main-color);
  font: message-box;
  font-size: 12px;
  line-height: 14px;
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--doorhanger-bg-color);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.2);
}
dialog > .row {
  display: table-row;
}
dialog > .row > * {
  display: table-cell;
}
dialog .toolbarField {
  margin: 5px 0;
}
dialog .separator {
  display: block;
  margin: 4px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: var(--separator-color);
}
dialog .buttonRow {
  text-align: center;
  vertical-align: middle;
}
dialog :link {
  color: rgba(255, 255, 255, 1);
}
#passwordDialog {
  text-align: center;
}
#passwordDialog .toolbarField {
  width: 200px;
}
#documentPropertiesDialog {
  text-align: left;
}
#documentPropertiesDialog .row > * {
  min-width: 100px;
  text-align: start;
}
#documentPropertiesDialog .row > span {
  width: 125px;
  word-wrap: break-word;
}
#documentPropertiesDialog .row > p {
  max-width: 225px;
  word-wrap: break-word;
}
#documentPropertiesDialog .buttonRow {
  margin-top: 10px;
}
.grab-to-pan-grab {
  cursor: grab !important;
}
.grab-to-pan-grab
  *:not(input):not(textarea):not(button):not(select):not(:link) {
  cursor: inherit !important;
}
.grab-to-pan-grab:active,
.grab-to-pan-grabbing {
  cursor: grabbing !important;
  position: fixed;
  background: rgba(0, 0, 0, 0);
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 50000; /* should be higher than anything else in PDF.js! */
}
@page {
  margin: 0;
}
#printContainer {
  display: none;
}
@media print {
  body {
    background: rgba(0, 0, 0, 0) none;
  }
  body[data-pdfjsprinting] #outerContainer {
    display: none;
  }
  body[data-pdfjsprinting] #printContainer {
    display: block;
  }
  #printContainer {
    height: 100%;
  }
  /* wrapper around (scaled) print canvas elements */
  #printContainer > .printedPage {
    page-break-after: always;
    page-break-inside: avoid;

    /* The wrapper always cover the whole page. */
    height: 100%;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #printContainer > .xfaPrintedPage .xfaPage {
    position: absolute;
  }

  #printContainer > .xfaPrintedPage {
    page-break-after: always;
    page-break-inside: avoid;
    width: 100%;
    height: 100%;
    position: relative;
  }

  #printContainer > .printedPage canvas,
  #printContainer > .printedPage img {
    /* The intrinsic canvas / image size will make sure that we fit the page. */
    max-width: 100%;
    max-height: 100%;

    direction: ltr;
    display: block;
  }
}
.visibleLargeView,
.visibleMediumView {
  display: none;
}
@media all and (max-width: 900px) {
  #toolbarViewerMiddle {
    display: table;
    margin: auto;
    left: auto;
    position: inherit;
    transform: none;
  }
}
@media all and (max-width: 840px) {
  #sidebarContainer {
    background-color: rgba(212, 212, 215, 0.9);
    background-color: var(--sidebar-narrow-bg-color);
  }
  #outerContainer.sidebarOpen #viewerContainer {
    inset-inline-start: 0 !important;
  }
}
@media all and (max-width: 820px) {
  #outerContainer .hiddenLargeView {
    display: none;
  }
  #outerContainer .visibleLargeView {
    display: inherit;
  }
}
@media all and (max-width: 750px) {
  #outerContainer .hiddenMediumView {
    display: none;
  }
  #outerContainer .visibleMediumView {
    display: inherit;
  }
}
@media all and (max-width: 690px) {
  .hiddenSmallView,
  .hiddenSmallView * {
    display: none;
  }
  .toolbarButtonSpacer {
    width: 0;
  }
  .findbar {
    inset-inline-start: 34px;
  }
}
@media all and (max-width: 560px) {
  #scaleSelectContainer {
    display: none;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ag-grid-community/styles/agGridMaterialFont.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "agGridMaterial";
  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABEEAAsAAAAAJOwAABCxAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIkuBmAAi2IKo3ieDgE2AiQDgjALgRoABCAFhF4HhRkbniBlBhRsHADcvPwuonoSyv7/QwInY4g5qJtYWIJCVaWmiu9r4xG+pvqWWVHZ/LABDqiJbl2EgQ14dm4PC0+8u1FiLsd8G3fG/b4njZmNisMOSUKTB/7Xvt03M39WvS5xTTSRVkxCJZEIkUPIGuKGxCHTvPLjXO9rkwIeMPSatCkc0f/bFKEjUpsxM2JKTM+oyQXA/+CmfUgN6tSAelKH2kZNoZ4yIRVRmJjULDN2d2Sqlhm998hJpiAgns06kCeXbKXSnVHavbOdxNyFoEppf1EFDkajJzbDNjvtTGtEWGhAAgqDm+rvEb3NGZaEMnI7b4L/+67YimNwJJ+stBcB/zdX6hSQp2xkdZ0OzML8+UuQyx2rbEppSntXQBLqXhXxwlGOC8DGALu+2gpfofsqVJ2tIwInrXZe1MuStxJKTtxUix6PUGFbsmVsfvAKsLEBo+azb0UAck2F+PHJ+XXmyebNmTzsbM8AHucMJ4f7m+TdEPxJt0C+z8k4U91D3/0NVuEmvFfsURO9jJ/iz/Jp4gWIrGqMo1mcn5+NWLBQDhfDE9nTuC6PD2m+4B0jLkt4N/vBUQZmcxzDsvVdtERZdhFlt9YOKHqsb7ku5/vbFvn0/jEdAsfCEoWpyqZ8CYoTYssXsvg7Nx8n2ziyMDvEToxgI0CEklAzx4nqJ0+NaTYS4HGOrRRh2z/n1g7Tzp0N1kDI5ccWTCjvNew6IpgRzBFYpdm9r1bWRW1ZwpktvewajNigqnCPAmlI18Tc89qAZt/Ot3nS7oXeYu/xXdSeTP/oVUPEBTUkTw/74KgLs5wRuryTj359+OrFNz/8g8smSVsiHRz4mmuTzN5l8Ubh4As2D57YEUUblvKpodC52Uy1bR0TtBI2jcpK2SzBDxo7Kqk128Ee48PEkdMxM8GCSxYbZVRzLJ9Px9wd7cSsr3EWgcqWDVPldc0VQ2kZdWahQL6nf5Hn0tN8dCmkGXO+Nx59rvmCezoSObCuojGmRGbZcJLTr4jKzu4O9orPS25lDnzlIPlRDj5+1pSMCf+EgfCOdbGW9RGr6hs24rwcyQF5dcIf1YhmMD8XUZvBuRm+BhRn5YmSUn16whHzdDO3507lmKy1AqdpWwOhnX2lLuUCR2/pFBkQPUUfBW9u3374riXwICLEzi5jeW9ixx8NP7uQ/3idjK6zlnBplUAGiIF6IAFR6eclIR+6N+oh6ntjYf9wczIeNvLGZz9+dv3+rcEr73z9GZ45z9RAP7cWtRGwnGprQdn5ZZkby7ES4qw4NA12cD6ejZMrDg/BBOJ0sTKFSqMzmCKiYuIS2ZrTMrJyvjMWFJWUVWiqauoamuJa2jq6evoGhkY0YxNTSNTMHITU2WQeY9c2MrDrvLQvHVgN7nvd//z776eHmb7N9Byz5wPiF1OXgYZLMgZskjZgi4wA22QA2CHjwC7pBPbILLBP2oEDMgQckm7gmAwDJ2QQOCUTwBnpBc5JD3BBpoAr0gFck37ghnQBt2QSuCMzwD3pAx7IKPBIpoGnUXPgJ+AWFQBKAKoA1ACoA9AAoAlAC4A2AB0AugD0AOgDMABgCMAIgDEAEwCmAMwAmAOwAGAJwAqANQAbALYA7ADYA3AA4GgieeDnBF7jDMAFgCsANwDuKL3iHvgMDwA8AvAEwDMALwC8AvAGwDsAHyaSB34+QRu+APgG4MdEYvDzq4wNf8B8/GOUYL7BruMdzyBTC5A1guWFG14EvtNynjO05NzdP08kaOQoXTGRypTaVCZPuFKKc2QJTkusXNY+P6tfToWOc8rFpJWPijGkTnOKsV6C1DqnJCgn8EoJZqoX/YRhKCSTZfEqkjRNcipwMisXSaowjCpFTvKrgmxlYVKTMlSkmDkxe9ZpkpbickyP4Z/5Xm1QHGOkNl7GyNawITSCvMoCAYO1gUSpp6kVrkp7PPEmY7dU8m5By27OFjX2NaxpqW2LNs0AV+h+sxNIGSiZ5i9egqWXX/P0cOUqTnZX3mweV1kk0lPsrWE9mTRt8uQ61403ZHSsW0W2fXtKeA7cCl/R/bUnYICR+ohgBBREV2AcdFkXCJU6lzXENDWJ/CeIJ8biFaWfOS6fbaL70htNjJOWsTmSpW2THbaYOTgWJtSfez/h5smxSBl02M1cUpkOnjpF/sSZPXsOoDt68S6H2+fBNr9j5p4z5C+B/afD2Xk7d4btkm69Rf6nHSspUvPu3ds5nEW358TME2cuuItnj3b89O5CF7Zjjz8Ftm//7kfdd9tP71bRnU5Y2rw9hZttvXp9x0w707GKwO6kg8Xol/dXV2W6rVeNf+AehvvpvW7vUnQvuicf/LtH6eP3HH4Wc4JCacLHp+jmqjD29IhUqWIbY9OA2m4lzzvJ4fQc0Vn9kdCagJ+R7V3Wj/kTMy2u5GPkz6Db1DJ77cFsOvCkIP/qF1tykDyXS9k/9uH3NPhLB+VsI/9hLq15nHfIJiNvi8KWKrtmc/xeUN/PWXZS5WYmH4pgxdjf6X29rixDnqdZ1u1vnUvP3w53L7oLd0YYaRzquPqsVddZbfh6xrlCSQ3qy+tYWxenl14RLYIINby+7PC+86I0siV39S0PHOSgjXOnj7Q1Ota2cY97+pHVFp9laZ4L9cMTqVkdIUCWeJw+ekfkwsrSFcUmFcNAYiwQGquV2qsgd7KiJQNJADXFAGi6YQs1hgg5GFXRSsllXz/BUefXyiFfOPqgGPNFx6L7OcikJnTgWEbm0xnbqn5dFIXT6Sl/xp1dUpvIECMvMh3aM/bLb6aJJ6mpvyU1/+ZKNmlrob4LWHvEbi0BL4oq8XCjucDqwq5mAB5Z0Gp0qIz7kikoTw6E3D3nRl5Jo+Bmj1MZQsCudA6X7TG6YzaeLZY2aUgEsWkuSiq189HRN7U6qPhTt6XKy0Q3GVmkVqKlq1Nd1BrYsbDpQg3rpsOSBO7+3Xxb4vh4hoTXyqsMjp8J3dWPP8uIiVHc3ph8QimP5FGZwmdjQEC3jW0xKOaNcLEHvUliVFYsx1Ixs7xu3kjyAu1sSq0+xaLqCC9HnTrWlsJRKjx5TUAZSJr+Tnz/QG/GcXCX940rjywNDy+NLH8tMf7S8F7765mI+FBfL9mQ6e0Tdwk36mcNzfqYNjF9Is1O+jYJInpovlvgbTe+2+1At8G744nxHRyysy+c1+mylXp9pUSqkcr90/izrxCtWpsaPp3SasnKSi43LvYCm33h/IUdcVu3tn3KEaGQAqiI+NwGFElVkB2yBJ2X8AIsC3ydENYxLZkBer6Sx47z/EmWBQlynMEATSPSmJljr6CApaGAunZoGgae5JW0KxA6/9lmmi1pnReE3/5QVzNJPU+xi+Nb5xvqW+sbbv43U5buuen8ZvLUZZy7Zn6JNo85au19i3bX2/Y2daHf1ikc0LOTEDunGB8Bb63ltNiJI62d9ozwOFzjkZcnmm21ZqeVSOjg6Gp1mRGYt1lNr9d8trDNFVhpnf4J/wOC7F87CmYaTXFYZ9kQrXzlJrDkFW5MdnT867xgdUxbwGH/I8IAcJhmPhnnGwtld4StA9YHS4QjrgWZ8dcJxoHUYHnksP7xY/dIP5MhCz7y5EexYmRUOFnY5/EPOnuKuuRdPDmvExUvz2DaCjEa/ix5pwgVH8zIePy41B1ktsxZtFJ2xXO7fSF/amZjW3OmY4K1LfpfTEFCwdpbxFkz62ALWzy7WTX1eK+gTWgvDMubnTstbImxmbWHtQDadh8mcaQD9hKhx6b6qRz19dxYg+P5I+pGp7mluDW0OKc2ExWabFwxX17HGVLKFRqeZ/hsec01Berr9Ss1JVmUnktovArvstEJhUXzRy5ccsXPI6wNDO8rECla/HLT3LSx3i6pLvOM6pVmSCQZ+RLjy6dlJVzxpdWy1ZdkdvNAy1IqCtOq9CoNxhAM/Cs7cZywGbXNZQPBECATjCNV5BBlFUMq7nh6l9rgkK1x1FDPzvIEo26VqFlCo37WqtYUwN+7i+OUocntO01vwinbtOdrhD8MmHg3Ro2iosoiIkrHSwyLimTBdos3mSgJ5WTdsCAgNSBDh7JxKUEyrbpGqayp7tR0rvi2r65ZemJqzcLixEQjDZjeadKr9DCTtfVZekJ/cxtNwN5gVExSImx9NPAVS10pd5SrPaYtkuKSrCwJLi2KqsPW374txupwO98XpbKD0AVNO87+HP3z7nYU0FWmJ901edkuwZagUJPsa/oqYpZ2FgGFYcuX1+qanr+QSJ49G556JIcYHiZyjkwdfgYym0jSXXrafQtOS91FXGBPTQbDwqOLjrpu0w/XDjLXce7dozZQn4Nqfw/fxQKfV+rNDrrn1PNnOir1LzVdW+yT7718uXe+T/FVifEvX/7fd7HPVUlqk6qFLcXhBTJZQXjx4xa7/AJZcfjjxLxg+KoYn5w8fmmJ5Vsqfjk5206Juzxp08WrnEsLQug8xivdS+W1Y81euHNTE3mDuckn0UMAVhRoUHTG6bgC64itOK+WsVu3bvpAGwxDcMM1nUiH3W3Hb62BTSzLhTNnTr9MmDRcQV6Njq+IjRp/aoWuWKUyS2uaN3cgrT4x6qS9FszzQbIhJ8edGF9akp5OUSMPHgKLO85kwiClYRMnDiZQW0ycGJlGhxN37sAK5qvqGwEz5/z+zf5+iaWI9EgyAPEuKq4nOeruKwXcQiiwx1SkWjcw6uDqd5uLnMgzwf8fSCvyxR3Yi+VdTOYqs2cBl3axiUSi/3Q9k7nj9lKK8MGJrSP3HPKJP27iknXsoYdbUde2eJqx7jsRid9mRx0Do3PcEixpw+U6ZCVxFWIBmpDrBnl6bkcbaza1JVPHf5kvsitU2pRZx/5jZo7QAKGQ9+b4XJD2T0vak/3FysKKEqe9Ng71zmt++uaPz3nYY9pa4FE9ApBLNgP/jvOK4fw+zgtg5taJQIrQMYuFJwVC0rpBMqDBjKWy1j7JhQFkNpwHCZgECHBGPOCgCEuB8GDCb4ag9W6GofV1IkAaPrlFdOYAUeE+x+Xr06ANHhTDRqP/QCONmH5TGBNOlxJ5E/9JSxSuXoJCUvUNMenycfqqXasyhVezrupUhupd2CglqbLKFzlrerP89hRcOz+Pxsmwg2Gj0X/QnkY6pt9EDaPYf9Rcyy3n/ykr8K4LV140nnMLG85RKjP7Srva5jKF12V368ydyiD4e81yTpY4kyXPcv2LHNUafQk9v3nia+vyag1Xi/NP1KQgUN3/REhUNHQMTKzPIM3F+3L984WxeCKZSmeyuXyhWCpXqrV6o9lqd7q9/mA4Gk+ms7m1sAl1XOb5QbhcMcIoY4wzwSRTTDPDLHPMsyDYFAxBKaBF4UNUlbnsYXGHDtlROnA9ql3bSu67laX2Csg/xpqI7MlIh8hodJsWGTlX8rmTJFrnGGqvR/dxHLicOmFTdEZ+30leD5xKKXuuTHtutH1PxR3Q0rT72IGMtaf1J7RSXRKWfk8UHXYxNeg+iJ0W2w8a80FQGfO+Mo3tJ+rsMEVu+XyPkqCPHI4HXOIQt7Q/EI/HSGmkBhamMxarMSWZETjIhf20Bz8fXH0Su9aib0bqdjQTrqXrrmJ2fKAx9LZfcKLTMtQwtfYysy93As9AyYLHCwkjs11Rzq0p0b7jJ/FZJRMfj4zetJ/TWA5Uol8IIARQIDCIIMAwQwEHCXr4hhYWqD0MMEKGFSboYLsDAAAA);
  font-weight: normal;
  font-style: normal;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Mixins */
/*mixin for easier and consistent styling of loading animations
* $base color: color of the circle element
* $diameter: diameter of the loading circle (e.g. 48px)
* $background: background-color of the whole element
* $height: height of the whole element (e.g. 100% or 160px)
*/
.ag-icon {
  font-family: var(--ag-icon-font-family);
  font-weight: var(--ag-icon-font-weight);
  color: var(--ag-icon-font-color);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  position: relative;
}
.ag-icon::before {
  content: "";
}
.ag-icon::after {
  background: transparent none center/contain no-repeat;
  background: transparent var(--ag-icon-image, none) center/contain no-repeat;
  display: var(--ag-icon-image-display);
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity, 0.9);
  position: absolute;
  inset: 0;
  content: "";
}
.ag-icon-aggregation {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-aggregation, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-aggregation, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-aggregation, var(--ag-icon-font-color));
}
.ag-icon-aggregation::before {
  content: "\f101";
  content: var(--ag-icon-font-code-aggregation, "\f101");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-aggregation, var(--ag-icon-font-display));
}
.ag-icon-aggregation::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-aggregation, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-aggregation, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-aggregation, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-arrows {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-arrows, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-arrows, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-arrows, var(--ag-icon-font-color));
}
.ag-icon-arrows::before {
  content: "\f102";
  content: var(--ag-icon-font-code-arrows, "\f102");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-arrows, var(--ag-icon-font-display));
}
.ag-icon-arrows::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-arrows, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-arrows, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-arrows, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-asc {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-asc, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-asc, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-asc, var(--ag-icon-font-color));
}
.ag-icon-asc::before {
  content: "\f103";
  content: var(--ag-icon-font-code-asc, "\f103");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-asc, var(--ag-icon-font-display));
}
.ag-icon-asc::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-asc, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-asc, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-asc, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-cancel {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-cancel, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-cancel, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-cancel, var(--ag-icon-font-color));
}
.ag-icon-cancel::before {
  content: "\f104";
  content: var(--ag-icon-font-code-cancel, "\f104");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-cancel, var(--ag-icon-font-display));
}
.ag-icon-cancel::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-cancel, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-cancel, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-cancel, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-chart {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-chart, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-chart, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-chart, var(--ag-icon-font-color));
}
.ag-icon-chart::before {
  content: "\f105";
  content: var(--ag-icon-font-code-chart, "\f105");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-chart, var(--ag-icon-font-display));
}
.ag-icon-chart::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-chart, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-chart, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-chart, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-checkbox-checked {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-checkbox-checked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-checkbox-checked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-checkbox-checked, var(--ag-icon-font-color));
}
.ag-icon-checkbox-checked::before {
  content: "\f106";
  content: var(--ag-icon-font-code-checkbox-checked, "\f106");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-checkbox-checked, var(--ag-icon-font-display));
}
.ag-icon-checkbox-checked::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-checkbox-checked, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-checkbox-checked, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-checkbox-checked, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-checkbox-indeterminate {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-checkbox-indeterminate, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-checkbox-indeterminate, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-checkbox-indeterminate, var(--ag-icon-font-color));
}
.ag-icon-checkbox-indeterminate::before {
  content: "\f107";
  content: var(--ag-icon-font-code-checkbox-indeterminate, "\f107");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-checkbox-indeterminate, var(--ag-icon-font-display));
}
.ag-icon-checkbox-indeterminate::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-checkbox-indeterminate, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-checkbox-indeterminate, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-checkbox-indeterminate, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-checkbox-unchecked {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-checkbox-unchecked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-checkbox-unchecked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-checkbox-unchecked, var(--ag-icon-font-color));
}
.ag-icon-checkbox-unchecked::before {
  content: "\f108";
  content: var(--ag-icon-font-code-checkbox-unchecked, "\f108");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-checkbox-unchecked, var(--ag-icon-font-display));
}
.ag-icon-checkbox-unchecked::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-checkbox-unchecked, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-checkbox-unchecked, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-checkbox-unchecked, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-color-picker {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-color-picker, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-color-picker, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-color-picker, var(--ag-icon-font-color));
}
.ag-icon-color-picker::before {
  content: "\f109";
  content: var(--ag-icon-font-code-color-picker, "\f109");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-color-picker, var(--ag-icon-font-display));
}
.ag-icon-color-picker::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-color-picker, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-color-picker, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-color-picker, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-columns {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-columns, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-columns, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-columns, var(--ag-icon-font-color));
}
.ag-icon-columns::before {
  content: "\f10a";
  content: var(--ag-icon-font-code-columns, "\f10a");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-columns, var(--ag-icon-font-display));
}
.ag-icon-columns::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-columns, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-columns, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-columns, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-contracted {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-contracted, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-contracted, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-contracted, var(--ag-icon-font-color));
}
.ag-icon-contracted::before {
  content: "\f10b";
  content: var(--ag-icon-font-code-contracted, "\f10b");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-contracted, var(--ag-icon-font-display));
}
.ag-icon-contracted::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-contracted, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-contracted, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-contracted, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-copy {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-copy, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-copy, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-copy, var(--ag-icon-font-color));
}
.ag-icon-copy::before {
  content: "\f10c";
  content: var(--ag-icon-font-code-copy, "\f10c");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-copy, var(--ag-icon-font-display));
}
.ag-icon-copy::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-copy, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-copy, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-copy, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-cross {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-cross, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-cross, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-cross, var(--ag-icon-font-color));
}
.ag-icon-cross::before {
  content: "\f10d";
  content: var(--ag-icon-font-code-cross, "\f10d");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-cross, var(--ag-icon-font-display));
}
.ag-icon-cross::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-cross, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-cross, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-cross, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-csv {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-csv, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-csv, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-csv, var(--ag-icon-font-color));
}
.ag-icon-csv::before {
  content: "\f10e";
  content: var(--ag-icon-font-code-csv, "\f10e");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-csv, var(--ag-icon-font-display));
}
.ag-icon-csv::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-csv, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-csv, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-csv, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-cut {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-cut, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-cut, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-cut, var(--ag-icon-font-color));
}
.ag-icon-cut::before {
  content: "\f10f";
  content: var(--ag-icon-font-code-cut, "\f10f");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-cut, var(--ag-icon-font-display));
}
.ag-icon-cut::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-cut, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-cut, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-cut, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-desc {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-desc, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-desc, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-desc, var(--ag-icon-font-color));
}
.ag-icon-desc::before {
  content: "\f110";
  content: var(--ag-icon-font-code-desc, "\f110");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-desc, var(--ag-icon-font-display));
}
.ag-icon-desc::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-desc, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-desc, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-desc, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-excel {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-excel, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-excel, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-excel, var(--ag-icon-font-color));
}
.ag-icon-excel::before {
  content: "\f111";
  content: var(--ag-icon-font-code-excel, "\f111");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-excel, var(--ag-icon-font-display));
}
.ag-icon-excel::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-excel, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-excel, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-excel, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-expanded {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-expanded, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-expanded, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-expanded, var(--ag-icon-font-color));
}
.ag-icon-expanded::before {
  content: "\f112";
  content: var(--ag-icon-font-code-expanded, "\f112");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-expanded, var(--ag-icon-font-display));
}
.ag-icon-expanded::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-expanded, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-expanded, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-expanded, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-eye-slash {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-eye-slash, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-eye-slash, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-eye-slash, var(--ag-icon-font-color));
}
.ag-icon-eye-slash::before {
  content: "\f113";
  content: var(--ag-icon-font-code-eye-slash, "\f113");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-eye-slash, var(--ag-icon-font-display));
}
.ag-icon-eye-slash::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-eye-slash, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-eye-slash, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-eye-slash, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-eye {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-eye, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-eye, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-eye, var(--ag-icon-font-color));
}
.ag-icon-eye::before {
  content: "\f114";
  content: var(--ag-icon-font-code-eye, "\f114");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-eye, var(--ag-icon-font-display));
}
.ag-icon-eye::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-eye, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-eye, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-eye, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-filter {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-filter, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-filter, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-filter, var(--ag-icon-font-color));
}
.ag-icon-filter::before {
  content: "\f115";
  content: var(--ag-icon-font-code-filter, "\f115");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-filter, var(--ag-icon-font-display));
}
.ag-icon-filter::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-filter, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-filter, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-filter, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-first {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-first, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-first, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-first, var(--ag-icon-font-color));
}
.ag-icon-first::before {
  content: "\f116";
  content: var(--ag-icon-font-code-first, "\f116");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-first, var(--ag-icon-font-display));
}
.ag-icon-first::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-first, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-first, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-first, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-grip {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-grip, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-grip, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-grip, var(--ag-icon-font-color));
}
.ag-icon-grip::before {
  content: "\f117";
  content: var(--ag-icon-font-code-grip, "\f117");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-grip, var(--ag-icon-font-display));
}
.ag-icon-grip::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-grip, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-grip, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-grip, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-group {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-group, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-group, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-group, var(--ag-icon-font-color));
}
.ag-icon-group::before {
  content: "\f118";
  content: var(--ag-icon-font-code-group, "\f118");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-group, var(--ag-icon-font-display));
}
.ag-icon-group::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-group, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-group, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-group, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-last {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-last, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-last, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-last, var(--ag-icon-font-color));
}
.ag-icon-last::before {
  content: "\f119";
  content: var(--ag-icon-font-code-last, "\f119");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-last, var(--ag-icon-font-display));
}
.ag-icon-last::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-last, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-last, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-last, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-left {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-left, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-left, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-left, var(--ag-icon-font-color));
}
.ag-icon-left::before {
  content: "\f11a";
  content: var(--ag-icon-font-code-left, "\f11a");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-left, var(--ag-icon-font-display));
}
.ag-icon-left::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-left, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-left, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-left, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-linked {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-linked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-linked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-linked, var(--ag-icon-font-color));
}
.ag-icon-linked::before {
  content: "\f11b";
  content: var(--ag-icon-font-code-linked, "\f11b");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-linked, var(--ag-icon-font-display));
}
.ag-icon-linked::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-linked, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-linked, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-linked, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-loading {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-loading, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-loading, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-loading, var(--ag-icon-font-color));
}
.ag-icon-loading::before {
  content: "\f11c";
  content: var(--ag-icon-font-code-loading, "\f11c");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-loading, var(--ag-icon-font-display));
}
.ag-icon-loading::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-loading, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-loading, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-loading, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-maximize {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-maximize, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-maximize, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-maximize, var(--ag-icon-font-color));
}
.ag-icon-maximize::before {
  content: "\f11d";
  content: var(--ag-icon-font-code-maximize, "\f11d");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-maximize, var(--ag-icon-font-display));
}
.ag-icon-maximize::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-maximize, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-maximize, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-maximize, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-menu {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-menu, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-menu, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-menu, var(--ag-icon-font-color));
}
.ag-icon-menu::before {
  content: "\f11e";
  content: var(--ag-icon-font-code-menu, "\f11e");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-menu, var(--ag-icon-font-display));
}
.ag-icon-menu::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-menu, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-menu, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-menu, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-minimize {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-minimize, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-minimize, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-minimize, var(--ag-icon-font-color));
}
.ag-icon-minimize::before {
  content: "\f11f";
  content: var(--ag-icon-font-code-minimize, "\f11f");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-minimize, var(--ag-icon-font-display));
}
.ag-icon-minimize::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-minimize, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-minimize, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-minimize, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-next {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-next, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-next, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-next, var(--ag-icon-font-color));
}
.ag-icon-next::before {
  content: "\f120";
  content: var(--ag-icon-font-code-next, "\f120");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-next, var(--ag-icon-font-display));
}
.ag-icon-next::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-next, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-next, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-next, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-none {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-none, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-none, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-none, var(--ag-icon-font-color));
}
.ag-icon-none::before {
  content: "\f121";
  content: var(--ag-icon-font-code-none, "\f121");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-none, var(--ag-icon-font-display));
}
.ag-icon-none::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-none, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-none, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-none, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-not-allowed {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-not-allowed, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-not-allowed, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-not-allowed, var(--ag-icon-font-color));
}
.ag-icon-not-allowed::before {
  content: "\f122";
  content: var(--ag-icon-font-code-not-allowed, "\f122");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-not-allowed, var(--ag-icon-font-display));
}
.ag-icon-not-allowed::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-not-allowed, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-not-allowed, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-not-allowed, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-paste {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-paste, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-paste, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-paste, var(--ag-icon-font-color));
}
.ag-icon-paste::before {
  content: "\f123";
  content: var(--ag-icon-font-code-paste, "\f123");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-paste, var(--ag-icon-font-display));
}
.ag-icon-paste::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-paste, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-paste, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-paste, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-pin {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-pin, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-pin, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-pin, var(--ag-icon-font-color));
}
.ag-icon-pin::before {
  content: "\f124";
  content: var(--ag-icon-font-code-pin, "\f124");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-pin, var(--ag-icon-font-display));
}
.ag-icon-pin::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-pin, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-pin, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-pin, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-pivot {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-pivot, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-pivot, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-pivot, var(--ag-icon-font-color));
}
.ag-icon-pivot::before {
  content: "\f125";
  content: var(--ag-icon-font-code-pivot, "\f125");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-pivot, var(--ag-icon-font-display));
}
.ag-icon-pivot::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-pivot, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-pivot, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-pivot, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-previous {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-previous, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-previous, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-previous, var(--ag-icon-font-color));
}
.ag-icon-previous::before {
  content: "\f126";
  content: var(--ag-icon-font-code-previous, "\f126");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-previous, var(--ag-icon-font-display));
}
.ag-icon-previous::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-previous, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-previous, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-previous, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-radio-button-off {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-radio-button-off, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-radio-button-off, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-radio-button-off, var(--ag-icon-font-color));
}
.ag-icon-radio-button-off::before {
  content: "\f127";
  content: var(--ag-icon-font-code-radio-button-off, "\f127");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-radio-button-off, var(--ag-icon-font-display));
}
.ag-icon-radio-button-off::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-radio-button-off, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-radio-button-off, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-radio-button-off, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-radio-button-on {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-radio-button-on, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-radio-button-on, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-radio-button-on, var(--ag-icon-font-color));
}
.ag-icon-radio-button-on::before {
  content: "\f128";
  content: var(--ag-icon-font-code-radio-button-on, "\f128");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-radio-button-on, var(--ag-icon-font-display));
}
.ag-icon-radio-button-on::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-radio-button-on, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-radio-button-on, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-radio-button-on, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-right {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-right, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-right, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-right, var(--ag-icon-font-color));
}
.ag-icon-right::before {
  content: "\f129";
  content: var(--ag-icon-font-code-right, "\f129");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-right, var(--ag-icon-font-display));
}
.ag-icon-right::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-right, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-right, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-right, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-save {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-save, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-save, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-save, var(--ag-icon-font-color));
}
.ag-icon-save::before {
  content: "\f12a";
  content: var(--ag-icon-font-code-save, "\f12a");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-save, var(--ag-icon-font-display));
}
.ag-icon-save::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-save, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-save, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-save, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-small-down {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-small-down, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-small-down, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-small-down, var(--ag-icon-font-color));
}
.ag-icon-small-down::before {
  content: "\f12b";
  content: var(--ag-icon-font-code-small-down, "\f12b");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-small-down, var(--ag-icon-font-display));
}
.ag-icon-small-down::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-small-down, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-small-down, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-small-down, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-small-left {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-small-left, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-small-left, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-small-left, var(--ag-icon-font-color));
}
.ag-icon-small-left::before {
  content: "\f12c";
  content: var(--ag-icon-font-code-small-left, "\f12c");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-small-left, var(--ag-icon-font-display));
}
.ag-icon-small-left::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-small-left, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-small-left, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-small-left, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-small-right {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-small-right, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-small-right, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-small-right, var(--ag-icon-font-color));
}
.ag-icon-small-right::before {
  content: "\f12d";
  content: var(--ag-icon-font-code-small-right, "\f12d");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-small-right, var(--ag-icon-font-display));
}
.ag-icon-small-right::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-small-right, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-small-right, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-small-right, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-small-up {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-small-up, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-small-up, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-small-up, var(--ag-icon-font-color));
}
.ag-icon-small-up::before {
  content: "\f12e";
  content: var(--ag-icon-font-code-small-up, "\f12e");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-small-up, var(--ag-icon-font-display));
}
.ag-icon-small-up::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-small-up, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-small-up, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-small-up, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-tick {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-tick, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-tick, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-tick, var(--ag-icon-font-color));
}
.ag-icon-tick::before {
  content: "\f12f";
  content: var(--ag-icon-font-code-tick, "\f12f");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-tick, var(--ag-icon-font-display));
}
.ag-icon-tick::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-tick, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-tick, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-tick, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-tree-closed {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-tree-closed, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-tree-closed, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-tree-closed, var(--ag-icon-font-color));
}
.ag-icon-tree-closed::before {
  content: "\f130";
  content: var(--ag-icon-font-code-tree-closed, "\f130");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-tree-closed, var(--ag-icon-font-display));
}
.ag-icon-tree-closed::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-tree-closed, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-tree-closed, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-tree-closed, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-tree-indeterminate {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-tree-indeterminate, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-tree-indeterminate, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-tree-indeterminate, var(--ag-icon-font-color));
}
.ag-icon-tree-indeterminate::before {
  content: "\f131";
  content: var(--ag-icon-font-code-tree-indeterminate, "\f131");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-tree-indeterminate, var(--ag-icon-font-display));
}
.ag-icon-tree-indeterminate::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-tree-indeterminate, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-tree-indeterminate, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-tree-indeterminate, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-tree-open {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-tree-open, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-tree-open, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-tree-open, var(--ag-icon-font-color));
}
.ag-icon-tree-open::before {
  content: "\f132";
  content: var(--ag-icon-font-code-tree-open, "\f132");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-tree-open, var(--ag-icon-font-display));
}
.ag-icon-tree-open::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-tree-open, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-tree-open, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-tree-open, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-unlinked {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-unlinked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-unlinked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-unlinked, var(--ag-icon-font-color));
}
.ag-icon-unlinked::before {
  content: "\f133";
  content: var(--ag-icon-font-code-unlinked, "\f133");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-unlinked, var(--ag-icon-font-display));
}
.ag-icon-unlinked::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-unlinked, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-unlinked, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-unlinked, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-up {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-up, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-up, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-up, var(--ag-icon-font-color));
}
.ag-icon-up::before {
  content: "\f134";
  content: var(--ag-icon-font-code-up, "\f134");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-up, var(--ag-icon-font-display));
}
.ag-icon-up::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-up, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-up, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-up, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-down {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-down, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-down, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-down, var(--ag-icon-font-color));
}
.ag-icon-down::before {
  content: "\f135";
  content: var(--ag-icon-font-code-down, "\f135");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-down, var(--ag-icon-font-display));
}
.ag-icon-down::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-down, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-down, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-down, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-plus {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-plus, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-plus, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-plus, var(--ag-icon-font-color));
}
.ag-icon-plus::before {
  content: "\f136";
  content: var(--ag-icon-font-code-plus, "\f136");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-plus, var(--ag-icon-font-display));
}
.ag-icon-plus::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-plus, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-plus, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-plus, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-minus {
  font-family: var(--ag-icon-font-family);
  font-family: var(--ag-icon-font-family-minus, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight);
  font-weight: var(--ag-icon-font-weight-minus, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color);
  color: var(--ag-icon-font-color-minus, var(--ag-icon-font-color));
}
.ag-icon-minus::before {
  content: "\f137";
  content: var(--ag-icon-font-code-minus, "\f137");
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-minus, var(--ag-icon-font-display));
}
.ag-icon-minus::after {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-minus, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-minus, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-minus, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-row-drag::before {
  content: var(--ag-icon-font-code-grip);
}
.ag-left-arrow::before {
  content: var(--ag-icon-font-code-left);
}
.ag-right-arrow::before {
  content: var(--ag-icon-font-code-right);
}
[class*=ag-theme-] {
  --ag-foreground-color: #000;
  --ag-data-color: var(--ag-foreground-color);
  --ag-secondary-foreground-color: var(--ag-foreground-color);
  --ag-header-foreground-color: var(--ag-secondary-foreground-color);
  --ag-disabled-foreground-color: rgba(0, 0, 0, 0.5);
  --ag-background-color: #fff;
  --ag-header-background-color: transparent;
  --ag-tooltip-background-color: transparent;
  --ag-subheader-background-color: transparent;
  --ag-subheader-toolbar-background-color: transparent;
  --ag-control-panel-background-color: transparent;
  --ag-side-button-selected-background-color: var(--ag-control-panel-background-color);
  --ag-selected-row-background-color: #BBB;
  --ag-odd-row-background-color: var(--ag-background-color);
  --ag-modal-overlay-background-color: rgba(255, 255, 255, 0.66);
  --ag-row-hover-color: transparent;
  --ag-column-hover-color: transparent;
  --ag-range-selection-border-color: var(--ag-foreground-color);
  --ag-range-selection-border-style: solid;
  --ag-range-selection-background-color: rgba(0, 0, 0, 0.2);
  --ag-range-selection-background-color-2: var(--ag-range-selection-background-color);
  --ag-range-selection-background-color-3: var(--ag-range-selection-background-color);
  --ag-range-selection-background-color-4: var(--ag-range-selection-background-color);
  --ag-range-selection-highlight-color: var(--ag-range-selection-border-color);
  --ag-selected-tab-underline-color: var(--ag-range-selection-border-color);
  --ag-selected-tab-underline-width: 0;
  --ag-selected-tab-underline-transition-speed: 0s;
  --ag-range-selection-chart-category-background-color: rgba(0, 255, 132, 0.1);
  --ag-range-selection-chart-background-color: rgba(0, 88, 255, 0.1);
  --ag-header-cell-hover-background-color: transparent;
  --ag-header-cell-moving-background-color: var(--ag-background-color);
  --ag-value-change-value-highlight-background-color: rgba(22, 160, 133, 0.5);
  --ag-value-change-delta-up-color: #43a047;
  --ag-value-change-delta-down-color: #e53935;
  --ag-chip-background-color: transparent;
  --ag-chip-border-color: var(--ag-chip-background-color);
  --ag-borders: solid 1px;
  --ag-border-color: rgba(0, 0, 0, 0.25);
  --ag-borders-critical: var(--ag-borders);
  --ag-borders-secondary: var(--ag-borders);
  --ag-secondary-border-color: var(--ag-border-color);
  --ag-row-border-style: solid;
  --ag-row-border-color: var(--ag-secondary-border-color);
  --ag-row-border-width: 1px;
  --ag-cell-horizontal-border: solid transparent;
  --ag-borders-input: var(--ag-borders-secondary);
  --ag-input-border-color: var(--ag-secondary-border-color);
  --ag-borders-input-invalid: solid 2px;
  --ag-input-border-color-invalid: var(--ag-invalid-color);
  --ag-borders-side-button: var(--ag-borders);
  --ag-border-radius: 0px;
  --ag-wrapper-border-radius: var(--ag-border-radius);
  --ag-row-border-color: var(--ag-secondary-border-color);
  --ag-header-column-separator-display: none;
  --ag-header-column-separator-height: 100%;
  --ag-header-column-separator-width: 1px;
  --ag-header-column-separator-color: var(--ag-secondary-border-color);
  --ag-header-column-resize-handle-display: none;
  --ag-header-column-resize-handle-height: 50%;
  --ag-header-column-resize-handle-width: 1px;
  --ag-header-column-resize-handle-color: var(--ag-secondary-border-color);
  --ag-invalid-color: red;
  --ag-input-disabled-border-color: var(--ag-input-border-color);
  --ag-input-disabled-background-color: transparent;
  --ag-checkbox-background-color: transparent;
  --ag-checkbox-border-radius: var(--ag-border-radius);
  --ag-checkbox-checked-color: var(--ag-foreground-color);
  --ag-checkbox-unchecked-color: var(--ag-foreground-color);
  --ag-checkbox-indeterminate-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-off-border-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-off-background-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-on-border-color: var(--ag-checkbox-checked-color);
  --ag-toggle-button-on-background-color: var(--ag-checkbox-checked-color);
  --ag-toggle-button-switch-background-color: var(--ag-background-color);
  --ag-toggle-button-switch-border-color: var(--ag-toggle-button-off-border-color);
  --ag-toggle-button-border-width: 1px;
  --ag-toggle-button-height: var(--ag-icon-size);
  --ag-toggle-button-width: calc(var(--ag-toggle-button-height) * 2);
  --ag-input-focus-box-shadow: none;
  --ag-input-focus-border-color: none;
  --ag-minichart-selected-chart-color: var(--ag-checkbox-checked-color);
  --ag-minichart-selected-page-color: var(--ag-checkbox-checked-color);
  --ag-grid-size: 4px;
  --ag-icon-size: 12px;
  --ag-icon-font-weight: normal;
  --ag-icon-font-color: var(--ag-foreground-color);
  --ag-icon-image-display: block;
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-horizontal-spacing: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: var(--ag-grid-size);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-cell-widget-spacing: var(--ag-cell-horizontal-padding);
  --ag-row-height: calc(var(--ag-grid-size) * 6 + 1px);
  --ag-header-height: var(--ag-row-height);
  --ag-list-item-height: calc(var(--ag-grid-size) * 5);
  --ag-column-select-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));
  --ag-set-filter-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));
  --ag-advanced-filter-builder-indent-size: calc(var(--ag-grid-size) * 2 + var(--ag-icon-size));
  --ag-row-group-indent-size: calc(var(--ag-cell-widget-spacing) + var(--ag-icon-size));
  --ag-filter-tool-panel-group-indent: 16px;
  --ag-tab-min-width: 220px;
  --ag-menu-min-width: 181px;
  --ag-side-bar-panel-width: 200px;
  --ag-font-family: "Helvetica Neue", sans-serif;
  --ag-font-size: 14px;
  --ag-card-radius: var(--ag-border-radius);
  --ag-card-shadow: none;
  --ag-popup-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  --ag-advanced-filter-join-pill-color: #f08e8d;
  --ag-advanced-filter-column-pill-color: #a6e194;
  --ag-advanced-filter-option-pill-color: #f3c08b;
  --ag-advanced-filter-value-pill-color: #85c0e4;
}
.ag-root-wrapper, .ag-sticky-top, .ag-dnd-ghost {
  background-color: var(--ag-background-color);
}
[class*=ag-theme-] {
  -webkit-font-smoothing: antialiased;
  font-family: var(--ag-font-family);
  font-size: var(--ag-font-size);
  line-height: normal;
  color: var(--ag-foreground-color);
}
ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
  display: block;
}
.ag-hidden {
  display: none !important;
}
.ag-invisible {
  visibility: hidden !important;
}
.ag-no-transition {
  transition: none !important;
}
.ag-drag-handle {
  cursor: grab;
}
.ag-column-drop-wrapper {
  display: flex;
}
.ag-column-drop-horizontal-half-width {
  display: inline-block;
  width: 50% !important;
}
.ag-unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.ag-selectable {
  -moz-user-select: text;
  -webkit-user-select: text;
  user-select: text;
}
.ag-tab {
  position: relative;
}
.ag-tab-guard {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
}
.ag-select-agg-func-popup {
  position: absolute;
}
.ag-input-wrapper, .ag-picker-field-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  line-height: normal;
  position: relative;
}
.ag-shake-left-to-right {
  animation-direction: alternate;
  animation-duration: 0.2s;
  animation-iteration-count: infinite;
  animation-name: ag-shake-left-to-right;
}
@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
.ag-root-wrapper {
  cursor: default;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: normal;
}
.ag-root-wrapper.ag-layout-normal {
  height: 100%;
}
.ag-watermark {
  position: absolute;
  bottom: 20px;
  right: 25px;
  opacity: 0.7;
  transition: opacity 1s ease-out 3s;
  color: #9B9B9B;
}
.ag-watermark::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjA5IiBoZWlnaHQ9IjM2IiB2aWV3Qm94PSIwIDAgMjA5IDM2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTkyLjk5MyAyMy42NTgyVjE1LjcxMTdIMTc5LjQ1MkwxNzEuNTA1IDIzLjY1ODJIMTkyLjk5M1oiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTIwOC4yNSAzLjk1MDgxSDE5MS4yNzZMMTgzLjI2NiAxMS44OTczSDIwOC4yNVYzLjk1MDgxWiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTYzLjYyMiAzMS42MDQ4TDE2Ny42OTEgMjcuNTM2MUgxODEuNDIzVjM1LjQ4MjdIMTYzLjYyMlYzMS42MDQ4WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTY2LjYxIDE5Ljc4MDNIMTc1LjM4M0wxODMuMzkzIDExLjgzMzdIMTY2LjYxVjE5Ljc4MDNaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xNTcuMDExIDMxLjYwNDdIMTYzLjYyMkwxNzEuNTA1IDIzLjY1ODJIMTU3LjAxMVYzMS42MDQ3WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTkxLjI3NiAzLjk1MDgxTDE4Ny4yMDggOC4wMTk0MUgxNjEuMjdWMC4wNzI4NzZIMTkxLjI3NlYzLjk1MDgxWiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMjAuODM5MSAzMC4yMDYxSDguMzc4OTJMNi4yMTc0NSAzNS41NDYySDAuNzUwMjQ0TDEyLjI1NjggOC41OTE1NUgxNy4wMjQ3TDI4LjUzMTMgMzUuNTQ2MkgyMy4wMDA1TDIwLjgzOTEgMzAuMjA2MVpNMTkuMTIyNyAyNS45NDY4TDE0LjYwOSAxNC45NDg4TDEwLjA5NTQgMjUuOTQ2OEgxOS4xMjI3WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTA0LjQzNyAxOC41MDg5QzEwNi4wMjYgMTYuMTU2NyAxMTAuMDMxIDE1LjkwMjQgMTExLjY4NCAxNS45MDI0VjIwLjQ3OTZDMTA5LjY1IDIwLjQ3OTYgMTA3LjYxNSAyMC41NDMyIDEwNi40MDcgMjEuNDMzMkMxMDUuMiAyMi4zMjMyIDEwNC41NjQgMjMuNTMxMSAxMDQuNTY0IDI0Ljk5MzJWMzUuNTQ2Mkg5OS42MDUxVjE1LjkwMjRIMTA0LjM3M0wxMDQuNDM3IDE4LjUwODlaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xMTkuMzc2IDE1LjkwMjRIMTE0LjQxOFYzNS41NDYySDExOS4zNzZWMTUuOTAyNFoiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTExOS4zNzYgNy4xMjkzOUgxMTQuNDE4VjEyLjk3OEgxMTkuMzc2VjcuMTI5MzlaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xNDMuOTc5IDcuMTI5MzlWMzUuNTQ2MkgxMzkuMjExTDEzOS4wODQgMzIuNTU4M0MxMzguMzg0IDMzLjU3NTUgMTM3LjQ5NCAzNC40MDE5IDEzNi40MTQgMzUuMDM3NkMxMzUuMzMzIDM1LjYwOTggMTMzLjk5OCAzNS45Mjc2IDEzMi40NzIgMzUuOTI3NkMxMzEuMTM3IDM1LjkyNzYgMTI5Ljg2NiAzNS42NzMzIDEyOC43ODUgMzUuMjI4M0MxMjcuNjQxIDM0LjcxOTcgMTI2LjYyMyAzNC4wODQgMTI1Ljc5NyAzMy4xOTRDMTI0Ljk3MSAzMi4zMDQgMTI0LjI3MSAzMS4yMjMzIDEyMy44MjYgMzAuMDE1NEMxMjMuMzE4IDI4LjgwNzUgMTIzLjEyNyAyNy40MDkgMTIzLjEyNyAyNS44ODMyQzEyMy4xMjcgMjQuMzU3NSAxMjMuMzgxIDIyLjk1ODkgMTIzLjgyNiAyMS42ODc0QzEyNC4zMzUgMjAuNDE2IDEyNC45NzEgMTkuMzM1MyAxMjUuNzk3IDE4LjQ0NTNDMTI2LjYyMyAxNy41NTUyIDEyNy42NDEgMTYuODU2IDEyOC43ODUgMTYuMzQ3NEMxMjkuOTI5IDE1LjgzODggMTMxLjEzNyAxNS41ODQ1IDEzMi40NzIgMTUuNTg0NUMxMzMuOTk4IDE1LjU4NDUgMTM1LjI2OSAxNS44Mzg4IDEzNi4zNSAxNi40MTA5QzEzNy40MzEgMTYuOTgzMSAxMzguMzIxIDE3Ljc0NTkgMTM5LjAyIDE4LjgyNjdWNy4xOTI5NUgxNDMuOTc5VjcuMTI5MzlaTTEzMy41NTMgMzEuNjY4M0MxMzUuMjA2IDMxLjY2ODMgMTM2LjQ3NyAzMS4wOTYyIDEzNy40OTQgMzAuMDE1NEMxMzguNTExIDI4LjkzNDcgMTM5LjAyIDI3LjQ3MjUgMTM5LjAyIDI1LjY5MjVDMTM5LjAyIDIzLjkxMjUgMTM4LjUxMSAyMi41MTM5IDEzNy40OTQgMjEuMzY5NkMxMzYuNDc3IDIwLjI4ODggMTM1LjIwNiAxOS43MTY3IDEzMy41NTMgMTkuNzE2N0MxMzEuOTYzIDE5LjcxNjcgMTMwLjYyOCAyMC4yODg4IDEyOS42NzUgMjEuMzY5NkMxMjguNjU4IDIyLjQ1MDMgMTI4LjE0OSAyMy45MTI1IDEyOC4xNDkgMjUuNjkyNUMxMjguMTQ5IDI3LjQ3MjUgMTI4LjY1OCAyOC44NzExIDEyOS42NzUgMjkuOTUxOEMxMzAuNjkyIDMxLjA5NjEgMTMxLjk2MyAzMS42NjgzIDEzMy41NTMgMzEuNjY4M1oiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTU3LjIwMjQgMjAuMzUyNUg0NC45MzNWMjQuNjExOEg1MS45MjU5QzUxLjczNTIgMjYuNzczMyA1MC45MDg4IDI4LjQyNjEgNDkuNTEwMiAyOS43NjExQzQ4LjExMTYgMzEuMDMyNiA0Ni4zMzE1IDMxLjY2ODMgNDQuMDQyOSAzMS42NjgzQzQyLjc3MTUgMzEuNjY4MyA0MS41NjM2IDMxLjQxNCA0MC41NDY1IDMwLjk2OUMzOS40NjU3IDMwLjUyNCAzOC41NzU3IDI5Ljg4ODMgMzcuODEyOSAyOC45OTgzQzM3LjA1IDI4LjE3MTggMzYuNDc3OCAyNy4xNTQ3IDM2LjAzMjggMjUuOTQ2OEMzNS41ODc4IDI0LjczODkgMzUuMzk3MSAyMy40Njc1IDM1LjM5NzEgMjIuMDA1M0MzNS4zOTcxIDIwLjU0MzIgMzUuNTg3OCAxOS4yNzE3IDM2LjAzMjggMTguMDYzOEMzNi40MTQzIDE2Ljg1NiAzNy4wNSAxNS45MDI0IDM3LjgxMjkgMTUuMDEyNEMzOC41NzU3IDE0LjE4NTkgMzkuNDY1NyAxMy41NTAyIDQwLjU0NjUgMTMuMDQxNkM0MS42MjcyIDEyLjU5NjYgNDIuNzcxNSAxMi4zNDIzIDQ0LjEwNjUgMTIuMzQyM0M0Ni43NzY2IDEyLjM0MjMgNDguODEwOSAxMi45NzggNTAuMjA5NSAxNC4yNDk1TDUzLjUxNTIgMTAuOTQzOEM1MS4wMzU5IDkuMDM2NTkgNDcuODU3MyA4LjAxOTQxIDQ0LjEwNjUgOC4wMTk0MUM0Mi4wMDg2IDguMDE5NDEgNDAuMTAxNSA4LjMzNzI5IDM4LjM4NSA5LjAzNjU5QzM2LjY2ODYgOS43MzU4OCAzNS4yMDY0IDEwLjYyNTkgMzMuOTk4NSAxMS44MzM3QzMyLjc5MDYgMTMuMDQxNiAzMS44MzcxIDE0LjUwMzggMzEuMjAxNCAxNi4yMjAzQzMwLjU2NTYgMTcuOTM2NyAzMC4yNDc4IDE5Ljg0MzggMzAuMjQ3OCAyMS44NzgyQzMwLjI0NzggMjMuOTEyNSAzMC41NjU2IDI1LjgxOTcgMzEuMjY0OSAyNy41MzYxQzMxLjk2NDIgMjkuMjUyNiAzMi44NTQyIDMwLjcxNDcgMzQuMDYyMSAzMS45MjI2QzM1LjI3IDMzLjEzMDUgMzYuNzMyMSAzNC4wODQxIDM4LjQ0ODYgMzQuNzE5OEM0MC4xNjUgMzUuNDE5MSA0Mi4wNzIyIDM1LjczNyA0NC4xMDY1IDM1LjczN0M0Ni4xNDA4IDM1LjczNyA0Ny45ODQ0IDM1LjQxOTEgNDkuNjM3MyAzNC43MTk4QzUxLjI5MDIgMzQuMDIwNSA1Mi42ODg4IDMzLjEzMDUgNTMuODMzMSAzMS45MjI2QzU0Ljk3NzQgMzAuNzE0NyA1NS44Njc0IDI5LjI1MjYgNTYuNTAzMSAyNy41MzYxQzU3LjEzODggMjUuODE5NyA1Ny40NTY3IDIzLjkxMjUgNTcuNDU2NyAyMS44NzgyVjIxLjA1MTdDNTcuMjY2IDIwLjkyNDYgNTcuMjAyNCAyMC42MDY3IDU3LjIwMjQgMjAuMzUyNVoiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTk1Ljk4MTUgMjAuMzUyNUg4My43MTIxVjI0LjYxMThIOTAuNzA1QzkwLjUxNDMgMjYuNzczMyA4OS42ODc5IDI4LjQyNjEgODguMjg5MyAyOS43NjExQzg2Ljg5MDcgMzEuMDMyNiA4NS4xMTA2IDMxLjY2ODMgODIuODIyIDMxLjY2ODNDODEuNTUwNiAzMS42NjgzIDgwLjM0MjcgMzEuNDE0IDc5LjMyNTYgMzAuOTY5Qzc4LjI0NDggMzAuNTI0IDc3LjM1NDggMjkuODg4MyA3Ni41OTIgMjguOTk4M0M3NS44MjkxIDI4LjE3MTggNzUuMjU3IDI3LjE1NDcgNzQuODExOSAyNS45NDY4Qzc0LjM2NjkgMjQuNzM4OSA3NC4xNzYyIDIzLjQ2NzUgNzQuMTc2MiAyMi4wMDUzQzc0LjE3NjIgMjAuNTQzMiA3NC4zNjY5IDE5LjI3MTcgNzQuODExOSAxOC4wNjM4Qzc1LjE5MzQgMTYuODU2IDc1LjgyOTEgMTUuOTAyNCA3Ni41OTIgMTUuMDEyNEM3Ny4zNTQ4IDE0LjE4NTkgNzguMjQ0OCAxMy41NTAyIDc5LjMyNTYgMTMuMDQxNkM4MC40MDYzIDEyLjU5NjYgODEuNTUwNiAxMi4zNDIzIDgyLjg4NTYgMTIuMzQyM0M4NS41NTU3IDEyLjM0MjMgODcuNTkgMTIuOTc4IDg4Ljk4ODYgMTQuMjQ5NUw5Mi4yOTQzIDEwLjk0MzhDODkuODE1IDkuMDM2NTkgODYuNjM2NCA4LjAxOTQxIDgyLjg4NTYgOC4wMTk0MUM4MC43ODc4IDguMDE5NDEgNzguODgwNiA4LjMzNzI5IDc3LjE2NDEgOS4wMzY1OUM3NS40NDc3IDkuNzM1ODggNzMuOTg1NSAxMC42MjU5IDcyLjc3NzYgMTEuODMzN0M3MS41Njk4IDEzLjA0MTYgNzAuNjE2MiAxNC41MDM4IDY5Ljk4MDUgMTYuMjIwM0M2OS4zNDQ3IDE3LjkzNjcgNjkuMDI2OSAxOS44NDM4IDY5LjAyNjkgMjEuODc4MkM2OS4wMjY5IDIzLjkxMjUgNjkuMzQ0NyAyNS44MTk3IDcwLjA0NCAyNy41MzYxQzcwLjc0MzMgMjkuMjUyNiA3MS42MzM0IDMwLjcxNDcgNzIuODQxMiAzMS45MjI2Qzc0LjA0OTEgMzMuMTMwNSA3NS41MTEyIDM0LjA4NDEgNzcuMjI3NyAzNC43MTk4Qzc4Ljk0NDEgMzUuNDE5MSA4MC44NTEzIDM1LjczNyA4Mi44ODU2IDM1LjczN0M4NC45MiAzNS43MzcgODYuNzYzNiAzNS40MTkxIDg4LjQxNjQgMzQuNzE5OEM5MC4wNjkzIDM0LjAyMDUgOTEuNDY3OSAzMy4xMzA1IDkyLjYxMjIgMzEuOTIyNkM5My43NTY1IDMwLjcxNDcgOTQuNjQ2NSAyOS4yNTI2IDk1LjI4MjIgMjcuNTM2MUM5NS45MTggMjUuODE5NyA5Ni4yMzU4IDIzLjkxMjUgOTYuMjM1OCAyMS44NzgyVjIxLjA1MTdDOTYuMDQ1MSAyMC45MjQ2IDk1Ljk4MTUgMjAuNjA2NyA5NS45ODE1IDIwLjM1MjVaIiBmaWxsPSIjOUI5QjlCIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 170px 40px;
  display: block;
  height: 40px;
  width: 170px;
}
.ag-watermark-text {
  opacity: 0.5;
  font-weight: bold;
  font-family: Impact, sans-serif;
  font-size: 19px;
  padding-left: 0.7rem;
}
.ag-root-wrapper-body {
  display: flex;
  flex-direction: row;
}
.ag-root-wrapper-body.ag-layout-normal {
  flex: 1 1 auto;
  height: 0;
  min-height: 0;
}
.ag-root {
  position: relative;
  display: flex;
  flex-direction: column;
}
.ag-root.ag-layout-normal, .ag-root.ag-layout-auto-height {
  overflow: hidden;
  flex: 1 1 auto;
  width: 0;
}
.ag-root.ag-layout-normal {
  height: 100%;
}
.ag-header-viewport,
.ag-floating-top-viewport,
.ag-body-viewport,
.ag-center-cols-viewport,
.ag-floating-bottom-viewport,
.ag-body-horizontal-scroll-viewport,
.ag-body-vertical-scroll-viewport,
.ag-virtual-list-viewport,
.ag-sticky-top-viewport {
  position: relative;
  height: 100%;
  min-width: 0px;
  overflow: hidden;
  flex: 1 1 auto;
}
.ag-body-viewport, .ag-center-cols-viewport {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
.ag-body-viewport::-webkit-scrollbar, .ag-center-cols-viewport::-webkit-scrollbar {
  display: none !important;
}
.ag-body-viewport {
  display: flex;
}
.ag-body-viewport.ag-layout-normal {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ag-center-cols-viewport {
  min-height: 100%;
  width: 100%;
  overflow-x: auto;
}
.ag-body-horizontal-scroll-viewport {
  overflow-x: scroll;
}
.ag-body-vertical-scroll-viewport {
  overflow-y: scroll;
}
.ag-virtual-list-viewport {
  overflow: auto;
  width: 100%;
}
.ag-header-container,
.ag-floating-top-container,
.ag-body-container,
.ag-pinned-right-cols-container,
.ag-center-cols-container,
.ag-pinned-left-cols-container,
.ag-floating-bottom-container,
.ag-body-horizontal-scroll-container,
.ag-body-vertical-scroll-container,
.ag-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-virtual-list-container,
.ag-sticky-top-container {
  position: relative;
}
.ag-header-container,
.ag-floating-top-container,
.ag-floating-bottom-container,
.ag-sticky-top-container {
  height: 100%;
  white-space: nowrap;
}
.ag-center-cols-container {
  display: block;
}
.ag-pinned-right-cols-container {
  display: block;
}
.ag-body-horizontal-scroll-container {
  height: 100%;
}
.ag-body-vertical-scroll-container {
  width: 100%;
}
.ag-full-width-container,
.ag-floating-top-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-sticky-top-full-width-container {
  position: absolute;
  top: 0px;
  pointer-events: none;
}
.ag-ltr .ag-full-width-container,
.ag-ltr .ag-floating-top-full-width-container,
.ag-ltr .ag-floating-bottom-full-width-container,
.ag-ltr .ag-sticky-top-full-width-container {
  left: 0;
}
.ag-rtl .ag-full-width-container,
.ag-rtl .ag-floating-top-full-width-container,
.ag-rtl .ag-floating-bottom-full-width-container,
.ag-rtl .ag-sticky-top-full-width-container {
  right: 0;
}
.ag-full-width-container {
  width: 100%;
}
.ag-floating-bottom-full-width-container, .ag-floating-top-full-width-container {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.ag-virtual-list-container {
  overflow: hidden;
}
.ag-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row !important;
  min-height: 0;
}
.ag-body-horizontal-scroll,
.ag-body-vertical-scroll {
  min-height: 0;
  min-width: 0;
  display: flex;
  position: relative;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible,
.ag-body-vertical-scroll.ag-scrollbar-invisible {
  position: absolute;
  bottom: 0;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar {
  opacity: 0;
  transition: opacity 400ms;
  visibility: hidden;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling, .ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active {
  visibility: visible;
  opacity: 1;
}
.ag-body-horizontal-scroll {
  width: 100%;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible {
  left: 0;
  right: 0;
}
.ag-body-vertical-scroll {
  height: 100%;
}
.ag-body-vertical-scroll.ag-scrollbar-invisible {
  top: 0;
  z-index: 10;
}
.ag-ltr .ag-body-vertical-scroll.ag-scrollbar-invisible {
  right: 0;
}
.ag-rtl .ag-body-vertical-scroll.ag-scrollbar-invisible {
  left: 0;
}
.ag-force-vertical-scroll {
  overflow-y: scroll !important;
}
.ag-horizontal-left-spacer, .ag-horizontal-right-spacer {
  height: 100%;
  min-width: 0;
  overflow-x: scroll;
}
.ag-horizontal-left-spacer.ag-scroller-corner, .ag-horizontal-right-spacer.ag-scroller-corner {
  overflow-x: hidden;
}
.ag-header, .ag-pinned-left-header, .ag-pinned-right-header {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.ag-header-cell-sortable .ag-header-cell-label {
  cursor: pointer;
}
.ag-header {
  display: flex;
  width: 100%;
  white-space: nowrap;
}
.ag-pinned-left-header {
  height: 100%;
}
.ag-pinned-right-header {
  height: 100%;
}
.ag-header-row {
  position: absolute;
}
.ag-header-row:not(.ag-header-row-column-group) {
  overflow: hidden;
}
.ag-header.ag-header-allow-overflow .ag-header-row {
  overflow: visible;
}
.ag-header-cell {
  display: inline-flex;
  align-items: center;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.ag-header-cell.ag-header-active .ag-header-cell-menu-button {
  opacity: 1;
}
.ag-header-cell-menu-button:not(.ag-header-menu-always-show) {
  transition: opacity 0.2s;
  opacity: 0;
}
.ag-header-group-cell-label, .ag-header-cell-label {
  display: flex;
  flex: 1 1 auto;
  align-self: stretch;
  align-items: center;
}
.ag-header-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-header-group-cell-label.ag-sticky-label {
  position: sticky;
  flex: none;
  max-width: 100%;
}
.ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-header-cell:not(.ag-header-cell-auto-height) .ag-header-cell-comp-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.ag-header-cell-comp-wrapper {
  width: 100%;
}
.ag-header-cell-wrap-text .ag-header-cell-comp-wrapper {
  white-space: normal;
}
.ag-right-aligned-header .ag-header-cell-label {
  flex-direction: row-reverse;
}
.ag-header-cell-resize {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 8px;
  top: 0;
  cursor: ew-resize;
}
.ag-ltr .ag-header-cell-resize {
  right: -4px;
}
.ag-rtl .ag-header-cell-resize {
  left: -4px;
}
.ag-pinned-left-header .ag-header-cell-resize {
  right: -4px;
}
.ag-pinned-right-header .ag-header-cell-resize {
  left: -4px;
}
.ag-header-select-all {
  display: flex;
}
.ag-column-moving .ag-cell {
  transition: left 0.2s;
}
.ag-column-moving .ag-header-cell {
  transition: left 0.2s;
}
.ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s;
}
.ag-column-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 auto;
}
.ag-column-select {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 3 1 0px;
}
.ag-column-select-header {
  position: relative;
  display: flex;
  flex: none;
}
.ag-column-select-header-icon {
  position: relative;
}
.ag-column-select-header-filter-wrapper {
  flex: 1 1 auto;
}
.ag-column-select-header-filter {
  width: 100%;
}
.ag-column-select-list {
  flex: 1 1 0px;
  overflow: hidden;
}
.ag-column-drop {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: auto;
  width: 100%;
}
.ag-column-drop-list {
  display: flex;
  align-items: center;
}
.ag-column-drop-cell {
  position: relative;
  display: flex;
  align-items: center;
}
.ag-column-drop-cell-text {
  overflow: hidden;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-column-drop-vertical {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  flex: 1 1 0px;
}
.ag-column-drop-vertical-title-bar {
  display: flex;
  align-items: center;
  flex: none;
}
.ag-column-drop-vertical-list {
  position: relative;
  align-items: stretch;
  flex-grow: 1;
  flex-direction: column;
  overflow-x: auto;
}
.ag-column-drop-vertical-list > * {
  flex: none;
}
.ag-column-drop-empty .ag-column-drop-vertical-list {
  overflow: hidden;
}
.ag-column-drop-vertical-empty-message {
  display: block;
}
.ag-column-drop.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden;
}
.ag-column-drop-cell-button {
  cursor: pointer;
}
.ag-filter-toolpanel {
  flex: 1 1 0px;
  min-width: 0;
}
.ag-filter-toolpanel-header {
  position: relative;
}
.ag-filter-toolpanel-header, .ag-filter-toolpanel-search {
  display: flex;
  align-items: center;
}
.ag-filter-toolpanel-header > *, .ag-filter-toolpanel-search > * {
  display: flex;
  align-items: center;
}
.ag-filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.ag-row-animation .ag-row {
  transition: transform 0.4s, top 0.4s;
}
.ag-row-animation .ag-row.ag-after-created {
  transition: transform 0.4s, top 0.4s, height 0.4s;
}
.ag-row-no-animation .ag-row {
  transition: none;
}
.ag-row {
  white-space: nowrap;
  width: 100%;
}
.ag-row-loading {
  display: flex;
  align-items: center;
}
.ag-row-position-absolute {
  position: absolute;
}
.ag-row-position-relative {
  position: relative;
}
.ag-full-width-row {
  overflow: hidden;
  pointer-events: all;
}
.ag-row-inline-editing {
  z-index: 1;
}
.ag-row-dragging {
  z-index: 2;
}
.ag-stub-cell {
  display: flex;
  align-items: center;
}
.ag-cell {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  height: 100%;
}
.ag-cell-value {
  flex: 1 1 auto;
}
.ag-cell-value, .ag-group-value {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-cell-wrap-text {
  white-space: normal;
  word-break: break-all;
}
.ag-cell-wrapper {
  display: flex;
  align-items: center;
}
.ag-cell-wrapper.ag-row-group {
  align-items: flex-start;
}
.ag-sparkline-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.ag-full-width-row .ag-cell-wrapper.ag-row-group {
  height: 100%;
  align-items: center;
}
.ag-cell-inline-editing {
  z-index: 1;
}
.ag-cell-inline-editing .ag-cell-wrapper,
.ag-cell-inline-editing .ag-cell-edit-wrapper,
.ag-cell-inline-editing .ag-cell-editor,
.ag-cell-inline-editing .ag-cell-editor .ag-wrapper,
.ag-cell-inline-editing .ag-cell-editor input {
  height: 100%;
  width: 100%;
  line-height: normal;
}
.ag-cell .ag-icon {
  display: inline-block;
  vertical-align: middle;
}
.ag-set-filter-item {
  display: flex;
  align-items: center;
  height: 100%;
}
.ag-set-filter-item-checkbox {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.ag-set-filter-group-icons {
  display: block;
}
.ag-set-filter-group-icons > * {
  cursor: pointer;
}
.ag-filter-body-wrapper {
  display: flex;
  flex-direction: column;
}
.ag-filter-filter {
  flex: 1 1 0px;
}
.ag-filter-condition {
  display: flex;
  justify-content: center;
}
.ag-floating-filter-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
}
.ag-floating-filter-full-body {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  align-items: center;
  overflow: hidden;
}
.ag-floating-filter-full-body > div {
  flex: 1 1 auto;
}
.ag-floating-filter-input {
  align-items: center;
  display: flex;
  width: 100%;
}
.ag-floating-filter-input > * {
  flex: 1 1 auto;
}
.ag-floating-filter-button {
  display: flex;
  flex: none;
}
.ag-set-floating-filter-input input[disabled] {
  pointer-events: none;
}
.ag-dnd-ghost {
  position: absolute;
  display: inline-flex;
  align-items: center;
  cursor: move;
  white-space: nowrap;
  z-index: 9999;
}
.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.ag-overlay-panel {
  display: flex;
  height: 100%;
  width: 100%;
}
.ag-overlay-wrapper {
  display: flex;
  flex: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ag-overlay-loading-wrapper {
  pointer-events: all;
}
.ag-popup-child {
  z-index: 5;
  top: 0;
}
.ag-popup-editor {
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.ag-large-text-input {
  display: block;
}
.ag-virtual-list-item {
  position: absolute;
  width: 100%;
}
.ag-floating-top {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}
.ag-pinned-left-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
.ag-pinned-right-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
.ag-floating-bottom {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}
.ag-pinned-left-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
.ag-pinned-right-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
.ag-sticky-top {
  position: absolute;
  display: flex;
  width: 100%;
}
.ag-pinned-left-sticky-top,
.ag-pinned-right-sticky-top {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ag-sticky-top-full-width-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ag-dialog, .ag-panel {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.ag-panel-title-bar {
  display: flex;
  flex: none;
  align-items: center;
  cursor: default;
}
.ag-panel-title-bar-title {
  flex: 1 1 auto;
}
.ag-panel-title-bar-buttons {
  display: flex;
}
.ag-panel-title-bar-button {
  cursor: pointer;
}
.ag-panel-content-wrapper {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}
.ag-dialog {
  position: absolute;
}
.ag-resizer {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.ag-resizer.ag-resizer-topLeft {
  top: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}
.ag-resizer.ag-resizer-top {
  top: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}
.ag-resizer.ag-resizer-topRight {
  top: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}
.ag-resizer.ag-resizer-right {
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}
.ag-resizer.ag-resizer-bottomRight {
  bottom: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}
.ag-resizer.ag-resizer-bottom {
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}
.ag-resizer.ag-resizer-bottomLeft {
  bottom: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}
.ag-resizer.ag-resizer-left {
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}
.ag-tooltip {
  position: absolute;
  z-index: 99999;
}
.ag-tooltip-custom {
  position: absolute;
  z-index: 99999;
}
.ag-tooltip:not(.ag-tooltip-interactive),
.ag-tooltip-custom:not(.ag-tooltip-interactive) {
  pointer-events: none;
}
.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 3s, margin-right 3s;
  transition-timing-function: linear;
}
.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0;
}
.ag-opacity-zero {
  opacity: 0 !important;
}
.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
}
.ag-menu-column-select-wrapper .ag-column-select {
  height: 100%;
}
.ag-menu-list {
  display: table;
  width: 100%;
}
.ag-menu-option, .ag-menu-separator {
  display: table-row;
}
.ag-menu-option-part, .ag-menu-separator-part {
  display: table-cell;
  vertical-align: middle;
}
.ag-menu-option-text {
  white-space: nowrap;
}
.ag-compact-menu-option {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.ag-compact-menu-option-text {
  white-space: nowrap;
  flex: 1 1 auto;
}
.ag-rich-select {
  cursor: default;
  outline: none;
  height: 100%;
}
.ag-rich-select-value {
  display: flex;
  align-items: center;
  height: 100%;
}
.ag-rich-select-value .ag-picker-field-display {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-rich-select-value .ag-picker-field-display.ag-display-as-placeholder {
  opacity: 0.5;
}
.ag-rich-select-list {
  position: relative;
}
.ag-rich-select-list .ag-loading-text {
  min-height: 2rem;
}
.ag-rich-select-row {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  height: 100%;
}
.ag-rich-select-field-input {
  flex: 1 1 auto;
}
.ag-rich-select-field-input .ag-input-field-input {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  text-overflow: ellipsis;
}
.ag-rich-select-field-input .ag-input-field-input::-moz-placeholder {
  opacity: 0.8;
}
.ag-rich-select-field-input .ag-input-field-input::placeholder {
  opacity: 0.8;
}
.ag-autocomplete {
  align-items: center;
  display: flex;
}
.ag-autocomplete > * {
  flex: 1 1 auto;
}
.ag-autocomplete-list-popup {
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.ag-autocomplete-list {
  position: relative;
}
.ag-autocomplete-virtual-list-item {
  display: flex;
}
.ag-autocomplete-row {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  overflow: hidden;
}
.ag-autocomplete-row-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-paging-panel {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.ag-paging-page-summary-panel {
  display: flex;
  align-items: center;
}
.ag-paging-button {
  position: relative;
}
.ag-disabled .ag-paging-page-summary-panel {
  pointer-events: none;
}
.ag-tool-panel-wrapper {
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.ag-column-select-column,
.ag-column-select-column-group,
.ag-select-agg-func-item {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
.ag-column-select-column > *,
.ag-column-select-column-group > *,
.ag-select-agg-func-item > * {
  flex: none;
}
.ag-select-agg-func-item,
.ag-column-select-column-label {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-column-select-checkbox {
  display: flex;
}
.ag-tool-panel-horizontal-resize {
  cursor: ew-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}
.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  right: -3px;
}
.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  left: -3px;
}
.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  left: -3px;
}
.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  right: -3px;
}
.ag-details-row {
  width: 100%;
}
.ag-details-row-fixed-height {
  height: 100%;
}
.ag-details-grid {
  width: 100%;
}
.ag-details-grid-fixed-height {
  height: 100%;
}
.ag-header-group-cell {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
}
.ag-header-group-cell-no-group.ag-header-span-height .ag-header-cell-resize {
  display: none;
}
.ag-cell-label-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 5px 0px;
}
.ag-right-aligned-header .ag-cell-label-container {
  flex-direction: row;
}
.ag-right-aligned-header .ag-header-cell-text {
  text-align: end;
}
.ag-side-bar {
  display: flex;
  flex-direction: row-reverse;
}
.ag-side-bar-left {
  order: -1;
  flex-direction: row;
}
.ag-side-button-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ag-side-button-label {
  writing-mode: vertical-lr;
}
.ag-status-bar {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.ag-status-panel {
  display: inline-flex;
}
.ag-status-name-value {
  white-space: nowrap;
}
.ag-status-bar-left {
  display: inline-flex;
}
.ag-status-bar-center {
  display: inline-flex;
}
.ag-status-bar-right {
  display: inline-flex;
}
.ag-icon {
  display: block;
  speak: none;
}
.ag-group {
  position: relative;
  width: 100%;
}
.ag-group-title-bar {
  display: flex;
  align-items: center;
}
.ag-group-title {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ag-group-title-bar .ag-group-title {
  cursor: default;
}
.ag-group-toolbar {
  display: flex;
  align-items: center;
}
.ag-group-container {
  display: flex;
}
.ag-disabled .ag-group-container {
  pointer-events: none;
}
.ag-group-container-horizontal {
  flex-direction: row;
  flex-wrap: wrap;
}
.ag-group-container-vertical {
  flex-direction: column;
}
.ag-column-group-icons {
  display: block;
}
.ag-column-group-icons > * {
  cursor: pointer;
}
.ag-group-item-alignment-stretch .ag-group-item {
  align-items: stretch;
}
.ag-group-item-alignment-start .ag-group-item {
  align-items: flex-start;
}
.ag-group-item-alignment-end .ag-group-item {
  align-items: flex-end;
}
.ag-toggle-button-icon {
  transition: right 0.3s;
  position: absolute;
  top: -1px;
}
.ag-input-field, .ag-select {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ag-input-field-input {
  flex: 1 1 auto;
}
.ag-floating-filter-input .ag-input-field-input[type=date] {
  width: 1px;
}
.ag-range-field {
  display: flex;
  align-items: center;
}
.ag-angle-select {
  display: flex;
  align-items: center;
}
.ag-angle-select-wrapper {
  display: flex;
}
.ag-angle-select-parent-circle {
  display: block;
  position: relative;
}
.ag-angle-select-child-circle {
  position: absolute;
}
.ag-slider-wrapper {
  display: flex;
}
.ag-slider-wrapper .ag-input-field {
  flex: 1 1 auto;
}
.ag-picker-field-display {
  flex: 1 1 auto;
}
.ag-picker-field {
  display: flex;
  align-items: center;
}
.ag-picker-field-icon {
  display: flex;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.ag-picker-field-wrapper {
  overflow: hidden;
}
.ag-label-align-right .ag-label {
  order: 1;
}
.ag-label-align-right > * {
  flex: none;
}
.ag-label-align-top {
  flex-direction: column;
  align-items: flex-start;
}
.ag-label-align-top > * {
  align-self: stretch;
}
.ag-label-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.ag-color-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.ag-spectrum-color {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.ag-spectrum-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ag-spectrum-val {
  cursor: pointer;
}
.ag-spectrum-dragger {
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}
.ag-spectrum-hue {
  cursor: default;
  background: linear-gradient(to left, #ff0000 3%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
.ag-spectrum-alpha {
  cursor: default;
}
.ag-spectrum-hue-background {
  width: 100%;
  height: 100%;
}
.ag-spectrum-alpha-background {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  width: 100%;
  height: 100%;
}
.ag-spectrum-tool {
  cursor: pointer;
}
.ag-spectrum-slider {
  position: absolute;
  pointer-events: none;
}
.ag-recent-colors {
  display: flex;
}
.ag-recent-color {
  cursor: pointer;
}
.ag-ltr .ag-column-select-indent-1 {
  padding-left: 20px;
}
.ag-rtl .ag-column-select-indent-1 {
  padding-right: 20px;
}
.ag-ltr .ag-set-filter-indent-1 {
  padding-left: 20px;
}
.ag-rtl .ag-set-filter-indent-1 {
  padding-right: 20px;
}
.ag-ltr .ag-row-group-indent-1 {
  padding-left: 20px;
}
.ag-rtl .ag-row-group-indent-1 {
  padding-right: 20px;
}
.ag-ltr .ag-column-select-indent-2 {
  padding-left: 40px;
}
.ag-rtl .ag-column-select-indent-2 {
  padding-right: 40px;
}
.ag-ltr .ag-set-filter-indent-2 {
  padding-left: 40px;
}
.ag-rtl .ag-set-filter-indent-2 {
  padding-right: 40px;
}
.ag-ltr .ag-row-group-indent-2 {
  padding-left: 40px;
}
.ag-rtl .ag-row-group-indent-2 {
  padding-right: 40px;
}
.ag-ltr .ag-column-select-indent-3 {
  padding-left: 60px;
}
.ag-rtl .ag-column-select-indent-3 {
  padding-right: 60px;
}
.ag-ltr .ag-set-filter-indent-3 {
  padding-left: 60px;
}
.ag-rtl .ag-set-filter-indent-3 {
  padding-right: 60px;
}
.ag-ltr .ag-row-group-indent-3 {
  padding-left: 60px;
}
.ag-rtl .ag-row-group-indent-3 {
  padding-right: 60px;
}
.ag-ltr .ag-column-select-indent-4 {
  padding-left: 80px;
}
.ag-rtl .ag-column-select-indent-4 {
  padding-right: 80px;
}
.ag-ltr .ag-set-filter-indent-4 {
  padding-left: 80px;
}
.ag-rtl .ag-set-filter-indent-4 {
  padding-right: 80px;
}
.ag-ltr .ag-row-group-indent-4 {
  padding-left: 80px;
}
.ag-rtl .ag-row-group-indent-4 {
  padding-right: 80px;
}
.ag-ltr .ag-column-select-indent-5 {
  padding-left: 100px;
}
.ag-rtl .ag-column-select-indent-5 {
  padding-right: 100px;
}
.ag-ltr .ag-set-filter-indent-5 {
  padding-left: 100px;
}
.ag-rtl .ag-set-filter-indent-5 {
  padding-right: 100px;
}
.ag-ltr .ag-row-group-indent-5 {
  padding-left: 100px;
}
.ag-rtl .ag-row-group-indent-5 {
  padding-right: 100px;
}
.ag-ltr .ag-column-select-indent-6 {
  padding-left: 120px;
}
.ag-rtl .ag-column-select-indent-6 {
  padding-right: 120px;
}
.ag-ltr .ag-set-filter-indent-6 {
  padding-left: 120px;
}
.ag-rtl .ag-set-filter-indent-6 {
  padding-right: 120px;
}
.ag-ltr .ag-row-group-indent-6 {
  padding-left: 120px;
}
.ag-rtl .ag-row-group-indent-6 {
  padding-right: 120px;
}
.ag-ltr .ag-column-select-indent-7 {
  padding-left: 140px;
}
.ag-rtl .ag-column-select-indent-7 {
  padding-right: 140px;
}
.ag-ltr .ag-set-filter-indent-7 {
  padding-left: 140px;
}
.ag-rtl .ag-set-filter-indent-7 {
  padding-right: 140px;
}
.ag-ltr .ag-row-group-indent-7 {
  padding-left: 140px;
}
.ag-rtl .ag-row-group-indent-7 {
  padding-right: 140px;
}
.ag-ltr .ag-column-select-indent-8 {
  padding-left: 160px;
}
.ag-rtl .ag-column-select-indent-8 {
  padding-right: 160px;
}
.ag-ltr .ag-set-filter-indent-8 {
  padding-left: 160px;
}
.ag-rtl .ag-set-filter-indent-8 {
  padding-right: 160px;
}
.ag-ltr .ag-row-group-indent-8 {
  padding-left: 160px;
}
.ag-rtl .ag-row-group-indent-8 {
  padding-right: 160px;
}
.ag-ltr .ag-column-select-indent-9 {
  padding-left: 180px;
}
.ag-rtl .ag-column-select-indent-9 {
  padding-right: 180px;
}
.ag-ltr .ag-set-filter-indent-9 {
  padding-left: 180px;
}
.ag-rtl .ag-set-filter-indent-9 {
  padding-right: 180px;
}
.ag-ltr .ag-row-group-indent-9 {
  padding-left: 180px;
}
.ag-rtl .ag-row-group-indent-9 {
  padding-right: 180px;
}
.ag-ltr {
  direction: ltr;
}
.ag-ltr .ag-body, .ag-ltr .ag-floating-top, .ag-ltr .ag-floating-bottom, .ag-ltr .ag-header, .ag-ltr .ag-sticky-top, .ag-ltr .ag-body-viewport, .ag-ltr .ag-body-horizontal-scroll {
  flex-direction: row;
}
.ag-rtl {
  direction: rtl;
}
.ag-rtl .ag-body, .ag-rtl .ag-floating-top, .ag-rtl .ag-floating-bottom, .ag-rtl .ag-header, .ag-rtl .ag-sticky-top, .ag-rtl .ag-body-viewport, .ag-rtl .ag-body-horizontal-scroll {
  flex-direction: row-reverse;
}
.ag-rtl .ag-icon-contracted,
.ag-rtl .ag-icon-expanded,
.ag-rtl .ag-icon-tree-closed {
  display: block;
  transform: rotate(180deg);
}
.ag-body .ag-body-viewport {
  -webkit-overflow-scrolling: touch;
}
.ag-layout-print.ag-body {
  display: block;
  height: auto;
  height: initial;
}
.ag-layout-print.ag-root-wrapper {
  display: inline-block;
}
.ag-layout-print .ag-body-vertical-scroll {
  display: none;
}
.ag-layout-print .ag-body-horizontal-scroll {
  display: none;
}
.ag-layout-print.ag-force-vertical-scroll {
  overflow-y: visible !important;
}
@media print {
  .ag-root-wrapper.ag-layout-print {
    display: table;
  }
  .ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,
  .ag-root-wrapper.ag-layout-print .ag-root,
  .ag-root-wrapper.ag-layout-print .ag-body-viewport,
  .ag-root-wrapper.ag-layout-print .ag-center-cols-container,
  .ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,
  .ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,
  .ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport {
    height: auto !important;
    overflow: hidden !important;
    display: block !important;
  }
  .ag-root-wrapper.ag-layout-print .ag-row, .ag-root-wrapper.ag-layout-print .ag-cell {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
[class^=ag-], [class^=ag-]:focus, [class^=ag-]:after, [class^=ag-]:before {
  box-sizing: border-box;
  outline: none;
}
[class^=ag-]::-ms-clear {
  display: none;
}
.ag-checkbox .ag-input-wrapper,
.ag-radio-button .ag-input-wrapper {
  overflow: visible;
}
.ag-range-field .ag-input-wrapper {
  height: 100%;
}
.ag-toggle-button {
  flex: none;
  width: auto;
  width: initial;
  min-width: 0;
  min-width: initial;
}
.ag-button {
  border-radius: 0px;
  color: var(--ag-foreground-color);
}
.ag-button:hover {
  background-color: transparent;
}
.ag-ltr .ag-label-align-right .ag-label {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-label-align-right .ag-label {
  margin-right: var(--ag-grid-size);
}
input[class^=ag-] {
  margin: 0;
  background-color: var(--ag-background-color);
}
textarea[class^=ag-],
select[class^=ag-] {
  background-color: var(--ag-background-color);
}
input[class^=ag-]:not([type]),
input[class^=ag-][type=text],
input[class^=ag-][type=number],
input[class^=ag-][type=tel],
input[class^=ag-][type=date],
input[class^=ag-][type=datetime-local],
textarea[class^=ag-] {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  border: var(--ag-borders-input) var(--ag-input-border-color);
}
input[class^=ag-]:not([type]):disabled,
input[class^=ag-][type=text]:disabled,
input[class^=ag-][type=number]:disabled,
input[class^=ag-][type=tel]:disabled,
input[class^=ag-][type=date]:disabled,
input[class^=ag-][type=datetime-local]:disabled,
textarea[class^=ag-]:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}
input[class^=ag-]:not([type]):focus,
input[class^=ag-][type=text]:focus,
input[class^=ag-][type=number]:focus,
input[class^=ag-][type=tel]:focus,
input[class^=ag-][type=date]:focus,
input[class^=ag-][type=datetime-local]:focus,
textarea[class^=ag-]:focus {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-input-focus-border-color);
}
input[class^=ag-]:not([type]):invalid,
input[class^=ag-][type=text]:invalid,
input[class^=ag-][type=number]:invalid,
input[class^=ag-][type=tel]:invalid,
input[class^=ag-][type=date]:invalid,
input[class^=ag-][type=datetime-local]:invalid,
textarea[class^=ag-]:invalid {
  border: var(--ag-borders-input-invalid) var(--ag-input-border-color-invalid);
}
input[class^=ag-][type=number]:not(.ag-number-field-input-stepper) {
  -moz-appearance: textfield;
}
input[class^=ag-][type=number]:not(.ag-number-field-input-stepper)::-webkit-outer-spin-button, input[class^=ag-][type=number]:not(.ag-number-field-input-stepper)::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[class^=ag-][type=range] {
  padding: 0;
}
input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-drag-handle {
  color: var(--ag-secondary-foreground-color);
}
.ag-list-item, .ag-virtual-list-item {
  height: var(--ag-list-item-height);
}
.ag-virtual-list-item:focus-visible {
  outline: none;
}
.ag-virtual-list-item:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-select-list {
  background-color: var(--ag-background-color);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: var(--ag-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
}
.ag-list-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-list-item.ag-active-item {
  background-color: var(--ag-row-hover-color);
}
.ag-select-list-item {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.ag-ltr .ag-select-list-item {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-select-list-item {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-select-list-item span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ag-row-drag,
.ag-selection-checkbox,
.ag-group-expanded,
.ag-group-contracted {
  color: var(--ag-secondary-foreground-color);
}
.ag-ltr .ag-row-drag,
.ag-ltr .ag-selection-checkbox,
.ag-ltr .ag-group-expanded,
.ag-ltr .ag-group-contracted {
  margin-right: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-row-drag,
.ag-rtl .ag-selection-checkbox,
.ag-rtl .ag-group-expanded,
.ag-rtl .ag-group-contracted {
  margin-left: var(--ag-cell-widget-spacing);
}
.ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
  --ag-internal-calculated-line-height: var(--ag-line-height, calc(var(--ag-row-height) - var(--ag-row-border-width)));
  --ag-internal-padded-row-height: calc(var(--ag-row-height) - var(--ag-row-border-width));
  height: min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
  display: flex;
  align-items: center;
  flex: none;
}
.ag-group-expanded,
.ag-group-contracted {
  cursor: pointer;
}
.ag-group-title-bar-icon {
  cursor: pointer;
  flex: none;
  color: var(--ag-secondary-foreground-color);
}
.ag-ltr .ag-group-child-count {
  margin-left: 2px;
}
.ag-rtl .ag-group-child-count {
  margin-right: 2px;
}
.ag-group-title-bar {
  background-color: var(--ag-subheader-background-color);
  padding: var(--ag-grid-size);
}
.ag-group-toolbar {
  padding: var(--ag-grid-size);
  background-color: var(--ag-subheader-toolbar-background-color);
}
.ag-disabled-group-title-bar, .ag-disabled-group-container {
  opacity: 0.5;
}
.group-item {
  margin: calc(var(--ag-grid-size) * 0.5) 0;
}
.ag-label {
  white-space: nowrap;
}
.ag-ltr .ag-label {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-label {
  margin-left: var(--ag-grid-size);
}
.ag-label-align-top .ag-label {
  margin-bottom: calc(var(--ag-grid-size) * 0.5);
}
.ag-angle-select[disabled] {
  color: var(--ag-disabled-foreground-color);
  pointer-events: none;
}
.ag-angle-select[disabled] .ag-angle-select-field {
  opacity: 0.4;
}
.ag-ltr .ag-slider-field,
.ag-ltr .ag-angle-select-field {
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-slider-field,
.ag-rtl .ag-angle-select-field {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-angle-select-parent-circle {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px;
  border-color: var(--ag-border-color);
  background-color: var(--ag-background-color);
}
.ag-angle-select-child-circle {
  top: 4px;
  left: 12px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -4px;
  border-radius: 3px;
  background-color: var(--ag-secondary-foreground-color);
}
.ag-picker-field-wrapper {
  border: var(--ag-borders);
  border-color: var(--ag-border-color);
  border-radius: 5px;
  background-color: var(--ag-background-color);
}
.ag-picker-field-wrapper:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}
.ag-picker-field-wrapper.ag-picker-has-focus, .ag-picker-field-wrapper:focus-within {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-input-focus-border-color);
}
.ag-picker-field-button {
  background-color: var(--ag-background-color);
  color: var(--ag-secondary-foreground-color);
}
.ag-dialog.ag-color-dialog {
  border-radius: 5px;
}
.ag-color-picker .ag-picker-field-display {
  height: var(--ag-icon-size);
}
.ag-color-picker .ag-picker-field-wrapper {
  max-width: 45px;
  min-width: 45px;
}
.ag-color-panel {
  padding: var(--ag-grid-size);
}
.ag-spectrum-color {
  background-color: rgb(255, 0, 0);
  border-radius: 2px;
}
.ag-spectrum-tools {
  padding: 10px;
}
.ag-spectrum-sat {
  background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0));
}
.ag-spectrum-val {
  background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0));
}
.ag-spectrum-dragger {
  border-radius: 12px;
  height: 12px;
  width: 12px;
  border: 1px solid white;
  background: black;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24);
}
.ag-spectrum-hue-background {
  border-radius: 2px;
}
.ag-spectrum-alpha-background {
  border-radius: 2px;
}
.ag-spectrum-tool {
  margin-bottom: 10px;
  height: 11px;
  border-radius: 2px;
}
.ag-spectrum-slider {
  margin-top: -12px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: rgb(248, 248, 248);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
.ag-recent-color {
  margin: 0 3px;
}
.ag-recent-color:first-child {
  margin-left: 0;
}
.ag-recent-color:last-child {
  margin-right: 0;
}
.ag-spectrum-color:focus-visible:not(:disabled):not([readonly]),
.ag-spectrum-slider:focus-visible:not(:disabled):not([readonly]),
.ag-recent-color:focus-visible:not(:disabled):not([readonly]) {
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-dnd-ghost {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  overflow: hidden;
  text-overflow: ellipsis;
  border: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height) !important;
  line-height: var(--ag-header-height);
  margin: 0;
  padding: 0 calc(var(--ag-grid-size) * 2);
  transform: translateY(calc(var(--ag-grid-size) * 2));
}
.ag-dnd-ghost-icon {
  margin-right: var(--ag-grid-size);
  color: var(--ag-foreground-color);
}
.ag-popup-child:not(.ag-tooltip-custom) {
  box-shadow: var(--ag-popup-shadow);
}
.ag-select .ag-picker-field-wrapper {
  min-height: var(--ag-list-item-height);
  cursor: default;
}
.ag-ltr .ag-select .ag-picker-field-wrapper {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-select .ag-picker-field-wrapper {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-ltr .ag-select .ag-picker-field-wrapper {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-select .ag-picker-field-wrapper {
  padding-left: var(--ag-grid-size);
}
.ag-select.ag-disabled .ag-picker-field-wrapper:focus {
  box-shadow: none;
}
.ag-select:not(.ag-cell-editor, .ag-label-align-top) {
  min-height: var(--ag-list-item-height);
}
.ag-select .ag-picker-field-display {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-select .ag-picker-field-icon {
  display: flex;
  align-items: center;
}
.ag-select.ag-disabled {
  opacity: 0.5;
}
.ag-rich-select-value,
.ag-rich-select-list {
  background-color: var(--ag-background-color);
}
.ag-rich-select-list {
  width: 100%;
  height: auto;
  border-radius: var(--ag-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
}
.ag-rich-select-list .ag-loading-text {
  padding: var(--ag-widget-vertical-spacing) var(--ag-widget-horizontal-spacing);
}
.ag-rich-select-value {
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  padding-top: 0;
  padding-bottom: 0;
}
.ag-ltr .ag-rich-select-value {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-rich-select-value {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-ltr .ag-rich-select-value {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-rich-select-value {
  padding-left: var(--ag-grid-size);
}
.ag-ltr .ag-rich-select-field-input {
  left: calc(var(--ag-cell-horizontal-padding));
}
.ag-rtl .ag-rich-select-field-input {
  right: calc(var(--ag-cell-horizontal-padding));
}
.ag-popup-editor .ag-rich-select-value {
  height: var(--ag-row-height);
  min-width: 200px;
}
.ag-rich-select-virtual-list-item {
  cursor: default;
  height: var(--ag-list-item-height);
}
.ag-rich-select-virtual-list-item:focus-visible::after {
  content: none;
}
.ag-rich-select-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}
.ag-ltr .ag-rich-select-row {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-rich-select-row {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rich-select-row-selected {
  background-color: var(--ag-selected-row-background-color);
}
.ag-rich-select-row-text-highlight {
  font-weight: bold;
}
.ag-autocomplete {
  width: 100%;
}
.ag-autocomplete-list {
  width: 100%;
  min-width: 200px;
  height: calc(var(--ag-row-height) * 6.5);
}
.ag-autocomplete-virtual-list-item {
  cursor: default;
  height: var(--ag-list-item-height);
}
.ag-autocomplete-virtual-list-item:focus-visible::after {
  content: none;
}
.ag-autocomplete-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}
.ag-autocomplete-row-label {
  margin: 0px var(--ag-widget-container-horizontal-padding);
}
.ag-autocomplete-row-selected {
  background-color: var(--ag-selected-row-background-color);
}
.ag-dragging-range-handle .ag-dialog,
.ag-dragging-fill-handle .ag-dialog {
  opacity: 0.7;
  pointer-events: none;
}
.ag-dialog {
  border-radius: var(--ag-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
  box-shadow: var(--ag-popup-shadow);
}
.ag-panel {
  background-color: var(--ag-background-color);
}
.ag-panel-title-bar {
  background-color: var(--ag-header-background-color);
  color: var(--ag-header-foreground-color);
  height: var(--ag-header-height);
  padding: var(--ag-grid-size) var(--ag-cell-horizontal-padding);
  border-bottom: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-panel-title-bar-button {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-panel-title-bar-button {
  margin-right: var(--ag-grid-size);
}
.ag-tooltip {
  background-color: var(--ag-tooltip-background-color);
  color: var(--ag-foreground-color);
  padding: var(--ag-grid-size);
  border: var(--ag-borders) var(--ag-border-color);
  border-radius: var(--ag-card-radius);
  white-space: normal;
}
.ag-tooltip.ag-tooltip-animate,
.ag-tooltip-custom.ag-tooltip-animate {
  transition: opacity 1s;
}
.ag-tooltip.ag-tooltip-animate.ag-tooltip-hiding,
.ag-tooltip-custom.ag-tooltip-animate.ag-tooltip-hiding {
  opacity: 0;
}
.ag-ltr .ag-column-select-indent-1 {
  padding-left: calc(1 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-1 {
  padding-right: calc(1 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-2 {
  padding-left: calc(2 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-2 {
  padding-right: calc(2 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-3 {
  padding-left: calc(3 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-3 {
  padding-right: calc(3 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-4 {
  padding-left: calc(4 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-4 {
  padding-right: calc(4 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-5 {
  padding-left: calc(5 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-5 {
  padding-right: calc(5 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-6 {
  padding-left: calc(6 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-6 {
  padding-right: calc(6 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-7 {
  padding-left: calc(7 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-7 {
  padding-right: calc(7 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-8 {
  padding-left: calc(8 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-8 {
  padding-right: calc(8 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-9 {
  padding-left: calc(9 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-9 {
  padding-right: calc(9 * var(--ag-column-select-indent-size));
}
.ag-column-select-header-icon {
  cursor: pointer;
}
.ag-column-select-header-icon:focus-visible {
  outline: none;
}
.ag-column-select-header-icon:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-ltr .ag-column-group-icons:not(:last-child),
.ag-ltr .ag-column-select-header-icon:not(:last-child),
.ag-ltr .ag-column-select-header-checkbox:not(:last-child),
.ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-ltr .ag-column-select-checkbox:not(:last-child),
.ag-ltr .ag-column-select-column-drag-handle:not(:last-child),
.ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-ltr .ag-column-select-column-label:not(:last-child) {
  margin-right: var(--ag-widget-horizontal-spacing);
}
.ag-rtl .ag-column-group-icons:not(:last-child),
.ag-rtl .ag-column-select-header-icon:not(:last-child),
.ag-rtl .ag-column-select-header-checkbox:not(:last-child),
.ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-rtl .ag-column-select-checkbox:not(:last-child),
.ag-rtl .ag-column-select-column-drag-handle:not(:last-child),
.ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-rtl .ag-column-select-column-label:not(:last-child) {
  margin-left: var(--ag-widget-horizontal-spacing);
}
.ag-column-select-virtual-list-item:focus-visible {
  outline: none;
}
.ag-column-select-virtual-list-item:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-column-select-column-group:not(:last-child),
.ag-column-select-column:not(:last-child) {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-column-select-column-readonly,
.ag-column-select-column-group-readonly {
  color: var(--ag-disabled-foreground-color);
  pointer-events: none;
}
.ag-ltr .ag-column-select-add-group-indent {
  margin-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}
.ag-rtl .ag-column-select-add-group-indent {
  margin-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}
.ag-column-select-virtual-list-viewport {
  padding: calc(var(--ag-widget-container-vertical-padding) * 0.5) 0px;
}
.ag-column-select-virtual-list-item {
  padding: 0 var(--ag-widget-container-horizontal-padding);
}
.ag-checkbox-edit {
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-rtl {
  text-align: right;
}
.ag-root-wrapper {
  border-radius: var(--ag-wrapper-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 1);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 1);
}
.ag-ltr .ag-row-group-indent-1 {
  padding-left: calc(1 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-1 {
  padding-right: calc(1 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-1 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-1 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 2);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 2);
}
.ag-ltr .ag-row-group-indent-2 {
  padding-left: calc(2 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-2 {
  padding-right: calc(2 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-2 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-2 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 3);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 3);
}
.ag-ltr .ag-row-group-indent-3 {
  padding-left: calc(3 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-3 {
  padding-right: calc(3 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-3 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-3 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 4);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 4);
}
.ag-ltr .ag-row-group-indent-4 {
  padding-left: calc(4 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-4 {
  padding-right: calc(4 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-4 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-4 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 5);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 5);
}
.ag-ltr .ag-row-group-indent-5 {
  padding-left: calc(5 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-5 {
  padding-right: calc(5 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-5 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-5 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 6);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 6);
}
.ag-ltr .ag-row-group-indent-6 {
  padding-left: calc(6 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-6 {
  padding-right: calc(6 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-6 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-6 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 7);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 7);
}
.ag-ltr .ag-row-group-indent-7 {
  padding-left: calc(7 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-7 {
  padding-right: calc(7 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-7 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-7 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 8);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 8);
}
.ag-ltr .ag-row-group-indent-8 {
  padding-left: calc(8 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-8 {
  padding-right: calc(8 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-8 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-8 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 9);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 9);
}
.ag-ltr .ag-row-group-indent-9 {
  padding-left: calc(9 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-9 {
  padding-right: calc(9 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-9 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-9 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 10);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 10);
}
.ag-ltr .ag-row-group-indent-10 {
  padding-left: calc(10 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-10 {
  padding-right: calc(10 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-10 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-10 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 11);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 11);
}
.ag-ltr .ag-row-group-indent-11 {
  padding-left: calc(11 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-11 {
  padding-right: calc(11 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-11 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-11 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 12);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 12);
}
.ag-ltr .ag-row-group-indent-12 {
  padding-left: calc(12 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-12 {
  padding-right: calc(12 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-12 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-12 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 13);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 13);
}
.ag-ltr .ag-row-group-indent-13 {
  padding-left: calc(13 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-13 {
  padding-right: calc(13 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-13 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-13 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 14);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 14);
}
.ag-ltr .ag-row-group-indent-14 {
  padding-left: calc(14 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-14 {
  padding-right: calc(14 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-14 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-14 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 15);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 15);
}
.ag-ltr .ag-row-group-indent-15 {
  padding-left: calc(15 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-15 {
  padding-right: calc(15 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-15 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-15 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 16);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 16);
}
.ag-ltr .ag-row-group-indent-16 {
  padding-left: calc(16 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-16 {
  padding-right: calc(16 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-16 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-16 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 17);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 17);
}
.ag-ltr .ag-row-group-indent-17 {
  padding-left: calc(17 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-17 {
  padding-right: calc(17 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-17 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-17 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 18);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 18);
}
.ag-ltr .ag-row-group-indent-18 {
  padding-left: calc(18 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-18 {
  padding-right: calc(18 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-18 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-18 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 19);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 19);
}
.ag-ltr .ag-row-group-indent-19 {
  padding-left: calc(19 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-19 {
  padding-right: calc(19 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-19 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-19 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 20);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 20);
}
.ag-ltr .ag-row-group-indent-20 {
  padding-left: calc(20 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-20 {
  padding-right: calc(20 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-20 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-20 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 21);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 21);
}
.ag-ltr .ag-row-group-indent-21 {
  padding-left: calc(21 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-21 {
  padding-right: calc(21 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-21 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-21 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 22);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 22);
}
.ag-ltr .ag-row-group-indent-22 {
  padding-left: calc(22 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-22 {
  padding-right: calc(22 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-22 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-22 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 23);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 23);
}
.ag-ltr .ag-row-group-indent-23 {
  padding-left: calc(23 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-23 {
  padding-right: calc(23 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-23 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-23 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 24);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 24);
}
.ag-ltr .ag-row-group-indent-24 {
  padding-left: calc(24 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-24 {
  padding-right: calc(24 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-24 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-24 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 25);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 25);
}
.ag-ltr .ag-row-group-indent-25 {
  padding-left: calc(25 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-25 {
  padding-right: calc(25 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-25 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-25 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 26);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 26);
}
.ag-ltr .ag-row-group-indent-26 {
  padding-left: calc(26 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-26 {
  padding-right: calc(26 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-26 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-26 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 27);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 27);
}
.ag-ltr .ag-row-group-indent-27 {
  padding-left: calc(27 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-27 {
  padding-right: calc(27 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-27 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-27 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 28);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 28);
}
.ag-ltr .ag-row-group-indent-28 {
  padding-left: calc(28 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-28 {
  padding-right: calc(28 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-28 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-28 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 29);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 29);
}
.ag-ltr .ag-row-group-indent-29 {
  padding-left: calc(29 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-29 {
  padding-right: calc(29 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-29 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-29 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 30);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 30);
}
.ag-ltr .ag-row-group-indent-30 {
  padding-left: calc(30 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-30 {
  padding-right: calc(30 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-30 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-30 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 31);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 31);
}
.ag-ltr .ag-row-group-indent-31 {
  padding-left: calc(31 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-31 {
  padding-right: calc(31 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-31 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-31 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 32);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 32);
}
.ag-ltr .ag-row-group-indent-32 {
  padding-left: calc(32 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-32 {
  padding-right: calc(32 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-32 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-32 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 33);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 33);
}
.ag-ltr .ag-row-group-indent-33 {
  padding-left: calc(33 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-33 {
  padding-right: calc(33 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-33 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-33 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 34);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 34);
}
.ag-ltr .ag-row-group-indent-34 {
  padding-left: calc(34 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-34 {
  padding-right: calc(34 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-34 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-34 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 35);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 35);
}
.ag-ltr .ag-row-group-indent-35 {
  padding-left: calc(35 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-35 {
  padding-right: calc(35 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-35 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-35 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 36);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 36);
}
.ag-ltr .ag-row-group-indent-36 {
  padding-left: calc(36 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-36 {
  padding-right: calc(36 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-36 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-36 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 37);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 37);
}
.ag-ltr .ag-row-group-indent-37 {
  padding-left: calc(37 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-37 {
  padding-right: calc(37 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-37 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-37 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 38);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 38);
}
.ag-ltr .ag-row-group-indent-38 {
  padding-left: calc(38 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-38 {
  padding-right: calc(38 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-38 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-38 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 39);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 39);
}
.ag-ltr .ag-row-group-indent-39 {
  padding-left: calc(39 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-39 {
  padding-right: calc(39 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-39 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-39 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 40);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 40);
}
.ag-ltr .ag-row-group-indent-40 {
  padding-left: calc(40 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-40 {
  padding-right: calc(40 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-40 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-40 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 41);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 41);
}
.ag-ltr .ag-row-group-indent-41 {
  padding-left: calc(41 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-41 {
  padding-right: calc(41 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-41 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-41 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 42);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 42);
}
.ag-ltr .ag-row-group-indent-42 {
  padding-left: calc(42 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-42 {
  padding-right: calc(42 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-42 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-42 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 43);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 43);
}
.ag-ltr .ag-row-group-indent-43 {
  padding-left: calc(43 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-43 {
  padding-right: calc(43 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-43 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-43 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 44);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 44);
}
.ag-ltr .ag-row-group-indent-44 {
  padding-left: calc(44 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-44 {
  padding-right: calc(44 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-44 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-44 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 45);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 45);
}
.ag-ltr .ag-row-group-indent-45 {
  padding-left: calc(45 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-45 {
  padding-right: calc(45 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-45 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-45 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 46);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 46);
}
.ag-ltr .ag-row-group-indent-46 {
  padding-left: calc(46 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-46 {
  padding-right: calc(46 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-46 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-46 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 47);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 47);
}
.ag-ltr .ag-row-group-indent-47 {
  padding-left: calc(47 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-47 {
  padding-right: calc(47 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-47 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-47 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 48);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 48);
}
.ag-ltr .ag-row-group-indent-48 {
  padding-left: calc(48 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-48 {
  padding-right: calc(48 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-48 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-48 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 49);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 49);
}
.ag-ltr .ag-row-group-indent-49 {
  padding-left: calc(49 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-49 {
  padding-right: calc(49 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-49 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-49 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 50);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 50);
}
.ag-ltr .ag-row-group-indent-50 {
  padding-left: calc(50 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-50 {
  padding-right: calc(50 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-50 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-50 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 51);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 51);
}
.ag-ltr .ag-row-group-indent-51 {
  padding-left: calc(51 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-51 {
  padding-right: calc(51 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-51 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-51 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 52);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 52);
}
.ag-ltr .ag-row-group-indent-52 {
  padding-left: calc(52 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-52 {
  padding-right: calc(52 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-52 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-52 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 53);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 53);
}
.ag-ltr .ag-row-group-indent-53 {
  padding-left: calc(53 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-53 {
  padding-right: calc(53 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-53 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-53 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 54);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 54);
}
.ag-ltr .ag-row-group-indent-54 {
  padding-left: calc(54 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-54 {
  padding-right: calc(54 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-54 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-54 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 55);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 55);
}
.ag-ltr .ag-row-group-indent-55 {
  padding-left: calc(55 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-55 {
  padding-right: calc(55 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-55 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-55 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 56);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 56);
}
.ag-ltr .ag-row-group-indent-56 {
  padding-left: calc(56 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-56 {
  padding-right: calc(56 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-56 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-56 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 57);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 57);
}
.ag-ltr .ag-row-group-indent-57 {
  padding-left: calc(57 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-57 {
  padding-right: calc(57 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-57 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-57 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 58);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 58);
}
.ag-ltr .ag-row-group-indent-58 {
  padding-left: calc(58 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-58 {
  padding-right: calc(58 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-58 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-58 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 59);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 59);
}
.ag-ltr .ag-row-group-indent-59 {
  padding-left: calc(59 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-59 {
  padding-right: calc(59 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-59 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-59 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 60);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 60);
}
.ag-ltr .ag-row-group-indent-60 {
  padding-left: calc(60 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-60 {
  padding-right: calc(60 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-60 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-60 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 61);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 61);
}
.ag-ltr .ag-row-group-indent-61 {
  padding-left: calc(61 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-61 {
  padding-right: calc(61 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-61 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-61 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 62);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 62);
}
.ag-ltr .ag-row-group-indent-62 {
  padding-left: calc(62 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-62 {
  padding-right: calc(62 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-62 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-62 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 63);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 63);
}
.ag-ltr .ag-row-group-indent-63 {
  padding-left: calc(63 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-63 {
  padding-right: calc(63 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-63 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-63 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 64);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 64);
}
.ag-ltr .ag-row-group-indent-64 {
  padding-left: calc(64 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-64 {
  padding-right: calc(64 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-64 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-64 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 65);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 65);
}
.ag-ltr .ag-row-group-indent-65 {
  padding-left: calc(65 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-65 {
  padding-right: calc(65 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-65 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-65 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 66);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 66);
}
.ag-ltr .ag-row-group-indent-66 {
  padding-left: calc(66 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-66 {
  padding-right: calc(66 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-66 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-66 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 67);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 67);
}
.ag-ltr .ag-row-group-indent-67 {
  padding-left: calc(67 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-67 {
  padding-right: calc(67 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-67 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-67 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 68);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 68);
}
.ag-ltr .ag-row-group-indent-68 {
  padding-left: calc(68 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-68 {
  padding-right: calc(68 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-68 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-68 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 69);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 69);
}
.ag-ltr .ag-row-group-indent-69 {
  padding-left: calc(69 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-69 {
  padding-right: calc(69 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-69 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-69 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 70);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 70);
}
.ag-ltr .ag-row-group-indent-70 {
  padding-left: calc(70 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-70 {
  padding-right: calc(70 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-70 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-70 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 71);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 71);
}
.ag-ltr .ag-row-group-indent-71 {
  padding-left: calc(71 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-71 {
  padding-right: calc(71 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-71 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-71 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 72);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 72);
}
.ag-ltr .ag-row-group-indent-72 {
  padding-left: calc(72 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-72 {
  padding-right: calc(72 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-72 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-72 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 73);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 73);
}
.ag-ltr .ag-row-group-indent-73 {
  padding-left: calc(73 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-73 {
  padding-right: calc(73 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-73 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-73 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 74);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 74);
}
.ag-ltr .ag-row-group-indent-74 {
  padding-left: calc(74 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-74 {
  padding-right: calc(74 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-74 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-74 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 75);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 75);
}
.ag-ltr .ag-row-group-indent-75 {
  padding-left: calc(75 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-75 {
  padding-right: calc(75 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-75 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-75 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 76);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 76);
}
.ag-ltr .ag-row-group-indent-76 {
  padding-left: calc(76 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-76 {
  padding-right: calc(76 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-76 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-76 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 77);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 77);
}
.ag-ltr .ag-row-group-indent-77 {
  padding-left: calc(77 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-77 {
  padding-right: calc(77 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-77 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-77 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 78);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 78);
}
.ag-ltr .ag-row-group-indent-78 {
  padding-left: calc(78 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-78 {
  padding-right: calc(78 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-78 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-78 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 79);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 79);
}
.ag-ltr .ag-row-group-indent-79 {
  padding-left: calc(79 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-79 {
  padding-right: calc(79 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-79 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-79 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 80);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 80);
}
.ag-ltr .ag-row-group-indent-80 {
  padding-left: calc(80 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-80 {
  padding-right: calc(80 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-80 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-80 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 81);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 81);
}
.ag-ltr .ag-row-group-indent-81 {
  padding-left: calc(81 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-81 {
  padding-right: calc(81 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-81 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-81 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 82);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 82);
}
.ag-ltr .ag-row-group-indent-82 {
  padding-left: calc(82 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-82 {
  padding-right: calc(82 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-82 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-82 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 83);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 83);
}
.ag-ltr .ag-row-group-indent-83 {
  padding-left: calc(83 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-83 {
  padding-right: calc(83 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-83 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-83 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 84);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 84);
}
.ag-ltr .ag-row-group-indent-84 {
  padding-left: calc(84 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-84 {
  padding-right: calc(84 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-84 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-84 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 85);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 85);
}
.ag-ltr .ag-row-group-indent-85 {
  padding-left: calc(85 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-85 {
  padding-right: calc(85 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-85 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-85 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 86);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 86);
}
.ag-ltr .ag-row-group-indent-86 {
  padding-left: calc(86 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-86 {
  padding-right: calc(86 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-86 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-86 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 87);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 87);
}
.ag-ltr .ag-row-group-indent-87 {
  padding-left: calc(87 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-87 {
  padding-right: calc(87 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-87 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-87 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 88);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 88);
}
.ag-ltr .ag-row-group-indent-88 {
  padding-left: calc(88 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-88 {
  padding-right: calc(88 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-88 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-88 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 89);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 89);
}
.ag-ltr .ag-row-group-indent-89 {
  padding-left: calc(89 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-89 {
  padding-right: calc(89 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-89 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-89 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 90);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 90);
}
.ag-ltr .ag-row-group-indent-90 {
  padding-left: calc(90 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-90 {
  padding-right: calc(90 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-90 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-90 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 91);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 91);
}
.ag-ltr .ag-row-group-indent-91 {
  padding-left: calc(91 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-91 {
  padding-right: calc(91 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-91 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-91 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 92);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 92);
}
.ag-ltr .ag-row-group-indent-92 {
  padding-left: calc(92 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-92 {
  padding-right: calc(92 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-92 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-92 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 93);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 93);
}
.ag-ltr .ag-row-group-indent-93 {
  padding-left: calc(93 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-93 {
  padding-right: calc(93 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-93 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-93 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 94);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 94);
}
.ag-ltr .ag-row-group-indent-94 {
  padding-left: calc(94 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-94 {
  padding-right: calc(94 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-94 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-94 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 95);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 95);
}
.ag-ltr .ag-row-group-indent-95 {
  padding-left: calc(95 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-95 {
  padding-right: calc(95 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-95 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-95 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 96);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 96);
}
.ag-ltr .ag-row-group-indent-96 {
  padding-left: calc(96 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-96 {
  padding-right: calc(96 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-96 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-96 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 97);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 97);
}
.ag-ltr .ag-row-group-indent-97 {
  padding-left: calc(97 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-97 {
  padding-right: calc(97 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-97 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-97 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 98);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 98);
}
.ag-ltr .ag-row-group-indent-98 {
  padding-left: calc(98 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-98 {
  padding-right: calc(98 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-98 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-98 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 99);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 99);
}
.ag-ltr .ag-row-group-indent-99 {
  padding-left: calc(99 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-99 {
  padding-right: calc(99 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-99 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-99 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row-group-leaf-indent {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-group-leaf-indent {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-value-change-delta {
  padding-right: 2px;
}
.ag-value-change-delta-up {
  color: var(--ag-value-change-delta-up-color);
}
.ag-value-change-delta-down {
  color: var(--ag-value-change-delta-down-color);
}
.ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s;
}
.ag-value-change-value-highlight {
  background-color: var(--ag-value-change-value-highlight-background-color);
  transition: background-color 0.1s;
}
.ag-cell-data-changed {
  background-color: var(--ag-value-change-value-highlight-background-color) !important;
}
.ag-cell-data-changed-animation {
  background-color: transparent;
}
.ag-cell-highlight {
  background-color: var(--ag-range-selection-highlight-color) !important;
}
.ag-row {
  height: var(--ag-row-height);
  background-color: var(--ag-background-color);
  color: var(--ag-data-color);
  border-bottom: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
}
.ag-row-highlight-above::after, .ag-row-highlight-below::after {
  content: "";
  position: absolute;
  width: calc(100% - 1px);
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
  left: 1px;
}
.ag-row-highlight-above::after {
  top: -1px;
}
.ag-row-highlight-above.ag-row-first::after {
  top: 0;
}
.ag-row-highlight-below::after {
  bottom: 0px;
}
.ag-row-odd {
  background-color: var(--ag-odd-row-background-color);
}
.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-row-selected::before {
  content: "";
  background-color: var(--ag-selected-row-background-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ag-row-hover:not(.ag-full-width-row)::before,
.ag-row-hover.ag-full-width-row.ag-row-group::before {
  content: "";
  background-color: var(--ag-row-hover-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.ag-row-hover.ag-full-width-row.ag-row-group > * {
  position: relative;
}
.ag-row-hover.ag-row-selected::before {
  background-color: var(--ag-row-hover-color);
  background-image: linear-gradient(var(--ag-selected-row-background-color), var(--ag-selected-row-background-color));
}
.ag-column-hover {
  background-color: var(--ag-column-hover-color);
}
.ag-ltr .ag-right-aligned-cell {
  text-align: right;
}
.ag-rtl .ag-right-aligned-cell {
  text-align: left;
}
.ag-ltr .ag-right-aligned-cell .ag-cell-value,
.ag-ltr .ag-right-aligned-cell .ag-group-value {
  margin-left: auto;
}
.ag-rtl .ag-right-aligned-cell .ag-cell-value,
.ag-rtl .ag-right-aligned-cell .ag-group-value {
  margin-right: auto;
}
.ag-cell, .ag-full-width-row .ag-cell-wrapper.ag-row-group {
  --ag-internal-calculated-line-height: var(--ag-line-height, calc(var(--ag-row-height) - var(--ag-row-border-width)));
  --ag-internal-padded-row-height: calc(var(--ag-row-height) - var(--ag-row-border-width));
  border: 1px solid transparent;
  line-height: min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px);
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
  -webkit-font-smoothing: subpixel-antialiased;
}
.ag-row > .ag-cell-wrapper {
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px);
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
}
.ag-row-dragging {
  cursor: move;
  opacity: 0.5;
}
.ag-cell-inline-editing {
  border: 1px solid var(--ag-border-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: 0;
  background-color: var(--ag-control-panel-background-color);
}
.ag-popup-editor .ag-large-text,
.ag-autocomplete-list-popup {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  background-color: var(--ag-control-panel-background-color);
  padding: 0;
}
.ag-large-text-input {
  height: auto;
  padding: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-large-text-input textarea {
  resize: none;
}
.ag-details-row {
  padding: calc(var(--ag-grid-size) * 5);
  background-color: var(--ag-background-color);
}
.ag-layout-auto-height .ag-center-cols-viewport, .ag-layout-auto-height .ag-center-cols-container, .ag-layout-print .ag-center-cols-viewport, .ag-layout-print .ag-center-cols-container {
  min-height: 50px;
}
.ag-overlay-loading-wrapper {
  background-color: var(--ag-modal-overlay-background-color);
}
.ag-overlay-loading-center {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
}
.ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px;
}
.ag-loading {
  display: flex;
  height: 100%;
  align-items: center;
}
.ag-ltr .ag-loading {
  padding-left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-loading {
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-ltr .ag-loading-icon {
  padding-right: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-loading-icon {
  padding-left: var(--ag-cell-widget-spacing);
}
.ag-icon-loading {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ag-floating-top {
  border-bottom: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-floating-bottom {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-ltr .ag-cell {
  border-right: var(--ag-cell-horizontal-border);
}
.ag-rtl .ag-cell {
  border-left: var(--ag-cell-horizontal-border);
}
.ag-ltr .ag-cell {
  border-right-width: 1px;
}
.ag-rtl .ag-cell {
  border-left-width: 1px;
}
.ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-cell-range-selected:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing) {
  background-color: var(--ag-range-selection-background-color);
}
.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart {
  background-color: var(--ag-range-selection-chart-background-color) !important;
}
.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category {
  background-color: var(--ag-range-selection-chart-category-background-color) !important;
}
.ag-cell-range-selected-1:not(.ag-cell-focus),
.ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
  background-color: var(--ag-range-selection-background-color);
}
.ag-cell-range-selected-2:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2 {
  background-color: var(--ag-range-selection-background-color-2);
}
.ag-cell-range-selected-3:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3 {
  background-color: var(--ag-range-selection-background-color-3);
}
.ag-cell-range-selected-4:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4 {
  background-color: var(--ag-range-selection-background-color-4);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
  border-top-color: var(--ag-range-selection-border-color);
  border-top-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
  border-right-color: var(--ag-range-selection-border-color);
  border-right-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
  border-bottom-color: var(--ag-range-selection-border-color);
  border-bottom-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
  border-left-color: var(--ag-range-selection-border-color);
  border-left-style: var(--ag-range-selection-border-style);
}
.ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-ltr .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-ltr .ag-cell-range-single-cell,
.ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle, .ag-rtl .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-rtl .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-rtl .ag-cell-range-single-cell,
.ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
  border: 1px solid;
  border-color: var(--ag-range-selection-border-color);
  border-style: var(--ag-range-selection-border-style);
  outline: medium none invert;
  outline: initial;
}
.ag-cell.ag-selection-fill-top,
.ag-cell.ag-selection-fill-top.ag-cell-range-selected {
  border-top: 1px dashed;
  border-top-color: var(--ag-range-selection-border-color);
}
.ag-ltr .ag-cell.ag-selection-fill-right,
.ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-rtl .ag-cell.ag-selection-fill-right,
.ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-cell.ag-selection-fill-bottom,
.ag-cell.ag-selection-fill-bottom.ag-cell-range-selected {
  border-bottom: 1px dashed;
  border-bottom-color: var(--ag-range-selection-border-color);
}
.ag-ltr .ag-cell.ag-selection-fill-left,
.ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-rtl .ag-cell.ag-selection-fill-left,
.ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-fill-handle, .ag-range-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: -1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-ltr .ag-fill-handle, .ag-ltr .ag-range-handle {
  right: -1px;
}
.ag-rtl .ag-fill-handle, .ag-rtl .ag-range-handle {
  left: -1px;
}
.ag-fill-handle {
  cursor: cell;
}
.ag-range-handle {
  cursor: nwse-resize;
}
.ag-cell-inline-editing {
  border-color: var(--ag-input-focus-border-color) !important;
}
.ag-menu {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  padding: 0;
}
.ag-menu-list {
  cursor: default;
  padding: var(--ag-grid-size) 0;
}
.ag-menu-separator {
  height: calc(var(--ag-grid-size) * 2 + 1px);
}
.ag-menu-separator-part::after {
  content: "";
  display: block;
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-menu-option-active, .ag-compact-menu-option-active {
  background-color: var(--ag-row-hover-color);
}
.ag-menu-option-part, .ag-compact-menu-option-part {
  line-height: var(--ag-icon-size);
  padding: calc(var(--ag-grid-size) + 2px) 0;
}
.ag-menu-option-disabled, .ag-compact-menu-option-disabled {
  opacity: 0.5;
}
.ag-menu-option-icon, .ag-compact-menu-option-icon {
  width: var(--ag-icon-size);
}
.ag-ltr .ag-menu-option-icon, .ag-ltr .ag-compact-menu-option-icon {
  padding-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-menu-option-icon, .ag-rtl .ag-compact-menu-option-icon {
  padding-right: calc(var(--ag-grid-size) * 2);
}
.ag-menu-option-text, .ag-compact-menu-option-text {
  padding-left: calc(var(--ag-grid-size) * 2);
  padding-right: calc(var(--ag-grid-size) * 2);
}
.ag-ltr .ag-menu-option-shortcut, .ag-ltr .ag-compact-menu-option-shortcut {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-menu-option-shortcut, .ag-rtl .ag-compact-menu-option-shortcut {
  padding-left: var(--ag-grid-size);
}
.ag-ltr .ag-menu-option-popup-pointer, .ag-ltr .ag-compact-menu-option-popup-pointer {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-menu-option-popup-pointer, .ag-rtl .ag-compact-menu-option-popup-pointer {
  padding-left: var(--ag-grid-size);
}
.ag-tabs {
  min-width: var(--ag-tab-min-width);
}
.ag-tabs-header {
  display: flex;
}
.ag-tab {
  border-bottom: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-bottom var(--ag-selected-tab-underline-transition-speed);
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ag-tab:focus-visible {
  outline: none;
}
.ag-tab:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-tab-selected {
  border-bottom-color: var(--ag-selected-tab-underline-color);
}
.ag-menu-header {
  color: var(--ag-secondary-foreground-color);
}
.ag-filter-separator {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-filter-select .ag-picker-field-wrapper {
  width: 0;
}
.ag-filter-condition-operator {
  height: 17px;
}
.ag-ltr .ag-filter-condition-operator-or {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-filter-condition-operator-or {
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-set-filter-select-all {
  padding-top: var(--ag-widget-container-vertical-padding);
}
.ag-set-filter-list, .ag-filter-no-matches {
  height: calc(var(--ag-list-item-height) * 6);
}
.ag-set-filter-tree-list {
  height: calc(var(--ag-list-item-height) * 10);
}
.ag-set-filter-filter {
  margin-top: var(--ag-widget-container-vertical-padding);
  margin-left: var(--ag-widget-container-horizontal-padding);
  margin-right: var(--ag-widget-container-horizontal-padding);
}
.ag-filter-to {
  margin-top: var(--ag-widget-vertical-spacing);
}
.ag-mini-filter {
  margin: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}
.ag-set-filter-item {
  padding: 0px var(--ag-widget-container-horizontal-padding);
}
.ag-ltr .ag-set-filter-indent-1 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 1 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-1 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 1 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-2 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 2 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-2 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 2 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-3 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 3 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-3 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 3 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-4 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 4 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-4 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 4 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-5 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 5 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-5 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 5 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-6 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 6 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-6 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 6 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-7 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 7 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-7 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 7 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-8 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 8 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-8 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 8 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-9 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 9 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-9 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 9 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-add-group-indent {
  margin-left: calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding));
}
.ag-rtl .ag-set-filter-add-group-indent {
  margin-right: calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding));
}
.ag-ltr .ag-set-filter-group-icons {
  margin-right: var(--ag-widget-container-horizontal-padding);
}
.ag-rtl .ag-set-filter-group-icons {
  margin-left: var(--ag-widget-container-horizontal-padding);
}
.ag-filter-virtual-list-item:focus-visible {
  outline: none;
}
.ag-filter-virtual-list-item:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-filter-apply-panel {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-filter-apply-panel-button {
  line-height: 1.5;
}
.ag-ltr .ag-filter-apply-panel-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-filter-apply-panel-button {
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-simple-filter-body-wrapper {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
  overflow-y: auto;
  min-height: calc(var(--ag-list-item-height) + var(--ag-widget-container-vertical-padding) + var(--ag-widget-vertical-spacing));
}
.ag-simple-filter-body-wrapper > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-simple-filter-body-wrapper .ag-resizer-wrapper {
  margin: 0;
}
.ag-menu:not(.ag-tabs) .ag-filter .ag-simple-filter-body-wrapper,
.ag-menu:not(.ag-tabs) .ag-filter > *:not(.ag-filter-wrapper) {
  min-width: calc(var(--ag-menu-min-width) - 2px);
}
.ag-filter-no-matches {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}
.ag-multi-filter-menu-item {
  margin: var(--ag-grid-size) 0;
}
.ag-multi-filter-group-title-bar {
  padding: calc(var(--ag-grid-size) * 2) var(--ag-grid-size);
  background-color: transparent;
}
.ag-group-filter-field-select-wrapper {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
}
.ag-group-filter-field-select-wrapper > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-multi-filter-group-title-bar:focus-visible {
  outline: none;
}
.ag-multi-filter-group-title-bar:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-side-bar {
  position: relative;
}
.ag-tool-panel-wrapper {
  width: var(--ag-side-bar-panel-width);
  background-color: var(--ag-control-panel-background-color);
}
.ag-side-buttons {
  padding-top: calc(var(--ag-grid-size) * 4);
  width: calc(var(--ag-icon-size) + 4px);
  position: relative;
  overflow: hidden;
}
button.ag-side-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: transparent;
  padding: calc(var(--ag-grid-size) * 2) 0 calc(var(--ag-grid-size) * 2) 0;
  width: 100%;
  margin: 0;
  min-height: calc(var(--ag-grid-size) * 18);
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  border: none;
  border-top: var(--ag-borders-side-button) var(--ag-border-color);
  border-bottom: var(--ag-borders-side-button) var(--ag-border-color);
}
button.ag-side-button-button:focus {
  box-shadow: none;
}
.ag-side-button-button:focus-visible {
  outline: none;
}
.ag-side-button-button:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-selected button.ag-side-button-button {
  background-color: var(--ag-side-button-selected-background-color);
}
.ag-side-button-icon-wrapper {
  margin-bottom: 3px;
}
.ag-ltr .ag-side-bar-left,
.ag-rtl .ag-side-bar-right {
  border-right: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper {
  border-left: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-side-bar-left .ag-side-button-button,
.ag-rtl .ag-side-bar-right .ag-side-button-button {
  border-right: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-right var(--ag-selected-tab-underline-transition-speed);
}
.ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-right-color: var(--ag-selected-tab-underline-color);
}
.ag-rtl .ag-side-bar-left,
.ag-ltr .ag-side-bar-right {
  border-left: var(--ag-borders) var(--ag-border-color);
}
.ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper {
  border-right: var(--ag-borders) var(--ag-border-color);
}
.ag-rtl .ag-side-bar-left .ag-side-button-button,
.ag-ltr .ag-side-bar-right .ag-side-button-button {
  border-left: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-left var(--ag-selected-tab-underline-transition-speed);
}
.ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-left-color: var(--ag-selected-tab-underline-color);
}
.ag-filter-toolpanel-header {
  height: calc(var(--ag-grid-size) * 6);
}
.ag-filter-toolpanel-header,
.ag-filter-toolpanel-search {
  padding: 0 var(--ag-grid-size);
}
.ag-filter-toolpanel-header:focus-visible {
  outline: none;
}
.ag-filter-toolpanel-header:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  font-family: var(--ag-icon-font-family);
  font-weight: var(--ag-icon-font-weight);
  color: var(--ag-icon-font-color);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f115";
  content: var(--ag-icon-font-code-filter, "\f115");
  position: absolute;
}
.ag-ltr .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  padding-left: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  padding-right: var(--ag-grid-size);
}
.ag-filter-toolpanel-group-level-0-header {
  height: calc(var(--ag-grid-size) * 8);
}
.ag-filter-toolpanel-group-item {
  margin-top: calc(var(--ag-grid-size) * 0.5);
  margin-bottom: calc(var(--ag-grid-size) * 0.5);
}
.ag-filter-toolpanel-search {
  height: var(--ag-header-height);
}
.ag-filter-toolpanel-search-input {
  flex-grow: 1;
  height: calc(var(--ag-grid-size) * 4);
}
.ag-ltr .ag-filter-toolpanel-search-input {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-search-input {
  margin-left: var(--ag-grid-size);
}
.ag-filter-toolpanel-group-level-0 {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-ltr .ag-filter-toolpanel-expand,
.ag-ltr .ag-filter-toolpanel-group-title-bar-icon {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-expand,
.ag-rtl .ag-filter-toolpanel-group-title-bar-icon {
  margin-left: var(--ag-grid-size);
}
.ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 1 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 1 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 2 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 2 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 3 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 3 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 4 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 4 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 5 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 5 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 6 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 6 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 7 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 7 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 8 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 8 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 9 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 9 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 10 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 10 + var(--ag-grid-size));
}
.ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header {
  padding-left: var(--ag-grid-size);
}
.ag-filter-toolpanel-instance-filter {
  border-bottom: var(--ag-borders) var(--ag-border-color);
  border-top: var(--ag-borders) var(--ag-border-color);
  margin-top: var(--ag-grid-size);
}
.ag-ltr .ag-filter-toolpanel-instance-header-icon {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-instance-header-icon {
  margin-right: var(--ag-grid-size);
}
.ag-set-filter-group-icons {
  color: var(--ag-secondary-foreground-color);
}
.ag-pivot-mode-panel {
  min-height: var(--ag-header-height);
  height: var(--ag-header-height);
  display: flex;
}
.ag-pivot-mode-select {
  display: flex;
  align-items: center;
}
.ag-ltr .ag-pivot-mode-select {
  margin-left: var(--ag-widget-container-horizontal-padding);
}
.ag-rtl .ag-pivot-mode-select {
  margin-right: var(--ag-widget-container-horizontal-padding);
}
.ag-column-select-header:focus-visible {
  outline: none;
}
.ag-column-select-header:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-column-select-header {
  height: var(--ag-header-height);
  align-items: center;
  padding: 0 var(--ag-widget-container-horizontal-padding);
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-column-panel-column-select {
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-column-group-icons,
.ag-column-select-header-icon {
  color: var(--ag-secondary-foreground-color);
}
.ag-column-select-list .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-column-select-list .ag-item-highlight-top::after {
  top: 0;
}
.ag-column-select-list .ag-item-highlight-bottom::after {
  bottom: 0;
}
.ag-header, .ag-advanced-filter-header {
  background-color: var(--ag-header-background-color);
  border-bottom: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-header-row {
  color: var(--ag-header-foreground-color);
  height: var(--ag-header-height);
}
.ag-pinned-right-header {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-pinned-left-header {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
  margin-right: var(--ag-grid-size);
}
.ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
  margin-left: var(--ag-grid-size);
}
.ag-header-cell,
.ag-header-group-cell {
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-header-cell.ag-header-cell-moving,
.ag-header-group-cell.ag-header-cell-moving {
  background-color: var(--ag-header-cell-moving-background-color);
}
.ag-ltr .ag-header-group-cell-label.ag-sticky-label {
  left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-header-group-cell-label.ag-sticky-label {
  right: var(--ag-cell-horizontal-padding);
}
.ag-header-cell:focus-visible {
  outline: none;
}
.ag-header-cell:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-header-group-cell:focus-visible {
  outline: none;
}
.ag-header-group-cell:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-advanced-filter-header-cell:focus-visible {
  outline: none;
}
.ag-advanced-filter-header-cell:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-header-icon {
  color: var(--ag-secondary-foreground-color);
}
.ag-header-expand-icon {
  cursor: pointer;
}
.ag-ltr .ag-header-expand-icon {
  margin-left: 4px;
}
.ag-rtl .ag-header-expand-icon {
  margin-right: 4px;
}
.ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total),
.ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover, .ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell:not(.ag-column-hover).ag-column-resizing,
.ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover,
.ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-column-hover).ag-column-resizing,
.ag-header-group-cell:first-of-type:not(.ag-header-cell-moving):hover,
.ag-header-group-cell:first-of-type.ag-column-resizing,
.ag-header-cell:not(.ag-column-hover):first-of-type:not(.ag-header-cell-moving):hover,
.ag-header-cell:not(.ag-column-hover):first-of-type.ag-column-resizing {
  background-color: var(--ag-header-cell-hover-background-color);
}
.ag-header-cell::before,
.ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group)::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: var(--ag-header-column-separator-display);
  width: var(--ag-header-column-separator-width);
  height: var(--ag-header-column-separator-height);
  top: calc(50% - var(--ag-header-column-separator-height) * 0.5);
  background-color: var(--ag-header-column-separator-color);
}
.ag-ltr .ag-header-cell::before,
.ag-ltr .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group)::before {
  right: 0;
}
.ag-rtl .ag-header-cell::before,
.ag-rtl .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group)::before {
  left: 0;
}
.ag-header-cell-resize {
  display: flex;
  align-items: center;
}
.ag-header-cell-resize::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: var(--ag-header-column-resize-handle-display);
  width: var(--ag-header-column-resize-handle-width);
  height: var(--ag-header-column-resize-handle-height);
  top: calc(50% - var(--ag-header-column-resize-handle-height) * 0.5);
  background-color: var(--ag-header-column-resize-handle-color);
}
.ag-header-cell.ag-header-span-height .ag-header-cell-resize::after {
  height: calc(100% - var(--ag-grid-size) * 4);
  top: calc(var(--ag-grid-size) * 2);
}
.ag-ltr .ag-header-viewport .ag-header-cell-resize::after {
  left: calc(50% - var(--ag-header-column-resize-handle-width));
}
.ag-rtl .ag-header-viewport .ag-header-cell-resize::after {
  right: calc(50% - var(--ag-header-column-resize-handle-width));
}
.ag-pinned-left-header .ag-header-cell-resize::after {
  left: calc(50% - var(--ag-header-column-resize-handle-width));
}
.ag-pinned-right-header .ag-header-cell-resize::after {
  left: 50%;
}
.ag-ltr .ag-header-select-all {
  margin-right: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-header-select-all {
  margin-left: var(--ag-cell-horizontal-padding);
}
.ag-ltr .ag-floating-filter-button {
  margin-left: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-floating-filter-button {
  margin-right: var(--ag-cell-widget-spacing);
}
.ag-floating-filter-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  height: var(--ag-icon-size);
  padding: 0;
  width: var(--ag-icon-size);
}
.ag-filter-loading {
  background-color: var(--ag-control-panel-background-color);
  height: 100%;
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.ag-paging-panel {
  border-top: 1px solid;
  border-top-color: var(--ag-border-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height);
}
.ag-paging-panel > * {
  margin: 0 var(--ag-cell-horizontal-padding);
}
.ag-paging-panel > .ag-paging-page-size .ag-wrapper {
  min-width: calc(var(--ag-grid-size) * 10);
}
.ag-paging-button {
  cursor: pointer;
}
.ag-paging-button.ag-disabled {
  cursor: default;
  color: var(--ag-disabled-foreground-color);
}
.ag-paging-button:focus-visible {
  outline: none;
}
.ag-paging-button:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-paging-button, .ag-paging-description {
  margin: 0 var(--ag-grid-size);
}
.ag-status-bar {
  border-top: var(--ag-borders) var(--ag-border-color);
  color: var(--ag-disabled-foreground-color);
  padding-right: calc(var(--ag-grid-size) * 4);
  padding-left: calc(var(--ag-grid-size) * 4);
  line-height: 1.5;
}
.ag-status-name-value-value {
  color: var(--ag-foreground-color);
}
.ag-status-bar-center {
  text-align: center;
}
.ag-status-name-value {
  margin-left: var(--ag-grid-size);
  margin-right: var(--ag-grid-size);
  padding-top: calc(var(--ag-grid-size) * 2);
  padding-bottom: calc(var(--ag-grid-size) * 2);
}
.ag-column-drop-cell {
  background: var(--ag-chip-background-color);
  border-radius: calc(var(--ag-grid-size) * 4);
  height: calc(var(--ag-grid-size) * 4);
  padding: 0 calc(var(--ag-grid-size) * 0.5);
  border: 1px solid var(--ag-chip-border-color);
}
.ag-column-drop-cell:focus-visible {
  outline: none;
}
.ag-column-drop-cell:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 2px;
  left: 2px;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-column-drop-cell-text {
  margin: 0 var(--ag-grid-size);
}
.ag-column-drop-cell-button {
  min-width: calc(var(--ag-grid-size) * 4);
  margin: 0 calc(var(--ag-grid-size) * 0.5);
  color: var(--ag-secondary-foreground-color);
}
.ag-column-drop-cell-drag-handle {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-column-drop-cell-ghost {
  opacity: 0.5;
}
.ag-column-drop-horizontal {
  background-color: var(--ag-header-background-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height);
  border-bottom: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-column-drop-horizontal {
  padding-left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-column-drop-horizontal {
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-right: var(--ag-borders) var(--ag-border-color);
}
.ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-left: var(--ag-borders) var(--ag-border-color);
}
.ag-column-drop-horizontal-cell-separator {
  margin: 0 var(--ag-grid-size);
  color: var(--ag-secondary-foreground-color);
}
.ag-column-drop-horizontal-empty-message {
  color: var(--ag-disabled-foreground-color);
}
.ag-ltr .ag-column-drop-horizontal-icon {
  margin-right: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-column-drop-horizontal-icon {
  margin-left: var(--ag-cell-horizontal-padding);
}
.ag-column-drop-vertical-list {
  padding-bottom: var(--ag-grid-size);
  padding-right: var(--ag-grid-size);
  padding-left: var(--ag-grid-size);
}
.ag-column-drop-vertical-cell {
  margin-top: var(--ag-grid-size);
}
.ag-column-drop-vertical {
  min-height: 50px;
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-column-drop-vertical.ag-last-column-drop {
  border-bottom: none;
}
.ag-column-drop-vertical-icon {
  margin-left: var(--ag-grid-size);
  margin-right: var(--ag-grid-size);
}
.ag-column-drop-vertical-empty-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  color: var(--ag-disabled-foreground-color);
  margin-top: var(--ag-grid-size);
}
.ag-select-agg-func-popup {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  background: var(--ag-background-color);
  height: calc(var(--ag-grid-size) * 5 * 3.5);
  padding: 0;
}
.ag-select-agg-func-virtual-list-item {
  cursor: default;
}
.ag-ltr .ag-select-agg-func-virtual-list-item {
  padding-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-select-agg-func-virtual-list-item {
  padding-right: calc(var(--ag-grid-size) * 2);
}
.ag-select-agg-func-virtual-list-item:hover {
  background-color: var(--ag-selected-row-background-color);
}
.ag-select-agg-func-virtual-list-item:focus-visible {
  outline: none;
}
.ag-select-agg-func-virtual-list-item:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-sort-indicator-container {
  display: flex;
}
.ag-ltr .ag-sort-indicator-icon {
  padding-left: var(--ag-grid-size);
}
.ag-rtl .ag-sort-indicator-icon {
  padding-right: var(--ag-grid-size);
}
.ag-chart {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ag-chart-components-wrapper {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}
.ag-chart-title-edit {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  text-align: center;
}
.ag-chart-title-edit.currently-editing {
  display: inline-block;
}
.ag-chart-canvas-wrapper {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
}
.ag-charts-canvas {
  display: block;
}
.ag-chart-menu {
  position: absolute;
  top: 16px;
  display: flex;
  flex-direction: column;
}
.ag-ltr .ag-chart-menu {
  right: 20px;
}
.ag-rtl .ag-chart-menu {
  left: 20px;
}
.ag-chart-docked-container {
  position: relative;
  width: 0;
  min-width: 0;
  transition: min-width 0.4s;
}
.ag-chart-menu-hidden ~ .ag-chart-docked-container {
  max-width: 0;
  overflow: hidden;
}
.ag-chart-tabbed-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ag-chart-tabbed-menu-header {
  flex: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.ag-chart-tabbed-menu-body {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  overflow: hidden;
}
.ag-chart-tab {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.ag-chart-settings {
  overflow-x: hidden;
}
.ag-chart-settings-wrapper {
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.ag-chart-settings-nav-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.ag-chart-settings-card-selector {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1 1 auto;
  height: 100%;
  padding: 0 10px;
}
.ag-chart-settings-card-item {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #000;
  position: relative;
}
.ag-chart-settings-card-item.ag-not-selected {
  opacity: 0.2;
}
.ag-chart-settings-card-item::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: transparent;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.ag-chart-settings-prev,
.ag-chart-settings-next {
  position: relative;
  flex: none;
}
.ag-chart-settings-prev-button,
.ag-chart-settings-next-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ag-chart-settings-mini-charts-container {
  position: relative;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.ag-chart-settings-mini-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.ag-chart-settings-mini-wrapper.ag-animating {
  transition: left 0.3s;
  transition-timing-function: ease-in-out;
}
.ag-chart-mini-thumbnail {
  cursor: pointer;
}
.ag-chart-mini-thumbnail-canvas {
  display: block;
}
.ag-chart-data-wrapper,
.ag-chart-format-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  padding-bottom: 16px;
}
.ag-chart-data-wrapper {
  height: 100%;
  overflow-y: auto;
}
.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0;
}
.ag-chart-empty-text {
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.ag-chart .ag-chart-menu {
  display: none;
}
.ag-chart-menu-hidden:hover .ag-chart-menu {
  display: block;
}
.ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  display: flex;
  flex-direction: row;
  top: 8px;
  gap: 20px;
  width: auto;
}
.ag-ltr .ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  right: calc(var(--ag-cell-horizontal-padding) + var(--ag-grid-size) - 4px);
  justify-content: right;
}
.ag-rtl .ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  left: calc(var(--ag-cell-horizontal-padding) + var(--ag-grid-size) - 4px);
  justify-content: left;
}
.ag-chart-menu-close {
  display: none;
}
.ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  position: absolute;
  top: 50%;
  transition: transform 0.33s ease-in-out;
  padding: 0;
  display: block;
  cursor: pointer;
  border: none;
}
.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  right: 0px;
}
.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  left: 0px;
}
.ag-chart-tool-panel-button-enable .ag-chart-menu-close .ag-icon {
  padding: 14px 5px 14px 2px;
  width: auto;
  height: auto;
}
.ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  content: "";
  position: absolute;
  top: -40px;
  bottom: -40px;
}
.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  right: 0px;
}
.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  left: 0px;
}
.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  left: -10px;
}
.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  right: -10px;
}
.ag-chart-tool-panel-button-enable .ag-icon-menu {
  display: none;
}
.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  transform: translate(3px, -50%);
}
.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(0, -50%);
}
.ag-ltr .ag-chart-menu-visible .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(5px, -50%);
}
.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  transform: translate(-3px, -50%);
}
.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(0, -50%);
}
.ag-rtl .ag-chart-menu-visible .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(-5px, -50%);
}
.ag-charts-font-size-color {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
}
.ag-charts-data-group-item {
  position: relative;
}
.ag-chart-menu {
  border-radius: var(--ag-card-radius);
  background: var(--ag-background-color);
}
.ag-chart-menu-icon {
  opacity: 0.5;
  margin: 2px 0;
  cursor: pointer;
  border-radius: var(--ag-card-radius);
  color: var(--ag-secondary-foreground-color);
}
.ag-chart-menu-icon:hover {
  opacity: 1;
}
.ag-chart-mini-thumbnail {
  border: 1px solid var(--ag-secondary-border-color);
  border-radius: 5px;
  margin: 5px;
}
.ag-chart-mini-thumbnail:nth-last-child(3), .ag-chart-mini-thumbnail:nth-last-child(3) ~ .ag-chart-mini-thumbnail {
  margin-left: auto;
  margin-right: auto;
}
.ag-ltr .ag-chart-mini-thumbnail:first-child {
  margin-left: 0;
}
.ag-rtl .ag-chart-mini-thumbnail:first-child {
  margin-right: 0;
}
.ag-ltr .ag-chart-mini-thumbnail:last-child {
  margin-right: 0;
}
.ag-rtl .ag-chart-mini-thumbnail:last-child {
  margin-left: 0;
}
.ag-chart-mini-thumbnail.ag-selected {
  border-color: var(--ag-minichart-selected-chart-color);
}
.ag-chart-settings-card-item {
  background: var(--ag-foreground-color);
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.ag-chart-settings-card-item.ag-selected {
  background-color: var(--ag-minichart-selected-page-color);
}
.ag-chart-data-column-drag-handle {
  margin-left: var(--ag-grid-size);
}
.ag-charts-settings-group-title-bar,
.ag-charts-data-group-title-bar,
.ag-charts-format-top-level-group-title-bar {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-charts-settings-group-container {
  padding: var(--ag-grid-size);
}
.ag-charts-data-group-container {
  padding: calc(var(--ag-widget-container-vertical-padding) * 0.5) var(--ag-widget-container-horizontal-padding);
}
.ag-charts-data-group-container .ag-charts-data-group-item:not(.ag-charts-format-sub-level-group) {
  height: var(--ag-list-item-height);
}
.ag-charts-data-group-container .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-charts-data-group-container .ag-item-highlight-top::after {
  top: 0;
}
.ag-charts-data-group-container .ag-item-highlight-bottom::after {
  bottom: 0;
}
.ag-charts-format-top-level-group-container {
  margin-left: calc(var(--ag-grid-size) * 2);
  padding: var(--ag-grid-size);
}
.ag-charts-format-top-level-group-item {
  margin: var(--ag-grid-size) 0;
}
.ag-charts-format-sub-level-group-container {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
}
.ag-charts-format-sub-level-group-container > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-charts-group-container.ag-group-container-horizontal {
  padding: var(--ag-grid-size);
}
.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0;
}
.ag-chart-menu-panel {
  background-color: var(--ag-control-panel-background-color);
}
.ag-ltr .ag-chart-menu-panel {
  border-left: solid 1px var(--ag-border-color);
}
.ag-rtl .ag-chart-menu-panel {
  border-right: solid 1px var(--ag-border-color);
}
.ag-date-time-list-page-title-bar {
  display: flex;
}
.ag-date-time-list-page-title {
  flex-grow: 1;
  text-align: center;
}
.ag-date-time-list-page-column-labels-row,
.ag-date-time-list-page-entries-row {
  display: flex;
}
.ag-date-time-list-page-column-label,
.ag-date-time-list-page-entry {
  flex-basis: 0;
  flex-grow: 1;
}
.ag-date-time-list-page-entry {
  cursor: pointer;
  text-align: center;
}
.ag-date-time-list-page-column-label {
  text-align: center;
}
.ag-advanced-filter-header {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-advanced-filter {
  display: flex;
  align-items: center;
  width: 100%;
}
.ag-advanced-filter-apply-button, .ag-advanced-filter-builder-button {
  line-height: normal;
  white-space: nowrap;
}
.ag-ltr .ag-advanced-filter-apply-button, .ag-ltr .ag-advanced-filter-builder-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-advanced-filter-apply-button, .ag-rtl .ag-advanced-filter-builder-button {
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-advanced-filter-builder-button {
  display: flex;
  align-items: center;
  border: 0;
  background-color: transparent;
  background-color: initial;
  color: var(--ag-foreground-color);
  font-size: var(--ag-font-size);
  font-weight: 600;
}
.ag-advanced-filter-builder-button:hover:not(:disabled) {
  background-color: var(--ag-row-hover-color);
}
.ag-advanced-filter-builder-button:not(:disabled) {
  cursor: pointer;
}
.ag-advanced-filter-builder-button-label {
  margin-left: var(--ag-grid-size);
}
.ag-advanced-filter-builder {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  background-color: var(--ag-control-panel-background-color);
  display: flex;
  flex-direction: column;
}
.ag-advanced-filter-builder-list {
  flex: 1;
  overflow: auto;
}
.ag-advanced-filter-builder-list .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-advanced-filter-builder-list .ag-item-highlight-top::after {
  top: 0;
}
.ag-advanced-filter-builder-list .ag-item-highlight-bottom::after {
  bottom: 0;
}
.ag-advanced-filter-builder-button-panel {
  display: flex;
  justify-content: flex-end;
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-apply-button,
.ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-cancel-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-advanced-filter-builder-item-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding-left: calc(var(--ag-icon-size) / 2);
  padding-right: var(--ag-icon-size);
}
.ag-advanced-filter-builder-item-tree-lines > * {
  width: var(--ag-advanced-filter-builder-indent-size);
}
.ag-advanced-filter-builder-item-tree-lines .ag-advanced-filter-builder-item-tree-line-root {
  width: var(--ag-icon-size);
}
.ag-advanced-filter-builder-item-tree-lines .ag-advanced-filter-builder-item-tree-line-root::before {
  top: 50%;
  height: 50%;
}
.ag-advanced-filter-builder-item-tree-line-horizontal,
.ag-advanced-filter-builder-item-tree-line-vertical,
.ag-advanced-filter-builder-item-tree-line-vertical-top,
.ag-advanced-filter-builder-item-tree-line-vertical-bottom {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.ag-advanced-filter-builder-item-tree-line-horizontal::before, .ag-advanced-filter-builder-item-tree-line-horizontal::after,
.ag-advanced-filter-builder-item-tree-line-vertical::before,
.ag-advanced-filter-builder-item-tree-line-vertical::after,
.ag-advanced-filter-builder-item-tree-line-vertical-top::before,
.ag-advanced-filter-builder-item-tree-line-vertical-top::after,
.ag-advanced-filter-builder-item-tree-line-vertical-bottom::before,
.ag-advanced-filter-builder-item-tree-line-vertical-bottom::after {
  content: "";
  position: absolute;
  height: 100%;
}
.ag-advanced-filter-builder-item-tree-line-horizontal::after {
  height: 50%;
  width: calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size));
  top: 0;
  left: calc(var(--ag-icon-size) / 2);
  border-bottom: 1px solid;
  border-color: var(--ag-border-color);
}
.ag-advanced-filter-builder-item-tree-line-vertical::before {
  width: calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size) / 2);
  top: 0;
  left: calc(var(--ag-icon-size) / 2);
  border-left: 1px solid;
  border-color: var(--ag-border-color);
}
.ag-advanced-filter-builder-item-tree-line-vertical-top::before {
  height: 50%;
  width: calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size) / 2);
  top: 0;
  left: calc(var(--ag-icon-size) / 2);
  border-left: 1px solid;
  border-color: var(--ag-border-color);
}
.ag-advanced-filter-builder-item-tree-line-vertical-bottom::before {
  height: calc((100% - 1.5 * var(--ag-icon-size)) / 2);
  width: calc(var(--ag-icon-size) / 2);
  top: calc((100% + 1.5 * var(--ag-icon-size)) / 2);
  left: calc(var(--ag-icon-size) / 2);
  border-left: 1px solid;
  border-color: var(--ag-border-color);
}
.ag-advanced-filter-builder-item-condition {
  padding-top: var(--ag-grid-size);
  padding-bottom: var(--ag-grid-size);
}
.ag-advanced-filter-builder-item,
.ag-advanced-filter-builder-item-condition,
.ag-advanced-filter-builder-pill-wrapper,
.ag-advanced-filter-builder-pill,
.ag-advanced-filter-builder-item-buttons,
.ag-advanced-filter-builder-item-tree-lines {
  display: flex;
  align-items: center;
  height: 100%;
}
.ag-advanced-filter-builder-pill-wrapper {
  margin: 0px var(--ag-grid-size);
}
.ag-advanced-filter-builder-pill {
  position: relative;
  border-radius: var(--ag-border-radius);
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
  min-height: calc(100% - var(--ag-grid-size) * 3);
  min-width: calc(var(--ag-grid-size) * 2);
}
.ag-advanced-filter-builder-pill .ag-picker-field-display {
  margin-right: var(--ag-grid-size);
}
.ag-advanced-filter-builder-pill .ag-advanced-filter-builder-value-number {
  font-family: monospace;
  font-weight: 700;
}
.ag-advanced-filter-builder-pill .ag-advanced-filter-builder-value-empty {
  color: var(--ag-disabled-foreground-color);
}
.ag-advanced-filter-builder-pill:focus-visible {
  outline: none;
}
.ag-advanced-filter-builder-pill:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: -4px;
  left: -4px;
  display: block;
  width: calc(100% - -8px);
  height: calc(100% - -8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-advanced-filter-builder-item-button:focus-visible {
  outline: none;
}
.ag-advanced-filter-builder-item-button:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: -4px;
  left: -4px;
  display: block;
  width: calc(100% - -8px);
  height: calc(100% - -8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-advanced-filter-builder-pill-display {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.ag-advanced-filter-builder-join-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-join-pill-color);
  cursor: pointer;
}
.ag-advanced-filter-builder-column-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-column-pill-color);
  cursor: pointer;
}
.ag-advanced-filter-builder-option-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-option-pill-color);
  cursor: pointer;
}
.ag-advanced-filter-builder-value-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-value-pill-color);
  cursor: text;
  max-width: 140px;
}
.ag-advanced-filter-builder-value-pill .ag-advanced-filter-builder-pill-display {
  display: block;
}
.ag-advanced-filter-builder-item-buttons > * {
  margin: 0 calc(var(--ag-grid-size) * 0.5);
}
.ag-advanced-filter-builder-item-button {
  position: relative;
  cursor: pointer;
  color: var(--ag-secondary-foreground-color);
  opacity: 50%;
}
.ag-advanced-filter-builder-item-button-disabled {
  color: var(--ag-disabled-foreground-color);
  cursor: default;
}
.ag-advanced-filter-builder-virtual-list-container {
  top: var(--ag-grid-size);
}
.ag-advanced-filter-builder-virtual-list-item {
  display: flex;
  cursor: default;
  height: var(--ag-list-item-height);
}
.ag-advanced-filter-builder-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}
.ag-advanced-filter-builder-virtual-list-item:hover .ag-advanced-filter-builder-item-button {
  opacity: 100%;
}
.ag-advanced-filter-builder-virtual-list-item-highlight .ag-advanced-filter-builder-item-button:focus-visible,
.ag-advanced-filter-builder-validation .ag-advanced-filter-builder-invalid {
  opacity: 100%;
}
.ag-advanced-filter-builder-invalid {
  margin: 0 var(--ag-grid-size);
  color: var(--ag-invalid-color);
  cursor: default;
}
.ag-input-field-input {
  width: 100%;
  min-width: 0;
}
.ag-checkbox-input-wrapper {
  font-family: var(--ag-icon-font-family);
  font-weight: var(--ag-icon-font-weight);
  color: var(--ag-icon-font-color);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-checkbox-background-color);
  border-radius: var(--ag-checkbox-border-radius);
  display: inline-block;
  vertical-align: middle;
  flex: none;
}
.ag-checkbox-input-wrapper input, .ag-checkbox-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ag-checkbox-input-wrapper:focus-within, .ag-checkbox-input-wrapper:active {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-checkbox-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-checkbox-input-wrapper::after {
  content: "\f108";
  content: var(--ag-icon-font-code-checkbox-unchecked, "\f108");
  color: var(--ag-checkbox-unchecked-color);
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-checkbox-unchecked, var(--ag-icon-font-display));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-checkbox-input-wrapper.ag-checked::after {
  content: "\f106";
  content: var(--ag-icon-font-code-checkbox-checked, "\f106");
  color: var(--ag-checkbox-checked-color);
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-checkbox-checked, var(--ag-icon-font-display));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-checkbox-input-wrapper.ag-indeterminate::after {
  content: "\f107";
  content: var(--ag-icon-font-code-checkbox-indeterminate, "\f107");
  color: var(--ag-checkbox-indeterminate-color);
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-checkbox-indeterminate, var(--ag-icon-font-display));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-checkbox-input-wrapper::before {
  content: "";
  background: transparent center/contain no-repeat;
  position: absolute;
  inset: 0;
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-checkbox-unchecked, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-checkbox-unchecked, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-checkbox-unchecked, var(--ag-icon-image-opacity, 0.9));
}
.ag-checkbox-input-wrapper.ag-checked::before {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-checkbox-checked, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-checkbox-checked, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-checkbox-checked, var(--ag-icon-image-opacity, 0.9));
}
.ag-checkbox-input-wrapper.ag-indeterminate::before {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-checkbox-indeterminate, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-checkbox-indeterminate, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-checkbox-indeterminate, var(--ag-icon-image-opacity, 0.9));
}
.ag-toggle-button-input-wrapper {
  box-sizing: border-box;
  width: var(--ag-toggle-button-width);
  min-width: var(--ag-toggle-button-width);
  max-width: var(--ag-toggle-button-width);
  height: var(--ag-toggle-button-height);
  background-color: var(--ag-toggle-button-off-background-color);
  border-radius: calc(var(--ag-toggle-button-height) * 0.5);
  position: relative;
  flex: none;
  border: var(--ag-toggle-button-border-width) solid;
  border-color: var(--ag-toggle-button-off-border-color);
}
.ag-toggle-button-input-wrapper input {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.ag-toggle-button-input-wrapper:focus-within {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-toggle-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-toggle-button-input-wrapper.ag-checked {
  background-color: var(--ag-toggle-button-on-background-color);
  border-color: var(--ag-toggle-button-on-border-color);
}
.ag-toggle-button-input-wrapper::before {
  content: " ";
  position: absolute;
  top: calc(0px - var(--ag-toggle-button-border-width));
  left: calc(0px - var(--ag-toggle-button-border-width));
  display: block;
  box-sizing: border-box;
  height: var(--ag-toggle-button-height);
  width: var(--ag-toggle-button-height);
  background-color: var(--ag-toggle-button-switch-background-color);
  border-radius: 100%;
  transition: left 100ms;
  border: var(--ag-toggle-button-border-width) solid;
  border-color: var(--ag-toggle-button-switch-border-color);
}
.ag-toggle-button-input-wrapper.ag-checked::before {
  left: calc(100% - var(--ag-toggle-button-height) + var(--ag-toggle-button-border-width));
  border-color: var(--ag-toggle-button-on-border-color);
}
.ag-radio-button-input-wrapper {
  font-family: var(--ag-icon-font-family);
  font-weight: var(--ag-icon-font-weight);
  color: var(--ag-icon-font-color);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-checkbox-background-color);
  border-radius: var(--ag-checkbox-border-radius);
  display: inline-block;
  vertical-align: middle;
  flex: none;
  border-radius: var(--ag-icon-size);
}
.ag-radio-button-input-wrapper input, .ag-radio-button-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ag-radio-button-input-wrapper:focus-within, .ag-radio-button-input-wrapper:active {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-radio-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-radio-button-input-wrapper::after {
  content: "\f127";
  content: var(--ag-icon-font-code-radio-button-off, "\f127");
  color: var(--ag-checkbox-unchecked-color);
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-radio-button-off, var(--ag-icon-font-display));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-radio-button-input-wrapper.ag-checked::after {
  content: "\f128";
  content: var(--ag-icon-font-code-radio-button-on, "\f128");
  color: var(--ag-checkbox-checked-color);
  display: var(--ag-icon-font-display);
  display: var(--ag-icon-font-display-radio-button-on, var(--ag-icon-font-display));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-radio-button-input-wrapper::before {
  content: "";
  background: transparent center/contain no-repeat;
  position: absolute;
  inset: 0;
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-radio-button-off, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-radio-button-off, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-radio-button-off, var(--ag-icon-image-opacity, 0.9));
}
.ag-radio-button-input-wrapper.ag-checked::before {
  background-image: var(--ag-icon-image);
  background-image: var(--ag-icon-image-radio-button-on, var(--ag-icon-image));
  display: var(--ag-icon-image-display);
  display: var(--ag-icon-image-display-radio-button-on, var(--ag-icon-image-display));
  opacity: 0.9;
  opacity: var(--ag-icon-image-opacity-radio-button-on, var(--ag-icon-image-opacity, 0.9));
}
input[class^=ag-][type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: none;
  overflow: visible;
}
input[class^=ag-][type=range]::-webkit-slider-runnable-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
}
input[class^=ag-][type=range]::-moz-range-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
}
input[class^=ag-][type=range]::-ms-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
  color: transparent;
  width: calc(100% - 2px);
}
input[class^=ag-][type=range]::-webkit-slider-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
  transform: translateY(calc(var(--ag-icon-size) * -0.5 + 1.5px));
}
input[class^=ag-][type=range]::-ms-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
}
input[class^=ag-][type=range]::-moz-ag-range-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
}
input[class^=ag-][type=range]:focus {
  outline: none;
}
input[class^=ag-][type=range]:focus::-webkit-slider-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}
input[class^=ag-][type=range]:focus::-ms-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}
input[class^=ag-][type=range]:focus::-moz-ag-range-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}
input[class^=ag-][type=range]:active::-webkit-slider-runnable-track {
  background-color: var(--ag-input-focus-border-color);
}
input[class^=ag-][type=range]:active::-moz-ag-range-track {
  background-color: var(--ag-input-focus-border-color);
}
input[class^=ag-][type=range]:active::-ms-track {
  background-color: var(--ag-input-focus-border-color);
}
input[class^=ag-][type=range]:disabled {
  opacity: 0.5;
}
@font-face {
  font-family: "agGridMaterial";
  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABEEAAsAAAAAJOwAABCxAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIkuBmAAi2IKo3ieDgE2AiQDgjALgRoABCAFhF4HhRkbniBlBhRsHADcvPwuonoSyv7/QwInY4g5qJtYWIJCVaWmiu9r4xG+pvqWWVHZ/LABDqiJbl2EgQ14dm4PC0+8u1FiLsd8G3fG/b4njZmNisMOSUKTB/7Xvt03M39WvS5xTTSRVkxCJZEIkUPIGuKGxCHTvPLjXO9rkwIeMPSatCkc0f/bFKEjUpsxM2JKTM+oyQXA/+CmfUgN6tSAelKH2kZNoZ4yIRVRmJjULDN2d2Sqlhm998hJpiAgns06kCeXbKXSnVHavbOdxNyFoEppf1EFDkajJzbDNjvtTGtEWGhAAgqDm+rvEb3NGZaEMnI7b4L/+67YimNwJJ+stBcB/zdX6hSQp2xkdZ0OzML8+UuQyx2rbEppSntXQBLqXhXxwlGOC8DGALu+2gpfofsqVJ2tIwInrXZe1MuStxJKTtxUix6PUGFbsmVsfvAKsLEBo+azb0UAck2F+PHJ+XXmyebNmTzsbM8AHucMJ4f7m+TdEPxJt0C+z8k4U91D3/0NVuEmvFfsURO9jJ/iz/Jp4gWIrGqMo1mcn5+NWLBQDhfDE9nTuC6PD2m+4B0jLkt4N/vBUQZmcxzDsvVdtERZdhFlt9YOKHqsb7ku5/vbFvn0/jEdAsfCEoWpyqZ8CYoTYssXsvg7Nx8n2ziyMDvEToxgI0CEklAzx4nqJ0+NaTYS4HGOrRRh2z/n1g7Tzp0N1kDI5ccWTCjvNew6IpgRzBFYpdm9r1bWRW1ZwpktvewajNigqnCPAmlI18Tc89qAZt/Ot3nS7oXeYu/xXdSeTP/oVUPEBTUkTw/74KgLs5wRuryTj359+OrFNz/8g8smSVsiHRz4mmuTzN5l8Ubh4As2D57YEUUblvKpodC52Uy1bR0TtBI2jcpK2SzBDxo7Kqk128Ee48PEkdMxM8GCSxYbZVRzLJ9Px9wd7cSsr3EWgcqWDVPldc0VQ2kZdWahQL6nf5Hn0tN8dCmkGXO+Nx59rvmCezoSObCuojGmRGbZcJLTr4jKzu4O9orPS25lDnzlIPlRDj5+1pSMCf+EgfCOdbGW9RGr6hs24rwcyQF5dcIf1YhmMD8XUZvBuRm+BhRn5YmSUn16whHzdDO3507lmKy1AqdpWwOhnX2lLuUCR2/pFBkQPUUfBW9u3374riXwICLEzi5jeW9ixx8NP7uQ/3idjK6zlnBplUAGiIF6IAFR6eclIR+6N+oh6ntjYf9wczIeNvLGZz9+dv3+rcEr73z9GZ45z9RAP7cWtRGwnGprQdn5ZZkby7ES4qw4NA12cD6ejZMrDg/BBOJ0sTKFSqMzmCKiYuIS2ZrTMrJyvjMWFJWUVWiqauoamuJa2jq6evoGhkY0YxNTSNTMHITU2WQeY9c2MrDrvLQvHVgN7nvd//z776eHmb7N9Byz5wPiF1OXgYZLMgZskjZgi4wA22QA2CHjwC7pBPbILLBP2oEDMgQckm7gmAwDJ2QQOCUTwBnpBc5JD3BBpoAr0gFck37ghnQBt2QSuCMzwD3pAx7IKPBIpoGnUXPgJ+AWFQBKAKoA1ACoA9AAoAlAC4A2AB0AugD0AOgDMABgCMAIgDEAEwCmAMwAmAOwAGAJwAqANQAbALYA7ADYA3AA4GgieeDnBF7jDMAFgCsANwDuKL3iHvgMDwA8AvAEwDMALwC8AvAGwDsAHyaSB34+QRu+APgG4MdEYvDzq4wNf8B8/GOUYL7BruMdzyBTC5A1guWFG14EvtNynjO05NzdP08kaOQoXTGRypTaVCZPuFKKc2QJTkusXNY+P6tfToWOc8rFpJWPijGkTnOKsV6C1DqnJCgn8EoJZqoX/YRhKCSTZfEqkjRNcipwMisXSaowjCpFTvKrgmxlYVKTMlSkmDkxe9ZpkpbickyP4Z/5Xm1QHGOkNl7GyNawITSCvMoCAYO1gUSpp6kVrkp7PPEmY7dU8m5By27OFjX2NaxpqW2LNs0AV+h+sxNIGSiZ5i9egqWXX/P0cOUqTnZX3mweV1kk0lPsrWE9mTRt8uQ61403ZHSsW0W2fXtKeA7cCl/R/bUnYICR+ohgBBREV2AcdFkXCJU6lzXENDWJ/CeIJ8biFaWfOS6fbaL70htNjJOWsTmSpW2THbaYOTgWJtSfez/h5smxSBl02M1cUpkOnjpF/sSZPXsOoDt68S6H2+fBNr9j5p4z5C+B/afD2Xk7d4btkm69Rf6nHSspUvPu3ds5nEW358TME2cuuItnj3b89O5CF7Zjjz8Ftm//7kfdd9tP71bRnU5Y2rw9hZttvXp9x0w707GKwO6kg8Xol/dXV2W6rVeNf+AehvvpvW7vUnQvuicf/LtH6eP3HH4Wc4JCacLHp+jmqjD29IhUqWIbY9OA2m4lzzvJ4fQc0Vn9kdCagJ+R7V3Wj/kTMy2u5GPkz6Db1DJ77cFsOvCkIP/qF1tykDyXS9k/9uH3NPhLB+VsI/9hLq15nHfIJiNvi8KWKrtmc/xeUN/PWXZS5WYmH4pgxdjf6X29rixDnqdZ1u1vnUvP3w53L7oLd0YYaRzquPqsVddZbfh6xrlCSQ3qy+tYWxenl14RLYIINby+7PC+86I0siV39S0PHOSgjXOnj7Q1Ota2cY97+pHVFp9laZ4L9cMTqVkdIUCWeJw+ekfkwsrSFcUmFcNAYiwQGquV2qsgd7KiJQNJADXFAGi6YQs1hgg5GFXRSsllXz/BUefXyiFfOPqgGPNFx6L7OcikJnTgWEbm0xnbqn5dFIXT6Sl/xp1dUpvIECMvMh3aM/bLb6aJJ6mpvyU1/+ZKNmlrob4LWHvEbi0BL4oq8XCjucDqwq5mAB5Z0Gp0qIz7kikoTw6E3D3nRl5Jo+Bmj1MZQsCudA6X7TG6YzaeLZY2aUgEsWkuSiq189HRN7U6qPhTt6XKy0Q3GVmkVqKlq1Nd1BrYsbDpQg3rpsOSBO7+3Xxb4vh4hoTXyqsMjp8J3dWPP8uIiVHc3ph8QimP5FGZwmdjQEC3jW0xKOaNcLEHvUliVFYsx1Ixs7xu3kjyAu1sSq0+xaLqCC9HnTrWlsJRKjx5TUAZSJr+Tnz/QG/GcXCX940rjywNDy+NLH8tMf7S8F7765mI+FBfL9mQ6e0Tdwk36mcNzfqYNjF9Is1O+jYJInpovlvgbTe+2+1At8G744nxHRyysy+c1+mylXp9pUSqkcr90/izrxCtWpsaPp3SasnKSi43LvYCm33h/IUdcVu3tn3KEaGQAqiI+NwGFElVkB2yBJ2X8AIsC3ydENYxLZkBer6Sx47z/EmWBQlynMEATSPSmJljr6CApaGAunZoGgae5JW0KxA6/9lmmi1pnReE3/5QVzNJPU+xi+Nb5xvqW+sbbv43U5buuen8ZvLUZZy7Zn6JNo85au19i3bX2/Y2daHf1ikc0LOTEDunGB8Bb63ltNiJI62d9ozwOFzjkZcnmm21ZqeVSOjg6Gp1mRGYt1lNr9d8trDNFVhpnf4J/wOC7F87CmYaTXFYZ9kQrXzlJrDkFW5MdnT867xgdUxbwGH/I8IAcJhmPhnnGwtld4StA9YHS4QjrgWZ8dcJxoHUYHnksP7xY/dIP5MhCz7y5EexYmRUOFnY5/EPOnuKuuRdPDmvExUvz2DaCjEa/ix5pwgVH8zIePy41B1ktsxZtFJ2xXO7fSF/amZjW3OmY4K1LfpfTEFCwdpbxFkz62ALWzy7WTX1eK+gTWgvDMubnTstbImxmbWHtQDadh8mcaQD9hKhx6b6qRz19dxYg+P5I+pGp7mluDW0OKc2ExWabFwxX17HGVLKFRqeZ/hsec01Berr9Ss1JVmUnktovArvstEJhUXzRy5ccsXPI6wNDO8rECla/HLT3LSx3i6pLvOM6pVmSCQZ+RLjy6dlJVzxpdWy1ZdkdvNAy1IqCtOq9CoNxhAM/Cs7cZywGbXNZQPBECATjCNV5BBlFUMq7nh6l9rgkK1x1FDPzvIEo26VqFlCo37WqtYUwN+7i+OUocntO01vwinbtOdrhD8MmHg3Ro2iosoiIkrHSwyLimTBdos3mSgJ5WTdsCAgNSBDh7JxKUEyrbpGqayp7tR0rvi2r65ZemJqzcLixEQjDZjeadKr9DCTtfVZekJ/cxtNwN5gVExSImx9NPAVS10pd5SrPaYtkuKSrCwJLi2KqsPW374txupwO98XpbKD0AVNO87+HP3z7nYU0FWmJ901edkuwZagUJPsa/oqYpZ2FgGFYcuX1+qanr+QSJ49G556JIcYHiZyjkwdfgYym0jSXXrafQtOS91FXGBPTQbDwqOLjrpu0w/XDjLXce7dozZQn4Nqfw/fxQKfV+rNDrrn1PNnOir1LzVdW+yT7718uXe+T/FVifEvX/7fd7HPVUlqk6qFLcXhBTJZQXjx4xa7/AJZcfjjxLxg+KoYn5w8fmmJ5Vsqfjk5206Juzxp08WrnEsLQug8xivdS+W1Y81euHNTE3mDuckn0UMAVhRoUHTG6bgC64itOK+WsVu3bvpAGwxDcMM1nUiH3W3Hb62BTSzLhTNnTr9MmDRcQV6Njq+IjRp/aoWuWKUyS2uaN3cgrT4x6qS9FszzQbIhJ8edGF9akp5OUSMPHgKLO85kwiClYRMnDiZQW0ycGJlGhxN37sAK5qvqGwEz5/z+zf5+iaWI9EgyAPEuKq4nOeruKwXcQiiwx1SkWjcw6uDqd5uLnMgzwf8fSCvyxR3Yi+VdTOYqs2cBl3axiUSi/3Q9k7nj9lKK8MGJrSP3HPKJP27iknXsoYdbUde2eJqx7jsRid9mRx0Do3PcEixpw+U6ZCVxFWIBmpDrBnl6bkcbaza1JVPHf5kvsitU2pRZx/5jZo7QAKGQ9+b4XJD2T0vak/3FysKKEqe9Ng71zmt++uaPz3nYY9pa4FE9ApBLNgP/jvOK4fw+zgtg5taJQIrQMYuFJwVC0rpBMqDBjKWy1j7JhQFkNpwHCZgECHBGPOCgCEuB8GDCb4ag9W6GofV1IkAaPrlFdOYAUeE+x+Xr06ANHhTDRqP/QCONmH5TGBNOlxJ5E/9JSxSuXoJCUvUNMenycfqqXasyhVezrupUhupd2CglqbLKFzlrerP89hRcOz+Pxsmwg2Gj0X/QnkY6pt9EDaPYf9Rcyy3n/ykr8K4LV140nnMLG85RKjP7Srva5jKF12V368ydyiD4e81yTpY4kyXPcv2LHNUafQk9v3nia+vyag1Xi/NP1KQgUN3/REhUNHQMTKzPIM3F+3L984WxeCKZSmeyuXyhWCpXqrV6o9lqd7q9/mA4Gk+ms7m1sAl1XOb5QbhcMcIoY4wzwSRTTDPDLHPMsyDYFAxBKaBF4UNUlbnsYXGHDtlROnA9ql3bSu67laX2Csg/xpqI7MlIh8hodJsWGTlX8rmTJFrnGGqvR/dxHLicOmFTdEZ+30leD5xKKXuuTHtutH1PxR3Q0rT72IGMtaf1J7RSXRKWfk8UHXYxNeg+iJ0W2w8a80FQGfO+Mo3tJ+rsMEVu+XyPkqCPHI4HXOIQt7Q/EI/HSGmkBhamMxarMSWZETjIhf20Bz8fXH0Su9aib0bqdjQTrqXrrmJ2fKAx9LZfcKLTMtQwtfYysy93As9AyYLHCwkjs11Rzq0p0b7jJ/FZJRMfj4zetJ/TWA5Uol8IIARQIDCIIMAwQwEHCXr4hhYWqD0MMEKGFSboYLsDAAAA);
  font-weight: normal;
  font-style: normal;
}
.ag-theme-material {
  --ag-material-primary-color: #3f51b5;
  --ag-material-accent-color: #ff4081;
  --ag-foreground-color: rgba(0, 0, 0, 0.87);
  --ag-secondary-foreground-color: rgba(0, 0, 0, 0.54);
  --ag-disabled-foreground-color: rgba(0, 0, 0, 0.38);
  --ag-background-color: #fff;
  --ag-header-background-color: #fff;
  --ag-tooltip-background-color: #fff;
  --ag-subheader-background-color: #eee;
  --ag-subheader-toolbar-background-color: rgba(238, 238, 238, 0.5);
  --ag-header-cell-hover-background-color: #f2f2f2;
  --ag-chip-background-color: #e2e2e2;
  --ag-range-selection-background-color: rgba(122, 134, 203, 0.1);
  --ag-range-selection-background-color-2: rgba(122, 134, 203, 0.19);
  --ag-range-selection-background-color-3: rgba(122, 134, 203, 0.27);
  --ag-range-selection-background-color-4: rgba(122, 134, 203, 0.34);
  --ag-range-selection-highlight-color: #fce4ec;
  --ag-row-hover-color: #fafafa;
  --ag-column-hover-color: #fafafa;
  --ag-control-panel-background-color: #fafafa;
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.3);
  --ag-checkbox-unchecked-color: #333;
  --ag-value-change-value-highlight-background-color: #00acc1;
  --ag-side-button-selected-background-color: transparent;
  --ag-advanced-filter-join-pill-color: #f08e8d;
  --ag-advanced-filter-column-pill-color: #a6e194;
  --ag-advanced-filter-option-pill-color: #f3c08b;
  --ag-advanced-filter-value-pill-color: #85c0e4;
  --ag-range-selection-border-color: var(--ag-material-primary-color);
  --ag-checkbox-checked-color: var(--ag-material-accent-color);
  --ag-borders: none;
  --ag-borders-critical: solid 1px;
  --ag-border-color: #e2e2e2;
  --ag-grid-size: 8px;
  --ag-icon-size: 18px;
  --ag-header-height: calc(var(--ag-grid-size) * 7);
  --ag-row-height: calc(var(--ag-grid-size) * 6);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-list-item-height: calc(var(--ag-grid-size) * 4);
  --ag-row-group-indent-size: calc(var(--ag-grid-size) * 3 + var(--ag-icon-size));
  --ag-filter-tool-panel-sub-level-row-height: calc(var(--ag-grid-size) * 4);
  --ag-checkbox-border-radius: 2px;
  --ag-toggle-button-switch-border-width: 2px;
  --ag-toggle-button-height: var(--ag-icon-size);
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.75);
  --ag-font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --ag-font-size: 13px;
  --ag-icon-font-family: agGridMaterial;
  --ag-selected-tab-underline-color: var(--ag-material-primary-color);
  --ag-selected-tab-underline-width: 2px;
  --ag-input-focus-border-color: var(--ag-material-primary-color);
  --ag-input-focus-box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122);
  --ag-card-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  --ag-card-radius: 2px;
  --ag-invalid-color: #e02525;
}
.ag-theme-material .ag-filter-toolpanel-header,
.ag-theme-material .ag-filter-toolpanel-search,
.ag-theme-material .ag-status-bar,
.ag-theme-material .ag-header-row,
.ag-theme-material .ag-panel-title-bar-title,
.ag-theme-material .ag-multi-filter-group-title-bar {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 600;
  color: var(--ag-header-foreground-color);
}
.ag-theme-material .ag-tab {
  height: calc(var(--ag-grid-size) * 4.5);
  flex: 1 1 auto;
}
.ag-theme-material .ag-tabs-header,
.ag-theme-material .ag-column-drop-horizontal {
  background-color: var(--ag-subheader-background-color);
}
.ag-theme-material .ag-tabs-body {
  padding: calc(var(--ag-grid-size) * 0.5) 0;
}
.ag-theme-material .ag-tabs-body .ag-menu-list {
  padding-top: 0;
  padding-bottom: 0;
}
.ag-theme-material .ag-header-cell, .ag-theme-material .ag-header-group-cell {
  transition: background-color 0.5s;
}
.ag-theme-material .ag-row-last:not(.ag-row-first) .ag-cell-inline-editing {
  bottom: 0;
}
.ag-theme-material .ag-cell-inline-editing {
  padding: var(--ag-grid-size);
  height: calc(var(--ag-row-height) + var(--ag-grid-size) * 3);
  border-color: var(--ag-border-color) !important;
}
.ag-theme-material .ag-has-focus .ag-cell-inline-editing {
  border-color: var(--ag-input-focus-border-color) !important;
}
.ag-theme-material .ag-column-drop-vertical {
  border-bottom: solid 1px;
  border-bottom-color: var(--ag-border-color);
  padding-top: var(--ag-grid-size);
}
.ag-theme-material .ag-column-drop-vertical.ag-last-column-drop {
  border-bottom: none;
}
.ag-theme-material .ag-column-drop-vertical-cell {
  margin-left: 0;
}
.ag-theme-material .ag-column-drop-vertical-empty-message {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 600;
  color: var(--ag-disabled-foreground-color);
}
.ag-theme-material .ag-ltr .ag-column-drop-vertical-empty-message {
  padding-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
  padding-right: var(--ag-grid-size);
}
.ag-theme-material .ag-rtl .ag-column-drop-vertical-empty-message {
  padding-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
  padding-left: var(--ag-grid-size);
}
.ag-theme-material .ag-status-bar {
  border: solid 1px;
  border-color: var(--ag-border-color);
}
.ag-theme-material .ag-column-panel-column-select {
  border-top: solid 1px;
  border-top-color: var(--ag-border-color);
}
.ag-theme-material .ag-column-select, .ag-theme-material .ag-column-select-header {
  border-bottom: solid 1px;
  border-bottom-color: var(--ag-border-color);
}
.ag-theme-material .ag-column-select-header {
  height: var(--ag-header-height);
}
.ag-theme-material .ag-group-title-bar {
  padding: calc(var(--ag-grid-size) * 0.75) var(--ag-grid-size);
}
.ag-theme-material .ag-charts-format-sub-level-group-title-bar {
  padding: calc(var(--ag-grid-size) * 0.5) var(--ag-grid-size);
}
.ag-theme-material .ag-chart-data-section,
.ag-theme-material .ag-chart-format-section {
  padding-bottom: calc(var(--ag-grid-size) * 0.5);
}
.ag-theme-material .ag-chart-menu-close {
  background: var(--ag-background-color);
}
.ag-theme-material .ag-chart-menu-close .ag-icon {
  background: var(--ag-subheader-background-color);
}
.ag-theme-material input[class^=ag-]:not([type]),
.ag-theme-material input[class^=ag-][type=text],
.ag-theme-material input[class^=ag-][type=number],
.ag-theme-material input[class^=ag-][type=tel],
.ag-theme-material input[class^=ag-][type=date],
.ag-theme-material input[class^=ag-][type=datetime-local],
.ag-theme-material textarea[class^=ag-] {
  background: transparent;
  color: var(--ag-foreground-color);
  font-family: inherit;
  font-size: inherit;
  height: calc(var(--ag-grid-size) * 5);
  padding-bottom: var(--ag-grid-size);
  border-width: 0;
  border-radius: 0;
  border-bottom: 2px solid;
  border-bottom-color: var(--ag-border-color);
}
.ag-theme-material input[class^=ag-]:not([type]):focus,
.ag-theme-material input[class^=ag-][type=text]:focus,
.ag-theme-material input[class^=ag-][type=number]:focus,
.ag-theme-material input[class^=ag-][type=tel]:focus,
.ag-theme-material input[class^=ag-][type=date]:focus,
.ag-theme-material input[class^=ag-][type=datetime-local]:focus,
.ag-theme-material textarea[class^=ag-]:focus {
  border-bottom: 2px solid;
  border-bottom-color: var(--ag-material-primary-color);
  outline: none;
  box-shadow: none;
}
.ag-theme-material input[class^=ag-]:not([type])::-moz-placeholder, .ag-theme-material input[class^=ag-][type=text]::-moz-placeholder, .ag-theme-material input[class^=ag-][type=number]::-moz-placeholder, .ag-theme-material input[class^=ag-][type=tel]::-moz-placeholder, .ag-theme-material input[class^=ag-][type=date]::-moz-placeholder, .ag-theme-material input[class^=ag-][type=datetime-local]::-moz-placeholder, .ag-theme-material textarea[class^=ag-]::-moz-placeholder {
  color: var(--ag-disabled-foreground-color);
}
.ag-theme-material input[class^=ag-]:not([type])::placeholder,
.ag-theme-material input[class^=ag-][type=text]::placeholder,
.ag-theme-material input[class^=ag-][type=number]::placeholder,
.ag-theme-material input[class^=ag-][type=tel]::placeholder,
.ag-theme-material input[class^=ag-][type=date]::placeholder,
.ag-theme-material input[class^=ag-][type=datetime-local]::placeholder,
.ag-theme-material textarea[class^=ag-]::placeholder {
  color: var(--ag-disabled-foreground-color);
}
.ag-theme-material input[class^=ag-]:not([type]):disabled,
.ag-theme-material input[class^=ag-][type=text]:disabled,
.ag-theme-material input[class^=ag-][type=number]:disabled,
.ag-theme-material input[class^=ag-][type=tel]:disabled,
.ag-theme-material input[class^=ag-][type=date]:disabled,
.ag-theme-material input[class^=ag-][type=datetime-local]:disabled,
.ag-theme-material textarea[class^=ag-]:disabled {
  border-bottom: 1px solid;
  border-bottom-color: var(--ag-border-color);
}
.ag-theme-material input[class^=ag-]:not([type]):invalid,
.ag-theme-material input[class^=ag-][type=text]:invalid,
.ag-theme-material input[class^=ag-][type=number]:invalid,
.ag-theme-material input[class^=ag-][type=tel]:invalid,
.ag-theme-material input[class^=ag-][type=date]:invalid,
.ag-theme-material input[class^=ag-][type=datetime-local]:invalid,
.ag-theme-material textarea[class^=ag-]:invalid {
  border-width: 0;
  border-bottom: 1px solid;
  border-bottom-color: var(--ag-invalid-color);
  color: var(--ag-invalid-color);
}
.ag-theme-material .ag-standard-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  color: var(--ag-material-primary-color);
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.ag-theme-material .ag-standard-button:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}
.ag-theme-material.ag-dnd-ghost {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 600;
}
.ag-theme-material .ag-filter-toolpanel-header {
  height: calc(var(--ag-grid-size) * 4);
}
.ag-theme-material .ag-filter-toolpanel-group-level-0-header {
  height: calc(var(--ag-grid-size) * 7);
}
.ag-theme-material .ag-ltr .ag-filter-apply-panel-button, .ag-theme-material .ag-ltr .ag-advanced-filter-apply-button, .ag-theme-material .ag-ltr .ag-advanced-filter-builder-button {
  margin-left: var(--ag-grid-size);
}
.ag-theme-material .ag-rtl .ag-filter-apply-panel-button, .ag-theme-material .ag-rtl .ag-advanced-filter-apply-button, .ag-theme-material .ag-rtl .ag-advanced-filter-builder-button {
  margin-right: var(--ag-grid-size);
}
.ag-theme-material .ag-layout-auto-height .ag-center-cols-viewport, .ag-theme-material .ag-layout-auto-height .ag-center-cols-container, .ag-theme-material .ag-layout-print .ag-center-cols-viewport, .ag-theme-material .ag-layout-print .ag-center-cols-container {
  min-height: 150px;
}
.ag-theme-material .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 60px;
}
.ag-theme-material .ag-picker-field-wrapper:focus-within {
  box-shadow: 0 0 0 1px var(--ag-material-primary-color);
}
.ag-theme-material .ag-rich-select-list {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}
.ag-theme-material .ag-advanced-filter-builder-button-label {
  text-transform: uppercase;
}
@keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}
@keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}
@keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}
@keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}
@keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}
.notyf{position:fixed;top:0;left:0;height:100%;width:100%;color:#fff;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;pointer-events:none;box-sizing:border-box;padding:20px}
.notyf__icon--error,.notyf__icon--success{height:21px;width:21px;background:#fff;border-radius:50%;display:block;margin:0 auto;position:relative}
.notyf__icon--error:after,.notyf__icon--error:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px;left:9px;height:12px;top:5px}
.notyf__icon--error:after{transform:rotate(-45deg)}
.notyf__icon--error:before{transform:rotate(45deg)}
.notyf__icon--success:after,.notyf__icon--success:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px}
.notyf__icon--success:after{height:6px;transform:rotate(-45deg);top:9px;left:6px}
.notyf__icon--success:before{height:11px;transform:rotate(45deg);top:5px;left:10px}
.notyf__toast{display:block;overflow:hidden;pointer-events:auto;animation:notyf-fadeinup .3s ease-in forwards;box-shadow:0 3px 7px 0 rgba(0,0,0,.25);position:relative;padding:0 15px;border-radius:2px;max-width:300px;transform:translateY(25%);box-sizing:border-box;flex-shrink:0}
.notyf__toast--disappear{transform:translateY(0);animation:notyf-fadeoutdown .3s forwards;animation-delay:.25s}
.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{animation:notyf-fadeoutdown .3s forwards;opacity:1;transform:translateY(0)}
.notyf__toast--disappear .notyf__dismiss{animation:notyf-fadeoutright .3s forwards;opacity:1;transform:translateX(0)}
.notyf__toast--disappear .notyf__message{animation-delay:.05s}
.notyf__toast--upper{margin-bottom:20px}
.notyf__toast--lower{margin-top:20px}
.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}
.notyf__ripple{height:400px;width:400px;position:absolute;transform-origin:bottom right;right:0;top:0;border-radius:50%;transform:scale(0) translateY(-51%) translateX(13%);z-index:5;animation:ripple .4s ease-out forwards}
.notyf__wrapper{display:flex;align-items:center;padding-top:17px;padding-bottom:17px;padding-right:15px;border-radius:3px;position:relative;z-index:10}
.notyf__icon{width:22px;text-align:center;font-size:1.3em;opacity:0;animation:notyf-fadeinup .3s forwards;animation-delay:.3s;margin-right:13px}
.notyf__dismiss{position:absolute;top:0;right:0;height:100%;width:26px;margin-right:-15px;animation:notyf-fadeinleft .3s forwards;animation-delay:.35s;opacity:0}
.notyf__dismiss-btn{background-color:rgba(0,0,0,.25);border:none;cursor:pointer;transition:opacity .2s ease,background-color .2s ease;outline:none;opacity:.35;height:100%;width:100%}
.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{content:"";background:#fff;height:12px;width:2px;border-radius:3px;position:absolute;left:calc(50% - 1px);top:calc(50% - 5px)}
.notyf__dismiss-btn:after{transform:rotate(-45deg)}
.notyf__dismiss-btn:before{transform:rotate(45deg)}
.notyf__dismiss-btn:hover{opacity:.7;background-color:rgba(0,0,0,.15)}
.notyf__dismiss-btn:active{opacity:.8}
.notyf__message{vertical-align:middle;position:relative;opacity:0;animation:notyf-fadeinup .3s forwards;animation-delay:.25s;line-height:1.5em}
@media only screen and (max-width:480px){.notyf{padding:0}.notyf__ripple{height:600px;width:600px;animation-duration:.5s}.notyf__toast{max-width:none;border-radius:0;box-shadow:0 -2px 7px 0 rgba(0,0,0,.13);width:100%}.notyf__dismiss{width:56px}}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  width: 12px;
  background: var(--color-element-scrollbar);
}
::-webkit-scrollbar-track {
  background: rgba(var(--color-background-panel), 0.2);
}
::-webkit-scrollbar-corner {
  background: rgba(var(--color-background-panel), 0.2);
}
/* Only IE: not supported anymore */
/* Only Firefox: https://drafts.csswg.org/css-scrollbars-1/ */
html, body {
  scrollbar-color: var(--color-element-scrollbar) var(--color-background-panel);
}
/* Fonts */
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url('assets/roboto-v30-latin-regular.f2894edcf7d09d36.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url('assets/roboto-v30-latin-italic.8ed3d75f3892762e.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url('assets/roboto-v30-latin-700.71b2beb82c4d1389.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url('assets/roboto-v30-latin-700italic.055bb51fb7f62c90.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*----------------------------------------*/
/*-------------- TYPOGRAPHY --------------*/
/*----------------------------------------*/
/*------------------------------------*/
/*-------------- SPACING -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SIZING --------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- BORDERS -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SHADOWS -------------*/
/*------------------------------------*/
/*-------------------------------------*/
/*------------- ANIMATION -------------*/
/*-------------------------------------*/
/*----------------------------------------*/
/*-------------- TYPOGRAPHY --------------*/
/*----------------------------------------*/
/*------------------------------------*/
/*-------------- SPACING -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SIZING --------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- BORDERS -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SHADOWS -------------*/
/*------------------------------------*/
/*-------------------------------------*/
/*------------- ANIMATION -------------*/
/*-------------------------------------*/
/* Mixins */
/*mixin for easier and consistent styling of loading animations
* $base color: color of the circle element
* $diameter: diameter of the loading circle (e.g. 48px)
* $background: background-color of the whole element
* $height: height of the whole element (e.g. 100% or 160px)
*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  width: 12px;
  background: var(--color-element-scrollbar);
}
::-webkit-scrollbar-track {
  background: rgba(var(--color-background-panel), 0.2);
}
::-webkit-scrollbar-corner {
  background: rgba(var(--color-background-panel), 0.2);
}
/* Only IE: not supported anymore */
/* Only Firefox: https://drafts.csswg.org/css-scrollbars-1/ */
html, body {
  scrollbar-color: var(--color-element-scrollbar) var(--color-background-panel);
}
html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: 100%;
  font-size: 13px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-font-main);
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none;
       user-select: none; /* Standard syntax */
  -webkit-tap-highlight-color: transparent;
  transform: translate3D(0, 0, 0);
}
html body, body body {
  position: absolute;
}
html .swipe-nav, body .swipe-nav {
  height: 100%;
  background: var(--color-background-main);
}
html .swipe-nav span, body .swipe-nav span {
  display: none;
}
html .swipe-nav.visible, body .swipe-nav.visible {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 12px;
  top: 0;
  bottom: 0;
  background-color: var(--color-background-panel);
}
html .swipe-nav.visible span, body .swipe-nav.visible span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-accent-gray);
  transition: background-color 0.3s;
}
html .swipe-nav.visible.left, body .swipe-nav.visible.left {
  left: 0;
}
html .swipe-nav.visible.left span, body .swipe-nav.visible.left span {
  transform: rotate(180deg);
}
html .swipe-nav.visible.right, body .swipe-nav.visible.right {
  right: 0;
  border-left: 4px solid var(--color-accent-gray);
}
html .swipe-nav.visible.highlight span, body .swipe-nav.visible.highlight span {
  background-color: var(--color-accent-light);
  transition: background-color 0.3s;
}
.sr-only {
  position: absolute;
  left: -99999px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
h1 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 23.43px;
  display: inline-block;
}
h2 {
  height: 32px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20.82px;
  display: inline-block;
}
h3 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 18.51px;
  display: inline-block;
}
h4 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 16.45px;
  display: inline-block;
}
div.colored-background-info {
  height: auto;
  font-size: 13px;
  padding: 4px 16px;
  margin: 8px 0;
  border-radius: 4px;
  position: relative;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  background-color: var(--color-accent-extraLight);
  color: var(--color-font-highlighted);
}
div.colored-background-info i {
  margin: 0 4px;
}
div.colored-background-info span {
  padding: 0 8px;
  display: inline-block;
  line-height: 16px;
}
#modalDialog .button-container {
  width: 100%;
  height: 32px;
  padding: 0 !important;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: right;
  position: relative;
  box-sizing: border-box;
}
#modalDialog .button-container button {
  border-radius: 4px;
  margin-left: 4px;
}
#modalDialog .button-container button.secondary-button {
  margin-right: 8px;
}
#modalDialog .button-container button.disabled {
  background-color: var(--color-accent-gray);
  cursor: default;
  pointer-events: none;
}
#modalDialog .dialog-header button:hover {
  background-color: var(--color-accent-light);
}
#modalDialog .dialog-header button.active {
  background-color: var(--color-accent-desat1);
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*::-moz-selection {
  background-color: var(--color-accent-light);
}
*::selection, *::-moz-selection {
  background-color: var(--color-accent-light);
}
.hidden {
  display: none !important;
}
#text-width-inspector {
  display: none;
}
ul {
  list-style: none;
}
.search-form legend.basisparam-legend {
  height: 28px;
  margin-left: 20px;
  padding-top: 8px;
  box-sizing: border-box;
}
.search-form > div, eob-workflow > div, eob-create > div, .create-form > div {
  height: 100%;
  padding: 16px;
  min-height: 0;
  flex-shrink: 1;
  -webkit-flex-shrink: 1;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}
.main-view, .main-view-phone {
  height: 100%;
  position: relative;
  background-color: var(--color-background-panel);
}
.main-view {
  box-sizing: border-box;
}
.is-phone .main-view {
  padding: 0;
}
.full-height-container {
  height: 100%;
  min-height: 0;
  display: flex;
  display: flex;
  flex-shrink: 1;
  position: relative;
  padding: 16px 16px 0;
  flex-direction: column;
}
.is-phone .full-height-container {
  padding: 0;
}
eob-result #loadSyncAnimation {
  z-index: 999;
  top: 0;
}
eob-result #loadSyncAnimation span {
  color: var(--color-font-medium);
  top: 58%;
  position: absolute;
  left: 0;
  right: 0;
  font-weight: 400;
}
.flex-container {
  display: flex;
  flex-flow: column nowrap;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.flex-container em {
  font-weight: 700;
  font-style: normal;
}
eob-hit-list {
  height: 100%;
  display: flex;
  flex-shrink: 1;
  flex-direction: column;
}
button {
  height: 32px;
  font-size: 14.63px;
  padding: 0 16px;
  line-height: 1.1;
  border: 1px solid var(--color-border-button);
  cursor: pointer;
  border-radius: 4px;
  background-color: var(--color-element-button);
  color: var(--color-font-inverted);
  font-family: inherit;
}
button:hover {
  background-color: var(--color-accent-light);
  color: var(--color-font-buttonHover);
  outline: none;
}
button:focus-visible, button:focus {
  outline: none;
}
button:focus-visible {
  outline: none;
  opacity: 1;
  box-shadow: inset 0 0 0 4px var(--color-outline-inverted);
}
button.button-transparent {
  background-color: transparent;
  padding: 0 4px;
  color: var(--color-font-main);
  border: none;
}
button.button-transparent:hover {
  background-color: var(--color-accent-extraLight);
}
button.button-transparent.active {
  background-color: var(--color-accent-extraLight);
}
button.button-transparent:focus-visible, button.button-transparent:focus {
  outline: none;
}
button.button-transparent:focus-visible {
  outline: none;
  opacity: 1;
  box-shadow: inset 0 0 0 4px var(--color-outline-main);
}
button.button-no-styles {
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  font-size: 13px;
  width: 100%;
}
button.button-no-styles:hover {
  background-color: transparent;
  background-color: initial;
}
button.icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
button.icon-button:hover {
  background-color: var(--color-accent-extraLight);
}
button.icon-button.on {
  background-color: var(--color-accent-extraLight);
}
button.icon-button:focus-visible {
  outline: none;
  opacity: 1;
  box-shadow: inset 0 0 0 2px var(--color-background-panel), inset 0 0 0 6px var(--color-outline-main);
}
.high-contrast button.active, .high-contrast button:hover {
  color: var(--color-font-buttonHover);
}
.is-touch button.icon-button {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-button {
  align-items: center;
  justify-content: center;
  background-color: var(--color-element-formButton);
}
.form-button:hover {
  background-color: var(--color-accent-desat1);
}
.form-button:active {
  background-color: var(--color-accent-light);
}
.secondary-button {
  background-color: transparent;
  color: var(--color-font-main);
  margin-right: 4px;
}
.secondary-button:hover {
  background-color: var(--color-accent-light);
}
.secondary-button:focus-visible, .secondary-button:focus {
  outline: none;
}
.secondary-button:focus-visible {
  outline: none;
  opacity: 1;
  box-shadow: inset 0 0 0 4px var(--color-outline-main);
}
.split-pane-component {
  overflow: hidden !important;
  height: 100%;
}
.split-pane-component .inner.split-pane.vertical-percent {
  top: 0;
  bottom: 0;
  height: 100%;
}
eob-folder .vertical-percent.split-pane .split-pane-component {
  z-index: 0;
}
.split-pane.fixed-left > .split-pane-divider, .split-pane.fixed-right > .split-pane-divider, .split-pane.vertical-percent > .split-pane-divider {
  position: absolute;
  height: 100%;
  top: 0;
  cursor: col-resize;
  z-index: 1;
}
.split-pane-divider-inner {
  background-color: var(--color-background-splitPane);
  left: 0 !important;
  padding: 0 !important;
}
.split-pane-divider-inner:after {
  content: "";
  background-color: var(--color-font-main);
  height: 64px;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  opacity: 0.5;
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.split-pane-divider-inner:hover:after {
  opacity: 1;
}
eob-folder .vertical-percent.split-pane > .split-pane-divider > .split-pane-divider-inner,
.search-form .vertical-percent.split-pane > .split-pane-divider > .split-pane-divider-inner {
  z-index: 100;
}
eob-folder .split-pane {
  top: 0;
  left: 0;
  position: absolute;
  margin-bottom: 0;
  overflow: visible;
  bottom: -16px;
}
.search-form .search-left-pane {
  margin-right: 0 !important;
}
.search-form .search-left-pane,
.search-form .search-right-pane {
  height: 100%;
  display: flex;
  flex-direction: column;
}
fieldset {
  border: none !important;
  margin: 0;
  padding: 8px;
}
legend {
  font-size: 14.63px;
  font-weight: normal;
}
input, textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-reveal {
  display: none;
}
::-moz-placeholder { /* Firefox */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--color-font-main);
}
::placeholder { /* CSS Working Draft */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--color-font-main);
}
input[placeholder] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--color-font-main);
}
.toggle-area-hidden-content {
  max-height: 0;
  min-height: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.toggle-area-hidden-content.close {
  transition: all 0.2s ease-in;
  max-height: 0 !important;
  min-height: 0;
  opacity: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.toggle-area-hidden-content.open {
  transition: all 0.2s ease-in;
  opacity: 1;
  max-height: 378px;
  margin-bottom: 8px;
  overflow: visible;
}
legend.toggle-area-legend, div.toggle-area-legend {
  height: 32px;
  margin-top: 8px;
  padding: 8px 8px 8px 0;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
}
legend.toggle-area-legend svg, div.toggle-area-legend svg {
  transform: rotate(180deg);
  transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
legend.toggle-area-legend.closed svg, div.toggle-area-legend.closed svg {
  transform: none;
  transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.eob-icon-16 {
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.eob-icon-24 {
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.eob-icon-32 {
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
/**
    nav-tabs are unlikely to eob-page-controls, no components atm, so style them here
 */
.modal-container-tabs {
  margin-bottom: 8px;
}
.modal-container-tabs .nav-tabs {
  width: 100%;
  margin: 0;
  padding-left: 0;
  box-sizing: border-box;
  display: flex;
  border-bottom: 1px solid var(--color-border-default);
}
.modal-container-tabs .nav-tabs li {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 1;
  border-radius: 8px 8px 0 0;
  transition: background-color 300ms ease, color 300ms ease-out;
  font-weight: 400;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.modal-container-tabs .nav-tabs li button {
  display: inline-flex;
  align-items: center;
  height: 32px;
  max-width: 200px;
  border-radius: 8px 8px 0 0;
  padding: 0 16px;
}
.modal-container-tabs .nav-tabs li button:hover {
  background-color: transparent;
}
.modal-container-tabs .nav-tabs li button:focus-visible {
  outline: none;
  opacity: 1;
  box-shadow: inset 0 0 0 4px var(--color-outline-main);
}
.modal-container-tabs .nav-tabs li button img, .modal-container-tabs .nav-tabs li button svg, .modal-container-tabs .nav-tabs li button i {
  display: inline-flex;
  margin-right: 6px;
}
.modal-container-tabs .nav-tabs li h3 {
  font-size: 13px;
  margin-top: 2px;
  line-height: 1.1;
}
.modal-container-tabs .nav-tabs li:hover {
  background-color: var(--color-accent-gray);
}
.modal-container-tabs .nav-tabs li.active {
  color: var(--color-accent-primary);
  background-color: var(--color-accent-extraLight);
  border-bottom: 2px solid var(--color-accent-primary);
}
.modal-container-tabs .nav-tabs li.active h3 {
  font-weight: bold;
  color: var(--color-font-highlighted);
}
.high-contrast .modal-container-tabs .nav-tabs li.active {
  border: 2px solid var(--color-accent-primary);
}
.high-contrast .modal-container-tabs .nav-tabs li.active button:focus-visible {
  box-shadow: inset 0 0 0 4px #000;
}
.high-contrast .modal-container-tabs .nav-tabs li:hover {
  background-color: var(--color-accent-light);
}
.is-touch .modal-container-tabs {
  min-height: 40px;
}
.is-touch .modal-container-tabs .nav-tabs {
  min-height: 40px;
}
.is-touch .modal-container-tabs .nav-tabs li {
  min-height: 40px;
}
.is-touch .modal-container-tabs .nav-tabs li button {
  min-height: 40px;
}
.is-touch #modalDialog .button-container button {
  height: 40px;
}
.is-phone .modal-container-tabs {
  min-height: 40px;
}
.is-phone .modal-container-tabs .nav-tabs {
  min-height: 40px;
}
.is-phone .modal-container-tabs .nav-tabs li {
  min-height: 40px;
}
.is-phone .modal-container-tabs .nav-tabs li button {
  padding: 0 8px;
  min-height: 40px;
  border-radius: 8px;
}
.is-phone .modal-container-tabs .nav-tabs li eob-icon {
  transform: rotate(180deg);
}
.is-phone #modalDialog .button-container {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  bottom: 0;
  right: 0;
  left: auto;
  left: initial;
  min-height: 53px;
  height: auto;
  background-color: var(--color-background-panel);
  padding: 8px 8px 8px 0 !important;
  margin-bottom: 0;
}
.is-phone #modalDialog .button-container .secondary-button:hover {
  background-color: var(--color-accent-extraLight);
  color: var(--color-font-highlighted);
}
.is-phone #modalDialog .button-container button {
  height: 40px;
}
.is-phone #modalDialog .button-container.phone {
  position: relative;
}
.eob-splash {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  flex-flow: column nowrap;
  background-color: #eee;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  color: #737373;
  transition: opacity 1000ms ease-in-out;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.exit-splash {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  left: 0;
  right: 0;
  animation: fade 0.3s linear;
}
.exit-splash span {
  color: var(--color-font-medium);
  position: absolute;
  top: 40%;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
}
eob-pdfts .textLayer {
  opacity: 1;
}
eob-pdfts .textLayer .highlight {
  opacity: 0.4;
}
eob-pdfts .textLayer .highlight.selected {
  opacity: 0.4;
}
eob-pdfts .textLayer > span {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
eob-pdfts .textLayer ::-moz-selection {
  background: var(--color-accent-primary);
  color: var(--color-font-buttonHover);
}
eob-pdfts .textLayer ::selection {
  background: var(--color-accent-primary);
  color: var(--color-font-buttonHover);
}
/*----------------------------------------*/
/*-------------- TYPOGRAPHY --------------*/
/*----------------------------------------*/
/*------------------------------------*/
/*-------------- SPACING -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SIZING --------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- BORDERS -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SHADOWS -------------*/
/*------------------------------------*/
/*-------------------------------------*/
/*------------- ANIMATION -------------*/
/*-------------------------------------*/
eob-document-viewer .selection {
  background-color: var(--color-accent-light);
}
eob-document-viewer .word {
  position: absolute;
}
eob-document-viewer .word.selected {
  background-color: rgba(21, 173, 255, 0.32);
}
eob-document-viewer .word.active {
  background-color: rgba(21, 173, 255, 0.32);
}
eob-document-viewer .word.searched {
  background-color: rgba(21, 173, 255, 0.32);
}
eob-document-viewer .word.searched.highlight {
  background-color: rgba(189, 54, 47, 0.32);
}
/*----------------------------------------*/
/*-------------- TYPOGRAPHY --------------*/
/*----------------------------------------*/
/*------------------------------------*/
/*-------------- SPACING -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SIZING --------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- BORDERS -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SHADOWS -------------*/
/*------------------------------------*/
/*-------------------------------------*/
/*------------- ANIMATION -------------*/
/*-------------------------------------*/
/* Mixins */
/*mixin for easier and consistent styling of loading animations
* $base color: color of the circle element
* $diameter: diameter of the loading circle (e.g. 48px)
* $background: background-color of the whole element
* $height: height of the whole element (e.g. 100% or 160px)
*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  width: 12px;
  background: var(--color-element-scrollbar);
}
::-webkit-scrollbar-track {
  background: rgba(var(--color-background-panel), 0.2);
}
::-webkit-scrollbar-corner {
  background: rgba(var(--color-background-panel), 0.2);
}
/* Only IE: not supported anymore */
/* Only Firefox: https://drafts.csswg.org/css-scrollbars-1/ */
html, body {
  scrollbar-color: var(--color-element-scrollbar) var(--color-background-panel);
}
/**####################################### GLOBAL STYLING : SPECIALS ####################################################*/
.custom-grid-icon {
  position: relative;
}
.custom-grid-icon.size-16 {
  width: 16px;
  height: 16px;
}
.custom-grid-icon svg {
  position: relative;
  display: inline-flex;
  vertical-align: baseline;
  pointer-events: none;
  width: 100%;
  fill: currentColor;
}
.custom-grid-icon svg.size-16 {
  width: 16px;
  height: 16px;
}
.ag-hidden {
  display: none;
}
.ag-dnd-ghost {
  position: absolute !important;
  background: var(--color-accent-primary);
  opacity: 0.5;
  cursor: move;
  height: 32px;
  line-height: 32px !important;
  width: 100px;
  padding: 4px;
  color: var(--color-font-inverted);
}
.ag-dnd-ghost .ag-dnd-ghost-icon {
  width: 32px;
}
.ag-dnd-ghost .ag-dnd-ghost-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
/**####################################### GLOBAL STYLING: GENERAL AG GRID ####################################################*/
.ag-theme-custom-theme, .inline-grid, .form-grid, .modal-grid, .dv-indexdata-grid {
  --ag-background-color: var(--color-background-panel);
  --ag-odd-row-background-color: var(--color-background-panel);
  --ag-foreground-color: var(--color-font-main);
  --ag-data-color: var(--color-font-main);
  --ag-secondary-foreground-color: var(--color-font-main);
  --ag-disabled-foreground-color: var(--color-font-main);
  --ag-selected-row-background-color: transparent;
  --ag-value-change-value-highlight-background-color: transparent;
  --ag-grid-size: 0;
  --ag-font-size: 13px;
  --ag-font-family: Roboto, Arial, Helvetica, sans-serif;
  --ag-borders: 0;
  --ag-row-border-width: 0;
  --ag-icon-font-family: agGridMaterial;
  --ag-cell-horizontal-padding: 0;
}
.ag-theme-custom-theme [class*=ag-theme-], .inline-grid [class*=ag-theme-], .form-grid [class*=ag-theme-], .modal-grid [class*=ag-theme-], .dv-indexdata-grid [class*=ag-theme-] {
  line-height: 1.2 !important;
}
.ag-theme-custom-theme .hover-over, .inline-grid .hover-over, .form-grid .hover-over, .modal-grid .hover-over, .dv-indexdata-grid .hover-over {
  background-color: #e5e5ff !important;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-root-wrapper-body, .inline-grid .ag-root-wrapper .ag-root-wrapper-body, .form-grid .ag-root-wrapper .ag-root-wrapper-body, .modal-grid .ag-root-wrapper .ag-root-wrapper-body, .dv-indexdata-grid .ag-root-wrapper .ag-root-wrapper-body {
  border-radius: 8px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-body-horizontal-scroll-viewport, .inline-grid .ag-root-wrapper .ag-body-horizontal-scroll-viewport, .form-grid .ag-root-wrapper .ag-body-horizontal-scroll-viewport, .modal-grid .ag-root-wrapper .ag-body-horizontal-scroll-viewport, .dv-indexdata-grid .ag-root-wrapper .ag-body-horizontal-scroll-viewport {
  overflow-x: auto !important;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-center-cols-viewport, .inline-grid .ag-root-wrapper .ag-center-cols-viewport, .form-grid .ag-root-wrapper .ag-center-cols-viewport, .modal-grid .ag-root-wrapper .ag-center-cols-viewport, .dv-indexdata-grid .ag-root-wrapper .ag-center-cols-viewport {
  border-radius: 0 0 8px 8px;
  overflow: auto;
  scrollbar-width: thin;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-container, .inline-grid .ag-root-wrapper .ag-header .ag-header-container, .form-grid .ag-root-wrapper .ag-header .ag-header-container, .modal-grid .ag-root-wrapper .ag-header .ag-header-container, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-container {
  min-width: 100%;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell, .form-grid .ag-root-wrapper .ag-header .ag-header-cell, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell {
  display: flex;
  box-sizing: border-box;
  border-bottom: 2px solid var(--color-border-default);
  border-radius: 8px 8px 0 0;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell:first-child, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell:first-child, .form-grid .ag-root-wrapper .ag-header .ag-header-cell:first-child, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell:first-child, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell:first-child {
  padding-left: 1px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell:last-child, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell:last-child, .form-grid .ag-root-wrapper .ag-header .ag-header-cell:last-child, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell:last-child, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell:last-child {
  border-right: none;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell:focus-visible, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell:focus-visible, .form-grid .ag-root-wrapper .ag-header .ag-header-cell:focus-visible, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell:focus-visible, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell:focus-visible {
  outline: none;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell:focus-visible:after, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell:focus-visible:after, .form-grid .ag-root-wrapper .ag-header .ag-header-cell:focus-visible:after, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell:focus-visible:after, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell:focus-visible:after {
  content: " ";
  z-index: 10000;
  position: absolute;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  top: 2px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px var(--color-outline-main);
  pointer-events: none;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label:not(:has(eob-icon)), .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label:not(:has(eob-icon)), .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label:not(:has(eob-icon)), .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label:not(:has(eob-icon)), .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label:not(:has(eob-icon)) {
  display: grid;
  grid-template-columns: 1fr 16px;
  padding: 0 8px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label:has(eob-icon), .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label:has(eob-icon), .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label:has(eob-icon), .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label:has(eob-icon), .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label:has(eob-icon) {
  display: grid;
  grid-template-columns: max-content 8px;
  padding: 0;
  justify-content: center;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label:has(eob-icon) span, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label:has(eob-icon) span, .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label:has(eob-icon) span, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label:has(eob-icon) span, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label:has(eob-icon) span {
  grid-column: 2;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label, .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label {
  position: relative;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-header-cell-text, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-header-cell-text, .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-header-cell-text, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-header-cell-text, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-header-cell-text {
  min-width: 16px;
  margin-right: 8px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-header-cell-text i.icon-16-checkbox-ok, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-header-cell-text i.icon-16-checkbox-ok, .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-header-cell-text i.icon-16-checkbox-ok, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-header-cell-text i.icon-16-checkbox-ok, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-header-cell-text i.icon-16-checkbox-ok {
  width: 100%;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-icon-asc, .ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-icon-desc, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-icon-asc, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-icon-desc, .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-icon-asc, .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-icon-desc, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-icon-asc, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-icon-desc, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-icon-asc, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-icon-desc {
  position: relative;
  right: 0;
  float: left;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-icon, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-icon, .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-icon, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-icon, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-icon {
  padding: 0;
  font-size: inherit;
  width: auto;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-sort-order, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-sort-order, .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-sort-order, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-sort-order, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-sort-order {
  position: absolute;
  min-width: 16px;
  min-height: 16px;
  text-align: center;
  right: 2px;
  top: 16px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-sort-ascending-icon, .ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-sort-descending-icon, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-sort-ascending-icon, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-sort-descending-icon, .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-sort-ascending-icon, .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-sort-descending-icon, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-sort-ascending-icon, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-sort-descending-icon, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-sort-ascending-icon, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label .ag-sort-descending-icon {
  position: absolute;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  justify-content: center;
  right: 2px;
  top: 3px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label eob-icon, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label eob-icon, .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label eob-icon, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label eob-icon, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-label eob-icon {
  min-height: 16px;
  min-width: 16px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize, .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize {
  box-sizing: border-box;
  background-color: var(--color-border-default);
  margin: 7px 0;
  height: 24px;
  width: 3px;
  opacity: 0.4;
  right: 0;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize:hover, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize:hover, .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize:hover, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize:hover, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize:hover {
  opacity: 1;
  background-color: var(--color-border-default);
  box-sizing: border-box;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize.ag-hidden, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize.ag-hidden, .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize.ag-hidden, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize.ag-hidden, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize.ag-hidden {
  display: block;
  cursor: default;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize.ag-hidden:hover, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize.ag-hidden:hover, .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize.ag-hidden:hover, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize.ag-hidden:hover, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize.ag-hidden:hover {
  background-color: var(--color-accent-gray);
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .ag-header-cell.required, .inline-grid .ag-root-wrapper .ag-header .ag-header-cell.required, .form-grid .ag-root-wrapper .ag-header .ag-header-cell.required, .modal-grid .ag-root-wrapper .ag-header .ag-header-cell.required, .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell.required {
  text-decoration: underline;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-header .header-cell-checkbox .ag-sort-ascending-icon, .ag-theme-custom-theme .ag-root-wrapper .ag-header .header-cell-checkbox .ag-sort-descending-icon, .inline-grid .ag-root-wrapper .ag-header .header-cell-checkbox .ag-sort-ascending-icon, .inline-grid .ag-root-wrapper .ag-header .header-cell-checkbox .ag-sort-descending-icon, .form-grid .ag-root-wrapper .ag-header .header-cell-checkbox .ag-sort-ascending-icon, .form-grid .ag-root-wrapper .ag-header .header-cell-checkbox .ag-sort-descending-icon, .modal-grid .ag-root-wrapper .ag-header .header-cell-checkbox .ag-sort-ascending-icon, .modal-grid .ag-root-wrapper .ag-header .header-cell-checkbox .ag-sort-descending-icon, .dv-indexdata-grid .ag-root-wrapper .ag-header .header-cell-checkbox .ag-sort-ascending-icon, .dv-indexdata-grid .ag-root-wrapper .ag-header .header-cell-checkbox .ag-sort-descending-icon {
  left: 25px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-body-viewport, .inline-grid .ag-root-wrapper .ag-body-viewport, .form-grid .ag-root-wrapper .ag-body-viewport, .modal-grid .ag-root-wrapper .ag-body-viewport, .dv-indexdata-grid .ag-root-wrapper .ag-body-viewport {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  border: none;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-body-viewport:hover, .inline-grid .ag-root-wrapper .ag-body-viewport:hover, .form-grid .ag-root-wrapper .ag-body-viewport:hover, .modal-grid .ag-root-wrapper .ag-body-viewport:hover, .dv-indexdata-grid .ag-root-wrapper .ag-body-viewport:hover {
  -webkit-tap-highlight-color: transparent;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-body-viewport input:focus, .inline-grid .ag-root-wrapper .ag-body-viewport input:focus, .form-grid .ag-root-wrapper .ag-body-viewport input:focus, .modal-grid .ag-root-wrapper .ag-body-viewport input:focus, .dv-indexdata-grid .ag-root-wrapper .ag-body-viewport input:focus {
  outline: none;
  border-bottom: 2px solid var(--color-accent-light);
}
.ag-theme-custom-theme .ag-root-wrapper .ag-body-viewport.scrollbar .ag-center-cols-clipper, .inline-grid .ag-root-wrapper .ag-body-viewport.scrollbar .ag-center-cols-clipper, .form-grid .ag-root-wrapper .ag-body-viewport.scrollbar .ag-center-cols-clipper, .modal-grid .ag-root-wrapper .ag-body-viewport.scrollbar .ag-center-cols-clipper, .dv-indexdata-grid .ag-root-wrapper .ag-body-viewport.scrollbar .ag-center-cols-clipper {
  margin-bottom: 85px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-body-viewport .ag-center-cols-container, .inline-grid .ag-root-wrapper .ag-body-viewport .ag-center-cols-container, .form-grid .ag-root-wrapper .ag-body-viewport .ag-center-cols-container, .modal-grid .ag-root-wrapper .ag-body-viewport .ag-center-cols-container, .dv-indexdata-grid .ag-root-wrapper .ag-body-viewport .ag-center-cols-container {
  min-width: 100%;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-cell, .inline-grid .ag-root-wrapper .ag-cell, .form-grid .ag-root-wrapper .ag-cell, .modal-grid .ag-root-wrapper .ag-cell, .dv-indexdata-grid .ag-root-wrapper .ag-cell {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border: none;
  border-bottom: 1px solid var(--color-border-default);
  border-right-width: 0;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-cell span.cell-value, .inline-grid .ag-root-wrapper .ag-cell span.cell-value, .form-grid .ag-root-wrapper .ag-cell span.cell-value, .modal-grid .ag-root-wrapper .ag-cell span.cell-value, .dv-indexdata-grid .ag-root-wrapper .ag-cell span.cell-value {
  padding-left: 8px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-cell:focus-visible, .inline-grid .ag-root-wrapper .ag-cell:focus-visible, .form-grid .ag-root-wrapper .ag-cell:focus-visible, .modal-grid .ag-root-wrapper .ag-cell:focus-visible, .dv-indexdata-grid .ag-root-wrapper .ag-cell:focus-visible {
  outline: none;
  opacity: 1;
  box-shadow: inset 0 0 0 4px var(--color-outline-main);
}
.ag-theme-custom-theme .ag-root-wrapper .ag-cell span, .inline-grid .ag-root-wrapper .ag-cell span, .form-grid .ag-root-wrapper .ag-cell span, .modal-grid .ag-root-wrapper .ag-cell span, .dv-indexdata-grid .ag-root-wrapper .ag-cell span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-cell span.done, .inline-grid .ag-root-wrapper .ag-cell span.done, .form-grid .ag-root-wrapper .ag-cell span.done, .modal-grid .ag-root-wrapper .ag-cell span.done, .dv-indexdata-grid .ag-root-wrapper .ag-cell span.done {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-cell span.done .svg-animated-progress-ring, .inline-grid .ag-root-wrapper .ag-cell span.done .svg-animated-progress-ring, .form-grid .ag-root-wrapper .ag-cell span.done .svg-animated-progress-ring, .modal-grid .ag-root-wrapper .ag-cell span.done .svg-animated-progress-ring, .dv-indexdata-grid .ag-root-wrapper .ag-cell span.done .svg-animated-progress-ring {
  display: none;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-cell span .svg-animated-progress-ring, .inline-grid .ag-root-wrapper .ag-cell span .svg-animated-progress-ring, .form-grid .ag-root-wrapper .ag-cell span .svg-animated-progress-ring, .modal-grid .ag-root-wrapper .ag-cell span .svg-animated-progress-ring, .dv-indexdata-grid .ag-root-wrapper .ag-cell span .svg-animated-progress-ring {
  position: absolute;
  left: 5px;
  top: -2px;
  display: block;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-cell span .svg-animated-progress-ring .progress-ring-circle, .inline-grid .ag-root-wrapper .ag-cell span .svg-animated-progress-ring .progress-ring-circle, .form-grid .ag-root-wrapper .ag-cell span .svg-animated-progress-ring .progress-ring-circle, .modal-grid .ag-root-wrapper .ag-cell span .svg-animated-progress-ring .progress-ring-circle, .dv-indexdata-grid .ag-root-wrapper .ag-cell span .svg-animated-progress-ring .progress-ring-circle {
  display: block;
  stroke-dasharray: 26px;
  stroke: var(--color-font-medium);
  stroke-dashoffset: 26px;
  transition: 0.1s all ease-in-out;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-cell span .icon-16-sync-complete, .ag-theme-custom-theme .ag-root-wrapper .ag-cell span .icon-16-sync-warning, .inline-grid .ag-root-wrapper .ag-cell span .icon-16-sync-complete, .inline-grid .ag-root-wrapper .ag-cell span .icon-16-sync-warning, .form-grid .ag-root-wrapper .ag-cell span .icon-16-sync-complete, .form-grid .ag-root-wrapper .ag-cell span .icon-16-sync-warning, .modal-grid .ag-root-wrapper .ag-cell span .icon-16-sync-complete, .modal-grid .ag-root-wrapper .ag-cell span .icon-16-sync-warning, .dv-indexdata-grid .ag-root-wrapper .ag-cell span .icon-16-sync-complete, .dv-indexdata-grid .ag-root-wrapper .ag-cell span .icon-16-sync-warning {
  position: absolute;
  left: 8px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-cell .form-row-input-container.invalid input, .inline-grid .ag-root-wrapper .ag-cell .form-row-input-container.invalid input, .form-grid .ag-root-wrapper .ag-cell .form-row-input-container.invalid input, .modal-grid .ag-root-wrapper .ag-cell .form-row-input-container.invalid input, .dv-indexdata-grid .ag-root-wrapper .ag-cell .form-row-input-container.invalid input {
  height: calc(100% - 1px);
}
.ag-theme-custom-theme .ag-root-wrapper div[col-id=icon], .inline-grid .ag-root-wrapper div[col-id=icon], .form-grid .ag-root-wrapper div[col-id=icon], .modal-grid .ag-root-wrapper div[col-id=icon], .dv-indexdata-grid .ag-root-wrapper div[col-id=icon] {
  overflow: visible !important;
  overflow: initial !important;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-row.unselectable, .inline-grid .ag-root-wrapper .ag-row.unselectable, .form-grid .ag-root-wrapper .ag-row.unselectable, .modal-grid .ag-root-wrapper .ag-row.unselectable, .dv-indexdata-grid .ag-root-wrapper .ag-row.unselectable {
  color: var(--color-font-disabled);
}
.ag-theme-custom-theme .ag-root-wrapper .ag-row-selected, .ag-theme-custom-theme .ag-root-wrapper .ag-row-hover, .ag-theme-custom-theme .ag-root-wrapper .ag-row-selected.ag-row-hover, .inline-grid .ag-root-wrapper .ag-row-selected, .inline-grid .ag-root-wrapper .ag-row-hover, .inline-grid .ag-root-wrapper .ag-row-selected.ag-row-hover, .form-grid .ag-root-wrapper .ag-row-selected, .form-grid .ag-root-wrapper .ag-row-hover, .form-grid .ag-root-wrapper .ag-row-selected.ag-row-hover, .modal-grid .ag-root-wrapper .ag-row-selected, .modal-grid .ag-root-wrapper .ag-row-hover, .modal-grid .ag-root-wrapper .ag-row-selected.ag-row-hover, .dv-indexdata-grid .ag-root-wrapper .ag-row-selected, .dv-indexdata-grid .ag-root-wrapper .ag-row-hover, .dv-indexdata-grid .ag-root-wrapper .ag-row-selected.ag-row-hover {
  border-bottom: none;
  margin-left: 0;
  border-color: var(--color-accent-light);
}
.ag-theme-custom-theme .ag-root-wrapper .ag-row-selected .ag-cell, .inline-grid .ag-root-wrapper .ag-row-selected .ag-cell, .form-grid .ag-root-wrapper .ag-row-selected .ag-cell, .modal-grid .ag-root-wrapper .ag-row-selected .ag-cell, .dv-indexdata-grid .ag-root-wrapper .ag-row-selected .ag-cell {
  background-color: var(--color-accent-extraLight);
  color: var(--color-font-highlighted);
}
.ag-theme-custom-theme .ag-root-wrapper .ag-row .ag-cell.ag-cell-focus, .inline-grid .ag-root-wrapper .ag-row .ag-cell.ag-cell-focus, .form-grid .ag-root-wrapper .ag-row .ag-cell.ag-cell-focus, .modal-grid .ag-root-wrapper .ag-row .ag-cell.ag-cell-focus, .dv-indexdata-grid .ag-root-wrapper .ag-row .ag-cell.ag-cell-focus {
  border: none;
  border-bottom: 1px solid var(--color-border-default);
}
.ag-theme-custom-theme .ag-root-wrapper .ag-row .ag-cell.ag-cell-focus.eob-ag-cell-focus .form-row-input-container, .inline-grid .ag-root-wrapper .ag-row .ag-cell.ag-cell-focus.eob-ag-cell-focus .form-row-input-container, .form-grid .ag-root-wrapper .ag-row .ag-cell.ag-cell-focus.eob-ag-cell-focus .form-row-input-container, .modal-grid .ag-root-wrapper .ag-row .ag-cell.ag-cell-focus.eob-ag-cell-focus .form-row-input-container, .dv-indexdata-grid .ag-root-wrapper .ag-row .ag-cell.ag-cell-focus.eob-ag-cell-focus .form-row-input-container {
  border-bottom: 2px solid var(--color-accent-light);
}
.ag-theme-custom-theme .ag-root-wrapper .ag-row-animation .ag-row, .inline-grid .ag-root-wrapper .ag-row-animation .ag-row, .form-grid .ag-root-wrapper .ag-row-animation .ag-row, .modal-grid .ag-root-wrapper .ag-row-animation .ag-row, .dv-indexdata-grid .ag-root-wrapper .ag-row-animation .ag-row {
  transition: none 0s ease 0s;
  transition: initial;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-row-hover, .inline-grid .ag-root-wrapper .ag-row-hover, .form-grid .ag-root-wrapper .ag-row-hover, .modal-grid .ag-root-wrapper .ag-row-hover, .dv-indexdata-grid .ag-root-wrapper .ag-row-hover {
  margin-left: 0;
  background-color: var(--color-background-panel);
}
.ag-theme-custom-theme .ag-root-wrapper .ag-group-child-count, .inline-grid .ag-root-wrapper .ag-group-child-count, .form-grid .ag-root-wrapper .ag-group-child-count, .modal-grid .ag-root-wrapper .ag-group-child-count, .dv-indexdata-grid .ag-root-wrapper .ag-group-child-count {
  margin-left: 3px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-cell-expandable, .inline-grid .ag-root-wrapper .ag-cell-expandable, .form-grid .ag-root-wrapper .ag-cell-expandable, .modal-grid .ag-root-wrapper .ag-cell-expandable, .dv-indexdata-grid .ag-root-wrapper .ag-cell-expandable {
  display: flex;
  align-items: center;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-group-contracted, .ag-theme-custom-theme .ag-root-wrapper .ag-group-expanded, .inline-grid .ag-root-wrapper .ag-group-contracted, .inline-grid .ag-root-wrapper .ag-group-expanded, .form-grid .ag-root-wrapper .ag-group-contracted, .form-grid .ag-root-wrapper .ag-group-expanded, .modal-grid .ag-root-wrapper .ag-group-contracted, .modal-grid .ag-root-wrapper .ag-group-expanded, .dv-indexdata-grid .ag-root-wrapper .ag-group-contracted, .dv-indexdata-grid .ag-root-wrapper .ag-group-expanded {
  margin-right: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-cell-wrapper.ag-row-group[class*=ag-row-group-indent],
.ag-theme-custom-theme .ag-root-wrapper .ag-cell-wrapper.ag-row-group-leaf-indent[class*=ag-row-group-indent], .inline-grid .ag-root-wrapper .ag-cell-wrapper.ag-row-group[class*=ag-row-group-indent],
.inline-grid .ag-root-wrapper .ag-cell-wrapper.ag-row-group-leaf-indent[class*=ag-row-group-indent], .form-grid .ag-root-wrapper .ag-cell-wrapper.ag-row-group[class*=ag-row-group-indent],
.form-grid .ag-root-wrapper .ag-cell-wrapper.ag-row-group-leaf-indent[class*=ag-row-group-indent], .modal-grid .ag-root-wrapper .ag-cell-wrapper.ag-row-group[class*=ag-row-group-indent],
.modal-grid .ag-root-wrapper .ag-cell-wrapper.ag-row-group-leaf-indent[class*=ag-row-group-indent], .dv-indexdata-grid .ag-root-wrapper .ag-cell-wrapper.ag-row-group[class*=ag-row-group-indent],
.dv-indexdata-grid .ag-root-wrapper .ag-cell-wrapper.ag-row-group-leaf-indent[class*=ag-row-group-indent] {
  padding-left: 0;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-cell-wrapper.ag-row-group-leaf-indent, .inline-grid .ag-root-wrapper .ag-cell-wrapper.ag-row-group-leaf-indent, .form-grid .ag-root-wrapper .ag-cell-wrapper.ag-row-group-leaf-indent, .modal-grid .ag-root-wrapper .ag-cell-wrapper.ag-row-group-leaf-indent, .dv-indexdata-grid .ag-root-wrapper .ag-cell-wrapper.ag-row-group-leaf-indent {
  padding-left: 22px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-row-group, .inline-grid .ag-root-wrapper .ag-row-group, .form-grid .ag-root-wrapper .ag-row-group, .modal-grid .ag-root-wrapper .ag-row-group, .dv-indexdata-grid .ag-root-wrapper .ag-row-group {
  padding-left: 6px;
  border: none !important;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-column-drop, .inline-grid .ag-root-wrapper .ag-column-drop, .form-grid .ag-root-wrapper .ag-column-drop, .modal-grid .ag-root-wrapper .ag-column-drop, .dv-indexdata-grid .ag-root-wrapper .ag-column-drop {
  height: 40px;
  margin-bottom: 16px;
  border: 2px dotted var(--color-border-default);
  border-radius: 4px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-column-drop .ag-column-drop-empty-message, .inline-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-empty-message, .form-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-empty-message, .modal-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-empty-message, .dv-indexdata-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-empty-message {
  padding: 0 8px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-column-drop .ag-column-drop-cell, .inline-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell, .form-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell, .modal-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell, .dv-indexdata-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell {
  border: none;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-column-drop .ag-column-drop-cell span, .inline-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell span, .form-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell span, .modal-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell span, .dv-indexdata-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell span {
  height: 40px;
  background-color: var(--color-element-formInput);
  padding: 0 6px;
  align-items: center;
  display: flex;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-column-drop .ag-column-drop-cell .ag-icon, .inline-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell .ag-icon, .form-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell .ag-icon, .modal-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell .ag-icon, .dv-indexdata-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell .ag-icon {
  font-size: 14.63px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-column-drop .ag-column-drop-cell .ag-sort-indicator-container, .inline-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell .ag-sort-indicator-container, .form-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell .ag-sort-indicator-container, .modal-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell .ag-sort-indicator-container, .dv-indexdata-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell .ag-sort-indicator-container {
  padding: 0;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-column-drop .ag-column-drop-cell .ag-icon-cancel:before, .inline-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell .ag-icon-cancel:before, .form-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell .ag-icon-cancel:before, .modal-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell .ag-icon-cancel:before, .dv-indexdata-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell .ag-icon-cancel:before {
  opacity: 0.75;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-column-drop .ag-column-drop-cell:first-child, .inline-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell:first-child, .form-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell:first-child, .modal-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell:first-child, .dv-indexdata-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell:first-child {
  margin-left: 0;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-column-drop .ag-column-drop-cell-button span, .inline-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell-button span, .form-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell-button span, .modal-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell-button span, .dv-indexdata-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell-button span {
  background-color: transparent;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-column-drop .ag-column-drop-cell-button:hover, .inline-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell-button:hover, .form-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell-button:hover, .modal-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell-button:hover, .dv-indexdata-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-cell-button:hover {
  background: var(--color-accent-extraLight);
}
.ag-theme-custom-theme .ag-root-wrapper .ag-column-drop .ag-column-drop-icon, .inline-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-icon, .form-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-icon, .modal-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-icon, .dv-indexdata-grid .ag-root-wrapper .ag-column-drop .ag-column-drop-icon {
  display: none;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-selection-checkbox .ag-checkbox, .inline-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox, .form-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox, .modal-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox, .dv-indexdata-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper, .inline-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper, .form-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper, .modal-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper, .dv-indexdata-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3A%20new%200%200%2032%2032%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M25%2C7v18H7V7H25%20M26%2C6H6v20h20V6L26%2C6z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  background-size: 32px;
  height: 100%;
  width: 32px;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper::after, .inline-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper::after, .form-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper::after, .modal-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper::after, .dv-indexdata-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper::after {
  content: none;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper.ag-checked, .inline-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper.ag-checked, .form-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper.ag-checked, .modal-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper.ag-checked, .dv-indexdata-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper.ag-checked {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3A%20new%200%200%2032%2032%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M25%2C7v18H7V7H25%20M26%2C6H6v20h20V6L26%2C6z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M9.5%2C15.3l1.7-1.7l5.5%2C5.5L15%2C20.8L9.5%2C15.3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M21.7%2C10.7l1.7%2C1.7L15%2C20.8l-1.7-1.7L21.7%2C10.7z%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  background-size: 32px;
  background-color: transparent;
  height: 100%;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper .ag-checkbox-input, .inline-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper .ag-checkbox-input, .form-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper .ag-checkbox-input, .modal-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper .ag-checkbox-input, .dv-indexdata-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper .ag-checkbox-input {
  background-color: transparent;
  height: 100%;
}
.ag-theme-custom-theme .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper input, .ag-theme-custom-theme .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper input:focus, .inline-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper input, .inline-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper input:focus, .form-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper input, .form-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper input:focus, .modal-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper input, .modal-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper input:focus, .dv-indexdata-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper input, .dv-indexdata-grid .ag-root-wrapper .ag-selection-checkbox .ag-checkbox-input-wrapper input:focus {
  -webkit-appearance: none;
  outline: none;
  border: none;
}
/**####################################### Hitlist Specials ######################################################*/
eob-result .inline-grid #loadAnimation {
  background-color: var(--color-background-panel);
  height: 100%;
  position: absolute;
}
.empty-hitlist-placeholder {
  height: 200px;
  text-align: center;
  font-size: 14.63px;
  position: absolute;
  margin: auto;
  top: 64px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.empty-hitlist-placeholder .placeholder-content {
  top: 35%;
  position: absolute;
  left: 0;
  right: 0;
  color: var(--color-font-medium);
}
.empty-hitlist-placeholder .placeholder-content eob-icon {
  width: 24px;
  display: block;
  margin: auto;
  padding-bottom: 16px;
}
/**############################### Tables in Modal Dialog Specials (e.g. QuickFinder) ###########################*/
.modal-grid .ag-root-wrapper .ag-root-wrapper-body {
  height: 100%;
}
.modal-grid .empty-hitlist-placeholder {
  padding: 20px;
  bottom: 100px;
  box-sizing: border-box;
}
/**####################################### LOCATION TREE SPECIALS #################################################*/
eob-folder-tree .ag-row.ag-row-group-expanded.loading-content .ag-cell .ag-group-expanded i {
  animation: rotating 1s linear infinite;
}
/**####################################### INLINE GRID GENERAL ####################################################*/
eob-inline-tree .inline-grid.with-pinned-column .ag-center-cols-container .ag-row-selected, eob-folder-tree .inline-grid.with-pinned-column .ag-center-cols-container .ag-row-selected {
  border-left: none;
}
eob-inline-tree .inline-grid .ag-root-wrapper .ag-row:hover, eob-folder-tree .inline-grid .ag-root-wrapper .ag-row:hover {
  color: var(--color-font-highlighted);
  background-color: var(--color-accent-extraLight);
}
eob-inline-tree .inline-grid .ag-root-wrapper .ag-row .ag-cell, eob-folder-tree .inline-grid .ag-root-wrapper .ag-row .ag-cell {
  padding-left: 4px;
  border: none;
  cursor: pointer;
}
eob-inline-tree .inline-grid .ag-root-wrapper .ag-row .ag-cell .ag-row-group span, eob-inline-tree .inline-grid .ag-root-wrapper .ag-row .ag-cell .ag-row-group-leaf-indent span, eob-folder-tree .inline-grid .ag-root-wrapper .ag-row .ag-cell .ag-row-group span, eob-folder-tree .inline-grid .ag-root-wrapper .ag-row .ag-cell .ag-row-group-leaf-indent span {
  width: auto;
  width: initial;
}
eob-inline-tree .inline-grid .ag-root-wrapper .ag-row .ag-cell .ag-row-group-leaf-indent, eob-folder-tree .inline-grid .ag-root-wrapper .ag-row .ag-cell .ag-row-group-leaf-indent {
  padding-left: 22px !important;
}
eob-inline-tree .inline-grid .ag-root-wrapper .ag-row .ag-cell .ag-selection-checkbox, eob-folder-tree .inline-grid .ag-root-wrapper .ag-row .ag-cell .ag-selection-checkbox {
  position: relative;
  height: 100%;
  margin-right: 6px;
}
eob-inline-tree .inline-grid .ag-root-wrapper .ag-row .ag-cell.ag-cell-focus, eob-folder-tree .inline-grid .ag-root-wrapper .ag-row .ag-cell.ag-cell-focus {
  border: none;
}
eob-inline-tree .inline-grid .ag-root-wrapper .ag-body-horizontal-scroll-viewport, eob-folder-tree .inline-grid .ag-root-wrapper .ag-body-horizontal-scroll-viewport {
  overflow-x: hidden !important;
}
eob-inline-tree .inline-grid .ag-root-wrapper .ag-center-cols-viewport, eob-folder-tree .inline-grid .ag-root-wrapper .ag-center-cols-viewport {
  overflow: hidden;
}
/**################################# MULTISELECT BOXES (inline grid special) #########################################*/
eob-multiselect-boxes .ag-theme-base .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize.ag-hidden {
  display: none !important;
}
eob-multiselect-boxes .inline-grid {
  display: inline-block;
  height: 240px;
  min-height: 240px;
  width: 100%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  border: 1px solid var(--color-border-accessibility);
}
eob-multiselect-boxes .inline-grid .ag-center-cols-container {
  overflow: hidden;
  min-width: 100%;
}
eob-multiselect-boxes .inline-grid .ag-header {
  border-bottom: 2px solid var(--color-border-default);
  background-color: transparent;
}
eob-multiselect-boxes .inline-grid .ag-header-cell {
  border: 0 !important;
}
eob-multiselect-boxes .inline-grid .ag-cell:only-child {
  min-width: 98%;
}
eob-multiselect-boxes .inline-grid .ag-cell {
  border: none !important;
  display: flex;
  overflow: hidden;
}
eob-multiselect-boxes .inline-grid .ag-cell span:not(.ag-row-content) {
  padding: 6px;
  min-width: 100%;
}
/**####################################### EMPTY GRID HEADERS ####################################################*/
.ag-header .empty-header-cell {
  border-bottom: none !important;
}
/**####################################### TABLES IN FORMS ####################################################*/
.form-grid .ag-root-wrapper .ag-center-cols-viewport {
  background-color: transparent;
}
.form-grid .ag-root-wrapper .ag-cell {
  border-bottom: none;
  padding-left: 0;
}
.form-grid .ag-root-wrapper .ag-cell:focus-visible {
  outline: none;
}
.form-grid .ag-root-wrapper .ag-cell:focus-visible:after {
  content: " ";
  z-index: 10000;
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 2px var(--color-outline-main);
  pointer-events: none;
}
.form-grid .ag-root-wrapper .ag-cell .form-row-input-container {
  width: 100%;
}
.form-grid .ag-root-wrapper .ag-row {
  border-left: none;
  margin-left: 0;
}
.form-grid .ag-root-wrapper .ag-row-selected {
  border-left: none;
}
.form-grid .ag-root-wrapper .ag-row-selected.ag-row-hover {
  border-left: none;
}
eob-template-selection .ag-root-wrapper-body.ag-layout-normal {
  height: auto;
}
eob-template-selection .ag-theme-base .ag-root-wrapper .ag-root-wrapper-body, eob-template-selection .inline-grid .ag-root-wrapper .ag-root-wrapper-body,
eob-template-selection .ag-theme-base .ag-root-wrapper .ag-center-cols-viewport, eob-template-selection .inline-grid .ag-root-wrapper .ag-center-cols-viewport {
  border-radius: 0;
}
/**####################################### Workflow Specials ####################################################*/
eob-workflow-files .ag-root-wrapper-body.ag-layout-normal {
  border: 2px solid var(--color-border-default);
}
eob-workflow-circulation .ag-center-cols-viewport {
  overflow-y: hidden !important;
}
eob-workflow-circulation .ag-root-wrapper .ag-header {
  border-bottom: none !important;
}
eob-workflow-circulation .ag-root-wrapper .ag-header-viewport {
  background-color: var(--color-accent-gray);
}
eob-workflow-circulation .ag-root-wrapper .ag-row .ag-cell, eob-workflow-circulation .ag-root-wrapper .ag-row .ag-cell.ag-cell-focus.ag-cell-value {
  border-top: 1px solid var(--color-border-default);
  border-bottom: 1px solid var(--color-border-default) !important;
  border-right: none;
  border-left: none;
}
eob-workflow-circulation .ag-root-wrapper .ag-row .ag-cell.cell-delete-row, eob-workflow-circulation .ag-root-wrapper .ag-row .ag-cell.ag-cell-focus.ag-cell-value.cell-delete-row {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-right: 1px solid var(--color-border-default);
  transform: translateX(-2px);
}
eob-workflow-circulation .ag-root-wrapper .ag-row .ag-cell.cell-delete-row .button-transparent, eob-workflow-circulation .ag-root-wrapper .ag-row .ag-cell.ag-cell-focus.ag-cell-value.cell-delete-row .button-transparent {
  max-width: 60px;
}
eob-workflow-circulation .ag-root-wrapper .ag-body-horizontal-scroll {
  display: none;
}
eob-workflow-circulation .ag-root-wrapper input:focus {
  outline: none;
  border-bottom: 2px solid red;
  border-radius: 0 !important;
}
eob-workflow-circulation .ag-root-wrapper .ag-icon.ag-icon-grip {
  font-size: 16.45px;
}
eob-workflow-circulation-grid-cell {
  width: 100%;
}
eob-hitlist-header-cell-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
/**####################################### DetailsViewer Specials ####################################################*/
eob-details-viewer-table .dv-indexdata-grid:not(.dv-indexdata-table) .ag-root-wrapper .ag-header {
  border-bottom: none;
}
eob-details-viewer-table .dv-indexdata-grid .ag-root-wrapper .ag-body-viewport .ag-center-cols-viewport {
  background-color: transparent !important;
}
eob-details-viewer-table .dv-indexdata-grid .ag-root-wrapper .ag-body-viewport .ag-center-cols-viewport .ag-row:last-child .ag-cell {
  border-bottom: none;
}
eob-details-viewer-table .dv-indexdata-grid .ag-root-wrapper .ag-body-viewport .ag-center-cols-viewport .ag-row .ag-cell {
  white-space: normal !important;
  box-sizing: border-box;
  padding: 8px;
  -webkit-user-select: text; /* Chrome all / Safari all */
  -moz-user-select: text; /* Firefox all */ /* IE 10+ */
  user-select: text; /* Likely future */
}
eob-details-viewer-table .dv-indexdata-grid .ag-root-wrapper .ag-body-viewport .ag-center-cols-viewport .ag-row .ag-cell span {
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 7;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
eob-details-viewer-table .dv-indexdata-grid .ag-root-wrapper .ag-body-viewport .ag-center-cols-viewport .ag-row .ag-cell a {
  text-decoration: none;
  display: inline-block;
  background-color: var(--color-background-panel);
  padding: 2px 4px;
  border-radius: 2px;
  color: var(--color-font-main);
}
eob-details-viewer-table .dv-indexdata-grid .ag-root-wrapper .ag-body-viewport .ag-center-cols-viewport .ag-row .ag-cell a:hover {
  background-color: var(--color-accent-gray);
}
eob-details-viewer-history eob-grid-wrapper.history .ag-root-wrapper .ag-row:first-child div.timeline {
  margin-top: 8px;
  margin-bottom: 6px;
}
eob-details-viewer-history eob-grid-wrapper.history .ag-root-wrapper .ag-row:first-child div.timeline span {
  margin-top: 0;
}
eob-details-viewer-history eob-grid-wrapper.history .ag-root-wrapper .ag-row:last-child div.timeline {
  height: 20px;
}
eob-details-viewer-history eob-grid-wrapper.history .ag-root-wrapper .ag-row .ag-cell {
  border: none;
  outline: none;
  display: inline-block;
}
/**####################################### PHONE global Specials ####################################################*/
.is-phone .ag-theme-base .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize, .is-phone .inline-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize, .is-phone .form-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize, .is-phone .modal-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize, .is-phone .dv-indexdata-grid .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize {
  border: 6px solid var(--color-background-panel);
  width: 15px;
  margin: 3px 0;
  right: -6px;
  height: 28px;
}
.is-phone eob-workflow-circulation .ag-root-wrapper .ag-header {
  display: none;
}
.is-phone eob-workflow-circulation .ag-root-wrapper .ag-row-group {
  padding-left: 0;
}
.is-phone eob-workflow-circulation .ag-root-wrapper .ag-pinned-right-cols-container {
  width: 30px;
}
.is-phone eob-workflow-circulation .ag-root-wrapper .ag-cell {
  border-top: none;
  border-bottom: none !important;
  border-right: none;
  border-left: none;
}
.is-phone eob-workflow-circulation .ag-root-wrapper .ag-cell.cell-delete-row {
  border-radius: 0;
  border-right: none !important;
  transform: translateX(-8px);
}
.is-phone eob-workflow-circulation .ag-root-wrapper .ag-cell.cell-add-row {
  transform: translateX(-4px);
}
.is-phone eob-workflow-circulation .ag-root-wrapper .ag-cell span {
  font-size: 14.63px;
}
.is-phone eob-variants .ag-cell.phone-variant-version span {
  margin: auto;
}
.is-phone eob-variants .ag-cell.variant-active {
  font-weight: bold;
  color: var(--color-accent-primary) !important;
}
/*----------------------------------------*/
/*-------------- TYPOGRAPHY --------------*/
/*----------------------------------------*/
/*------------------------------------*/
/*-------------- SPACING -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SIZING --------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- BORDERS -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SHADOWS -------------*/
/*------------------------------------*/
/*-------------------------------------*/
/*------------- ANIMATION -------------*/
/*-------------------------------------*/
.toast-title {
  font-weight: bold;
}
.notyf {
  z-index: 100000;
}
.notyf .notyf__wrapper {
  padding: 8px;
}
.notyf .notyf__wrapper .notyf__dismiss {
  height: 32px;
  width: 32px;
  animation: none;
  opacity: 1;
  background-color: transparent;
}
.notyf .notyf__wrapper .notyf__dismiss .notyf__dismiss-btn {
  background-color: transparent;
  transform: scale(1.2);
  opacity: 1;
  padding: 4px;
}
.notyf .notyf__wrapper .notyf__dismiss .notyf__dismiss-btn::before, .notyf .notyf__wrapper .notyf__dismiss .notyf__dismiss-btn::after {
  width: 1px;
  height: 14px;
}
.notyf .notyf__wrapper .notyf__dismiss .notyf__dismiss-btn:hover {
  background-color: var(--color-background-panel);
}
.notyf .notyf__wrapper .notyf__dismiss .notyf__dismiss-btn:hover::before, .notyf .notyf__wrapper .notyf__dismiss .notyf__dismiss-btn:hover::after {
  background-color: var(--color-font-inverted);
}
.notyf .notyf__toast {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  width: 300px;
  border-radius: 4px;
  background-color: var(--color-accent-ok);
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: var(--color-font-buttonHover);
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.notyf .notyf__toast.title .notyf__message:first-line {
  font-weight: bold;
}
.notyf .notyf__toast.title .notyf__message .title-bold {
  font-weight: bold;
}
.notyf .notyf__toast.toast-warning {
  background-color: var(--color-accent-warning);
}
.notyf .notyf__toast.toast-warning .notyf__dismiss .notyf__dismiss-btn:hover::before, .notyf .notyf__toast.toast-warning .notyf__dismiss .notyf__dismiss-btn:hover::after {
  background-color: var(--color-accent-warning);
}
.notyf .notyf__toast.toast-success {
  background-color: var(--color-accent-ok);
}
.notyf .notyf__toast.toast-success .notyf__dismiss .notyf__dismiss-btn:hover::before, .notyf .notyf__toast.toast-success .notyf__dismiss .notyf__dismiss-btn:hover::after {
  background-color: var(--color-accent-ok);
}
.notyf .notyf__toast.toast-error {
  background-color: var(--color-accent-error);
}
.notyf .notyf__toast.toast-error .notyf__dismiss .notyf__dismiss-btn:hover::before, .notyf .notyf__toast.toast-error .notyf__dismiss .notyf__dismiss-btn:hover::after {
  background-color: var(--color-accent-error);
}
.notyf .notyf__toast.toast-info {
  background-color: var(--color-accent-light);
}
.notyf .notyf__toast.toast-info .notyf__dismiss .notyf__dismiss-btn:hover::before, .notyf .notyf__toast.toast-info .notyf__dismiss .notyf__dismiss-btn:hover::after {
  background-color: var(--color-accent-light);
}
.notyf .notyf__toast:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
.notyf .toast-info-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
.notyf .toast-error-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
.notyf .toast-success-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
.notyf .toast-warning-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
.notyf .toast {
  background-color: #030303;
}
.notyf .notyf__message {
  white-space: pre-line;
  padding: 8px;
  border-radius: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14.63px;
}
.high-contrast .notyf .notyf__wrapper .notyf__dismiss .notyf__dismiss-btn::before, .high-contrast .notyf .notyf__wrapper .notyf__dismiss .notyf__dismiss-btn::after {
  background: var(--color-font-highlighted);
}
/*----------------------------------------*/
/*-------------- TYPOGRAPHY --------------*/
/*----------------------------------------*/
/*------------------------------------*/
/*-------------- SPACING -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SIZING --------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- BORDERS -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SHADOWS -------------*/
/*------------------------------------*/
/*-------------------------------------*/
/*------------- ANIMATION -------------*/
/*-------------------------------------*/
.xdsoft_scrollbar {
  display: none;
}
.date-picker-toolbar {
  width: 100%;
  visibility: hidden;
}
.date-picker-toolbar .xdsoft_monthpicker {
  display: flex;
  font-size: 14.63px;
  overflow: hidden;
}
.date-picker-toolbar .xdsoft_monthpicker * {
  background-color: transparent;
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_today_button {
  display: none;
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_prev, .date-picker-toolbar .xdsoft_monthpicker .prev-year {
  order: 1;
  height: 32px;
  width: 32px;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28204%2C204%2C204%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C8l5-5l1%2C1L7%2C8l4%2C4l-1%2C1L5%2C8z%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--color-element-button);
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_prev:hover, .date-picker-toolbar .xdsoft_monthpicker .prev-year:hover {
  background-color: var(--color-accent-light);
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_month, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year {
  height: 32px;
  width: 120px;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-width: 100px;
  order: 2;
  box-sizing: border-box;
  flex: 1;
  text-align: center;
  margin: 0 2px;
  cursor: pointer;
  background-color: var(--color-background-panel);
  /* Only IE: not supported anymore */
  /* Only Firefox: https://drafts.csswg.org/css-scrollbars-1/ */
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_month > span, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year > span {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_month .xdsoft_current, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year .xdsoft_current {
  background-color: var(--color-accent-light);
  color: var(--color-font-inverted);
  font-weight: bold;
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_month .xdsoft_current:hover, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year .xdsoft_current:hover {
  background-color: var(--color-accent-gray);
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_month ::-webkit-scrollbar, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_month ::-webkit-scrollbar-thumb, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  width: 12px;
  background: var(--color-element-scrollbar);
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_month ::-webkit-scrollbar-track, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year ::-webkit-scrollbar-track {
  background: rgba(var(--color-background-panel), 0.2);
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_month ::-webkit-scrollbar-corner, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year ::-webkit-scrollbar-corner {
  background: rgba(var(--color-background-panel), 0.2);
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_month html, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_month body, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year html, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year body {
  scrollbar-color: var(--color-element-scrollbar) var(--color-background-panel);
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_month .month-list, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_month .year-list, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year .month-list, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year .year-list {
  background-color: var(--color-background-panel);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  padding: 4px;
  width: 120px;
  z-index: 1000000;
  position: absolute;
  box-sizing: border-box;
  max-height: 286px;
  overflow: auto;
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_month .month-list.hidden, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_month .year-list.hidden, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year .month-list.hidden, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year .year-list.hidden {
  display: none !important;
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_month .month-list .xdsoft_option, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_month .year-list .xdsoft_option, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year .month-list .xdsoft_option, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year .year-list .xdsoft_option {
  height: 40px;
  padding-top: 10px;
  box-sizing: border-box;
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_month .month-list .xdsoft_option:hover, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_month .year-list .xdsoft_option:hover, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year .month-list .xdsoft_option:hover, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year .year-list .xdsoft_option:hover {
  color: var(--color-font-highlighted);
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_month .month-list .xdsoft_option:hover, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_month .month-list .xdsoft_option.active, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_month .year-list .xdsoft_option:hover, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_month .year-list .xdsoft_option.active, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year .month-list .xdsoft_option:hover, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year .month-list .xdsoft_option.active, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year .year-list .xdsoft_option:hover, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year .year-list .xdsoft_option.active {
  background-color: var(--color-accent-extraLight);
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_monthselect, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_yearselect {
  background-color: var(--color-background-panel);
  padding: 4px;
  margin: 5px 0;
  width: 120px;
  z-index: -5;
  position: absolute;
  box-sizing: border-box;
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_monthselect > div > div, .date-picker-toolbar .xdsoft_monthpicker .xdsoft_yearselect > div > div {
  margin-top: 0 !important;
  height: 1px;
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_next, .date-picker-toolbar .xdsoft_monthpicker .next-year {
  order: 3;
  height: 32px;
  width: 32px;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28204%2C204%2C204%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C8l5-5l1%2C1L7%2C8l4%2C4l-1%2C1L5%2C8z%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  background-color: var(--color-element-button);
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_next:hover, .date-picker-toolbar .xdsoft_monthpicker .next-year:hover {
  background-color: var(--color-accent-light);
}
.date-picker-toolbar .xdsoft_monthpicker .prev-year {
  order: 4;
}
.date-picker-toolbar .xdsoft_monthpicker .xdsoft_year {
  order: 5;
  min-width: 60px;
}
.date-picker-toolbar .xdsoft_monthpicker .next-year {
  order: 6;
  margin: 0;
}
.xdsoft_datetimepicker.eob-date-picker, .xdsoft_datetimepicker.eob-range-picker {
  display: flex !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  padding: 0;
  right: 0;
  width: 100%;
  min-width: 320px;
  min-height: 300px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.xdsoft_datetimepicker.eob-date-picker *, .xdsoft_datetimepicker.eob-range-picker * {
  border: none !important;
}
.xdsoft_datetimepicker.eob-date-picker.eob-range-picker, .xdsoft_datetimepicker.eob-range-picker.eob-range-picker {
  display: none;
}
.xdsoft_datetimepicker.eob-date-picker .xdsoft_datepicker.active, .xdsoft_datetimepicker.eob-date-picker .xdsoft_timepicker.active, .xdsoft_datetimepicker.eob-range-picker .xdsoft_datepicker.active, .xdsoft_datetimepicker.eob-range-picker .xdsoft_timepicker.active {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-left: 0;
}
.xdsoft_datetimepicker.eob-date-picker .xdsoft_datepicker.active + .xdsoft_timepicker, .xdsoft_datetimepicker.eob-range-picker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  width: 25%;
  margin-bottom: 3px;
  min-width: 48px;
}
.xdsoft_datetimepicker.eob-date-picker .xdsoft_calendar td, .xdsoft_datetimepicker.eob-date-picker .xdsoft_calendar th, .xdsoft_datetimepicker.eob-range-picker .xdsoft_calendar td, .xdsoft_datetimepicker.eob-range-picker .xdsoft_calendar th {
  font-size: 14.63px;
  text-align: center;
  background: transparent;
}
.xdsoft_datetimepicker.eob-date-picker .xdsoft_calendar td div, .xdsoft_datetimepicker.eob-date-picker .xdsoft_calendar th div, .xdsoft_datetimepicker.eob-range-picker .xdsoft_calendar td div, .xdsoft_datetimepicker.eob-range-picker .xdsoft_calendar th div {
  padding: 0;
}
.xdsoft_datetimepicker.eob-date-picker .xdsoft_calendar td, .xdsoft_datetimepicker.eob-range-picker .xdsoft_calendar td {
  background-color: transparent;
  height: 44px;
  color: var(--color-font-main);
  border-radius: 8px;
  transition: all 0.15s ease-out;
}
.xdsoft_datetimepicker.eob-date-picker .xdsoft_calendar td:hover, .xdsoft_datetimepicker.eob-range-picker .xdsoft_calendar td:hover {
  background-color: var(--color-accent-gray) !important;
  color: var(--color-font-main) !important;
}
.xdsoft_datetimepicker.eob-date-picker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker.eob-range-picker .xdsoft_calendar td.xdsoft_other_month {
  background-color: transparent;
}
.xdsoft_datetimepicker.eob-date-picker .xdsoft_calendar th, .xdsoft_datetimepicker.eob-range-picker .xdsoft_calendar th {
  height: 60px !important;
}
.xdsoft_datetimepicker.eob-date-picker .xdsoft_date:hover, .xdsoft_datetimepicker.eob-range-picker .xdsoft_date:hover {
  background-color: var(--color-accent-gray);
}
.xdsoft_datetimepicker.eob-date-picker .xdsoft_date.xdsoft_current, .xdsoft_datetimepicker.eob-range-picker .xdsoft_date.xdsoft_current {
  box-shadow: none;
  background-color: var(--color-accent-light);
  color: var(--color-font-inverted);
}
.xdsoft_datetimepicker.eob-date-picker .xdsoft_date.xdsoft_current:hover, .xdsoft_datetimepicker.eob-range-picker .xdsoft_date.xdsoft_current:hover {
  background-color: var(--color-accent-light) !important;
  color: var(--color-font-inverted) !important;
}
#modalDialog .date-time-input-container.active {
  border-bottom: 2px solid var(--color-accent-light);
}
#modalDialog .date-time-input-container.active input {
  box-shadow: none !important;
  border-bottom: none !important;
}
#modalDialog.time-picker-dialog #modalDialogContainer .custom-date-picker {
  width: 100%;
}
#modalDialog.time-picker-dialog #modalDialogContainer .custom-date-picker .date-range-button, #modalDialog.time-picker-dialog #modalDialogContainer .custom-date-picker .time-range-button {
  margin: 0;
  width: 100%;
}
#modalDialog.time-picker-dialog #modalDialogContainer .date-time-container .date-containers {
  flex-direction: column;
  width: 100%;
}
#modalDialog.time-picker-dialog #modalDialogContainer .date-time-container .custom-date-picker {
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  height: auto;
  width: auto;
}
#modalDialog.time-picker-dialog #modalDialogContainer .date-time-container .custom-date-picker .time-range-button {
  height: 32px;
  width: 32px;
  margin-bottom: 8px;
  background-color: transparent;
  display: flex;
  border: none;
  cursor: pointer;
  transition: opacity 0.4s ease;
  margin-right: 0;
  justify-content: center;
  align-items: center;
}
#modalDialog.time-picker-dialog #modalDialogContainer .date-time-container .custom-date-picker .time-range-button:hover {
  background-color: var(--color-background-panel);
}
#modalDialog.time-picker-dialog #modalDialogContainer .date-time-container .date-time-input-container {
  width: 100%;
  margin-bottom: 8px;
}
#modalDialog.time-picker-dialog #modalDialogContainer .date-time-container .date-time-input-modal, #modalDialog.time-picker-dialog #modalDialogContainer .date-time-container .range-input-modal {
  width: 100%;
  margin: 0;
}
#modalDialog.time-picker-dialog #modalDialogContainer .date-time-container .range-input-label {
  margin: 0;
}
#modalDialog.time-picker-dialog #modalDialogContainer .time-picker {
  width: 100%;
  margin: 0 16px 16px 8px;
}
.pdfjs-toolbar.invisible {
  display: none !important;
}
.osProgressbar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-background-panel);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  max-height: 100%;
}
.osProgressbar .osloader {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border-top: 6px solid rgba(155, 155, 155, 0.2);
  border-right: 6px solid rgba(155, 155, 155, 0.2);
  border-bottom: 6px solid rgba(155, 155, 155, 0.2);
  border-left: 6px solid #9b9b9b;
  transform: translateZ(0);
  animation: loadCircle 1.1s infinite linear;
  border-radius: 50%;
}
.osProgressbar.invisible {
  display: none !important;
}
.osProgressbar div {
  overflow: hidden;
  display: block;
}
.osProgressbar div.invisible {
  display: none !important;
}
.osProgressbar .osloader.invisible {
  display: none !important;
}
.osProgressbar .percentLoader {
  margin: auto;
  height: 110px;
  width: 110px;
  border: 4px solid var(--color-accent-gray);
  border-radius: 50%;
}
.osProgressbar span {
  text-align: center;
  height: inherit;
  width: inherit;
  position: absolute;
  padding-top: 41px;
  color: var(--color-font-inverted);
  z-index: 99999;
}
.osProgressbar #mask {
  width: 100px;
  height: 100px;
  border: 5px solid transparent;
  border-radius: 50%;
}
.osProgressbar #fill {
  margin-left: -10px;
  margin-top: 90px;
  z-index: 99998;
  width: 110px;
  height: 110px;
  background-color: rgba(var(--color-accent-light-rgb));
  opacity: 0.5;
  border: none;
  transition: margin-top 0.1s;
  overflow: hidden;
}
@keyframes loadCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*-------------- TYPOGRAPHY --------------*/
/*----------------------------------------*/
/*------------------------------------*/
/*-------------- SPACING -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SIZING --------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- BORDERS -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SHADOWS -------------*/
/*------------------------------------*/
/*-------------------------------------*/
/*------------- ANIMATION -------------*/
/*-------------------------------------*/
/* Mixins */
/*mixin for easier and consistent styling of loading animations
* $base color: color of the circle element
* $diameter: diameter of the loading circle (e.g. 48px)
* $background: background-color of the whole element
* $height: height of the whole element (e.g. 100% or 160px)
*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  width: 12px;
  background: var(--color-element-scrollbar);
}
::-webkit-scrollbar-track {
  background: rgba(var(--color-background-panel), 0.2);
}
::-webkit-scrollbar-corner {
  background: rgba(var(--color-background-panel), 0.2);
}
/* Only IE: not supported anymore */
/* Only Firefox: https://drafts.csswg.org/css-scrollbars-1/ */
html, body {
  scrollbar-color: var(--color-element-scrollbar) var(--color-background-panel);
}
.tree-icon {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2391B5D9%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2213%2C5%202%2C5%202%2C5%201%2C5%201%2C2%202%2C2%202%2C4%2013%2C4%20%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%224%2C9%204%2C12%2015%2C12%2015%2C13%203%2C13%203%2C5%204%2C5%204%2C8%2015%2C8%2015%2C9%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.hierarchy-icon {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2391B5D9%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%204h12v1H1zm2%204h11v1H3zm2%204h10v1H5zm0-3h1v3H5zM3%205h1v3H3zM1%202h1v2H1z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.list-icon {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2391B5D9%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%204h14v1H1zm0%204h14v1H1zm0%204h14v1H1z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.addon-xml-tree {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2391B5D9%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22Ebene_1_1_%22%3E%20%3Cg%3E%20%3Crect%20x%3D%221%22%20y%3D%222%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%222%22%20y%3D%224%22%20class%3D%22st0%22%20width%3D%2212%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%225%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%228%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%2212%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%2212%22%20class%3D%22st0%22%20width%3D%224%22%20height%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22Ebene_2%22%3E%20%3Crect%20x%3D%229%22%20y%3D%2212.9%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-7.4307%2010.9625%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%223.1%22%2F%3E%20%3Crect%20x%3D%227.9%22%20y%3D%2212%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-6.0572%2010.3399%29%22%20class%3D%22st0%22%20width%3D%223.1%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%2214%22%20y%3D%2211%22%20transform%3D%22matrix%280.7128%20-0.7014%200.7014%200.7128%20-4.6027%2013.7582%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%2213%22%20y%3D%2214%22%20transform%3D%22matrix%280.7128%20-0.7014%200.7014%200.7128%20-6.0057%2014.338%29%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.addon-icon {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%238CBADA%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M5%202.8L6.9%201s2.1%201.9%203%202.9c1%201.4%201.1-.3%201.1-.9-.1-1.1%201.3-2.7%203-1%202%202-.2%202.9-1%203-.6.1-1.6.4-1%201.1.8.9%203%202.9%203%202.9l-2.2%202.2s-.3-.4-.4-.7c-.2-.4-.2-1.8-1.4-2.5-1.4-.8-2.7.4-3%201-1.3%202.6%202%203.5%202.8%203.3.7-.2-.1.9-.4%201.1-.3.2-1.3%201.6-1.3%201.6S6.6%2012.5%206%2012c-1.3-1.3.2%204.6-4%202-1.2-.7-.4-2.8%201-3%20.9-.1%202.1%200%20.9-1.1C3.7%209.7.9%207%20.9%207S2%205.7%202.7%205.1c.6-.6.6-.2.7.7.2%201.8%202.1%203.3%203.6%201.4C8.4%206%208%203.8%205.7%203.5c-.9-.1-.7-.7-.7-.7z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.addon-date {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2391B5D9%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.5%2C2v2h-2V2h-7v2h-2V2H1v13h14V2H13.5z%20M14%2C14h-3l1-2h2V14z%20M14%2C11h-2.6L11%2C12l-1%2C2H2V5h12V11z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6%2C13V7.5V7.3L5.3%2C8H4l2-2h1v7H6z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8%2C6h4v1l-3%2C6H8l3-6H8V6z%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%221%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%2212%22%20y%3D%221%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%222%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.addon-time {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2391B5D9%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%2391B5D9%3Bstroke-width%3A1.3%3Bstroke-miterlimit%3A10%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C8%2011%2C9%207%2C9%207%2C4%208%2C4%208%2C8%20%22%2F%3E%20%3Cpath%20id%3D%22XMLID_8_%22%20class%3D%22st1%22%20d%3D%22M14.9%2C8c0%2C3.8-3%2C6.8-6.8%2C6.8S1.2%2C11.8%2C1.2%2C8c0-3.8%2C3-6.7%2C6.8-6.7C11.9%2C1.3%2C14.9%2C4.2%2C14.9%2C8z%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.addon-right-groups {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bdisplay%3Anone%3B%7D%20.st1%7Bdisplay%3Ainline%3Bfill%3A%236AABDB%3B%7D%20.st2%7Bfill%3A%2391B5D9%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22wf%22%20class%3D%22st0%22%3E%20%3Cpath%20id%3D%22curve0_7_%22%20class%3D%22st1%22%20d%3D%22M9%2C11c0%2C0.1-2.7%2C3-3%2C3H4l2-2H4c-1.2%2C0-1.9-0.4-2.7-1.2S0%2C8.8%2C0%2C7.5s0.4-2.4%2C1.2-3.2S2.8%2C3%2C4%2C3%20%20%20%20h2v2H4C3.3%2C5%2C2.6%2C5.6%2C2.4%2C6C2%2C6.5%2C2%2C7%2C2%2C7.7C2%2C8.3%2C2.3%2C9%2C2.7%2C9.4C3.1%2C9.8%2C3.4%2C10%2C4%2C10h2L4%2C8h2C6.3%2C8%2C9%2C10.8%2C9%2C11z%22%2F%3E%20%3Cpath%20id%3D%22curve0_4_%22%20class%3D%22st1%22%20d%3D%22M14%2C8c0%2C0%2C0%2C0%2C0-0.7c0-0.6-0.3-1.4-0.7-1.8C12.9%2C5.2%2C12.6%2C5%2C12%2C5h-2l2%2C2h-2C9.7%2C7%2C7%2C4.2%2C7%2C4%20%20%20%20c0-0.1%2C2.7-3%2C3-3h2l-2%2C2h2c1.2%2C0%2C1.9%2C0.4%2C2.7%2C1.2s1.3%2C2%2C1.3%2C3.2s0%2C2.5%2C0%2C2.5L14%2C8z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22user%22%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1%2C13.4c0.1%2C0.4%2C0.3%2C1.1%2C1.6%2C1.4C3.5%2C15%2C4.6%2C15%2C5.1%2C15s1.4-0.2%2C2.4-0.3c1.2-0.2%2C1.5-1.1%2C1.6-1.4%20%20%20%20c0.1-0.3%2C0-1.7-0.2-2.3C8.7%2C10.4%2C8.3%2C10%2C8%2C9.9C7.7%2C9.8%2C6.5%2C9.7%2C6.5%2C9.7s-0.9%2C2.2-1.4%2C2.5H5c0%2C0%2C0%2C0-0.1%2C0c-0.6-0.3-1.5-2.5-1.5-2.5%20%20%20%20S2.5%2C9.8%2C2.1%2C10c-0.3%2C0.2-0.8%2C0.6-0.9%2C1.1S0.9%2C13%2C1%2C13.4z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M13.1%2C3.5c0%2C1.4-1%2C2.5-2.2%2C2.5C9.5%2C6%2C8.4%2C4.9%2C8.4%2C3.5S9.5%2C1%2C10.8%2C1C12.2%2C1.1%2C13.1%2C2.2%2C13.1%2C3.5z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M7.3%2C6.5C7.3%2C7.9%2C6.4%2C9%2C5.1%2C9S2.7%2C7.9%2C2.7%2C6.5S3.7%2C4%2C5.1%2C4S7.3%2C5.1%2C7.3%2C6.5z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M14.7%2C8.1c-0.2-0.6-0.6-0.9-0.9-1.1c-0.3-0.2-1.4-0.4-1.4-0.4S11.5%2C8.8%2C11%2C9.1h-0.1c0%2C0%2C0%2C0-0.1%2C0%20%20%20%20c-0.6-0.3-1.4-2.5-1.4-2.5S8.7%2C6.9%2C8.2%2C7c0%2C1-0.1%2C1.1%2C0%2C2c0.5%2C0%2C1.8%2C0.1%2C1.9%2C3c0.1%2C0%2C0.6%2C0%2C0.7%2C0c0.5%2C0%2C1.4-0.2%2C2.4-0.3%20%20%20%20c1.2-0.2%2C1.4-0.9%2C1.6-1.4S15%2C8.6%2C14.7%2C8.1z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.form-db-catalog-icon {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2391B5D9%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%204h6v1H1zm8%200h6v1H9zm0%204h6v1H9zM1%208h6v1H1zm0%204h6v1H1zm8%200h6v1H9z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.addon-quickfinder {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2391B5D9%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22Ebene_2_1_%22%3E%20%3Cg%20id%3D%22XMLID_17_%22%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2215%2C1%2015%2C7%2014%2C7%2014%2C4%202%2C4%202%2C14%208%2C14%208%2C15%201%2C15%201%2C1%20%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%223%22%20y%3D%226%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%2210%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%221%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7%2C5v3h6V5H7z%20M12%2C7H8V6h4V7z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14.8%2C14.4l-2.1-2.1c0.2-0.4%2C0.4-0.8%2C0.4-1.2c0-1.2-0.9-2.2-2.1-2.2s-2.1%2C0.9-2.1%2C2.2s0.9%2C2.2%2C2.1%2C2.2%20%20%20c0.4%2C0%2C0.9-0.1%2C1.2-0.4l2.1%2C2.1L14.8%2C14.4z%20M11%2C12.5c-0.8%2C0-1.4-0.7-1.4-1.4s0.6-1.4%2C1.4-1.4s1.4%2C0.7%2C1.4%2C1.4S11.7%2C12.5%2C11%2C12.5z%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.addon-user-groups {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2391B5D9%3B%7D%20%3C%2Fstyle%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%228%22%20cy%3D%224%22%20r%3D%223%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.4%2C10.3c-0.3-0.8-0.9-1.2-1.3-1.4c-0.4-0.3-2-0.7-2-0.7S8.8%2C12.5%2C8%2C12.9H7.8C7%2C12.5%2C5.7%2C8.2%2C5.7%2C8.2%20%20%20s-1.6%2C0.4-2%2C0.7c-0.4%2C0.2-1%2C0.6-1.3%2C1.4C2.2%2C11.1%2C2%2C13%2C2.2%2C13.4c0.2%2C0.4%2C1%2C1.1%2C2.7%2C1.3C6.2%2C14.9%2C7.3%2C15%2C8%2C15c0.3%2C0%2C1.8-0.1%2C3.1-0.2%20%20%20c1.7-0.2%2C2.5-0.9%2C2.7-1.3C13.9%2C13%2C13.8%2C11.1%2C13.4%2C10.3z%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.addon-wf-organisation {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2391B5D9%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22user%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M1%2C11.4c0.1%2C0.4%2C0.3%2C1.1%2C1.6%2C1.4C3.5%2C13%2C4.6%2C13%2C5.1%2C13s1.4-0.2%2C2.4-0.3c1.2-0.2%2C1.5-1.1%2C1.6-1.4%20%20%20%20c0.1-0.3%2C0-0.7-0.2-1.3C8.7%2C9.4%2C8.3%2C9%2C8%2C8.9C7.7%2C8.8%2C6.5%2C8.7%2C6.5%2C8.7s-0.9%2C2.2-1.4%2C2.5H5c0%2C0%2C0%2C0-0.1%2C0c-0.6-0.3-1.5-2.5-1.5-2.5%20%20%20%20S2.5%2C8.8%2C2.1%2C9c-0.3%2C0.2-0.8%2C0.6-0.9%2C1.1S0.9%2C11%2C1%2C11.4z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.1%2C3.5c0%2C1.4-1%2C2.5-2.2%2C2.5C9.5%2C6%2C8.4%2C4.9%2C8.4%2C3.5S9.5%2C1%2C10.8%2C1C12.2%2C1.1%2C13.1%2C2.2%2C13.1%2C3.5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7.3%2C5.5C7.3%2C6.9%2C6.4%2C8%2C5.1%2C8S2.7%2C6.9%2C2.7%2C5.5S3.7%2C3%2C5.1%2C3S7.3%2C4.1%2C7.3%2C5.5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14.7%2C8.1c-0.2-0.6-0.6-0.9-0.9-1.1c-0.3-0.2-1.4-0.4-1.4-0.4S11.5%2C8.8%2C11%2C9.1h-0.1c0%2C0%2C0%2C0-0.1%2C0%20%20%20%20c-0.6-0.3-1.4-2.5-1.4-2.5S8.7%2C6.9%2C8.2%2C7c0%2C1%2C0%2C0.1%2C0%2C1c0.5%2C0.2%2C1.9%2C1%2C1.9%2C3c0.1%2C0%2C0.6%2C0%2C0.7%2C0c0.5%2C0%2C1.5-0.1%2C2.5-0.2%20%20%20%20c1.2-0.2%2C1.4-1%2C1.5-1.5S14.8%2C8.6%2C14.7%2C8.1z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%221.1%22%20y%3D%2214.1%22%20class%3D%22st0%22%20width%3D%227.8%22%20height%3D%220.9%22%2F%3E%20%3Crect%20x%3D%2210.1%22%20y%3D%2212%22%20class%3D%22st0%22%20width%3D%224.9%22%20height%3D%220.9%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
eob-nav .tree-icon {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2213%2C5%202%2C5%202%2C5%201%2C5%201%2C2%202%2C2%202%2C4%2013%2C4%20%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%224%2C9%204%2C12%2015%2C12%2015%2C13%203%2C13%203%2C5%204%2C5%204%2C8%2015%2C8%2015%2C9%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
eob-nav .hierarchy-icon {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2215%2C12%2015%2C13%205%2C13%205%2C9%203%2C9%203%2C5%201%2C5%201%2C2%202%2C2%202%2C4%2013%2C4%2013%2C5%204%2C5%204%2C8%2014%2C8%2014%2C9%206%2C9%206%2C12%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
eob-nav .list-icon {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%204h14v1H1zm0%204h14v1H1zm0%204h14v1H1z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
eob-nav .addon-date {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bdisplay%3Anone%3Bfill%3A%233B6CAE%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.5%2C2v2h-2V2h-7v2h-2V2H1v13h14V2H13.5z%20M14%2C14h-3l1-2h2V14z%20M14%2C11h-2.6L11%2C12l-1%2C2H2V5h12V11z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1%2C1v14h14V1H1z%20M14%2C14H2V4h12V14z%22%2F%3E%20%3Crect%20x%3D%224%22%20y%3D%225%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%224%22%20y%3D%228%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%224%22%20y%3D%2211%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%227%22%20y%3D%225%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%227%22%20y%3D%228%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%227%22%20y%3D%2211%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%2210%22%20y%3D%225%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%2210%22%20y%3D%228%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6%2C13V7.5V7.3L5.3%2C8H4l2-2h1v7H6z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8%2C6h4v1l-3%2C6H8l3-6H8V6z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%223%22%20y%3D%221%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%2212%22%20y%3D%221%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%222%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
eob-nav .addon-time {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A1.3%3Bstroke-miterlimit%3A10%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C8%2011%2C9%207%2C9%207%2C4%208%2C4%208%2C8%20%22%2F%3E%20%3Cpath%20id%3D%22XMLID_8_%22%20class%3D%22st1%22%20d%3D%22M14.9%2C8c0%2C3.8-3%2C6.8-6.8%2C6.8S1.2%2C11.8%2C1.2%2C8c0-3.8%2C3-6.7%2C6.8-6.7C11.9%2C1.3%2C14.9%2C4.2%2C14.9%2C8z%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
eob-nav .addon-icon {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M5%202.8L6.9%201s2.1%201.9%203%202.9c1%201.4%201.1-.3%201.1-.9-.1-1.1%201.3-2.7%203-1%202%202-.2%202.9-1%203-.6.1-1.6.4-1%201.1.8.9%203%202.9%203%202.9l-2.2%202.2s-.3-.4-.4-.7c-.2-.4-.2-1.8-1.4-2.5-1.4-.8-2.7.4-3%201-1.3%202.6%202%203.5%202.8%203.3.7-.2-.1.9-.4%201.1-.3.2-1.3%201.6-1.3%201.6S6.6%2012.5%206%2012c-1.3-1.3.2%204.6-4%202-1.2-.7-.4-2.8%201-3%20.9-.1%202.1%200%20.9-1.1C3.7%209.7.9%207%20.9%207S2%205.7%202.7%205.1c.6-.6.6-.2.7.7.2%201.8%202.1%203.3%203.6%201.4C8.4%206%208%203.8%205.7%203.5c-.9-.1-.7-.7-.7-.7z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
eob-nav .form-db-catalog-icon {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%203h6v1H1zm8%200h6v1H9zm0%204h6v1H9zM1%207h6v1H1zm0%204h6v1H1zm8%200h6v1H9z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
eob-nav .addon-quickfinder {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22Ebene_2_1_%22%3E%20%3Cg%20id%3D%22XMLID_17_%22%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2215%2C1%2015%2C7%2014%2C7%2014%2C4%202%2C4%202%2C14%208%2C14%208%2C15%201%2C15%201%2C1%20%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%223%22%20y%3D%226%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%2210%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%221%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7%2C5v3h6V5H7z%20M12%2C7H8V6h4V7z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14.8%2C14.4l-2.1-2.1c0.2-0.4%2C0.4-0.8%2C0.4-1.2c0-1.2-0.9-2.2-2.1-2.2s-2.1%2C0.9-2.1%2C2.2s0.9%2C2.2%2C2.1%2C2.2%20%20%20c0.4%2C0%2C0.9-0.1%2C1.2-0.4l2.1%2C2.1L14.8%2C14.4z%20M11%2C12.5c-0.8%2C0-1.4-0.7-1.4-1.4s0.6-1.4%2C1.4-1.4s1.4%2C0.7%2C1.4%2C1.4S11.7%2C12.5%2C11%2C12.5z%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
eob-nav .addon-xml-tree {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22Ebene_1_1_%22%3E%20%3Cg%3E%20%3Crect%20x%3D%221%22%20y%3D%222%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%222%22%20y%3D%224%22%20class%3D%22st0%22%20width%3D%2212%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%225%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%228%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%2212%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%2212%22%20class%3D%22st0%22%20width%3D%224%22%20height%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22Ebene_2%22%3E%20%3Crect%20x%3D%229%22%20y%3D%2212.9%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-7.4429%2010.9566%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%223.1%22%2F%3E%20%3Crect%20x%3D%227.9%22%20y%3D%2212%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-6.0646%2010.352%29%22%20class%3D%22st0%22%20width%3D%223.1%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%2214%22%20y%3D%2211%22%20transform%3D%22matrix%280.7128%20-0.7014%200.7014%200.7128%20-4.6011%2013.76%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%2213%22%20y%3D%2214%22%20transform%3D%22matrix%280.7128%20-0.7014%200.7014%200.7128%20-6.0077%2014.3358%29%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
eob-nav .addon-right-groups {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bdisplay%3Anone%3B%7D%20.st1%7Bdisplay%3Ainline%3Bfill%3A%236AABDB%3B%7D%20.st2%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22wf%22%20class%3D%22st0%22%3E%20%3Cpath%20id%3D%22curve0_7_%22%20class%3D%22st1%22%20d%3D%22M9%2C11c0%2C0.1-2.7%2C3-3%2C3H4l2-2H4c-1.2%2C0-1.9-0.4-2.7-1.2S0%2C8.8%2C0%2C7.5s0.4-2.4%2C1.2-3.2S2.8%2C3%2C4%2C3%20%20%20%20h2v2H4C3.3%2C5%2C2.6%2C5.6%2C2.4%2C6C2%2C6.5%2C2%2C7%2C2%2C7.7C2%2C8.3%2C2.3%2C9%2C2.7%2C9.4C3.1%2C9.8%2C3.4%2C10%2C4%2C10h2L4%2C8h2C6.3%2C8%2C9%2C10.8%2C9%2C11z%22%2F%3E%20%3Cpath%20id%3D%22curve0_4_%22%20class%3D%22st1%22%20d%3D%22M14%2C8c0%2C0%2C0%2C0%2C0-0.7c0-0.6-0.3-1.4-0.7-1.8C12.9%2C5.2%2C12.6%2C5%2C12%2C5h-2l2%2C2h-2C9.7%2C7%2C7%2C4.2%2C7%2C4%20%20%20%20c0-0.1%2C2.7-3%2C3-3h2l-2%2C2h2c1.2%2C0%2C1.9%2C0.4%2C2.7%2C1.2s1.3%2C2%2C1.3%2C3.2s0%2C2.5%2C0%2C2.5L14%2C8z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22user%22%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1%2C13.4c0.1%2C0.4%2C0.3%2C1.1%2C1.6%2C1.4C3.5%2C15%2C4.6%2C15%2C5.1%2C15s1.4-0.2%2C2.4-0.3c1.2-0.2%2C1.5-1.1%2C1.6-1.4%20%20%20%20c0.1-0.3%2C0-1.7-0.2-2.3C8.7%2C10.4%2C8.3%2C10%2C8%2C9.9C7.7%2C9.8%2C6.5%2C9.7%2C6.5%2C9.7s-0.9%2C2.2-1.4%2C2.5H5c0%2C0%2C0%2C0-0.1%2C0c-0.6-0.3-1.5-2.5-1.5-2.5%20%20%20%20S2.5%2C9.8%2C2.1%2C10c-0.3%2C0.2-0.8%2C0.6-0.9%2C1.1S0.9%2C13%2C1%2C13.4z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M13.1%2C3.5c0%2C1.4-1%2C2.5-2.2%2C2.5C9.5%2C6%2C8.4%2C4.9%2C8.4%2C3.5S9.5%2C1%2C10.8%2C1C12.2%2C1.1%2C13.1%2C2.2%2C13.1%2C3.5z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M7.3%2C6.5C7.3%2C7.9%2C6.4%2C9%2C5.1%2C9S2.7%2C7.9%2C2.7%2C6.5S3.7%2C4%2C5.1%2C4S7.3%2C5.1%2C7.3%2C6.5z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M14.7%2C8.1c-0.2-0.6-0.6-0.9-0.9-1.1c-0.3-0.2-1.4-0.4-1.4-0.4S11.5%2C8.8%2C11%2C9.1h-0.1c0%2C0%2C0%2C0-0.1%2C0%20%20%20%20c-0.6-0.3-1.4-2.5-1.4-2.5S8.7%2C6.9%2C8.2%2C7c0%2C1-0.1%2C1.1%2C0%2C2c0.5%2C0%2C1.8%2C0.1%2C1.9%2C3c0.1%2C0%2C0.6%2C0%2C0.7%2C0c0.5%2C0%2C1.4-0.2%2C2.4-0.3%20%20%20%20c1.2-0.2%2C1.4-0.9%2C1.6-1.4S15%2C8.6%2C14.7%2C8.1z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
eob-nav .addon-user-groups {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%228%22%20cy%3D%224%22%20r%3D%223%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.4%2C10.3c-0.3-0.8-0.9-1.2-1.3-1.4c-0.4-0.3-2-0.7-2-0.7S8.8%2C12.5%2C8%2C12.9H7.8C7%2C12.5%2C5.7%2C8.2%2C5.7%2C8.2%20%20%20s-1.6%2C0.4-2%2C0.7c-0.4%2C0.2-1%2C0.6-1.3%2C1.4C2.2%2C11.1%2C2%2C13%2C2.2%2C13.4c0.2%2C0.4%2C1%2C1.1%2C2.7%2C1.3C6.2%2C14.9%2C7.3%2C15%2C8%2C15c0.3%2C0%2C1.8-0.1%2C3.1-0.2%20%20%20c1.7-0.2%2C2.5-0.9%2C2.7-1.3C13.9%2C13%2C13.8%2C11.1%2C13.4%2C10.3z%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
eob-nav .addon-wf-organisation {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22user%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M1%2C11.4c0.1%2C0.4%2C0.3%2C1.1%2C1.6%2C1.4C3.5%2C13%2C4.6%2C13%2C5.1%2C13s1.4-0.2%2C2.4-0.3c1.2-0.2%2C1.5-1.1%2C1.6-1.4%20%20%20%20c0.1-0.3%2C0-0.7-0.2-1.3C8.7%2C9.4%2C8.3%2C9%2C8%2C8.9C7.7%2C8.8%2C6.5%2C8.7%2C6.5%2C8.7s-0.9%2C2.2-1.4%2C2.5H5c0%2C0%2C0%2C0-0.1%2C0c-0.6-0.3-1.5-2.5-1.5-2.5%20%20%20%20S2.5%2C8.8%2C2.1%2C9c-0.3%2C0.2-0.8%2C0.6-0.9%2C1.1S0.9%2C11%2C1%2C11.4z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.1%2C3.5c0%2C1.4-1%2C2.5-2.2%2C2.5C9.5%2C6%2C8.4%2C4.9%2C8.4%2C3.5S9.5%2C1%2C10.8%2C1C12.2%2C1.1%2C13.1%2C2.2%2C13.1%2C3.5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7.3%2C5.5C7.3%2C6.9%2C6.4%2C8%2C5.1%2C8S2.7%2C6.9%2C2.7%2C5.5S3.7%2C3%2C5.1%2C3S7.3%2C4.1%2C7.3%2C5.5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14.7%2C8.1c-0.2-0.6-0.6-0.9-0.9-1.1c-0.3-0.2-1.4-0.4-1.4-0.4S11.5%2C8.8%2C11%2C9.1h-0.1c0%2C0%2C0%2C0-0.1%2C0%20%20%20%20c-0.6-0.3-1.4-2.5-1.4-2.5S8.7%2C6.9%2C8.2%2C7c0%2C1%2C0%2C0.1%2C0%2C1c0.5%2C0.2%2C1.9%2C1%2C1.9%2C3c0.1%2C0%2C0.6%2C0%2C0.7%2C0c0.5%2C0%2C1.5-0.1%2C2.5-0.2%20%20%20%20c1.2-0.2%2C1.4-1%2C1.5-1.5S14.8%2C8.6%2C14.7%2C8.1z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%221.1%22%20y%3D%2214.1%22%20class%3D%22st0%22%20width%3D%227.8%22%20height%3D%220.9%22%2F%3E%20%3Crect%20x%3D%2210.1%22%20y%3D%2212%22%20class%3D%22st0%22%20width%3D%224.9%22%20height%3D%220.9%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
/*----------------------------------------*/
/*-------------- TYPOGRAPHY --------------*/
/*----------------------------------------*/
/*------------------------------------*/
/*-------------- SPACING -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SIZING --------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- BORDERS -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SHADOWS -------------*/
/*------------------------------------*/
/*-------------------------------------*/
/*------------- ANIMATION -------------*/
/*-------------------------------------*/
/* Mixins */
/*mixin for easier and consistent styling of loading animations
* $base color: color of the circle element
* $diameter: diameter of the loading circle (e.g. 48px)
* $background: background-color of the whole element
* $height: height of the whole element (e.g. 100% or 160px)
*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  width: 12px;
  background: var(--color-element-scrollbar);
}
::-webkit-scrollbar-track {
  background: rgba(var(--color-background-panel), 0.2);
}
::-webkit-scrollbar-corner {
  background: rgba(var(--color-background-panel), 0.2);
}
/* Only IE: not supported anymore */
/* Only Firefox: https://drafts.csswg.org/css-scrollbars-1/ */
html, body {
  scrollbar-color: var(--color-element-scrollbar) var(--color-background-panel);
}
eob-user-menu {
  left: 10px;
  bottom: 0;
  position: absolute;
  z-index: 1000;
  width: auto;
  display: flex;
  flex: 1 1 auto;
}
#app-bar-usermenu-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  z-index: 7000;
  width: auto;
  bottom: 4px;
  max-height: 80vh;
  overflow: auto;
  min-width: 200px;
  max-width: 90vw;
  list-style: none;
  color: var(--color-font-main);
  background-color: var(--color-background-panel);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  border: 1px solid var(--color-border-accessibility);
  border-radius: 8px;
  padding: 16px 0;
  margin: 0;
}
#app-bar-usermenu-dropdown.open {
  animation: openMenu 0.35s 1 ease-in-out forwards;
}
#app-bar-usermenu-dropdown.close {
  animation: closedMenu 0.35s 1 ease-in-out forwards;
}
#app-bar-usermenu-dropdown li {
  position: relative;
  height: 32px;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 95vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  display: inline-block;
}
#app-bar-usermenu-dropdown li.username-display {
  margin-bottom: 12px;
  padding: 0 16px;
  font-size: 14.63px;
  border: transparent solid 2px;
}
#app-bar-usermenu-dropdown li.username-display:hover {
  background-color: transparent;
}
#app-bar-usermenu-dropdown li.username-display:focus {
  outline: none;
}
#app-bar-usermenu-dropdown li button {
  position: relative;
  padding: 0 16px;
  text-align: left;
  width: 100%;
  border-radius: 0;
  border: transparent solid 2px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#app-bar-usermenu-dropdown li button eob-icon, #app-bar-usermenu-dropdown li button span {
  position: relative;
  display: inline-flex;
  align-self: center;
}
#app-bar-usermenu-dropdown li button eob-icon {
  margin-right: 8px;
}
#app-bar-usermenu-dropdown li button:hover {
  background-color: var(--color-accent-extraLight);
}
#app-bar-usermenu-dropdown li button:focus-visible {
  outline: none;
  opacity: 1;
  box-shadow: inset 0 0 0 3px var(--color-outline-main);
}
#app-bar-usermenu-dropdown li:hover {
  background-color: var(--color-accent-extraLight);
  cursor: pointer;
}
#app-bar-usermenu-dropdown li:hover span {
  color: var(--color-font-highlighted);
}
#app-bar-usermenu-dropdown li:active {
  background-color: var(--color-accent-extraLight);
  cursor: pointer;
}
@keyframes openMenu {
  0% {
    opacity: 0;
    transform: translateX(-220px);
  }
  100% {
    opacity: 1;
    transform: translateX(44px);
  }
}
@keyframes closedMenu {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-400px);
  }
}
:host-context(.is-touch) #app-bar-usermenu-dropdown li {
  height: 40px;
}
:host-context(.is-touch) #app-bar-usermenu-dropdown li button {
  height: 40px;
}
/*----------------------------------------*/
/*-------------- TYPOGRAPHY --------------*/
/*----------------------------------------*/
/*------------------------------------*/
/*-------------- SPACING -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SIZING --------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- BORDERS -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SHADOWS -------------*/
/*------------------------------------*/
/*-------------------------------------*/
/*------------- ANIMATION -------------*/
/*-------------------------------------*/
/* Mixins */
/*mixin for easier and consistent styling of loading animations
* $base color: color of the circle element
* $diameter: diameter of the loading circle (e.g. 48px)
* $background: background-color of the whole element
* $height: height of the whole element (e.g. 100% or 160px)
*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  width: 12px;
  background: var(--color-element-scrollbar);
}
::-webkit-scrollbar-track {
  background: rgba(var(--color-background-panel), 0.2);
}
::-webkit-scrollbar-corner {
  background: rgba(var(--color-background-panel), 0.2);
}
/* Only IE: not supported anymore */
/* Only Firefox: https://drafts.csswg.org/css-scrollbars-1/ */
html, body {
  scrollbar-color: var(--color-element-scrollbar) var(--color-background-panel);
}
:host button.form-addon {
  min-width: 30px;
  height: 28px;
  position: absolute;
  left: calc(100% - 30px);
  top: 1px;
  right: 1px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0 4px 4px 0;
}
:host button.form-addon:hover {
  background-color: var(--color-accent-extraLight);
  max-width: 30px;
}
:host button.form-addon[disabled] {
  background-color: var(--color-accent-gray);
  border-bottom: 2px solid var(--color-accent-gray);
  opacity: 0.9;
  pointer-events: none;
  box-shadow: none;
}
:host-context(eob-input:focus-within, eob-textarea:focus-within) button.form-addon:not(:focus):hover {
  max-width: 30px;
  border-bottom: 4px solid transparent;
  background-color: var(--color-accent-extraLight);
}
:host-context(eob-input:focus-within, eob-textarea:focus-within) button.form-addon {
  border-radius: 3px !important;
}
:host-context(eob-input:focus-within, eob-textarea:focus-within) button.form-addon:focus-visible {
  outline: none;
  opacity: 1;
  box-shadow: inset 0 0 0 3px var(--color-accent-light);
}
:host-context(.form-element.invalid) button.form-addon {
  background-color: var(--color-accent-invalid);
}
:host-context(.form-element.invalid) button.form-addon:hover {
  background-color: var(--color-accent-invalid);
  border-bottom: 2px solid transparent;
}
:host-context(.form-element.invalid) button.form-addon[disabled] {
  color: var(--color-font-medium);
  white-space: pre-wrap;
  background-color: var(--color-background-panel);
  opacity: 0.9;
  box-shadow: none;
}
:host-context(eob-nav-content) button.form-addon {
  background-color: transparent;
}
:host-context(eob-nav-content) button.form-addon:hover {
  background-color: var(--color-accent-primary);
}
:host-context(eob-nav-content eob-form-text-field:focus-within) button.form-addon:hover {
  background-color: var(--color-accent-primary);
}
:host-context(.standard eob-nav-content) button.form-addon:focus-visible {
  outline: none;
  opacity: 1;
  box-shadow: inset 0 0 0 3px var(--color-outline-inverted);
}
:host-context(eob-grid-cell) button.form-addon {
  border-radius: 0;
  top: 1px;
  right: 0;
  height: 30px;
}
:host-context(eob-grid-cell:focus-within) button.form-addon:not(:focus):hover {
  max-width: 30px;
  border-bottom: 2px solid transparent;
  background-color: var(--color-accent-extraLight);
}
:host-context(eob-grid-cell:focus-within) button.form-addon:focus-visible {
  outline: none;
  opacity: 1;
  box-shadow: inset 0 0 0 3px var(--color-accent-light);
}
:host-context(eob-workflow-circulation-grid-cell, eob-workflow-circulation-grid-cell:focus-within) button.form-addon {
  border-radius: 0;
  top: 0;
  right: 0;
  height: 30px;
}
:host-context(.form-element, .form-row-input-container).invalid button.form-addon {
  border-bottom: 2px solid transparent;
  background-color: var(--color-accent-invalid);
}
:host-context(.form-element, .form-row-input-container).invalid button.form-addon[disabled] {
  color: var(--color-font-medium);
  white-space: pre-wrap;
  background-color: var(--color-background-panel);
  opacity: 0.9;
  box-shadow: none;
}
:host-context(.form-element, .form-row-input-container) button.form-addon.semi-disabled {
  border-left: none;
}
:host-context(.form-element, .form-row-input-container) button.form-addon.semi-disabled:hover {
  border: 1px solid var(--color-border-default);
  border-radius: 4px;
}
/*################# TABLET ########################*/
:host-context(.is-touch) button.form-addon {
  height: 32px;
}
:host-context(.is-touch .dashboard-searches, .is-touch eob-quicksearch) button.form-addon {
  top: 1px;
}
:host-context(.is-touch eob-workflow-circulation eob-form-text-field) button.form-addon {
  height: 32px;
}
:host-context(.is-touch eob-grid-cell) button.form-addon {
  height: 38px;
}
/*##################PHONE #########################*/
:host-context(.is-phone eob-workflow-circulation eob-form-text-field) button.form-addon {
  height: 30px;
  top: 25px;
  right: 2px;
}
:host-context(.is-phone .dialogContent eob-grid-cell) button.form-addon {
  height: 38px;
}
/*----------------------------------------*/
/*-------------- TYPOGRAPHY --------------*/
/*----------------------------------------*/
/*------------------------------------*/
/*-------------- SPACING -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SIZING --------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- BORDERS -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SHADOWS -------------*/
/*------------------------------------*/
/*-------------------------------------*/
/*------------- ANIMATION -------------*/
/*-------------------------------------*/
/* Mixins */
/*mixin for easier and consistent styling of loading animations
* $base color: color of the circle element
* $diameter: diameter of the loading circle (e.g. 48px)
* $background: background-color of the whole element
* $height: height of the whole element (e.g. 100% or 160px)
*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  width: 12px;
  background: var(--color-element-scrollbar);
}
::-webkit-scrollbar-track {
  background: rgba(var(--color-background-panel), 0.2);
}
::-webkit-scrollbar-corner {
  background: rgba(var(--color-background-panel), 0.2);
}
/* Only IE: not supported anymore */
/* Only Firefox: https://drafts.csswg.org/css-scrollbars-1/ */
html, body {
  scrollbar-color: var(--color-element-scrollbar) var(--color-background-panel);
}
:host {
  display: flex;
}
:host ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
:host ul li {
  min-height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 3px 16px;
  box-sizing: border-box;
}
:host ul li.selected {
  background-color: var(--color-accent-extraLight);
}
:host ul li button {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: left;
  font-size: 13px;
}
:host ul li button:focus-visible {
  outline: none;
  opacity: 1;
  box-shadow: inset 0 0 0 2px var(--color-outline-main);
}
:host ul li span {
  width: 100%;
  padding: 0 8px;
  line-height: 16px;
}
:host ul li eob-icon {
  display: flex;
}
:host ul li:hover {
  background-color: var(--color-accent-extraLight);
  cursor: pointer;
  color: var(--color-font-highlighted);
}
:host ul li:active {
  background-color: var(--color-accent-extraLight);
  cursor: pointer;
  color: var(--color-font-highlighted);
}
:host-context(.is-touch) ul li {
  min-height: 40px;
  height: auto;
}
:host-context(.is-touch) ul li button {
  min-height: inherit;
  height: inherit;
}
.form-container {
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
  /* Only IE: not supported anymore */
  /* Only Firefox: https://drafts.csswg.org/css-scrollbars-1/ */
}
.form-container ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.form-container ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  width: 12px;
  background: var(--color-element-scrollbar);
}
.form-container ::-webkit-scrollbar-track {
  background: rgba(var(--color-background-panel), 0.2);
}
.form-container ::-webkit-scrollbar-corner {
  background: rgba(var(--color-background-panel), 0.2);
}
.form-container html, .form-container body {
  scrollbar-color: var(--color-element-scrollbar) var(--color-background-panel);
}
.form-container [class*=left-] {
  position: absolute;
}
.form-container *:focus {
  outline: none;
}
.form-container .split-pane-divider-inner::after {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%223.9%22%20y%3D%22-1.2%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%204.4256%20-1.8331%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%2211.3%22%2F%3E%20%3Crect%20x%3D%227.5%22%20y%3D%222.3%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%208.0067%20-3.3165%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%2211.3%22%2F%3E%20%3Crect%20x%3D%2211.1%22%20y%3D%225.9%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%2011.5879%20-4.7999%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%2211.3%22%2F%3E%20%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  height: 40px;
  width: 40px;
  background-color: var(--color-background-main);
  display: none;
  position: absolute;
  left: -18px;
  transform: rotate(-45deg);
  bottom: 8px;
  z-index: 100000;
}
/*----------------------------------------*/
/*-------------- TYPOGRAPHY --------------*/
/*----------------------------------------*/
/*------------------------------------*/
/*-------------- SPACING -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SIZING --------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- BORDERS -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SHADOWS -------------*/
/*------------------------------------*/
/*-------------------------------------*/
/*------------- ANIMATION -------------*/
/*-------------------------------------*/
/* Mixins */
/*mixin for easier and consistent styling of loading animations
* $base color: color of the circle element
* $diameter: diameter of the loading circle (e.g. 48px)
* $background: background-color of the whole element
* $height: height of the whole element (e.g. 100% or 160px)
*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  width: 12px;
  background: var(--color-element-scrollbar);
}
::-webkit-scrollbar-track {
  background: rgba(var(--color-background-panel), 0.2);
}
::-webkit-scrollbar-corner {
  background: rgba(var(--color-background-panel), 0.2);
}
/* Only IE: not supported anymore */
/* Only Firefox: https://drafts.csswg.org/css-scrollbars-1/ */
html, body {
  scrollbar-color: var(--color-element-scrollbar) var(--color-background-panel);
}
eob-form-element.form-table {
  /* Only IE: not supported anymore */
  /* Only Firefox: https://drafts.csswg.org/css-scrollbars-1/ */
}
eob-form-element.form-table ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
eob-form-element.form-table ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  width: 8px;
  background: var(--color-element-scrollbar);
}
eob-form-element.form-table ::-webkit-scrollbar-track {
  background: rgba(var(--color-background-panel), 0.2);
}
eob-form-element.form-table ::-webkit-scrollbar-corner {
  background: rgba(var(--color-background-panel), 0.2);
}
eob-form-element.form-table html, eob-form-element.form-table body {
  scrollbar-color: var(--color-element-scrollbar) var(--color-background-panel);
}
eob-form-element.form-table .form-grid-wrapper .form-grid .cell-delete-row, eob-form-element.form-table .form-grid-wrapper .form-grid .ag-cell.cell-checkbox {
  border-left: 1px solid var(--color-border-default);
  border-bottom: 1px solid var(--color-border-default);
  background-color: var(--color-element-formInput);
  cursor: pointer;
}
eob-form-element.form-table .form-grid-wrapper .form-grid .cell-delete-row:hover, eob-form-element.form-table .form-grid-wrapper .form-grid .ag-cell.cell-checkbox:hover {
  background-color: var(--color-accent-extraLight);
}
eob-form-element.form-table .form-grid-wrapper .form-grid .cell-delete-row i, eob-form-element.form-table .form-grid-wrapper .form-grid .ag-cell.cell-checkbox i {
  width: 100%;
  height: 100%;
  min-width: 32px;
  min-height: 32px;
}
eob-form-element.form-table .form-grid-wrapper .form-grid .cell-delete-row button:focus-visible, eob-form-element.form-table .form-grid-wrapper .form-grid .ag-cell.cell-checkbox button:focus-visible {
  outline: none;
  opacity: 1;
  box-shadow: inset 0 0 0 2px var(--color-background-panel), inset 0 0 0 4px var(--color-outline-main);
}
eob-form-element.form-table .form-grid-wrapper .form-grid .cell-delete-row .button-transparent, eob-form-element.form-table .form-grid-wrapper .form-grid .ag-cell.cell-checkbox .button-transparent {
  padding: 0;
}
/*----------------------------------------*/
/*-------------- TYPOGRAPHY --------------*/
/*----------------------------------------*/
/*------------------------------------*/
/*-------------- SPACING -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SIZING --------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- BORDERS -------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------- SHADOWS -------------*/
/*------------------------------------*/
/*-------------------------------------*/
/*------------- ANIMATION -------------*/
/*-------------------------------------*/
.form-row-input {
  border: none;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--color-font-main);
  overflow: auto;
  background: transparent;
}
.form-row-input.disabled {
  opacity: 0.64;
}
.form-row-input:focus {
  outline: 0;
}
.form-element.disabled input, .form-element.disabled textarea, .form-row-input-container.disabled input, .form-row-input-container.disabled textarea {
  color: var(--color-font-medium);
  white-space: pre-wrap;
  background-color: var(--color-accent-gray) !important;
  opacity: 0.9;
  border: 1px solid var(--color-border-disabled) !important;
  box-shadow: none;
}
.form-element.semi-disabled input, .form-element.semi-disabled textarea, .form-row-input-container.semi-disabled input, .form-row-input-container.semi-disabled textarea {
  box-shadow: none;
  border: 1px solid var(--color-border-disabled) !important;
  background: var(--color-background-panel) !important;
}
.is-touch .secondary-button:hover {
  background-color: var(--color-accent-light);
  color: var(--color-font-highlighted);
}
.is-touch .form-button:hover {
  background-color: var(--color-element-formButton);
}
.is-touch .form-button:active {
  background-color: var(--color-element-formButton);
}
.is-touch #app-bar-usermenu-dropdown li {
  height: 40px;
}
.is-touch #app-bar-usermenu-dropdown li button {
  height: 40px;
}
.is-touch eob-form-element.form-table {
  /* Only IE: not supported anymore */
  /* Only Firefox: https://drafts.csswg.org/css-scrollbars-1/ */
}
.is-touch eob-form-element.form-table ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.is-touch eob-form-element.form-table ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  width: 4px;
  background: var(--color-element-scrollbar);
}
.is-touch eob-form-element.form-table ::-webkit-scrollbar-track {
  background: rgba(var(--color-background-panel), 0.2);
}
.is-touch eob-form-element.form-table ::-webkit-scrollbar-corner {
  background: rgba(var(--color-background-panel), 0.2);
}
.is-touch eob-form-element.form-table html, .is-touch eob-form-element.form-table body {
  scrollbar-color: var(--color-element-scrollbar) var(--color-background-panel);
}
.is-touch eob-form-element.form-table .form-grid {
  top: 40px;
}
.is-touch eob-form-element.form-table .form-grid .button-transparent {
  width: 100%;
}
.is-touch eob-modal-date-time-picker .container .date-time-picker-container {
  margin-top: 8px !important;
}
.is-touch eob-modal-date-time-picker .container .xdsoft_calendar {
  height: auto;
}
.is-touch eob-modal-date-time-picker .container .xdsoft_calendar td:hover {
  background-color: transparent !important;
}
.is-touch eob-modal-date-time-picker .container .date-time-container .date-time-input-container .today-button.empty-calendar-icon {
  width: 40px !important;
}
.is-touch .date-picker-toolbar {
  width: 100%;
  visibility: hidden;
}
.is-touch .date-picker-toolbar button {
  width: 40px !important;
}
.is-touch .date-picker-toolbar button:hover {
  background-color: #fff !important;
}
.is-touch .date-picker-toolbar .xdsoft_monthpicker .xdsoft_next, .is-touch .date-picker-toolbar .xdsoft_monthpicker .next-year, .is-touch .date-picker-toolbar .xdsoft_monthpicker .xdsoft_prev, .is-touch .date-picker-toolbar .xdsoft_monthpicker .prev-year {
  width: 40px;
}
.is-touch .xdsoft_datetimepicker.eob-date-picker, .is-touch .xdsoft_datetimepicker.eob-range-picker {
  min-height: 0;
}
.is-phone eob-modal-date-time-picker .container .date-time-container {
  height: 32px;
  margin-bottom: 32px;
}
.is-phone eob-modal-date-time-picker .container .date-time-container .custom-date-picker {
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  height: auto;
}
.is-phone eob-modal-date-time-picker .container .date-time-container .custom-date-picker .time-range-button {
  width: 40px;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  transition: opacity 0.4s ease;
  white-space: nowrap;
  margin-right: 0;
}
.is-phone eob-modal-date-time-picker .container .date-time-container .date-containers {
  width: 100%;
  display: flex;
  flex-direction: column !important;
}
.is-phone eob-modal-date-time-picker .container .range-active {
  padding-top: 32px;
}
.is-phone eob-modal-date-time-picker .container .toolbar-container-phone {
  display: flex;
  height: 32px;
}
.is-phone eob-modal-date-time-picker .container .toolbar-container-phone .toolbar-container-phone-date, .is-phone eob-modal-date-time-picker .container .toolbar-container-phone .toolbar-container-phone-time {
  width: 40px;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23706e6e%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7%203h2v10H7z%22%2F%3E%3Cpath%20transform%3D%22rotate%2890%208%208%29%22%20class%3D%22st0%22%20d%3D%22M7%203h2v10H7z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.is-phone eob-modal-date-time-picker .container .toolbar-container-phone .toolbar-container-phone-date:hover, .is-phone eob-modal-date-time-picker .container .toolbar-container-phone .toolbar-container-phone-time:hover {
  background-color: var(--color-accent-gray);
}
.is-phone eob-modal-date-time-picker .container .toolbar-container-phone .toolbar-container-phone-date.active, .is-phone eob-modal-date-time-picker .container .toolbar-container-phone .toolbar-container-phone-date:active, .is-phone eob-modal-date-time-picker .container .toolbar-container-phone .toolbar-container-phone-time.active, .is-phone eob-modal-date-time-picker .container .toolbar-container-phone .toolbar-container-phone-time:active {
  background-color: var(--color-accent-gray);
}
.is-phone eob-modal-date-time-picker .container .toolbar-container-phone .toolbar-container-phone-date {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2391b5d9%7D.st1%7Bdisplay%3Anone%3Bfill%3A%233b6cae%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M13.5%202v2h-2V2h-7v2h-2V2H1v13h14V2h-1.5zm.5%2012h-3l1-2h2v2zm0-3h-2.6l-.4%201-1%202H2V5h12v6z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M1%201v14h14V1H1zm13%2013H2V4h12v10z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M4%205h2v2H4zM4%208h2v2H4zM4%2011h2v2H4zM7%205h2v2H7zM7%208h2v2H7zM7%2011h2v2H7zM10%205h2v2h-2zM10%208h2v2h-2z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M6%2013V7.3l-.7.7H4l2-2h1v7H6zM8%206h4v1l-3%206H8l3-6H8V6zM3%201h1v2H3zM12%201h1v2h-1z%22%2F%3E%3C%2Fsvg%3E);
  margin-right: 4px;
}
.is-phone eob-modal-date-time-picker .container .toolbar-container-phone .toolbar-container-phone-time {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2391b5d9%7D.st1%7Bfill%3Anone%3Bstroke%3A%2391b5d9%3Bstroke-width%3A1.3%3Bstroke-miterlimit%3A10%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11%208v1H7V4h1v4z%22%2F%3E%3Cpath%20id%3D%22XMLID_8_%22%20class%3D%22st1%22%20d%3D%22M14.9%208c0%203.8-3%206.8-6.8%206.8s-6.9-3-6.9-6.8%203-6.7%206.8-6.7c3.9%200%206.9%202.9%206.9%206.7z%22%2F%3E%3C%2Fsvg%3E);
  margin-left: 4px;
}
.is-phone eob-modal-date-time-picker .container .date-time-input-modal, .is-phone eob-modal-date-time-picker .container .range-input-modal, .is-phone eob-modal-date-time-picker .container .range-input-label {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: calc(100% - 40px);
}
.is-phone eob-modal-date-time-picker .container .date-time-input-modal.range-input-label, .is-phone eob-modal-date-time-picker .container .range-input-modal.range-input-label, .is-phone eob-modal-date-time-picker .container .range-input-label.range-input-label {
  margin: 0 2px;
}
.is-phone eob-modal-date-time-picker .container .date-time-picker-container .date-time-input-container {
  margin-bottom: 8px;
}
.is-phone eob-modal-date-time-picker .container .date-time-picker-container .time-picker {
  width: 100% !important;
  margin-left: 0 !important;
  max-height: 280px !important;
}
.is-phone eob-modal-date-time-picker .container .date-time-picker-container .time-picker .hours span, .is-phone eob-modal-date-time-picker .container .date-time-picker-container .time-picker .minutes span {
  height: auto;
  padding: 8px 0;
}
.is-phone eob-modal-date-time-picker .container .toolbar-container {
  margin-bottom: 16px;
}
.is-phone .date-picker-toolbar .xdsoft_monthpicker .xdsoft_month {
  margin-left: 0;
}
.is-phone .date-picker-toolbar .xdsoft_monthpicker .xdsoft_year {
  margin-right: 0;
}
.is-phone .date-picker-toolbar .xdsoft_monthpicker .xdsoft_next, .is-phone .date-picker-toolbar .xdsoft_monthpicker .next-year, .is-phone .date-picker-toolbar .xdsoft_monthpicker .xdsoft_prev, .is-phone .date-picker-toolbar .xdsoft_monthpicker .prev-year {
  display: none;
}
.is-phone .xdsoft_datetimepicker.eob-date-picker, .is-phone .xdsoft_datetimepicker.eob-range-picker {
  min-width: calc(100% - 16px * 2);
}
.is-phone .xdsoft_datetimepicker.eob-date-picker .xdsoft_calendar th, .is-phone .xdsoft_datetimepicker.eob-range-picker .xdsoft_calendar th {
  height: 44px !important;
}
.is-phone #modalDialog.time-picker-dialog #modalDialogContainer {
  max-width: none;
}
.is-phone #modalDialog.time-picker-dialog #modalDialogContainer .time-picker {
  max-height: 350px;
}
.is-phone #modalDialog.time-picker-dialog #modalDialogContainer .custom-date-picker, .is-phone #modalDialog.time-picker-dialog #modalDialogContainer .date-range-button, .is-phone #modalDialog.time-picker-dialog #modalDialogContainer .time-range-button {
  width: 40px;
}
.is-phone .svg-animated-progress-ring {
  position: relative !important;
  display: flex !important;
  left: 0 !important;
  top: 0 !important;
}
.is-phone eob-workflow-files .ag-root-wrapper-body.ag-layout-normal {
  border: none;
}
.is-phone .ag-root-wrapper .ag-header {
  border: none;
}
.is-phone .inline-grid .ag-cell {
  white-space: pre-line;
}
.is-phone .form-wrapper eob-form, .is-phone .form-container eob-form {
  padding: 0 8px;
}
.is-phone .form-container {
  padding: 0;
}
.is-phone .search-form .form-wrapper, .is-phone .create-form .form-wrapper, .is-phone .indexdata-form .form-wrapper, .is-phone .workflow-form .form-wrapper, .is-phone eob-details-viewer-wrapper .form-wrapper, .is-phone eob-modal-quickfinder .form-wrapper {
  margin-bottom: 70px;
}
.icon-16-abonnieren {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23E5B768%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.9%203.4c-.5-1.2-1.2-2.3-3-2.3S5.2%202.2%204.7%203.4l-.6%205.3s1.5.4%203.9.4%203.9-.4%203.9-.4l-1-5.3zM7.9%208c-1.5%200-2.8-.1-2.8-.1L5.6%204c.3-.8%201.2-1.5%202.4-1.5s2%20.8%202.3%201.6l.4%203.8c-.1%200-1.2.1-2.8.1zm4.5%202c-.7.2-2%20.7-4.4.7-2.3%200-3.7-.5-4.4-.7-.3-.1-1.4%201-1.4%201-.3.5-.1%201.1.5%201.3%201.1.3%202.9.7%205.3.7s4.3-.4%205.4-.7c.6-.2.8-.8.5-1.3-.1%200-1.2-1.1-1.5-1zm-2.6%204s0%201.9-2%202c-2%20.1-2-2-2-2h4z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-add-to-favs {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%234D82B8%3B%7D%20.st1%7Bfill%3A%23EAC281%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M12%2010h2v6h-2z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10%2012h6v2h-6z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M9%2011h2v-.8l-.2-.5.2-.1V9h.8l3.6-2.6H9.8L8%201%206.2%206.4H.6l4.6%203.3-1.8%205.4L8%2011.8l1%20.7z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-add-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7%202h2v12H7z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2%207h12v2H2z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-add {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2391B5D9%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7%202h2v12H7z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2%207h12v2H2z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-date-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bdisplay%3Anone%3Bfill%3A%233B6CAE%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.5%2C2v2h-2V2h-7v2h-2V2H1v13h14V2H13.5z%20M14%2C14h-3l1-2h2V14z%20M14%2C11h-2.6L11%2C12l-1%2C2H2V5h12V11z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1%2C1v14h14V1H1z%20M14%2C14H2V4h12V14z%22%2F%3E%20%3Crect%20x%3D%224%22%20y%3D%225%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%224%22%20y%3D%228%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%224%22%20y%3D%2211%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%227%22%20y%3D%225%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%227%22%20y%3D%228%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%227%22%20y%3D%2211%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%2210%22%20y%3D%225%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%2210%22%20y%3D%228%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6%2C13V7.5V7.3L5.3%2C8H4l2-2h1v7H6z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8%2C6h4v1l-3%2C6H8l3-6H8V6z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%223%22%20y%3D%221%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%2212%22%20y%3D%221%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%222%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-date {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2391B5D9%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.5%2C2v2h-2V2h-7v2h-2V2H1v13h14V2H13.5z%20M14%2C14h-3l1-2h2V14z%20M14%2C11h-2.6L11%2C12l-1%2C2H2V5h12V11z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6%2C13V7.5V7.3L5.3%2C8H4l2-2h1v7H6z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8%2C6h4v1l-3%2C6H8l3-6H8V6z%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%221%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%2212%22%20y%3D%221%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%222%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-db-catalog-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%203h6v1H1zm8%200h6v1H9zm0%204h6v1H9zM1%207h6v1H1zm0%204h6v1H1zm8%200h6v1H9z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-db-catalog {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2391B5D9%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%204h6v1H1zm8%200h6v1H9zm0%204h6v1H9zM1%208h6v1H1zm0%204h6v1H1zm8%200h6v1H9z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-default-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M5%202.8L6.9%201s2.1%201.9%203%202.9c1%201.4%201.1-.3%201.1-.9-.1-1.1%201.3-2.7%203-1%202%202-.2%202.9-1%203-.6.1-1.6.4-1%201.1.8.9%203%202.9%203%202.9l-2.2%202.2s-.3-.4-.4-.7c-.2-.4-.2-1.8-1.4-2.5-1.4-.8-2.7.4-3%201-1.3%202.6%202%203.5%202.8%203.3.7-.2-.1.9-.4%201.1-.3.2-1.3%201.6-1.3%201.6S6.6%2012.5%206%2012c-1.3-1.3.2%204.6-4%202-1.2-.7-.4-2.8%201-3%20.9-.1%202.1%200%20.9-1.1C3.7%209.7.9%207%20.9%207S2%205.7%202.7%205.1c.6-.6.6-.2.7.7.2%201.8%202.1%203.3%203.6%201.4C8.4%206%208%203.8%205.7%203.5c-.9-.1-.7-.7-.7-.7z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-default {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%238CBADA%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M5%202.8L6.9%201s2.1%201.9%203%202.9c1%201.4%201.1-.3%201.1-.9-.1-1.1%201.3-2.7%203-1%202%202-.2%202.9-1%203-.6.1-1.6.4-1%201.1.8.9%203%202.9%203%202.9l-2.2%202.2s-.3-.4-.4-.7c-.2-.4-.2-1.8-1.4-2.5-1.4-.8-2.7.4-3%201-1.3%202.6%202%203.5%202.8%203.3.7-.2-.1.9-.4%201.1-.3.2-1.3%201.6-1.3%201.6S6.6%2012.5%206%2012c-1.3-1.3.2%204.6-4%202-1.2-.7-.4-2.8%201-3%20.9-.1%202.1%200%20.9-1.1C3.7%209.7.9%207%20.9%207S2%205.7%202.7%205.1c.6-.6.6-.2.7.7.2%201.8%202.1%203.3%203.6%201.4C8.4%206%208%203.8%205.7%203.5c-.9-.1-.7-.7-.7-.7z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-hierarchy-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2215%2C12%2015%2C13%205%2C13%205%2C9%203%2C9%203%2C5%201%2C5%201%2C2%202%2C2%202%2C4%2013%2C4%2013%2C5%204%2C5%204%2C8%2014%2C8%2014%2C9%206%2C9%206%2C12%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-hierarchy {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2391B5D9%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%204h12v1H1zm2%204h11v1H3zm2%204h10v1H5zm0-3h1v3H5zM3%205h1v3H3zM1%202h1v2H1z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-list-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%204h14v1H1zm0%204h14v1H1zm0%204h14v1H1z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-list {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2391B5D9%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%204h14v1H1zm0%204h14v1H1zm0%204h14v1H1z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-quickfinder-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22Ebene_2_1_%22%3E%20%3Cg%20id%3D%22XMLID_17_%22%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2215%2C1%2015%2C7%2014%2C7%2014%2C4%202%2C4%202%2C14%208%2C14%208%2C15%201%2C15%201%2C1%20%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%223%22%20y%3D%226%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%2210%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%221%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7%2C5v3h6V5H7z%20M12%2C7H8V6h4V7z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14.8%2C14.4l-2.1-2.1c0.2-0.4%2C0.4-0.8%2C0.4-1.2c0-1.2-0.9-2.2-2.1-2.2s-2.1%2C0.9-2.1%2C2.2s0.9%2C2.2%2C2.1%2C2.2%20%20%20c0.4%2C0%2C0.9-0.1%2C1.2-0.4l2.1%2C2.1L14.8%2C14.4z%20M11%2C12.5c-0.8%2C0-1.4-0.7-1.4-1.4s0.6-1.4%2C1.4-1.4s1.4%2C0.7%2C1.4%2C1.4S11.7%2C12.5%2C11%2C12.5z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-quickfinder {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2391B5D9%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22Ebene_2_1_%22%3E%20%3Cg%20id%3D%22XMLID_17_%22%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2215%2C1%2015%2C7%2014%2C7%2014%2C4%202%2C4%202%2C14%208%2C14%208%2C15%201%2C15%201%2C1%20%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%223%22%20y%3D%226%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%2210%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%221%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7%2C5v3h6V5H7z%20M12%2C7H8V6h4V7z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14.8%2C14.4l-2.1-2.1c0.2-0.4%2C0.4-0.8%2C0.4-1.2c0-1.2-0.9-2.2-2.1-2.2s-2.1%2C0.9-2.1%2C2.2s0.9%2C2.2%2C2.1%2C2.2%20%20%20c0.4%2C0%2C0.9-0.1%2C1.2-0.4l2.1%2C2.1L14.8%2C14.4z%20M11%2C12.5c-0.8%2C0-1.4-0.7-1.4-1.4s0.6-1.4%2C1.4-1.4s1.4%2C0.7%2C1.4%2C1.4S11.7%2C12.5%2C11%2C12.5z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-right-groups-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bdisplay%3Anone%3B%7D%20.st1%7Bdisplay%3Ainline%3Bfill%3A%236AABDB%3B%7D%20.st2%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22wf%22%20class%3D%22st0%22%3E%20%3Cpath%20id%3D%22curve0_7_%22%20class%3D%22st1%22%20d%3D%22M9%2C11c0%2C0.1-2.7%2C3-3%2C3H4l2-2H4c-1.2%2C0-1.9-0.4-2.7-1.2S0%2C8.8%2C0%2C7.5s0.4-2.4%2C1.2-3.2S2.8%2C3%2C4%2C3%20%20%20%20h2v2H4C3.3%2C5%2C2.6%2C5.6%2C2.4%2C6C2%2C6.5%2C2%2C7%2C2%2C7.7C2%2C8.3%2C2.3%2C9%2C2.7%2C9.4C3.1%2C9.8%2C3.4%2C10%2C4%2C10h2L4%2C8h2C6.3%2C8%2C9%2C10.8%2C9%2C11z%22%2F%3E%20%3Cpath%20id%3D%22curve0_4_%22%20class%3D%22st1%22%20d%3D%22M14%2C8c0%2C0%2C0%2C0%2C0-0.7c0-0.6-0.3-1.4-0.7-1.8C12.9%2C5.2%2C12.6%2C5%2C12%2C5h-2l2%2C2h-2C9.7%2C7%2C7%2C4.2%2C7%2C4%20%20%20%20c0-0.1%2C2.7-3%2C3-3h2l-2%2C2h2c1.2%2C0%2C1.9%2C0.4%2C2.7%2C1.2s1.3%2C2%2C1.3%2C3.2s0%2C2.5%2C0%2C2.5L14%2C8z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22user%22%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1%2C13.4c0.1%2C0.4%2C0.3%2C1.1%2C1.6%2C1.4C3.5%2C15%2C4.6%2C15%2C5.1%2C15s1.4-0.2%2C2.4-0.3c1.2-0.2%2C1.5-1.1%2C1.6-1.4%20%20%20%20c0.1-0.3%2C0-1.7-0.2-2.3C8.7%2C10.4%2C8.3%2C10%2C8%2C9.9C7.7%2C9.8%2C6.5%2C9.7%2C6.5%2C9.7s-0.9%2C2.2-1.4%2C2.5H5c0%2C0%2C0%2C0-0.1%2C0c-0.6-0.3-1.5-2.5-1.5-2.5%20%20%20%20S2.5%2C9.8%2C2.1%2C10c-0.3%2C0.2-0.8%2C0.6-0.9%2C1.1S0.9%2C13%2C1%2C13.4z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M13.1%2C3.5c0%2C1.4-1%2C2.5-2.2%2C2.5C9.5%2C6%2C8.4%2C4.9%2C8.4%2C3.5S9.5%2C1%2C10.8%2C1C12.2%2C1.1%2C13.1%2C2.2%2C13.1%2C3.5z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M7.3%2C6.5C7.3%2C7.9%2C6.4%2C9%2C5.1%2C9S2.7%2C7.9%2C2.7%2C6.5S3.7%2C4%2C5.1%2C4S7.3%2C5.1%2C7.3%2C6.5z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M14.7%2C8.1c-0.2-0.6-0.6-0.9-0.9-1.1c-0.3-0.2-1.4-0.4-1.4-0.4S11.5%2C8.8%2C11%2C9.1h-0.1c0%2C0%2C0%2C0-0.1%2C0%20%20%20%20c-0.6-0.3-1.4-2.5-1.4-2.5S8.7%2C6.9%2C8.2%2C7c0%2C1-0.1%2C1.1%2C0%2C2c0.5%2C0%2C1.8%2C0.1%2C1.9%2C3c0.1%2C0%2C0.6%2C0%2C0.7%2C0c0.5%2C0%2C1.4-0.2%2C2.4-0.3%20%20%20%20c1.2-0.2%2C1.4-0.9%2C1.6-1.4S15%2C8.6%2C14.7%2C8.1z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-right-groups {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bdisplay%3Anone%3B%7D%20.st1%7Bdisplay%3Ainline%3Bfill%3A%236AABDB%3B%7D%20.st2%7Bfill%3A%2391B5D9%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22wf%22%20class%3D%22st0%22%3E%20%3Cpath%20id%3D%22curve0_7_%22%20class%3D%22st1%22%20d%3D%22M9%2C11c0%2C0.1-2.7%2C3-3%2C3H4l2-2H4c-1.2%2C0-1.9-0.4-2.7-1.2S0%2C8.8%2C0%2C7.5s0.4-2.4%2C1.2-3.2S2.8%2C3%2C4%2C3%20%20%20%20h2v2H4C3.3%2C5%2C2.6%2C5.6%2C2.4%2C6C2%2C6.5%2C2%2C7%2C2%2C7.7C2%2C8.3%2C2.3%2C9%2C2.7%2C9.4C3.1%2C9.8%2C3.4%2C10%2C4%2C10h2L4%2C8h2C6.3%2C8%2C9%2C10.8%2C9%2C11z%22%2F%3E%20%3Cpath%20id%3D%22curve0_4_%22%20class%3D%22st1%22%20d%3D%22M14%2C8c0%2C0%2C0%2C0%2C0-0.7c0-0.6-0.3-1.4-0.7-1.8C12.9%2C5.2%2C12.6%2C5%2C12%2C5h-2l2%2C2h-2C9.7%2C7%2C7%2C4.2%2C7%2C4%20%20%20%20c0-0.1%2C2.7-3%2C3-3h2l-2%2C2h2c1.2%2C0%2C1.9%2C0.4%2C2.7%2C1.2s1.3%2C2%2C1.3%2C3.2s0%2C2.5%2C0%2C2.5L14%2C8z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22user%22%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1%2C13.4c0.1%2C0.4%2C0.3%2C1.1%2C1.6%2C1.4C3.5%2C15%2C4.6%2C15%2C5.1%2C15s1.4-0.2%2C2.4-0.3c1.2-0.2%2C1.5-1.1%2C1.6-1.4%20%20%20%20c0.1-0.3%2C0-1.7-0.2-2.3C8.7%2C10.4%2C8.3%2C10%2C8%2C9.9C7.7%2C9.8%2C6.5%2C9.7%2C6.5%2C9.7s-0.9%2C2.2-1.4%2C2.5H5c0%2C0%2C0%2C0-0.1%2C0c-0.6-0.3-1.5-2.5-1.5-2.5%20%20%20%20S2.5%2C9.8%2C2.1%2C10c-0.3%2C0.2-0.8%2C0.6-0.9%2C1.1S0.9%2C13%2C1%2C13.4z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M13.1%2C3.5c0%2C1.4-1%2C2.5-2.2%2C2.5C9.5%2C6%2C8.4%2C4.9%2C8.4%2C3.5S9.5%2C1%2C10.8%2C1C12.2%2C1.1%2C13.1%2C2.2%2C13.1%2C3.5z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M7.3%2C6.5C7.3%2C7.9%2C6.4%2C9%2C5.1%2C9S2.7%2C7.9%2C2.7%2C6.5S3.7%2C4%2C5.1%2C4S7.3%2C5.1%2C7.3%2C6.5z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M14.7%2C8.1c-0.2-0.6-0.6-0.9-0.9-1.1c-0.3-0.2-1.4-0.4-1.4-0.4S11.5%2C8.8%2C11%2C9.1h-0.1c0%2C0%2C0%2C0-0.1%2C0%20%20%20%20c-0.6-0.3-1.4-2.5-1.4-2.5S8.7%2C6.9%2C8.2%2C7c0%2C1-0.1%2C1.1%2C0%2C2c0.5%2C0%2C1.8%2C0.1%2C1.9%2C3c0.1%2C0%2C0.6%2C0%2C0.7%2C0c0.5%2C0%2C1.4-0.2%2C2.4-0.3%20%20%20%20c1.2-0.2%2C1.4-0.9%2C1.6-1.4S15%2C8.6%2C14.7%2C8.1z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-time-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A1.3%3Bstroke-miterlimit%3A10%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C8%2011%2C9%207%2C9%207%2C4%208%2C4%208%2C8%20%22%2F%3E%20%3Cpath%20id%3D%22XMLID_8_%22%20class%3D%22st1%22%20d%3D%22M14.9%2C8c0%2C3.8-3%2C6.8-6.8%2C6.8S1.2%2C11.8%2C1.2%2C8c0-3.8%2C3-6.7%2C6.8-6.7C11.9%2C1.3%2C14.9%2C4.2%2C14.9%2C8z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-time {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2391B5D9%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%2391B5D9%3Bstroke-width%3A1.3%3Bstroke-miterlimit%3A10%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C8%2011%2C9%207%2C9%207%2C4%208%2C4%208%2C8%20%22%2F%3E%20%3Cpath%20id%3D%22XMLID_8_%22%20class%3D%22st1%22%20d%3D%22M14.9%2C8c0%2C3.8-3%2C6.8-6.8%2C6.8S1.2%2C11.8%2C1.2%2C8c0-3.8%2C3-6.7%2C6.8-6.7C11.9%2C1.3%2C14.9%2C4.2%2C14.9%2C8z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-tree-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2213%2C5%202%2C5%202%2C5%201%2C5%201%2C2%202%2C2%202%2C4%2013%2C4%20%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%224%2C9%204%2C12%2015%2C12%2015%2C13%203%2C13%203%2C5%204%2C5%204%2C8%2015%2C8%2015%2C9%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-tree {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2391B5D9%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2213%2C5%202%2C5%202%2C5%201%2C5%201%2C2%202%2C2%202%2C4%2013%2C4%20%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%224%2C9%204%2C12%2015%2C12%2015%2C13%203%2C13%203%2C5%204%2C5%204%2C8%2015%2C8%2015%2C9%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-user-groups-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%228%22%20cy%3D%224%22%20r%3D%223%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.4%2C10.3c-0.3-0.8-0.9-1.2-1.3-1.4c-0.4-0.3-2-0.7-2-0.7S8.8%2C12.5%2C8%2C12.9H7.8C7%2C12.5%2C5.7%2C8.2%2C5.7%2C8.2%20%20%20s-1.6%2C0.4-2%2C0.7c-0.4%2C0.2-1%2C0.6-1.3%2C1.4C2.2%2C11.1%2C2%2C13%2C2.2%2C13.4c0.2%2C0.4%2C1%2C1.1%2C2.7%2C1.3C6.2%2C14.9%2C7.3%2C15%2C8%2C15c0.3%2C0%2C1.8-0.1%2C3.1-0.2%20%20%20c1.7-0.2%2C2.5-0.9%2C2.7-1.3C13.9%2C13%2C13.8%2C11.1%2C13.4%2C10.3z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-user-groups {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2391B5D9%3B%7D%20%3C%2Fstyle%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%228%22%20cy%3D%224%22%20r%3D%223%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.4%2C10.3c-0.3-0.8-0.9-1.2-1.3-1.4c-0.4-0.3-2-0.7-2-0.7S8.8%2C12.5%2C8%2C12.9H7.8C7%2C12.5%2C5.7%2C8.2%2C5.7%2C8.2%20%20%20s-1.6%2C0.4-2%2C0.7c-0.4%2C0.2-1%2C0.6-1.3%2C1.4C2.2%2C11.1%2C2%2C13%2C2.2%2C13.4c0.2%2C0.4%2C1%2C1.1%2C2.7%2C1.3C6.2%2C14.9%2C7.3%2C15%2C8%2C15c0.3%2C0%2C1.8-0.1%2C3.1-0.2%20%20%20c1.7-0.2%2C2.5-0.9%2C2.7-1.3C13.9%2C13%2C13.8%2C11.1%2C13.4%2C10.3z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-wf-organisation-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22user%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M1%2C11.4c0.1%2C0.4%2C0.3%2C1.1%2C1.6%2C1.4C3.5%2C13%2C4.6%2C13%2C5.1%2C13s1.4-0.2%2C2.4-0.3c1.2-0.2%2C1.5-1.1%2C1.6-1.4%20%20%20%20c0.1-0.3%2C0-0.7-0.2-1.3C8.7%2C9.4%2C8.3%2C9%2C8%2C8.9C7.7%2C8.8%2C6.5%2C8.7%2C6.5%2C8.7s-0.9%2C2.2-1.4%2C2.5H5c0%2C0%2C0%2C0-0.1%2C0c-0.6-0.3-1.5-2.5-1.5-2.5%20%20%20%20S2.5%2C8.8%2C2.1%2C9c-0.3%2C0.2-0.8%2C0.6-0.9%2C1.1S0.9%2C11%2C1%2C11.4z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.1%2C3.5c0%2C1.4-1%2C2.5-2.2%2C2.5C9.5%2C6%2C8.4%2C4.9%2C8.4%2C3.5S9.5%2C1%2C10.8%2C1C12.2%2C1.1%2C13.1%2C2.2%2C13.1%2C3.5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7.3%2C5.5C7.3%2C6.9%2C6.4%2C8%2C5.1%2C8S2.7%2C6.9%2C2.7%2C5.5S3.7%2C3%2C5.1%2C3S7.3%2C4.1%2C7.3%2C5.5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14.7%2C8.1c-0.2-0.6-0.6-0.9-0.9-1.1c-0.3-0.2-1.4-0.4-1.4-0.4S11.5%2C8.8%2C11%2C9.1h-0.1c0%2C0%2C0%2C0-0.1%2C0%20%20%20%20c-0.6-0.3-1.4-2.5-1.4-2.5S8.7%2C6.9%2C8.2%2C7c0%2C1%2C0%2C0.1%2C0%2C1c0.5%2C0.2%2C1.9%2C1%2C1.9%2C3c0.1%2C0%2C0.6%2C0%2C0.7%2C0c0.5%2C0%2C1.5-0.1%2C2.5-0.2%20%20%20%20c1.2-0.2%2C1.4-1%2C1.5-1.5S14.8%2C8.6%2C14.7%2C8.1z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%221.1%22%20y%3D%2214.1%22%20class%3D%22st0%22%20width%3D%227.8%22%20height%3D%220.9%22%2F%3E%20%3Crect%20x%3D%2210.1%22%20y%3D%2212%22%20class%3D%22st0%22%20width%3D%224.9%22%20height%3D%220.9%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-wf-organisation {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2391B5D9%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22user%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M1%2C11.4c0.1%2C0.4%2C0.3%2C1.1%2C1.6%2C1.4C3.5%2C13%2C4.6%2C13%2C5.1%2C13s1.4-0.2%2C2.4-0.3c1.2-0.2%2C1.5-1.1%2C1.6-1.4%20%20%20%20c0.1-0.3%2C0-0.7-0.2-1.3C8.7%2C9.4%2C8.3%2C9%2C8%2C8.9C7.7%2C8.8%2C6.5%2C8.7%2C6.5%2C8.7s-0.9%2C2.2-1.4%2C2.5H5c0%2C0%2C0%2C0-0.1%2C0c-0.6-0.3-1.5-2.5-1.5-2.5%20%20%20%20S2.5%2C8.8%2C2.1%2C9c-0.3%2C0.2-0.8%2C0.6-0.9%2C1.1S0.9%2C11%2C1%2C11.4z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.1%2C3.5c0%2C1.4-1%2C2.5-2.2%2C2.5C9.5%2C6%2C8.4%2C4.9%2C8.4%2C3.5S9.5%2C1%2C10.8%2C1C12.2%2C1.1%2C13.1%2C2.2%2C13.1%2C3.5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7.3%2C5.5C7.3%2C6.9%2C6.4%2C8%2C5.1%2C8S2.7%2C6.9%2C2.7%2C5.5S3.7%2C3%2C5.1%2C3S7.3%2C4.1%2C7.3%2C5.5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14.7%2C8.1c-0.2-0.6-0.6-0.9-0.9-1.1c-0.3-0.2-1.4-0.4-1.4-0.4S11.5%2C8.8%2C11%2C9.1h-0.1c0%2C0%2C0%2C0-0.1%2C0%20%20%20%20c-0.6-0.3-1.4-2.5-1.4-2.5S8.7%2C6.9%2C8.2%2C7c0%2C1%2C0%2C0.1%2C0%2C1c0.5%2C0.2%2C1.9%2C1%2C1.9%2C3c0.1%2C0%2C0.6%2C0%2C0.7%2C0c0.5%2C0%2C1.5-0.1%2C2.5-0.2%20%20%20%20c1.2-0.2%2C1.4-1%2C1.5-1.5S14.8%2C8.6%2C14.7%2C8.1z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%221.1%22%20y%3D%2214.1%22%20class%3D%22st0%22%20width%3D%227.8%22%20height%3D%220.9%22%2F%3E%20%3Crect%20x%3D%2210.1%22%20y%3D%2212%22%20class%3D%22st0%22%20width%3D%224.9%22%20height%3D%220.9%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-xml-tree-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22Ebene_1_1_%22%3E%20%3Cg%3E%20%3Crect%20x%3D%221%22%20y%3D%222%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%222%22%20y%3D%224%22%20class%3D%22st0%22%20width%3D%2212%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%225%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%228%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%2212%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%2212%22%20class%3D%22st0%22%20width%3D%224%22%20height%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22Ebene_2%22%3E%20%3Crect%20x%3D%229%22%20y%3D%2212.9%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-7.4429%2010.9566%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%223.1%22%2F%3E%20%3Crect%20x%3D%227.9%22%20y%3D%2212%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-6.0646%2010.352%29%22%20class%3D%22st0%22%20width%3D%223.1%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%2214%22%20y%3D%2211%22%20transform%3D%22matrix%280.7128%20-0.7014%200.7014%200.7128%20-4.6011%2013.76%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%2213%22%20y%3D%2214%22%20transform%3D%22matrix%280.7128%20-0.7014%200.7014%200.7128%20-6.0077%2014.3358%29%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-addon-xml-tree {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2391B5D9%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22Ebene_1_1_%22%3E%20%3Cg%3E%20%3Crect%20x%3D%221%22%20y%3D%222%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%222%22%20y%3D%224%22%20class%3D%22st0%22%20width%3D%2212%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%225%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%228%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%2212%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%2212%22%20class%3D%22st0%22%20width%3D%224%22%20height%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22Ebene_2%22%3E%20%3Crect%20x%3D%229%22%20y%3D%2212.9%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-7.4307%2010.9625%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%223.1%22%2F%3E%20%3Crect%20x%3D%227.9%22%20y%3D%2212%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-6.0572%2010.3399%29%22%20class%3D%22st0%22%20width%3D%223.1%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%2214%22%20y%3D%2211%22%20transform%3D%22matrix%280.7128%20-0.7014%200.7014%200.7128%20-4.6027%2013.7582%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%2213%22%20y%3D%2214%22%20transform%3D%22matrix%280.7128%20-0.7014%200.7014%200.7128%20-6.0057%2014.338%29%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-all-back-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8.7%2C3.9L3%2C8.9l-1.1-1L7.6%2C3L8.7%2C3.9z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7.6%2C12.9L1.9%2C8L3%2C7l5.7%2C5L7.6%2C12.9z%20M14%2C3.9l-5.7%2C5l-1.1-1L12.9%2C3L14%2C3.9z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12.9%2C13L7.2%2C8l1.1-0.9L14%2C12L12.9%2C13z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-all-in-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7.3%2C12.1l5.7-5l1.1%2C1L8.4%2C13L7.3%2C12.1z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8.4%2C3.1L14.1%2C8L13%2C9L7.3%2C4L8.4%2C3.1z%20M2%2C12.1l5.7-5l1.1%2C1L3.1%2C13L2%2C12.1z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M3.1%2C3l5.7%2C5L7.7%2C8.9L2%2C4L3.1%2C3z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-annotations {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st1%7Bfill%3A%236AACDC%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20points%3D%222.5%2C12%203.5%2C15%207.5%2C12%20%22%2F%3E%20%3Cpath%20d%3D%22M14.01%2C1H1.99C0.89%2C1%2C0%2C1.89%2C0%2C2.99v7.02C0%2C11.11%2C0.89%2C12%2C1.99%2C12h12.02c1.1%2C0%2C1.99-0.89%2C1.99-1.99V2.99%20%20%20C16%2C1.89%2C15.11%2C1%2C14.01%2C1z%20M15%2C9.43C15%2C10.3%2C14.3%2C11%2C13.43%2C11H2.57C1.7%2C11%2C1%2C10.3%2C1%2C9.43V3.57C1%2C2.7%2C1.7%2C2%2C2.57%2C2h10.85%20%20%20C14.3%2C2%2C15%2C2.7%2C15%2C3.57V9.43z%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%224%22%20class%3D%22st1%22%20width%3D%2210%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%226%22%20class%3D%22st1%22%20width%3D%2210%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%228%22%20class%3D%22st1%22%20width%3D%2210%22%20height%3D%221%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-archivable {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%236AACDC%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6%2C3h4v10H6V3z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M3%2C6h10v4H3V6z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-archived {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E%20.st1%7Bfill%3A%2376A798%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M5%204h3v1H5zm0%206h3v1H5z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M15.8%2011.3l-1.2-1.2-3.6%203.5-2.2-2.3-1.2%201.3L11%2016l1.3-1.2h-.1z%22%2F%3E%20%3Cpath%20d%3D%22M6%2013H2V8h9v4l1-1V1H1v13h6l-1-1zM2%202h9v5H2V2z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-arrow-down {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10%209V1H6v8H2l6%205%206-5z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-arrow-left {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M%206.5803564%2C10.080357%20H%2014.580356%20V%206.080358%20H%206.5803564%20v%20-4%20L%201.580357%2C8.0803577%206.5803564%2C14.080357%20Z%22%20id%3D%22path281%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-arrow-right {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M%209.5803566%2C10.080357%20H%201.580357%20V%206.080358%20h%207.9999996%20v%20-4%20L%2014.580356%2C8.0803577%209.5803566%2C14.080357%20Z%22%20id%3D%22path281%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-arrow-up {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M6%206v8h4V6h4L8%201%202%206z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-assign-workflow {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%236AABDB%3B%7D%20.st1%7Bfill%3A%23EBC282%3B%7D%20%3C%2Fstyle%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%229.14%22%20cy%3D%224.1%22%20r%3D%223%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14.54%2C10.4c-0.3-0.8-0.9-1.2-1.3-1.4c-0.4-0.3-2-0.7-2-0.7s-0.5%2C1.65-1.07%2C3L11%2C12l-3.49%2C2.99%20%20%20c0.65%2C0.07%2C1.22%2C0.11%2C1.63%2C0.11c0.3%2C0%2C1.8-0.1%2C3.1-0.2c1.7-0.2%2C2.5-0.9%2C2.7-1.3C15.04%2C13.1%2C14.94%2C11.2%2C14.54%2C10.4z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8.51%2C9.87C8.12%2C8.93%2C7.84%2C8.2%2C7.84%2C8.2S7.41%2C8.35%2C6.96%2C8.54L8.51%2C9.87z%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%229%2C12%204%2C8%204%2C11%201%2C11%201%2C13%204%2C13%204%2C16%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-attachment {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%2F%3E%20%3Cpath%20d%3D%22M2.3%202.3C.7%203.9.5%206.3%201.9%207.7l2.2%202.2%204.3%204.3.6.6c1.1%201.1%202.8%201.1%204.1-.1s1.3-3.1.3-4.2L9.8%206.9%208.4%205.6%207.9%205c-.5-.5-1.4-.5-2%20.2-.6.6-.7%201.5-.1%202L7.6%209c.5.5%201.5.4%202.1-.2.1%200%20.3-.3.3-.3l2.6%202.6c.7.7.5%202-.2%202.8-.8.8-1.9.8-2.6.1l-.5-.5-4.5-4.3L2.7%207c-1-1-.8-2.8.3-4s3-1.4%204-.4l6.5%206.5c.2.2.5.2.7%200%20.2-.2.2-.5%200-.7L7.7%201.9C6.3.6%203.9.7%202.3%202.3zm6.6%205.9c-.1.2-.4.3-.6.1L6.5%206.5c-.1-.1-.1-.5.1-.6.2-.2.5-.2.6-.1l.5.5L9%207.6c.2.1.1.4-.1.6z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-ausklappen {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Crect%20x%3D%227%22%20y%3D%223%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2210%22%2F%3E%20%3Crect%20x%3D%227%22%20y%3D%223%22%20transform%3D%22matrix%285.729798e-011%201%20-1%205.729798e-011%2016%205.911893e-011%29%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2210%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-back-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C8l5-5l1%2C1L7%2C8l4%2C4l-1%2C1L5%2C8z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-back {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C8l5-5l1%2C1L7%2C8l4%2C4l-1%2C1L5%2C8z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-baseparam-in-no-register {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E%20.st1%7Bfill%3A%23D65532%3B%7D%3C%2Fstyle%3E%20%3Cg%20id%3D%22Ebene_3%22%3E%20%3Cpath%20d%3D%22M14%203v4h-1V4H3v8h4v1H2V2h5v1z%22%20id%3D%22Ebene_2_1_%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M8.0891%208.8362l.7071-.7071%205.0911%205.0911-.7071.7071z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M8.174%2013.1787l5.09112-5.09112.7071.7071L8.8811%2013.8858z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-baseparam-in-register {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E%20.st1%7Bfill%3A%2376A798%3B%7D%3C%2Fstyle%3E%20%3Cg%20id%3D%22Ebene_3%22%3E%20%3Cpath%20id%3D%22Ebene_2_1_%22%20d%3D%22M14%203v4h-1V4H3v8h2v1H2V2h5v1h7z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M14.8%2010.3l-1.2-1.2-3.6%203.5-2.2-2.3-1.2%201.3L10%2015l4.8-4.7z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-baseparam-multiple-locations {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E%20.st1%7Bfill%3A%234B7EB1%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M7.5%2012.5C6.7%2014%206%2015.2%206%2015.2S3.7%2011%202.7%208.8C2.1%207.4%202%206.1%202%205.4v-.7c.3-2%202-3.6%204-3.6.3%200%20.6%200%20.9.1-.6.5-1.1%201.1-1.4%201.9-1%20.3-1.8%201.2-1.8%202.3%200%201%20.6%202%201.6%202.3.1.5.3%201%20.5%201.5.4.9%201%202.2%201.7%203.3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M10%201.1c-2%200-3.7%201.6-4%203.6v.7c0%20.7.1%202%20.7%203.4%201%202.2%203.3%206.4%203.3%206.4s2.4-4.2%203.3-6.4c.5-1.1.7-2%20.7-2.8v-.6c.1-2.4-1.7-4.3-4-4.3zm0%206.7c-1.3%200-2.3-1.1-2.3-2.4S8.7%203%2010%203s2.3%201.1%202.3%202.4-1%202.4-2.3%202.4z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-baseparam-signed-red {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23D65532%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M3.97963%2010.00303l7.49526-7.49526%202.1213%202.1213-7.4953%207.49526zm8.31387-8.29176l.7071-.7071%202.1213%202.1213-.7071.7071zM5.1%2013.2L1%2015l2-3.9z%22%20id%3D%22Ebene_4%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-baseparam-signed {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%234B7EB1%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M3.97963%2010.00303l7.49526-7.49526%202.1213%202.1213-7.4953%207.49526zm8.31387-8.29176l.7071-.7071%202.1213%202.1213-.7071.7071zM5.1%2013.2L1%2015l2-3.9z%22%20id%3D%22Ebene_4_Kopie%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-baseparams {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%201v14h14V1H1zm13%2013H2V2h12v12z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M3%207h6v1H3zm0%203h6v1H3zm0-6h6v1H3zm7-2h1v12h-1z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-basic-auth-login {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22%22%3E%20%3Cellipse%20fill%3D%22rgb%28155%2C155%2C155%29%22%20cx%3D%226.53%22%20cy%3D%223.21%22%20rx%3D%223.33%22%20ry%3D%223.21%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28155%2C155%2C155%29%22%20d%3D%22M15.42%2012h-.11s-.69-4-2.87-4-2.87%204-2.87%204h-.11c-.29%200-.46.17-.46.46v3.09c0%20.22.17.45.46.45h5.96c.23%200%20.46-.17.46-.46v-3.09a.45.45%200%2000-.46-.45zm-2.41%202.8c0%20.23-.17.46-.46.46h-.17c-.23%200-.46-.17-.46-.46v-1.43c0-.23.17-.46.46-.46h.23c.23%200%20.4.17.4.46v1.43zM10.72%2012s-.11-2.67%201.72-2.67c1.84%200%201.72%202.67%201.72%202.67h-3.44z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28155%2C155%2C155%29%22%20d%3D%22M8%2012v-1c.22-.81%200-2%201.89-3-.53-.16-1.03-.29-1.03-.29s-1.44%204.61-2.33%205.04H6.3c-.89-.43-2.33-5.04-2.33-5.04s-1.77.43-2.21.75c-.44.21-1.11.64-1.44%201.5-.22.86-.44%202.89-.22%203.32s1.11%201.18%203%201.39c1.43.22%202.65.33%203.43.33.15%200%20.9.04%201.47%200v-3z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M15.42%2012h-.11s-.69-4-2.87-4-2.87%204-2.87%204h-.11c-.29%200-.46.17-.46.46v3.09c0%20.22.17.45.46.45h5.96c.23%200%20.46-.17.46-.46v-3.09a.45.45%200%2000-.46-.45zM13%2015c0%20.23-1%20.29-1%200v-2c0-.23%201-.29%201%200v2zm-2.28-3s-.11-2.67%201.72-2.67c1.84%200%201.72%202.67%201.72%202.67h-3.44z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-caret {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M6.7%205L3.6%208.2V1.6z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-checkbox-ambiguous-blue {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2385BDDB%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M3%203h8v8H3z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-checkbox-ambiguous {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M3%203h8v8H3z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-checkbox-empty {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3A%20new%200%200%2014%2014%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M2%2C2v10H12V2H2z%20M11%2C11H3V3h8V11z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-checkbox-ok-blue {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2385BDDB%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1.9392%207.75054l1.3435-1.3435%204.2426%204.2426-1.3435%201.3435z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4.84963%2010.6682l6.50532-6.50533%201.3435%201.3435-6.50533%206.5053z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-checkbox-ok {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1.9483%207.77184l1.3435-1.3435%204.2426%204.2426-1.3435%201.3435z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11.41294%204.17544l1.3435%201.3435-6.50533%206.5053-1.34347-1.34348z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-clipboard-get {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st0%7Bfill%3A%234A7DB1%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M3%204h1l3%203-4-2zm0%203h1l3%204-4-3zm0%203h1l2%204-3-3z%22%2F%3E%20%3Cpath%20d%3D%22M9%208h1v1H9zm0%202h4v1H9zm0%202h4v1H9z%22%2F%3E%20%3Cpath%20d%3D%22M12%205H7v10h8V8l-3-3zm2%209H8V6h3v3h3v5zm-2-6V6l2%202h-2z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2011H3V3h3v1h1V3l1%201h1L7%202H2v10h3z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-clipboard-set {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E%20.st2%7Bfill%3A%23E8C97D%3B%7D%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7%200H6L4%202v1h5V2L7%200zM6%202V1h1v1H6z%22%2F%3E%20%3Cpath%20d%3D%22M8%208h1v1H8zm0%202h4v1H8zm0%202h4v1H8z%22%2F%3E%20%3Cpath%20d%3D%22M11%205H6v10h8V8l-3-3zm2%209H7V6h3v3h3v5zm-2-6V6l2%202h-2z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M5%204h7V1h-2v2H3V1H1v13h4z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-clock-dark {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cg%20id%3D%22XMLID_8_%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7.6%2C0.5c-4.1%2C0-7.3%2C3.1-7.3%2C7.1c0%2C4%2C3.3%2C7.3%2C7.3%2C7.3c4.1%2C0%2C7.3-3.2%2C7.3-7.3C14.8%2C3.6%2C11.7%2C0.5%2C7.6%2C0.5z%20%20%20%20%20M7.6%2C13.2C4.5%2C13.2%2C2%2C10.7%2C2%2C7.6c0-3.1%2C2.4-5.4%2C5.5-5.4c3.2%2C0%2C5.6%2C2.3%2C5.6%2C5.4C13.2%2C10.7%2C10.7%2C13.2%2C7.6%2C13.2z%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C7%2011%2C9%206%2C9%206%2C3%208%2C3%208%2C7%20%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-configure-dark {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15.3%2C9.3V6.7l-2.9-0.3c-0.1-0.2-0.1-0.3-0.2-0.5l1.9-2.3l-1.8-1.8l-2.4%2C2C9.8%2C3.7%2C9.7%2C3.7%2C9.6%2C3.6l-0.3-3H6.7%20%20%20l-0.3%2C3C6.3%2C3.7%2C6.1%2C3.7%2C6%2C3.8l-2.3-2L1.8%2C3.6l2%2C2.4C3.7%2C6.1%2C3.7%2C6.3%2C3.6%2C6.4L0.7%2C6.6v2.6l2.9%2C0.3C3.7%2C9.7%2C3.7%2C9.8%2C3.8%2C10l-2%2C2.4%20%20%20l1.8%2C1.8l2.4-2c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1l0.3%2C3.1h2.6l0.3-3c0.1-0.1%2C0.3-0.1%2C0.4-0.2l2.3%2C1.9l1.8-1.8L12.1%2C10%20%20%20c0.1-0.2%2C0.2-0.3%2C0.2-0.5C12.3%2C9.5%2C15.3%2C9.3%2C15.3%2C9.3z%20M5.2%2C8c0-1.5%2C1.2-2.8%2C2.8-2.8s2.8%2C1.2%2C2.8%2C2.8S9.5%2C10.8%2C8%2C10.8S5.2%2C9.5%2C5.2%2C8%20%20%20z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-configure-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23999999%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M64.6-.9c-.2.3-.6.7-1.1%201-.2.2-.4.3-.6.4-.1.1-.1.1-.1.2-.1.2-.1.4-.1%201.1l-1.9.1V1c.1-.8.9-1.3%201.4-1.6.2-.2.4-.3.5-.4l.3-.3c.1-.1.1-.2.1-.2v-.2c0-.2%200-.3-.1-.4-.1-.1-.5-.6-1.3-.6s-1.5.6-1.6%201.5l-1.7.1c.1-1%20.6-1.8%201.1-2.2.3-.2.6-.4%201-.5.4-.1.8-.2%201.3-.2s.9.1%201.3.2.8.3%201%20.5c.3.2.5.4.7.7.1.1.2.4.2.7%200%20.4-.1.7-.4%201z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M15.3%209.3V6.7l-2.9-.3c-.1-.2-.1-.3-.2-.5l1.9-2.3-1.8-1.8-2.4%202c-.1-.1-.2-.1-.3-.2l-.3-3H6.7l-.3%203c-.1.1-.3.1-.4.2l-2.3-2-1.9%201.8%202%202.4c-.1.1-.1.3-.2.4l-2.9.2v2.6l2.9.3c.1.2.1.3.2.5l-2%202.4%201.8%201.8%202.4-2c.1.1.2.1.3.1l.3%203.1h2.6l.3-3c.1-.1.3-.1.4-.2l2.3%201.9%201.8-1.8-1.9-2.3c.1-.2.2-.3.2-.5l3-.2zM5.2%208c0-1.5%201.2-2.8%202.8-2.8s2.8%201.2%202.8%202.8-1.3%202.8-2.8%202.8S5.2%209.5%205.2%208z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-content-edited {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st0%20%7B%20fill%3A%20%235E97C2%3B%20%7D%3C%2Fstyle%3E%20%3Cg%20id%3D%22XMLID_11_%22%3E%20%3Cpath%20id%3D%22XMLID_20_%22%20class%3D%22st0%22%20d%3D%22M11.7%2013.7l2.4-2.5-1.7-1.7L9.9%2012z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_21_%22%20class%3D%22st0%22%20d%3D%22M14.7%2010.4L16%209.1l-1.7-1.7L13%208.7z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_22_%22%20class%3D%22st0%22%20d%3D%22M9.4%2012.8l-.5.5L7.7%2016h.2l2.5-1.3.5-.4z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M8%201H1v14h5v-1H2V2h5v4h4v2h1V5L8%201zm0%201l3%203H8V2z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-copy-link {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20d%3D%22M14.17%2C4H4.83C4.37%2C4%2C4%2C4.37%2C4%2C4.83v9.34C4%2C14.63%2C4.37%2C15%2C4.83%2C15h9.34c0.46%2C0%2C0.83-0.37%2C0.83-0.83V4.83%20%20%20C15%2C4.37%2C14.63%2C4%2C14.17%2C4z%20M14.08%2C13.25c0%2C0.46-0.37%2C0.83-0.83%2C0.83H5.75c-0.46%2C0-0.83-0.37-0.83-0.83V5.75%20%20%20c0-0.46%2C0.37-0.83%2C0.83-0.83h7.51c0.46%2C0%2C0.83%2C0.37%2C0.83%2C0.83V13.25z%22%2F%3E%20%3Cpath%20d%3D%22M4%2C11.08H2.75c-0.46%2C0-0.83-0.37-0.83-0.83V2.75c0-0.46%2C0.37-0.83%2C0.83-0.83h7.51c0.46%2C0%2C0.83%2C0.37%2C0.83%2C0.83V4H12V1.83%20%20%20C12%2C1.37%2C11.63%2C1%2C11.17%2C1H1.83C1.37%2C1%2C1%2C1.37%2C1%2C1.83v9.34C1%2C11.63%2C1.37%2C12%2C1.83%2C12H4V11.08z%22%2F%3E%20%3Cpath%20d%3D%22M12%2C7H8.46l1.49%2C1.49L7.2%2C11.3l0.5%2C0.5l2.82-2.75L12%2C10.54V7z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-copy-url {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%234B7EB1%3B%7D%20%3C%2Fstyle%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8.74%2C8l0.43%2C1.95c0.09%2C0.43%2C0.19%2C0.86%2C0.24%2C1.28h0.03c0.07-0.41%2C0.18-0.88%2C0.28-1.26L10.25%2C8h0.55l0.49%2C1.92%20%20%20%20c0.11%2C0.45%2C0.21%2C0.87%2C0.29%2C1.32h0.03c0.05-0.42%2C0.14-0.83%2C0.24-1.29L12.29%2C8H13l-1.13%2C4h-0.59l-0.52-1.94%20%20%20%20c-0.11-0.39-0.18-0.75-0.25-1.2H10.5c-0.07%2C0.47-0.16%2C0.85-0.27%2C1.23L9.7%2C12H9.1L8%2C8H8.74z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M4.74%2C8l0.43%2C1.95c0.09%2C0.43%2C0.19%2C0.86%2C0.24%2C1.28h0.03c0.07-0.41%2C0.18-0.88%2C0.28-1.26L6.25%2C8H6.8l0.49%2C1.92%20%20%20%20c0.11%2C0.45%2C0.21%2C0.87%2C0.29%2C1.32h0.03c0.05-0.42%2C0.14-0.83%2C0.24-1.29L8.29%2C8H9l-1.13%2C4H7.29l-0.52-1.94%20%20%20%20c-0.11-0.39-0.18-0.75-0.25-1.2H6.5C6.42%2C9.33%2C6.34%2C9.7%2C6.23%2C10.08L5.7%2C12H5.1L4%2C8H4.74z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20d%3D%22M2%2C6v8h14V6H2z%20M15.07%2C13H2.93V7h12.13V13z%22%2F%3E%20%3Cpolygon%20points%3D%220%2C3%200%2C11%202%2C11%202%2C10%201%2C10%201%2C4%2014%2C4%2014%2C6%2015%2C6%2015%2C3%20%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2C8.77L14.8%2C8h-0.55l-0.51%2C1.97c-0.1%2C0.38-0.21%2C0.85-0.28%2C1.26h-0.03c-0.05-0.41-0.15-0.85-0.24-1.28L12.74%2C8%20%20%20H12l1.1%2C4h0.6l0.53-1.92c0.1-0.38%2C0.19-0.75%2C0.27-1.23h0.02c0.07%2C0.46%2C0.14%2C0.81%2C0.25%2C1.2L15%2C10.93V8.77z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-cut {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st1%7Bfill%3A%234B7EB1%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M13%201.2V3l-7%209-1.1-1.7z%22%2F%3E%20%3Cpath%20d%3D%22M3%201.1v1.8l7%209%201.2-1.6z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M4%2010.1c-1.6%200-3%201.3-3%203s1.3%203%203%203%203-1.3%203-3-1.4-3-3-3zM4%2015c-1.1%200-1.9-.9-1.9-1.9S3%2011.2%204%2011.2s1.9.8%201.9%201.8-.8%202-1.9%202zm7.9-4.9c-1.6%200-3%201.3-3%203s1.3%203%203%203c1.6%200%203-1.3%203-3s-1.3-3-3-3zm0%204.9c-1%200-1.9-.9-1.9-2s.9-1.9%201.9-1.9c1.1%200%201.9.9%201.9%201.9s-.8%202-1.9%202z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-dashlet-default {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2391B7DB%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12%2C4h-1.06C10.98%2C3.84%2C11%2C3.67%2C11%2C3.5C11%2C2.12%2C9.88%2C1%2C8.5%2C1S6%2C2.12%2C6%2C3.5C6%2C3.67%2C6.02%2C3.84%2C6.06%2C4H5H4v1v2.01%20%20%20C3.88%2C7%2C3.76%2C7%2C3.63%2C7C2.18%2C7%2C1%2C8.12%2C1%2C9.5S2.18%2C12%2C3.63%2C12c0.13%2C0%2C0.25-0.04%2C0.37-0.09V14v1h1h7h1v-1v-2.74h-1l0%2C0%20%20%20c-0.12%2C0.02-0.25%2C0.04-0.38%2C0.04c-1.05%2C0-1.89-0.81-1.89-1.81s0.85-1.81%2C1.89-1.81c0.13%2C0%2C0.25%2C0.02%2C0.38%2C0.04v0.02h1V5V4H12z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-datenblatt-ansehen {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st2%7Bfill%3A%235F98C2%3B%7D%20.st3%7Bfill%3A%236BABDB%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22XMLID_17_%22%3E%20%3Cpolygon%20points%3D%2214%2C3%2014%2C7%2013%2C7%2013%2C4%201%2C4%201%2C13%207%2C13%207%2C14%200%2C14%200%2C3%20%20%22%2F%3E%20%3Cpolygon%20points%3D%2214%2C3%2014%2C7%2013%2C7%2013%2C4%201%2C4%201%2C13%207%2C13%207%2C14%200%2C14%200%2C3%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22XMLID_1_%22%20class%3D%22st2%22%20d%3D%22M0%2C1h14v3H0V1z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_4_%22%20class%3D%22st1%22%20d%3D%22M2%2C6h3v1H2V6z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_8_%22%20class%3D%22st1%22%20d%3D%22M2%2C10h3v1H2V10z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M6%2C5v3h2V7H7V6h5V5H6z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_3_%22%20class%3D%22st3%22%20d%3D%22M16%2C15l-2.7-2.7c0.3-0.5%2C0.5-1.1%2C0.5-1.7c0-1.8-1.4-3.2-3.2-3.2s-3.2%2C1.4-3.2%2C3.2%20%20%20s1.4%2C3.2%2C3.2%2C3.2c0.6%2C0%2C1.2-0.2%2C1.7-0.5L15%2C16L16%2C15z%20M8.6%2C10.6c0-1.1%2C0.9-2%2C2-2s2%2C0.9%2C2%2C2s-0.9%2C2-2%2C2S8.6%2C11.7%2C8.6%2C10.6z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-datenblatt-bearbeiten {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st2%7Bfill%3A%235F98C2%3B%7D%20.st3%7Bfill%3A%23EAC281%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22XMLID_17_%22%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2214%2C3%2014%2C7%2013%2C7%2013%2C4%201%2C4%201%2C13%207%2C13%207%2C14%200%2C14%200%2C3%20%20%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2214%2C3%2014%2C7%2013%2C7%2013%2C4%201%2C4%201%2C13%207%2C13%207%2C14%200%2C14%200%2C3%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22XMLID_1_%22%20class%3D%22st2%22%20d%3D%22M0%2C1h14v3H0V1z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_4_%22%20class%3D%22st1%22%20d%3D%22M2%2C6h3v1H2V6z%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%229%2C9%209%2C10%207%2C10%207%2C12%206%2C12%206%2C9%20%22%2F%3E%20%3Cpath%20id%3D%22XMLID_8_%22%20class%3D%22st1%22%20d%3D%22M2%2C10h3v1H2V10z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M6%2C5v3h2V7H7V6h5V5H6z%22%2F%3E%20%3Cg%20id%3D%22XMLID_11_%22%3E%20%3Cpath%20id%3D%22XMLID_20_%22%20class%3D%22st3%22%20d%3D%22M11.7%2C13.7l2.4-2.5l-1.7-1.7L9.9%2C12L11.7%2C13.7z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_21_%22%20class%3D%22st3%22%20d%3D%22M14.7%2C10.4L16%2C9.1l-1.7-1.7L13%2C8.7L14.7%2C10.4z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_22_%22%20class%3D%22st3%22%20d%3D%22M9.4%2C12.8l-0.5%2C0.5L7.7%2C16h0.2l2.5-1.3l0.5-0.4L9.4%2C12.8z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-delete-dark {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M3.90402%203.048l8.98017%208.98017-.91925.91923L2.9848%203.96723z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M12.9335%203.93353L3.95335%2012.9137l-.91923-.91923L12.0143%203.0143z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-delete-grey {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22%22%3E%20%3Cpath%20d%3D%22M10%204H13C13.2761%204%2013.5%204.22386%2013.5%204.5C13.5%204.77614%2013.2761%205%2013%205H12.4475L11.6946%2011.7761C11.5539%2013.0422%2010.4838%2014%209.20991%2014H6.79008C5.51621%2014%204.44605%2013.0422%204.30537%2011.7761L3.55247%205H3C2.72386%205%202.5%204.77614%202.5%204.5C2.5%204.22386%202.72386%204%203%204H6C6%202.89543%206.89543%202%208%202C9.10457%202%2010%202.89543%2010%204ZM8%203C7.44772%203%207%203.44772%207%204H9C9%203.44772%208.55229%203%208%203ZM6.5%207L6.5%2011C6.5%2011.2761%206.72386%2011.5%207%2011.5C7.27614%2011.5%207.5%2011.2761%207.5%2011L7.5%207C7.5%206.72386%207.27614%206.5%207%206.5C6.72386%206.5%206.5%206.72386%206.5%207ZM9%206.5C8.72386%206.5%208.5%206.72386%208.5%207V11C8.5%2011.2761%208.72386%2011.5%209%2011.5C9.27614%2011.5%209.5%2011.2761%209.5%2011V7C9.5%206.72386%209.27614%206.5%209%206.5Z%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-delete-row {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%238DBADA%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M3.90402%203.048l8.98017%208.98017-.91925.91923L2.9848%203.96723z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M12.9335%203.93353L3.95335%2012.9137l-.91923-.91923L12.0143%203.0143z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-delete-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22%22%3E%20%3Cpath%20d%3D%22M10%204H13C13.2761%204%2013.5%204.22386%2013.5%204.5C13.5%204.77614%2013.2761%205%2013%205H12.4475L11.6946%2011.7761C11.5539%2013.0422%2010.4838%2014%209.20991%2014H6.79008C5.51621%2014%204.44605%2013.0422%204.30537%2011.7761L3.55247%205H3C2.72386%205%202.5%204.77614%202.5%204.5C2.5%204.22386%202.72386%204%203%204H6C6%202.89543%206.89543%202%208%202C9.10457%202%2010%202.89543%2010%204ZM8%203C7.44772%203%207%203.44772%207%204H9C9%203.44772%208.55229%203%208%203ZM6.5%207L6.5%2011C6.5%2011.2761%206.72386%2011.5%207%2011.5C7.27614%2011.5%207.5%2011.2761%207.5%2011L7.5%207C7.5%206.72386%207.27614%206.5%207%206.5C6.72386%206.5%206.5%206.72386%206.5%207ZM9%206.5C8.72386%206.5%208.5%206.72386%208.5%207V11C8.5%2011.2761%208.72386%2011.5%209%2011.5C9.27614%2011.5%209.5%2011.2761%209.5%2011V7C9.5%206.72386%209.27614%206.5%209%206.5Z%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-document-403 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%2F%3E%20%3Cpath%20d%3D%22M8%201H1v14h5v-1H2V2h5v4h4v2h1V5L8%201zm0%201l3%203H8V2z%22%2F%3E%20%3Cpath%20d%3D%22M8%209.9c-1.3%201.3-1.3%203.3%200%204.6s3.3%201.3%204.6%200%201.3-3.3%200-4.6-3.4-1.3-4.6%200zm.5.6c.9-.9%202.2-.9%203.1-.3l-3.4%203.4c-.6-.9-.5-2.3.3-3.1zm3.5%203.4c-.9.9-2.2.9-3.1.3l3.4-3.4c.6.9.5%202.3-.3%203.1z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-document-404 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%2F%3E%20%3Cpath%20d%3D%22M8%201H1v14h5v-1H2V2h5v4h4v2h1V5L8%201zm0%201l3%203H8V2z%22%2F%3E%20%3Cpath%20d%3D%22M7.4%2010.1l.8-.8%204.9%204.9-.8.8-4.9-4.9z%22%2F%3E%20%3Cpath%20d%3D%22M12.3%209.3l.8.8L8.2%2015l-.8-.8%204.9-4.9z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-document-exchange {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st0%7Bfill%3A%234B7EB1%3B%7D%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M2%204h2v1H2zm0%202h3v1H2zm0%202h3v1H2zm6-1h2v1H8zm0%202h5v1H8zm0%202h5v1H8z%22%2F%3E%20%3Cpath%20d%3D%22M0%2012h5v-1H1V2h5V1H0zm15-5l-3-3H6v11h9V7zm-1%200h-2V5l2%202zm0%207H7V5h4v3h3v6zM8%203L6%201v.7L7.3%203z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-document {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M9%201H2v14h11v-1H3V2h5v4h4v9h1V5L9%201zm0%201l3%203H9V2z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4%207h7v1H4V7zm0%202h7v1H4V9zm0%202h7v1H4v-1zm0-6h3v1H4V5z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-dokument-ansehen {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E%20.st1%7Bfill%3A%234B7EB1%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M8%205V1H1v14h10v-1H2V2h5v4h5V5h-1z%22%2F%3E%20%3Cpath%20d%3D%22M8%201v1l3%203h1z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M15.4%2014.6l-2.9-2.9c.3-.5.6-1.1.6-1.7%200-1.7-1.3-3-3-3s-3%201.3-3%203%201.3%203%203%203c.6%200%201.2-.2%201.7-.6l2.9%202.9.7-.7zM10%2012c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-dokument-neu {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E%20.st1%7Bfill%3A%23E5B769%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M11%201H7v1h3v4h4v8H5V8H4v7h11V5l-4-4zm0%204V2.6L13%205h-2z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M7%204V3H5V2H4V0H3v2H2v1H0v1h2v1h1v2h1V5h1V4h2zM3%204V3h1v1H3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1%201h1v1H1zm4%200h1v1H5zm0%204h1v1H5zM1%205h1v1H1z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-dokument-standortlos {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E%20.st1%7Bfill%3A%234B7EB1%3B%7D%3C%2Fstyle%3E%20%3Cg%20id%3D%22Ebene_1_1_%22%3E%20%3Cpath%20d%3D%22M12.5%201h-9L0%209v5h16V9l-3.5-8zM10%209l-1.3%202H7.3L6%209H1l3-7h8l3%207h-5z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M4.1%207H12v1H4.1zM5%205h6v1H5zm1-2h4v1H6z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-download-os-file {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%234B7EB1%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%222%22%20y%3D%2210%22%20width%3D%221%22%20height%3D%221%22%2F%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M7.61%2C7.46C7.61%2C9.41%2C6.88%2C11%2C5.28%2C11C3.76%2C11%2C3%2C9.5%2C3%2C7.46C3%2C5.68%2C3.75%2C4%2C5.34%2C4C6.85%2C4%2C7.61%2C5.49%2C7.61%2C7.46z%20M3.71%2C7.45%20%20%20%20c0%2C1.6%2C0.52%2C2.84%2C1.61%2C2.84c1.13%2C0%2C1.6-1.23%2C1.6-2.83c0-1.55-0.49-2.75-1.6-2.75C4.2%2C4.71%2C3.71%2C5.94%2C3.71%2C7.45z%22%2F%3E%20%3Cpath%20d%3D%22M8.97%2C8.98C9%2C9.83%2C9.55%2C10.29%2C10.2%2C10.29c0.66%2C0%2C1.09-0.42%2C1.09-1.18c0-0.75-0.29-1.07-1.25-1.44%20%20%20%20C8.9%2C7.24%2C8.46%2C6.76%2C8.46%2C5.79c0-1.08%2C0.66-1.78%2C1.68-1.78c1.18%2C0%2C1.68%2C0.86%2C1.74%2C1.82H11.2c-0.08-0.7-0.4-1.14-1.08-1.14%20%20%20%20c-0.64%2C0-0.96%2C0.39-0.96%2C1.01c0%2C0.64%2C0.29%2C0.89%2C1.16%2C1.22C11.67%2C7.44%2C12%2C8.08%2C12%2C9.02c0%2C1.13-0.63%2C1.96-1.83%2C1.96%20%20%20%20c-1.14%2C0-1.81-0.76-1.89-2H8.97z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%2212%22%20y%3D%229%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%224%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2210.08%2C12%2012.98%2C16%2016%2C12%20%22%2F%3E%20%3Cpolygon%20points%3D%229%2C13.07%201.93%2C13.07%201.93%2C1.93%2013.07%2C1.93%2013.07%2C8%2014%2C8%2014%2C1%201%2C1%201%2C14%209%2C14%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-drag-handle-dark {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Crect%20x%3D%223.9%22%20y%3D%22-1.2%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%204.4256%20-1.8331%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%2211.3%22%2F%3E%20%3Crect%20x%3D%227.5%22%20y%3D%222.3%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%208.0067%20-3.3165%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%2211.3%22%2F%3E%20%3Crect%20x%3D%2211.1%22%20y%3D%225.9%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%2011.5879%20-4.7999%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%2211.3%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-drag-handle {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%223.9%22%20y%3D%22-1.2%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%204.4256%20-1.8331%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%2211.3%22%2F%3E%20%3Crect%20x%3D%227.5%22%20y%3D%222.3%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%208.0067%20-3.3165%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%2211.3%22%2F%3E%20%3Crect%20x%3D%2211.1%22%20y%3D%225.9%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%2011.5879%20-4.7999%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%2211.3%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-dummy {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.000000pt%22%20height%3D%2216.000000pt%22%20viewBox%3D%220%200%2016.000000%2016.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20style%3D%22%22%3E%20%3Cmetadata%3E%20Created%20by%20potrace%201.14%2C%20written%20by%20Peter%20Selinger%202001-2017%20%3C%2Fmetadata%3E%20%3Cg%20transform%3D%22translate%280.000000%2C16.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20stroke%3D%22none%22%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-earth {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%236AABDB%3B%7D%20.st1%7Bfill%3A%23707070%3B%7D%20%3C%2Fstyle%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M15.7%2C6.4c-0.2-0.1-0.4-0.2-0.6-0.2c-0.1%2C0-0.2%2C0-0.3%2C0s-0.1%2C0-0.2-0.1c0-0.1%2C0-0.2%2C0.1-0.2%20%20%20%20c0.1-0.1%2C0.4-0.1%2C0.6%2C0L15.4%2C6c0.1%2C0%2C0.2%2C0%2C0.2-0.1V5.8c-0.1-0.4-0.3-0.9-0.5-1.3c-0.5-1-1.1-1.8-1.9-2.5c-0.1%2C0.1-0.2%2C0.1-0.4%2C0%20%20%20%20c-0.2-0.1-0.4-0.1-0.6-0.1c0.1%2C0.2%2C0%2C0.2-0.1%2C0.2c-0.2%2C0.1-0.4%2C0.1-0.5%2C0.2c-0.1%2C0-0.2%2C0-0.2-0.1c-0.1-0.2%2C0-0.2%2C0.1-0.3%20%20%20%20c0.2-0.1%2C0.2-0.3%2C0.2-0.4s-0.1-0.2-0.2-0.2c-0.2%2C0-0.3%2C0.1-0.4%2C0.3c0%2C0.2-0.1%2C0.3%2C0.1%2C0.5c0.1%2C0%2C0%2C0.1%2C0%2C0.2c0%2C0.1-0.1%2C0-0.1%2C0%20%20%20%20c-0.2-0.1-0.3-0.2-0.4-0.3c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.2-0.4-0.2-0.5-0.2c-0.2%2C0-0.4%2C0-0.5%2C0.2c0%2C0.1-0.1%2C0.1-0.1%2C0.2%20%20%20%20C9.2%2C1.9%2C9.1%2C2%2C9.2%2C2c0.1%2C0.1%2C0%2C0.3%2C0%2C0.4v0.1c0%2C0.2%2C0%2C0.3%2C0.2%2C0.4c0.1%2C0%2C0.1%2C0%2C0.2%2C0c0.3%2C0%2C0.4-0.1%2C0.5-0.4%20%20%20%20c0.1-0.2%2C0.2-0.3%2C0.4-0.2s0.3%2C0.3%2C0.3%2C0.5s0%2C0.3-0.3%2C0.3c-0.1%2C0-0.1%2C0-0.2%2C0.1c-0.1%2C0.2-0.1%2C0.2-0.3%2C0.1c-0.1-0.1-0.3-0.1-0.5%2C0%20%20%20%20C9.3%2C3.6%2C9.3%2C3.7%2C9.3%2C3.8C9.3%2C4%2C9.2%2C4.1%2C9%2C4.2S8.7%2C4.3%2C8.7%2C4.5c0%2C0.2%2C0%2C0.3%2C0%2C0.5S8.8%2C5.3%2C9%2C5.3l0%2C0c0%2C0.1%2C0%2C0.1%2C0%2C0.2%20%20%20%20s0%2C0.2%2C0.1%2C0.3C9.1%2C5.9%2C9%2C5.9%2C9%2C6C8.9%2C6.3%2C8.9%2C6.7%2C8.9%2C7.1c0%2C0.2%2C0.1%2C0.3%2C0.3%2C0.3c0.1%2C0%2C0.2%2C0%2C0.3%2C0s0.3%2C0.1%2C0.3%2C0.2%20%20%20%20c0.1%2C0.1%2C0.2%2C0.2%2C0.4%2C0.2c0.1%2C0%2C0.2%2C0%2C0.2%2C0c0.1%2C0%2C0.3%2C0.2%2C0.3%2C0.4c0%2C0.3%2C0%2C0.6%2C0%2C0.9c0%2C0.1%2C0%2C0.3-0.1%2C0.4%20%20%20%20c-0.1%2C0.1-0.1%2C0.3-0.1%2C0.5s0%2C0.4-0.1%2C0.6c-0.1%2C0.1-0.1%2C0.2-0.1%2C0.4c0%2C0.1%2C0.1%2C0.2%2C0.2%2C0.3c0.1%2C0%2C0.2%2C0%2C0.2-0.1%20%20%20%20C10.8%2C11%2C11%2C11%2C11.2%2C11c0.1%2C0%2C0.1%2C0%2C0.2%2C0c0.3%2C0%2C0.4-0.2%2C0.5-0.5c0.2-0.3%2C0.4-0.7%2C0.7-0.9c0%2C0%2C0-0.1%2C0.1-0.1%20%20%20%20c0.1-0.2%2C0.2-0.4%2C0.2-0.6c0.1-0.3%2C0.3-0.5%2C0.6-0.6c0.2%2C0%2C0.4-0.1%2C0.6-0.1c0.2%2C0%2C0.4-0.1%2C0.5-0.2s0.1-0.3%2C0-0.5%20%20%20%20c-0.1-0.1-0.1-0.2-0.3-0.1c-0.4%2C0.1-0.7%2C0-1-0.3C13.1%2C7%2C13%2C6.8%2C12.9%2C6.7c0.2-0.1%2C0.4-0.3%2C0.5-0.5c0.2%2C0%2C0.2%2C0%2C0.2%2C0.2%20%20%20%20c0.2%2C0.1%2C0.2%2C0.4%2C0.5%2C0.5l0%2C0c0.2%2C0.1%2C0.4%2C0.2%2C0.6%2C0.2c0.2%2C0%2C0.5%2C0%2C0.7%2C0s0.4-0.1%2C0.4-0.4C15.8%2C6.6%2C15.7%2C6.5%2C15.7%2C6.4z%20M10.3%2C4.2%20%20%20%20L10.3%2C4.2c-0.2%2C0.1-0.4%2C0.2-0.6%2C0.3V4.4C9.8%2C4.2%2C10.2%2C4.1%2C10.3%2C4.2z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M11.5%2C14.6c-0.1%2C0.1-0.2%2C0.1-0.3%2C0.1c-0.2%2C0-0.3%2C0-0.5%2C0.1s-0.3%2C0.3-0.5%2C0.4c-0.1%2C0-0.2%2C0.1-0.4%2C0.1%20%20%20%20s-0.5-0.1-0.7-0.1c-0.3%2C0-0.6-0.1-0.9%2C0c-0.3%2C0-0.6%2C0.2-1%2C0.2s-0.8%2C0-1.2-0.2c-0.3-0.1-0.6-0.2-0.9-0.4c-0.1-0.1-0.2%2C0-0.3%2C0.1%20%20%20%20c-0.1%2C0.1-0.1%2C0.2-0.1%2C0.3v0.1c0.3%2C0.2%2C0.7%2C0.3%2C1.1%2C0.4C6.3%2C15.9%2C6.9%2C16%2C7.5%2C16c0.3%2C0%2C0.6%2C0%2C0.9%2C0c0.2%2C0%2C0.4-0.1%2C0.6-0.1%20%20%20%20c0.8-0.1%2C1.6-0.3%2C2.3-0.6c0.3-0.1%2C0.6-0.3%2C0.8-0.4c0%2C0%2C0%2C0%2C0-0.1C11.9%2C14.6%2C11.7%2C14.5%2C11.5%2C14.6z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M4.9%2C12.2c0%2C0.2-0.1%2C0.4%2C0%2C0.7c0%2C0.3%2C0.1%2C0.6%2C0.1%2C0.8c0%2C0.1%2C0%2C0.3%2C0%2C0.4c0%2C0.1%2C0%2C0.2%2C0.1%2C0.3%20%20%20%20c0.1%2C0%2C0.1%2C0%2C0.2%2C0s0.1-0.1%2C0.1-0.1v-0.1c0-0.3%2C0.1-0.5%2C0.3-0.7c0.1-0.1%2C0.2-0.2%2C0.3-0.4c0-0.1%2C0-0.3%2C0.1-0.4%20%20%20%20c0.1-0.5%2C0.2-0.9%2C0.6-1.2l0%2C0c0.3-0.3%2C0.5-0.6%2C0.5-1.1c0-0.1%2C0-0.1%2C0.1-0.2c0.1-0.1%2C0.3-0.3%2C0.4-0.4c0%2C0%2C0.1-0.1%2C0-0.2%20%20%20%20c0-0.1%2C0-0.2-0.1-0.3C7.4%2C9.1%2C7.2%2C9%2C6.9%2C9.1C6.7%2C9.2%2C6.6%2C9.1%2C6.4%2C9C6.3%2C8.9%2C6.3%2C8.9%2C6.2%2C8.9C5.9%2C8.8%2C5.8%2C8.7%2C5.8%2C8.5%20%20%20%20c0-0.1%2C0-0.2-0.1-0.3C5.5%2C8%2C5.4%2C7.9%2C5.2%2C7.8C5%2C7.7%2C4.8%2C7.6%2C4.6%2C7.5C4.4%2C7.3%2C4.2%2C7.4%2C4%2C7.5c0%2C0-0.1%2C0.1-0.2%2C0.1%20%20%20%20c-0.2%2C0-0.4-0.1-0.6-0.3c0-0.2-0.2-0.4-0.4-0.5C2.5%2C6.7%2C2.4%2C6.4%2C2.3%2C6.2V6.1c0-0.2%2C0.2-0.3%2C0.4-0.3S3%2C5.8%2C3.1%2C6%20%20%20%20c0.1%2C0.2%2C0.2%2C0.4%2C0.4%2C0.5h0.1V6.4C3.4%2C6.3%2C3.4%2C6.1%2C3.4%2C6c0-0.2%2C0-0.5%2C0.2-0.6c0.1-0.1%2C0.2-0.2%2C0.3-0.2C4%2C5.1%2C4.1%2C5%2C4.1%2C4.8%20%20%20%20c0-0.1%2C0-0.3%2C0.1-0.4s0.2-0.1%2C0.2-0.2C4.6%2C4.1%2C4.6%2C4.1%2C4.7%2C4c0-0.1%2C0-0.2-0.1-0.2c-0.2-0.1-0.4-0.1-0.5%2C0c-0.1%2C0-0.1%2C0-0.2%2C0%20%20%20%20c0.6-0.3%2C1.4-0.6%2C1.5-0.5c0.1%2C0.1%2C0.2%2C0.1%2C0.2%2C0.1c0.1-0.2%2C0.2-0.3%2C0.3-0.5c0.1-0.2%2C0-0.3-0.1-0.4c-0.1-0.2-0.1-0.2%2C0-0.3%20%20%20%20C5.9%2C2.1%2C5.9%2C2.1%2C6%2C2c0.2-0.2%2C0.1-0.3%2C0-0.4c-0.1%2C0-0.2-0.1-0.2-0.3c-0.1%2C0-0.1-0.1-0.2-0.1C5.5%2C1.1%2C5.4%2C1.1%2C5.3%2C1.1S5.2%2C1.1%2C5.1%2C1%20%20%20%20l0%2C0C4.8%2C1.1%2C4.6%2C1.3%2C4.4%2C1.5c0.1%2C0-1.7%2C1-2.1%2C1.3c-0.1%2C0-0.2%2C0-0.2-0.1l0%2C0C1.4%2C3.4%2C1%2C4.2%2C0.7%2C4.9C0.8%2C5%2C0.9%2C5.1%2C0.9%2C5.3%20%20%20%20c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0%2C0.3%2C0%2C0.7%2C0.2%2C1c0%2C0.1%2C0%2C0.1%2C0.1%2C0.1s0.1-0.1%2C0.1-0.1V6.4c0.1-0.3%2C0.2-0.3%2C0.4-0.2l0%2C0%20%20%20%20c0.2%2C0.1%2C0.4%2C0.3%2C0.5%2C0.5C2.3%2C7%2C2.6%2C7.3%2C2.9%2C7.5L3%2C7.6c0.2%2C0.1%2C0.3%2C0.3%2C0.6%2C0.3c0%2C0%2C0.1%2C0%2C0.1%2C0.1C3.6%2C8.3%2C3.5%2C8.6%2C3.3%2C8.8%20%20%20%20C3.2%2C8.9%2C3.1%2C8.9%2C3.2%2C9c0%2C0.2%2C0%2C0.4%2C0.1%2C0.6c0.1%2C0.2%2C0.2%2C0.4%2C0.4%2C0.5c0.2%2C0.1%2C0.4%2C0.2%2C0.5%2C0.3s0.2%2C0.1%2C0.3%2C0.1c0.1%2C0%2C0.2%2C0%2C0.2%2C0.1%20%20%20%20c0.2%2C0.2%2C0.4%2C0.5%2C0.4%2C0.8C5%2C11.8%2C4.9%2C12%2C4.9%2C12.2z%20M3.1%2C3.9C3.1%2C4%2C3%2C4%2C2.9%2C4C2.8%2C4%2C2.8%2C3.9%2C2.8%2C3.8c0-0.1-0.1-0.3-0.1-0.4%20%20%20%20C2.9%2C3.6%2C3.1%2C3.7%2C3.1%2C3.9z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M14.8%2C10.6c-0.1%2C0.2-0.2%2C0.3-0.3%2C0.4c-0.2%2C0.2-0.4%2C0.3-0.2%2C0.6c0.1%2C0.2%2C0.1%2C0.2%2C0.3%2C0.2c0.1%2C0%2C0.3-0.1%2C0.4%2C0.1%20%20%20%20c0.1-0.2%2C0.3-0.5%2C0.4-0.7c0.1-0.3%2C0.2-0.6%2C0.3-0.9c-0.1%2C0-0.2%2C0-0.3%2C0C15.1%2C10.3%2C14.9%2C10.4%2C14.8%2C10.6z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M8.8%2C3.3c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0%2C0.1%2C0%2C0.2%2C0.1%2C0.2c0.2%2C0.1%2C0.4%2C0.1%2C0.5-0.2c0-0.1%2C0-0.1%2C0-0.2%20%20%20%20c0-0.2%2C0-0.2-0.2-0.3l0%2C0C9%2C2.9%2C9%2C2.9%2C9%2C2.7V2.6c-0.1-0.1-0.2%2C0-0.3%2C0.1c-0.1%2C0.1%2C0%2C0.2%2C0%2C0.3C8.8%2C3.1%2C8.9%2C3.2%2C8.8%2C3.3z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-edit-content {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23EAC282%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_11_%22%3E%3Cpath%20id%3D%22XMLID_20_%22%20class%3D%22st0%22%20d%3D%22M11.7%2013.7l2.4-2.5-1.7-1.7L9.9%2012z%22%2F%3E%3Cpath%20id%3D%22XMLID_21_%22%20class%3D%22st0%22%20d%3D%22M14.7%2010.4L16%209.1l-1.7-1.7L13%208.7z%22%2F%3E%3Cpath%20id%3D%22XMLID_22_%22%20class%3D%22st0%22%20d%3D%22M9.4%2012.8l-.5.5L7.7%2016h.2l2.5-1.3.5-.4z%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M8%201H1v14h5v-1H2V2h5v4h4v2h1V5L8%201zm0%201l3%203H8V2z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-edit-grey {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22%22%3E%20%3Cpath%20d%3D%22M10.7332%202.5606C11.4808%201.81311%2012.6927%201.81314%2013.4403%202.56066C14.1878%203.30823%2014.1878%204.52029%2013.4402%205.26783L12.7065%206.0015L9.99935%203.29439L10.7332%202.5606ZM9.29221%204.00147L3.33829%209.95484C3.15725%2010.1359%203.02085%2010.3566%202.93989%2010.5994L2.02567%2013.3421C1.96578%2013.5218%202.01254%2013.7198%202.14646%2013.8538C2.28038%2013.9877%202.47846%2014.0344%202.65813%2013.9746L5.40087%2013.0603C5.64368%2012.9794%205.86432%2012.843%206.04531%2012.662L11.9993%206.70857L9.29221%204.00147Z%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-edit-link {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%236AACDC%3B%7D%20.st1%7Bfill%3A%23EAC282%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M8%2C3V0H0v11h6v3h0.44c0.57-0.47%2C0.99-0.53%2C1.56-1H7v-3H1V1h6v3h6v3c0.24-0.24%2C0.6-0.42%2C1-0.59V3H8z%22%2F%3E%20%3Crect%20x%3D%226%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10%2C7C9.35%2C7%2C8.78%2C7.31%2C8.42%2C7.79L5.89%2C5.62C5.96%2C5.42%2C6%2C5.22%2C6%2C5c0-1.1-0.9-2-2-2S2%2C3.9%2C2%2C5s0.9%2C2%2C2%2C2%20%20%20c0.65%2C0%2C1.22-0.31%2C1.58-0.79l2.53%2C2.17C8.04%2C8.58%2C8%2C8.78%2C8%2C9c0%2C1.1%2C0.9%2C2%2C2%2C2s2-0.9%2C2-2S11.1%2C7%2C10%2C7z%22%2F%3E%20%3Cg%20id%3D%22XMLID_11_%22%3E%20%3Cpath%20id%3D%22XMLID_20_%22%20class%3D%22st1%22%20d%3D%22M12.01%2C13.7l2.4-2.5l-1.7-1.7l-2.5%2C2.5L12.01%2C13.7z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_21_%22%20class%3D%22st1%22%20d%3D%22M15.01%2C10.4l1.3-1.3l-1.7-1.7l-1.3%2C1.3L15.01%2C10.4z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_22_%22%20class%3D%22st1%22%20d%3D%22M9.71%2C12.8l-0.5%2C0.5L8.01%2C16h0.2l2.5-1.3l0.5-0.4L9.71%2C12.8z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-edit-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22%22%3E%20%3Cpath%20d%3D%22M10.7332%202.5606C11.4808%201.81311%2012.6927%201.81314%2013.4403%202.56066C14.1878%203.30823%2014.1878%204.52029%2013.4402%205.26783L12.7065%206.0015L9.99935%203.29439L10.7332%202.5606ZM9.29221%204.00147L3.33829%209.95484C3.15725%2010.1359%203.02085%2010.3566%202.93989%2010.5994L2.02567%2013.3421C1.96578%2013.5218%202.01254%2013.7198%202.14646%2013.8538C2.28038%2013.9877%202.47846%2014.0344%202.65813%2013.9746L5.40087%2013.0603C5.64368%2012.9794%205.86432%2012.843%206.04531%2012.662L11.9993%206.70857L9.29221%204.00147Z%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-edit {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%2F%3E%20%3Cpath%20d%3D%22M5.03438%209.97308l5.51538-5.51538%202.1213%202.1213-5.51538%205.51538zm6.40487-6.45258l1.55562-1.5556%202.1213%202.1213-1.55562%201.5556zM6.1%2013.2L2%2015l2-3.9z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-edited {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2369A591%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M3.93476%207.13092l4.03047%204.03047-1.4142%201.4142-4.03047-4.0305z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M13.51553%205.5603l-7.0003%207.0003-1.4142-1.4142%207.0003-7.0003z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-einklappen {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Crect%20x%3D%223%22%20y%3D%227%22%20class%3D%22st0%22%20width%3D%2210%22%20height%3D%222%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-empty-register {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14%2C5c0.12-0.52-0.4-1-1-1H6.07l-2-2L0.7%2C2.02c-0.1%2C0-0.1%2C0-0.2%2C0.1L0%2C3.72v0.1L1%2C13c2.5%2C0.08%2C1%2C0%2C1%2C0l1.24-1%20%20%20C2.88%2C12%2C2.47%2C12%2C2%2C12L1%2C4.57V4.48l0.44-1.4C1.52%2C3%2C1.52%2C3%2C1.61%2C3H4l2%2C2h6c0.52%2C0%2C1.11%2C0.54%2C1%2C1c-0.01%2C0.04-0.01%2C0.07-0.02%2C0.1L14%2C6%20%20%20C14.1%2C6%2C13.92%2C5.34%2C14%2C5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M4%2C6l-2%2C8c1%2C0%2C11%2C0%2C11%2C0l3-8C14%2C6%2C4%2C6%2C4%2C6z%20M14.96%2C7.15l-2.55%2C5.78c0%2C0.08-0.08%2C0.08-0.08%2C0.08H3.17%20%20%20C3.08%2C13%2C3%2C12.92%2C3%2C12.85C3%2C12.85%2C3%2C13%2C5%2C7h9.88C14.96%2C7%2C15.05%2C7.08%2C14.96%2C7.15z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-exact-search {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E%20.st1%7Bfill%3A%23E4B667%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M2%205h5v6H2zm6%200h6v6H8zM7%203h1v2H7zm0%208h1v2H7z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M7%205h1v6H7z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-export-content {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E%20.st2%7Bfill%3A%23E4B667%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M1%201h7v1H1zm0%2013h6v1H1z%22%2F%3E%20%3Cpath%20d%3D%22M7%201h1v5H7zm1%204h4v1H8z%22%2F%3E%20%3Cpath%20d%3D%22M11%205h1v4h-1zM1%202h1v12.1H1zm7-1l4%204h-1L8%202z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M13%2010h-2l2%202H8v2h5l-1.9%202H13l3-3z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-export-indexdata {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%23E4B667%3B%7D%20.st2%7Bfill%3A%235D97C2%3B%7D%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M13%2010h-2l2%202H8v2h5l-1.9%202H13l3-3z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M0%201h14v3H0z%22%2F%3E%20%3Cpath%20d%3D%22M13%204h1v4h-1zM1%2013V4.1H0V14h7v-1z%22%2F%3E%20%3Cpath%20d%3D%22M2%206h3v1H2zm0%204h3v1H2zm4-5v3h6V5H6zm5%202H7V6h4v1zM6%209h4v1H6z%22%2F%3E%20%3Cpath%20d%3D%22M6%209h1v3H6z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-export-pdf {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st0%7Bfill%3A%23E4B667%3B%7D%20.st2%7Bfill%3A%23D65532%3B%7D%20.st3%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13%2010h-2l2%202H8v2h5l-1.9%202H13l3-3z%22%2F%3E%20%3Cpath%20d%3D%22M8%200H0v13.8h1V1h7z%22%2F%3E%20%3Cpath%20d%3D%22M10%203V2H2v14h6.8v-1H3V3zm1%201h1v5h-1zm-1-1h1v1h-1z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M0%204h10v6H0z%22%2F%3E%20%3Cpath%20class%3D%22st3%22%20d%3D%22M1%205h1v4H1zm1%200h1v1H2z%22%2F%3E%20%3Cpath%20class%3D%22st3%22%20d%3D%22M1%207h2v1H1zm2-1h1v1H3zm1-1h2v1H4zm0%201h1v3H4zm1%202h1v1H5zm1-2h1v2H6zm1-1h1v4H7zm1%202h1v1H8zm0-2h1v1H8z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-export {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st1%7Bfill%3A%23EAC281%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M9%203V1H1v14h8v-2H3V3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M11%204H8l3%203H5v2h6l-3%203h3l1-1%203-3z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-external-tray {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st1%7Bfill%3A%236CABDD%3B%7D%20%3C%2Fstyle%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M15%2C8c-0.1%2C0.1-0.9%2C0.8-0.9%2C1l0.9%2C2h-5l-1%2C2H7l-1-2H1l1-2.1C1.9%2C8.8%2C1.1%2C8.1%2C1%2C8l-1%2C2v6h16v-6L15%2C8z%22%2F%3E%20%3Cpath%20d%3D%22M4%2C10V2h6v2h2v6c0.3%2C0%2C0.8-0.1%2C1%2C0V4l-2-3H3v9C3.1%2C10%2C3.9%2C10%2C4%2C10z%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%227%2C4%207%2C7%205%2C7%208%2C10%2011%2C7%209%2C7%209%2C4%20%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-favorite {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23EBC281%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2213%2C15.4%208%2C11.9%203.1%2C15.4%205%2C9.7%200%2C6.1%206.1%2C6%208%2C0.2%209.9%2C6%2016%2C6%2011.1%2C9.7%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-folder-new {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st1%7Bfill%3A%23EAC282%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M3%206h7v1h5l1-.9-3%207.9H2z%22%2F%3E%20%3Cpath%20d%3D%22M9%205H2l-2%208V3.1L1%202h3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M12%200h1v3h-1zm0%204h1v3h-1zM9%203h3v1H9zm4%200h3v1h-3zm-3-2h1v1h-1zm1%201h1v1h-1zm3-1h1v1h-1zm-1%201h1v1h-1zm0%202h1v1h-1zm1%201h1v1h-1zm-3-1h1v1h-1zm-1%201h1v1h-1z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-group-no {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2%207h11.9v3H2z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-group-yes {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2369A591%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%208l6%206%208-9-2-2-6%207-4-4z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-help {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7.1%2C11H9v1.7H7.1V11z%20M11%2C6.9c-0.2%2C0.3-0.6%2C0.7-1.1%2C1C9.6%2C8.1%2C9.4%2C8.2%2C9.2%2C8.4c-0.1%2C0.1-0.1%2C0-0.1%2C0.1%20%20%20C9%2C8.7%2C9%2C9%2C9%2C9.6H7.1V8.7C7.2%2C8%2C7.9%2C7.5%2C8.4%2C7.1C8.7%2C7%2C8.9%2C6.8%2C9%2C6.7l0.3-0.3c0.1-0.1%2C0.1-0.2%2C0.1-0.2V6c0-0.2%2C0-0.3-0.1-0.4%20%20%20S8.8%2C4.9%2C8%2C4.9S6.5%2C5.5%2C6.4%2C6.4L4.6%2C6.5c0.1-1%2C0.6-1.8%2C1.1-2.2c0.3-0.2%2C0.6-0.4%2C1-0.5S7.5%2C3.6%2C8%2C3.6s0.9%2C0.1%2C1.3%2C0.2s0.8%2C0.3%2C1%2C0.5%20%20%20C10.7%2C4.4%2C10.9%2C4.7%2C11%2C5c0.2%2C0.3%2C0.2%2C0.6%2C0.2%2C0.9C11.3%2C6.3%2C11.2%2C6.6%2C11%2C6.9z%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8.1%2C15.7c-4.1%2C0-7.5-3.4-7.5-7.5S4%2C0.7%2C8.1%2C0.7c4.1%2C0%2C7.5%2C3.4%2C7.5%2C7.5S12.2%2C15.7%2C8.1%2C15.7z%20M8.1%2C1.7%20%20%20%20c-3.6%2C0-6.5%2C2.9-6.5%2C6.5s2.9%2C6.5%2C6.5%2C6.5c3.6%2C0%2C6.5-2.9%2C6.5-6.5S11.7%2C1.7%2C8.1%2C1.7z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-in {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%2F%3E%20%3Cpath%20d%3D%22M4%204l4%204-4%204%202%202%205.9-6L6%202z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-indexdata-edited {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%235F98C2%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20points%3D%220%2C3%200%2C14%207%2C14%207%2C13%201%2C13%201%2C4%2013%2C4%2013%2C7%2014%2C7%2014%2C3%20%22%2F%3E%20%3Cpath%20id%3D%22XMLID_1_%22%20class%3D%22st0%22%20d%3D%22M0%2C1h14v3H0V1z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_4_%22%20d%3D%22M2%2C6h3v1H2V6z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_2_%22%20d%3D%22M6%2C9h3v1H6V9z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_3_%22%20d%3D%22M6%2C9h1v3H6V9z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_8_%22%20d%3D%22M2%2C10h3v1H2V10z%22%2F%3E%20%3Cpath%20d%3D%22M6%2C5v3h2V7H7V6h5V5H6z%22%2F%3E%20%3Cg%20id%3D%22XMLID_11_%22%3E%20%3Cpath%20id%3D%22XMLID_20_%22%20class%3D%22st0%22%20d%3D%22M11.7%2C13.7l2.4-2.5l-1.7-1.7L9.9%2C12L11.7%2C13.7z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_21_%22%20class%3D%22st0%22%20d%3D%22M14.7%2C10.4L16%2C9.1l-1.7-1.7L13%2C8.7L14.7%2C10.4z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_22_%22%20class%3D%22st0%22%20d%3D%22M9.4%2C12.8l-0.5%2C0.5L7.7%2C16h0.2l2.5-1.3l0.5-0.4L9.4%2C12.8z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-info {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7.1%2C4H9v1.7H7.1V4z%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8%2C15.4c-4.1%2C0-7.4-3.3-7.4-7.4c0-4.1%2C3.3-7.4%2C7.4-7.4c4.1%2C0%2C7.4%2C3.3%2C7.4%2C7.4C15.4%2C12.1%2C12.1%2C15.4%2C8%2C15.4z%20%20%20%20%20M8%2C1.6C4.5%2C1.6%2C1.6%2C4.5%2C1.6%2C8c0%2C3.5%2C2.9%2C6.4%2C6.4%2C6.4c3.5%2C0%2C6.4-2.9%2C6.4-6.4C14.4%2C4.5%2C11.5%2C1.6%2C8%2C1.6z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M9%2C12.5H7v-5h2V12.5z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-insert-in-location {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st1%7Bfill%3A%236AACDC%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M1%2C1h7v1H1V1z%20M1%2C14h9v1H1V14z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7%2C1h1v5H7V1z%20M8%2C5h4v1H8V5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M11%2C5h1v3h-1V5z%20M1%2C2h1v12.1H1V2z%20M8%2C1l4%2C4h-1L8%2C2V1z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M13%2C9c-1%2C0-1.9%2C0.8-2%2C1.8v0.3c0%2C0.3%2C0.1%2C1%2C0.4%2C1.7C11.9%2C13.9%2C13%2C16%2C13%2C16s1.2-2.1%2C1.6-3.2%20%20%20c0.3-0.5%2C0.4-1%2C0.4-1.4v-0.3C15.1%2C10%2C14.1%2C9%2C13%2C9z%20M13%2C12.4c-0.6%2C0-1.1-0.5-1.1-1.2c0-0.6%2C0.5-1.2%2C1.1-1.2s1.1%2C0.5%2C1.1%2C1.2%20%20%20S13.6%2C12.4%2C13%2C12.4z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-insert-in-location_ {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st1%7Bfill%3A%236AACDC%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M1%2C1h7v1H1V1z%20M1%2C14h9v1H1V14z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7%2C1h1v5H7V1z%20M8%2C5h4v1H8V5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M11%2C5h1v3h-1V5z%20M1%2C2h1v12.1H1V2z%20M8%2C1l4%2C4h-1L8%2C2V1z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M13%2C9c-1%2C0-1.9%2C0.8-2%2C1.8v0.3c0%2C0.3%2C0.1%2C1%2C0.4%2C1.7C11.9%2C13.9%2C13%2C16%2C13%2C16s1.2-2.1%2C1.6-3.2%20%20%20c0.3-0.5%2C0.4-1%2C0.4-1.4v-0.3C15.1%2C10%2C14.1%2C9%2C13%2C9z%20M13%2C12.4c-0.6%2C0-1.1-0.5-1.1-1.2c0-0.6%2C0.5-1.2%2C1.1-1.2s1.1%2C0.5%2C1.1%2C1.2%20%20%20S13.6%2C12.4%2C13%2C12.4z%22%2F%3E%20%3Crect%20x%3D%224%22%20y%3D%2210%22%20class%3D%22st0%22%20width%3D%225%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%226.9%22%20y%3D%2211.1%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-5.6712%209.394%29%22%20class%3D%22st0%22%20width%3D%223.2%22%20height%3D%220.8%22%2F%3E%20%3Crect%20x%3D%228.1%22%20y%3D%227.9%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-4.3076%208.8292%29%22%20class%3D%22st0%22%20width%3D%220.8%22%20height%3D%223.4%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-interval-search {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st1%7Bfill%3A%23E4B667%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M5%205H2v6h3v2h1V3H5zm9%200h-3V3h-1v10h1v-2h3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M6%205h4v6H6z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-kebab-dark {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%221.8%22%2F%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%221.8%22%2F%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2212%22%20cy%3D%2218%22%20r%3D%221.8%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-kebab-refresh {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14.3%2C8.7c0%2C0.2%2C0%2C1.4%2C0%2C1.5h-1.3c0-0.2%2C0-1.4%2C0-1.5C13%2C6.1%2C11%2C4%2C8.5%2C4H7.9v2.5L4.6%2C3.2L7.9%2C0v2.5%20%20%20c0%2C0%2C0.7%2C0%2C0.8%2C0C11.9%2C2.6%2C14.3%2C5.4%2C14.3%2C8.7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M1.8%2C7.3c0-0.2%2C0-1.4%2C0-1.5h1.3c0%2C0.2%2C0%2C1.4%2C0%2C1.5c0%2C2.6%2C2%2C4.7%2C4.5%2C4.7l0.5%2C0V9.5l3.3%2C3.3L8.1%2C16l0-2.5%20%20%20c0%2C0-0.6%2C0-0.7%2C0C4.2%2C13.3%2C1.8%2C10.6%2C1.8%2C7.3z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-keycloak-login {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23707070%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%20.st2%7Bfill%3A%236AABDB%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%220.93%22%20y%3D%220.93%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%208%20-3.3137%29%22%20class%3D%22st0%22%20width%3D%2214.14%22%20height%3D%2214.14%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%228%2C0%207%2C1%200%2C8%208%2C16%208%2C10%205%2C8%208%2C6%20%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%228%2C0%209%2C1%2016%2C8%208%2C16%208%2C10%2011%2C8%208%2C6%20%22%2F%3E%20%3Cpolygon%20class%3D%22st2%22%20points%3D%227%2C2%207%2C2%201.38%2C8%207%2C14%207%2C10%203.63%2C8%207%2C6%20%22%2F%3E%20%3Cpolygon%20class%3D%22st2%22%20points%3D%229%2C2.38%209%2C2%2015%2C8%209%2C14%209%2C10%2012%2C8%209%2C6%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-links {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st1%7Bfill%3A%236AACDC%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M9%2C4V0H0v12h7v4h9V4H9z%20M15%2C15H8v-4H1V1h7v4h7V15z%22%2F%3E%20%3Crect%20x%3D%227%22%20y%3D%2210%22%20width%3D%221%22%20height%3D%221%22%2F%3E%20%3Ccircle%20class%3D%22st1%22%20cx%3D%224.5%22%20cy%3D%225.5%22%20r%3D%222.5%22%2F%3E%20%3Ccircle%20class%3D%22st1%22%20cx%3D%2211.5%22%20cy%3D%2210.5%22%20r%3D%222.5%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%224%2C5%2011%2C11%2012%2C11%205%2C5%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-location-dark {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M8%201.1c-2%200-3.7%201.6-4%203.6v.7c0%20.7.1%202%20.7%203.4C5.7%2011%208%2015.2%208%2015.2s2.4-4.2%203.3-6.4c.5-1.1.7-2%20.7-2.8v-.6c.1-2.4-1.7-4.3-4-4.3zm0%206.7c-1.3%200-2.3-1.1-2.3-2.4S6.7%203%208%203c1.3%200%202.3%201.1%202.3%202.4S9.3%207.8%208%207.8z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-location {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%236AACDC%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M8%201.1c-2%200-3.7%201.6-4%203.6v.7c0%20.7.1%202%20.7%203.4C5.7%2011%208%2015.2%208%2015.2s2.4-4.2%203.3-6.4c.5-1.1.7-2%20.7-2.8v-.6c.1-2.4-1.7-4.3-4-4.3zm0%206.7c-1.3%200-2.3-1.1-2.3-2.4S6.7%203%208%203c1.3%200%202.3%201.1%202.3%202.4S9.3%207.8%208%207.8z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-lock-error {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st1%7Bfill%3A%23D86343%3B%7D%20.st2%7Bfill%3A%23EAC281%3B%7D%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M2.1%207h2s-.2-4%203-4%203%204%203%204h2s-1.2-6-5-6-5%206-5%206z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M10%2010v6h6v-6h-6zm5%202h-1v2h1v1h-1v-1h-2v1h-1v-1h1v-2h-1v-1h1v1h2v-1h1v1z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M9%209h4v-.2c0-.4-.3-.8-.8-.8H1.9c-.5%200-.8.4-.8.8v5.4c0%20.4.3.8.8.8H9V9zm-1.7%204.7H7c-.4%200-.8-.3-.8-.8v-2.5c0-.4.3-.8.8-.8h.4c.4%200%20.8.3.8.8v2.5c-.1.5-.5.8-.9.8z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-lock {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st1%7Bfill%3A%23EAC281%3B%7D%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M3%207h2s-.2-4%203-4%203%204%203%204h2s-1.2-6-5-6-5%206-5%206z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M2%208.8v5.4c0%20.4.3.8.8.8h10.4c.4%200%20.8-.3.8-.8V8.8c0-.4-.3-.8-.8-.8H2.8c-.5%200-.8.3-.8.8zm6.2%204.9h-.3c-.4%200-.8-.3-.8-.8v-2.5c0-.4.3-.8.8-.8h.4c.4%200%20.7.3.7.8v2.5c0%20.4-.3.8-.8.8z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-locked-by-me {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23737373%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.69%2C14.98c0.68%2C0.01%2C1.25-0.53%2C1.25-1.22l0.04-4.8c0-0.59%2C0-0.2%2C0-0.89c0-0.89-0.1-1.98-0.69-2.08%20%20%20c-0.99%2C0-1.39-0.79-1.39-1.39c0-4.66-1.98-4.56-4.86-4.56s-4.86%2C0.2-4.86%2C4.66c0%2C0.56-0.07%2C1.19-0.62%2C1.41%20%20%20C1.63%2C6.48%2C1.11%2C7.5%2C1.11%2C8.5l0%2C5.12c0%2C1.49%2C1.09%2C1.29%2C2.77%2C1.29c1.29%2C0%2C3.67%2C0%2C6.14%2C0L13.69%2C14.98z%20M9.63%2C9.96%20%20%20c-0.99%2C0.89-0.79%2C1.98-0.79%2C3.07c0%2C0.69-0.4%2C0.69-0.89%2C0.69c-0.69%2C0.1-0.79-0.3-0.79-0.79c0-0.99%2C0.2-2.08-0.69-2.97%20%20%20c-0.5-0.5-0.1-1.19%2C0.5-1.49c0.69-0.5%2C1.49-0.5%2C2.18%2C0C9.73%2C8.87%2C10.13%2C9.46%2C9.63%2C9.96z%20M8.09%2C6c-0.03%2C0-0.07%2C0-0.09%2C0%20%20%20C5.17%2C6.09%2C5.07%2C6.09%2C5.07%2C5c0-1.98%2C0.69-2.97%2C2.97-2.97S11.02%2C3.02%2C11.02%2C5C11.02%2C6.28%2C10.82%2C6.09%2C8.09%2C6z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-mail-earth {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st3%7Bfill%3A%234D7FB2%3B%7D%20.st4%7Bfill%3A%234B7EB1%3B%7D%20.st5%7Bfill%3A%2369A491%3B%7D%20.st6%7Bfill%3A%23B4B3B3%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M1%2013h11v1H1z%22%2F%3E%20%3Cpath%20d%3D%22M0%205v9h12V5H0zm11%208H1V6h10v7z%22%2F%3E%20%3Cpath%20d%3D%22M3%2011h4v1H3zm0-2h4v1H3z%22%2F%3E%20%3Cpath%20class%3D%22st3%22%20d%3D%22M8%207h2v2H8z%22%2F%3E%20%3Cpath%20class%3D%22st4%22%20d%3D%22M9%201C6.6%201%204.3%202.1%203%204h10v9.7c1.8-1.3%203-3.4%203-5.7%200-3.9-3.1-7-7-7z%22%2F%3E%20%3Cpath%20class%3D%22st5%22%20d%3D%22M8%202c3%20.8%203.1.3%203%201s-2.3-.2-3%200-2%201-2%201l2-2zm6%204c-.2-1.8%202%202.3%202%202.3L13%2010V7l1-1z%22%2F%3E%20%3Cpath%20class%3D%22st6%22%20d%3D%22M11%204H8S5.9%203%209%203h4l-2%201z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-mail-house {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st2%7Bfill%3A%234D7FB2%3B%7D%20.st3%7Bfill%3A%234B7EB1%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M0%202v9h12V2H0zm11%208H1V3h10v7z%22%2F%3E%20%3Cpath%20d%3D%22M3%208h4v1H3zm0-2h4v1H3z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M8%204h2v2H8z%22%2F%3E%20%3Cpath%20class%3D%22st3%22%20d%3D%22M13%206v6H5v4h11V6z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-main-variant {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st0%7Bfill%3A%23EAC281%3B%7D%20.st1%7Bfill%3A%23B4B3B3%3B%7D%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M3%209h10v4H3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M7%207h2v2H7z%22%2F%3E%20%3Cpath%20d%3D%22M5%202v5h6V2H5zm5%204H6V5h4v1zm0-2H6V3h4v1z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-mark-read {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2376A798%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M8%204C3.8%204%201%208%201%208s3.1%204%207%204%207-4%207-4-2.8-4-7-4zm0%207.2C4.9%2011.2%202.4%208%202.4%208S4.6%204.8%208%204.8%2013.6%208%2013.6%208s-2.5%203.2-5.6%203.2z%22%2F%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-mark-unread {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23E78E46%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7%203h2v3.4H7zm0%206.6h2V13H7z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11.95515%2010.57257l-1.4142%201.4142L8.1368%209.58263l1.4142-1.4142zm-7.7551-4.98994l1.4142-1.4142L8.0184%206.57257l-1.4142%201.4142zm5.2592%202.40424l-1.4142-1.4142%202.40414-2.40414%201.4142%201.4142zm-4.0001%204l-1.4142-1.4142L6.4491%208.16853l1.4142%201.4142z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M6.4188%206.9813v2h-3.4v-2zm6.5625.0374v2h-3.4v-2z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-nav-arrow {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2%2010l1%201%205-5%205%205%201-1-6-6z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-nav-inbox-bell {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.9%203.4c-.5-1.2-1.2-2.3-3-2.3S5.2%202.2%204.7%203.4l-.6%205.3s1.5.4%203.9.4%203.9-.4%203.9-.4l-1-5.3zM7.9%208c-1.5%200-2.8-.1-2.8-.1L5.6%204c.3-.8%201.2-1.5%202.4-1.5s2%20.8%202.3%201.6l.4%203.8c-.1%200-1.2.1-2.8.1zm4.5%202c-.7.2-2%20.7-4.4.7-2.3%200-3.7-.5-4.4-.7-.3-.1-1.4%201-1.4%201-.3.5-.1%201.1.5%201.3%201.1.3%202.9.7%205.3.7s4.3-.4%205.4-.7c.6-.2.8-.8.5-1.3-.1%200-1.2-1.1-1.5-1zm-2.6%204s0%201.9-2%202c-2%20.1-2-2-2-2h4z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-nav-inbox-clock {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bopacity%3A0%3Bfill%3A%23FFFFFF%3Bstroke%3A%239868B9%3Bstroke-width%3A1.4286%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%20.st2%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A1.7%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22XMLID_10_%22%20class%3D%22st1%22%20d%3D%22M11%209H6.7L7%207h4z%22%2F%3E%3Cpath%20id%3D%22XMLID_9_%22%20class%3D%22st1%22%20d%3D%22M6%203h2v6H6z%22%2F%3E%3Cpath%20id%3D%22XMLID_8_%22%20class%3D%22st2%22%20d%3D%22M14%207.6c0%203.6-2.8%206.4-6.4%206.4-3.6%200-6.4-2.9-6.4-6.4C1.2%204%204%201.3%207.6%201.3%2011.2%201.3%2014%204%2014%207.6z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-nav-inbox-subscriptionobjects {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M16%2013s-1.8-1.7-2-4c-.2-2.5-1-3.8-2.4-4h-.3C10%205.2%209.2%206.5%209%209c-.2%202.3-2%204-2%204h9zm-6%201c-.1.2%200%20.3%200%20.5%200%20.8.7%201.5%201.5%201.5s1.5-.7%201.5-1.5c0-.2.1-.3%200-.5h-3z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7.6%2010H2.8c-.5%200-.8-.3-.8-.8V3.8c0-.5.3-.8.8-.8h10.5c.4%200%20.7.3.7.8v.6c.4.3.7.9%201%201.5V2.7c0-.9-.8-1.7-1.7-1.7H2.7C1.8%201%201%201.8%201%202.7v6.6c0%20.9.8%201.7%201.7%201.7H7c.1-.3.6-.7.6-1z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-nav-register-collapsed {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bdisplay%3Anone%3B%7D%20.st2%7Bdisplay%3Ainline%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M2%2C10h2v6H2V10z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6%2C14H0v-2h6V14z%22%2F%3E%20%3Cg%20id%3D%22XMLID_1_%22%20class%3D%22st1%22%3E%20%3Cg%20class%3D%22st2%22%3E%20%3Crect%20x%3D%22-4%22%20y%3D%223%22%20width%3D%2216%22%20height%3D%2215.99%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20class%3D%22st2%22%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.96%2C5c0.12-0.52-0.4-1-1-1H6.03l-2-2L0.66%2C2.02c-0.1%2C0-0.1%2C0-0.2%2C0.1l-0.5%2C1.6v0.1L0.52%2C9h1.03l-0.6-4.43%20%20%20V4.48l0.44-1.4C1.48%2C3%2C1.48%2C3%2C1.57%2C3h2.39l2%2C2h6c0.52%2C0%2C1.11%2C0.54%2C1%2C1c-0.01%2C0.04-0.01%2C0.07-0.02%2C0.1L13.96%2C6%20%20%20C14.06%2C6%2C13.88%2C5.34%2C13.96%2C5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M3.96%2C6L3.21%2C9h1.08C4.48%2C8.42%2C4.7%2C7.76%2C4.96%2C7h9.88c0.08%2C0%2C0.17%2C0.08%2C0.08%2C0.15l-2.55%2C5.78%20%20%20c0%2C0.08-0.08%2C0.08-0.08%2C0.08H7V14c2.9%2C0%2C5.96%2C0%2C5.96%2C0l3-8C13.96%2C6%2C3.96%2C6%2C3.96%2C6z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-nav-register-expanded {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6%2C14H0v-2h6V14z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14%2C5c0.12-0.52-0.4-1-1-1H6.07l-2-2L0.7%2C2.02c-0.1%2C0-0.1%2C0-0.2%2C0.1L0%2C3.72v0.1L0.56%2C9H1.6L1%2C4.57V4.48%20%20%20l0.44-1.4C1.52%2C3%2C1.52%2C3%2C1.61%2C3H4l2%2C2h6c0.52%2C0%2C1.11%2C0.54%2C1%2C1c-0.01%2C0.04-0.01%2C0.07-0.02%2C0.1L14%2C6C14.1%2C6%2C13.92%2C5.34%2C14%2C5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M4%2C6L3.25%2C9h1.08C4.52%2C8.42%2C4.75%2C7.76%2C5%2C7h9.88c0.08%2C0%2C0.17%2C0.08%2C0.08%2C0.15l-2.55%2C5.78%20%20%20c0%2C0.08-0.08%2C0.08-0.08%2C0.08H7.04V14c2.9%2C0%2C5.96%2C0%2C5.96%2C0l3-8C14%2C6%2C4%2C6%2C4%2C6z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-nav-workflow-inbox {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22curve0_5_%22%20class%3D%22st0%22%20d%3D%22M9%2011c0%20.1-2.7%203-3%203H4l2-2H4c-1.2%200-1.9-.4-2.7-1.2S0%208.8%200%207.5s.4-2.4%201.2-3.2S2.8%203%204%203h2v2H4c-.7%200-1.4.6-1.6%201C2%206.5%202%207%202%207.7c0%20.6.3%201.3.7%201.7.4.4.7.6%201.3.6h2L4%208h2c.3%200%203%202.8%203%203z%22%2F%3E%3Cpath%20id%3D%22curve0_6_%22%20class%3D%22st0%22%20d%3D%22M14%207c0-.6-.3-1-.7-1.4-.4-.4-.7-.6-1.3-.6h-2l2%202h-2c-.3%200-3-2.8-3-3%200-.1%202.7-3%203-3h2l-2%202h2c1.2%200%201.9.4%202.7%201.2S16%206.8%2016%208l-2-1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11%208h3v3h2l-3.5%204L9%2011h2z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-nav-workflow-running {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20id%3D%22curve0_5_%22%20class%3D%22st0%22%20d%3D%22M9%2C11c0%2C0.1-2.7%2C3-3%2C3H4l2-2H4c-1.2%2C0-1.9-0.4-2.7-1.2S0%2C8.8%2C0%2C7.5s0.4-2.4%2C1.2-3.2S2.8%2C3%2C4%2C3h2%20%20%20v2H4C3.3%2C5%2C2.6%2C5.6%2C2.4%2C6C2%2C6.5%2C2%2C7%2C2%2C7.7C2%2C8.3%2C2.3%2C9%2C2.7%2C9.4S3.4%2C10%2C4%2C10h2L4%2C8h2C6.3%2C8%2C9%2C10.8%2C9%2C11z%22%2F%3E%20%3Cpath%20id%3D%22curve0_6_%22%20class%3D%22st0%22%20d%3D%22M14%2C7c0-0.6-0.3-1-0.7-1.4S12.6%2C5%2C12%2C5h-2l2%2C2h-2C9.7%2C7%2C7%2C4.2%2C7%2C4c0-0.1%2C2.7-3%2C3-3h2l-2%2C2h2%20%20%20c1.2%2C0%2C1.9%2C0.4%2C2.7%2C1.2S16%2C6.8%2C16%2C8L14%2C7z%22%2F%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2213%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-nav-workflow-startable {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22curve0_7_%22%20class%3D%22st0%22%20d%3D%22M9%2011c0%20.1-2.7%203-3%203H4l2-2H4c-1.2%200-1.9-.4-2.7-1.2S0%208.8%200%207.5s.4-2.4%201.2-3.2S2.8%203%204%203h2v2H4c-.7%200-1.4.6-1.6%201C2%206.5%202%207%202%207.7c0%20.6.3%201.3.7%201.7.4.4.7.6%201.3.6h2L4%208h2c.3%200%203%202.8%203%203z%22%2F%3E%3Cpath%20id%3D%22curve0_4_%22%20class%3D%22st0%22%20d%3D%22M14%208v-.7c0-.6-.3-1.4-.7-1.8-.4-.3-.7-.5-1.3-.5h-2l2%202h-2c-.3%200-3-2.8-3-3%200-.1%202.7-3%203-3h2l-2%202h2c1.2%200%201.9.4%202.7%201.2s1.3%202%201.3%203.2v2.5L14%208z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10%208v8l5-4z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-nav-workflow-substitution {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%236AABDB%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10%2011s-2%200-2%202.2S9.9%2016%2012%2016s0-2%200-2l-2-3zm4%200s2%20.1%202%202.2-1.9%202.8-4%202.8%200-2%200-2l2-3z%22%2F%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%2212%22%20cy%3D%227.5%22%20r%3D%222.4%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%204c0%201.9%201.3%203.4%203%203.9v-1C1.8%206.4%201%205.3%201%204c0-1.7%201.3-3%203-3V0C1.8%200%200%201.8%200%204zM5%20.1v1c1.2.5%202%201.6%202%202.9%200%201.7-1.3%203-3%203v1c2.2%200%204-1.8%204-4C8%202.1%206.7.6%205%20.1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4%205v3h4zM0%200h4v3z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-new-location {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23EAC281%3B%7D%20.st1%7Bfill%3A%236AACDC%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M3%2C4h1v3H3V4z%20M4%2C3h3v1H4V3z%20M3%2C0h1v3H3V0z%20M0%2C3h3v1H0V3z%20M1%2C1h1v1H1V1z%20M2%2C2h1v1H2V2z%20M5%2C1h1v1H5V1z%20M4%2C2h1v1%20%20%20H4V2z%20M4%2C4h1v1H4V4z%20M5%2C5h1v1H5V5z%20M2%2C4h1v1H2V4z%20M1%2C5h1v1H1V5z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M8%2C1.1c-0.35%2C0-0.68%2C0.06-1%2C0.15V2h1v1c1.3%2C0%2C2.3%2C1.1%2C2.3%2C2.4c0%2C1.3-1%2C2.4-2.3%2C2.4C7.31%2C7.8%2C6.71%2C7.48%2C6.29%2C7H5%20%20%20v1H4.42C4.5%2C8.26%2C4.58%2C8.53%2C4.7%2C8.8C5.7%2C11%2C8%2C15.2%2C8%2C15.2s2.4-4.2%2C3.3-6.4C11.8%2C7.7%2C12%2C6.8%2C12%2C6V5.4C12.1%2C3%2C10.3%2C1.1%2C8%2C1.1z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-nicht-archivierbar-setzen {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23EBC282%3B%7D%20.st1%7Bfill%3A%23D86344%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15.3%2C11.5L14.7%2C7l-0.6-0.2l-0.1%2C0c0%2C0-0.3%2C0-0.8-0.1c-0.2%2C0.3-0.5%2C0.6-0.7%2C0.9c0.6%2C0.1%2C1.1%2C0.1%2C1.3%2C0.2l0%2C0.2%20%20%20h-0.2l0.8%2C5.6c-1.1-0.3-3-0.8-3.9-0.8c0%2C0%2C0%2C0%2C0%2C0c0%2C0-0.1%2C0-0.1%2C0c-0.4%2C0-0.9%2C0.3-1.3%2C0.6V8.5C8.4%2C8.3%2C7.8%2C8%2C7.4%2C7.6L7.5%2C8H7v5.7%20%20%20c-0.3-0.2-0.9-0.8-1.3-0.9c-0.2%2C0-0.4-0.1-0.6-0.1c-1.1-0.1-3%2C0.3-4.1%2C0.6l0.8-5.5c0.7-0.1%2C2.1-0.3%2C3.5-0.8c0.6-0.2%2C1.1-0.3%2C1.4-0.1%20%20%20C6.5%2C6.6%2C6.4%2C6.2%2C6.3%2C5.8c-0.4%2C0-0.9%2C0.1-1.3%2C0.3C3.2%2C6.8%2C1.4%2C6.9%2C1.4%2C6.9L1%2C6.9l-1.2%2C7.9L0%2C14.7l0%2C0.2L6.8%2C15c0%2C0%2C0.1%2C0.4%2C1.1%2C0.4%20%20%20S9%2C15%2C9%2C15h6.9L15.3%2C11.5z%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M9.9%2C9.6c-2.6%2C0-4.8-2.2-4.8-4.8S7.3%2C0%2C9.9%2C0c2.6%2C0%2C4.8%2C2.2%2C4.8%2C4.8S12.5%2C9.6%2C9.9%2C9.6z%20M9.9%2C1%20%20%20%20C7.8%2C1%2C6.1%2C2.7%2C6.1%2C4.8s1.7%2C3.8%2C3.8%2C3.8s3.8-1.7%2C3.8-3.8S12%2C1%2C9.9%2C1z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M13%2C5.8H7V4h6V5.8z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-NO-PAGES {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%236AACDC%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M3%2C7h10v3H3V7z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-NOT-ARCHIVABLE {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%236AACDC%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8%2C3C5.2%2C3%2C3%2C5.2%2C3%2C8s2.2%2C5%2C5%2C5s5-2.2%2C5-5S10.8%2C3%2C8%2C3z%20M8%2C11c-1.7%2C0-3-1.3-3-3s1.3-3%2C3-3s3%2C1.3%2C3%2C3S9.7%2C11%2C8%2C11%20%20%20z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-note {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cpath%20d%3D%22M12.3%2012.5l3.3-1.6-5-10.3-3.9%201.8.5.8%203.1-1.5%204.2%208.8-8.6%204.2-4.3-8.8%202.2-1.1-.7-1-2.7.3%201.2%2011.3%203.7-.5.3.6%201.7-.8%205.2-.7z%22%2F%3E%20%3Cpath%20d%3D%22M6.6%203.5h-.5v.2z%22%2F%3E%20%3Cpath%20d%3D%22M2.2%203s-.2-.6.8-.9c1.4-.5%201.6.1%201.6.1L7%207s.3%201-.8%201.5c-1.3.4-1.8-.3-1.8-.3l-.6-1.4%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-no_preview {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M9%2C1H2v14h5v-1H3V2h5v4h4v2h1V5L9%2C1z%20M9%2C2l3%2C3H9V2z%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2212%2C12.2%2014.1%2C14.3%2013.3%2C15.1%2011.2%2C13%209.2%2C15%208.4%2C14.2%2010.4%2C12.2%208.4%2C10.1%209.2%2C9.3%2011.2%2C11.4%2013.3%2C9.3%20%20%20%2014.1%2C10%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-ntlm-username-login {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0%200h6v6H0z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%207h6v6H0zM7%200h6v6H7zM15.74%2013.31c-.18-.46-.54-.69-.78-.8-.24-.17-1.19-.4-1.19-.4s-.78%202.46-1.25%202.69h-.12c-.48-.23-1.25-2.69-1.25-2.69s-.96.23-1.19.4c-.24.11-.6.34-.78.8-.12.46-.24%201.54-.12%201.77.12.23.6.63%201.61.74.77.12%201.43.18%201.84.18.18%200%201.08-.06%201.85-.11%201.02-.11%201.49-.51%201.61-.74.07-.29.01-1.38-.23-1.84z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7.07%2012.65c.01-.05.03-.1.05-.15.26-.67.76-1.21%201.44-1.56.11-.07.3-.16.62-.28-.3-.48-.48-1.05-.48-1.66%200-.76.27-1.44.69-2H7v5.97c.04-.19.07-.31.07-.32z%22%2F%3E%20%3Ccircle%20class%3D%22st1%22%20cx%3D%2212.44%22%20cy%3D%229.78%22%20r%3D%221.78%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-ntlm-windows-login {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23707070%3B%7D%20.st1%7Bfill%3A%236AABDB%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%221%22%20y%3D%221%22%20class%3D%22st0%22%20width%3D%226%22%20height%3D%226%22%2F%3E%20%3Crect%20x%3D%221%22%20y%3D%228%22%20class%3D%22st1%22%20width%3D%226%22%20height%3D%226%22%2F%3E%20%3Crect%20x%3D%228%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%226%22%20height%3D%226%22%2F%3E%20%3Crect%20x%3D%228%22%20y%3D%221%22%20class%3D%22st1%22%20width%3D%226%22%20height%3D%226%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-object-moved-header {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%2F%3E%20%3Cpath%20d%3D%22M6.75%2C0.87c-2.82%2C0-5%2C1.54-5%2C4h1.02c0-1.97%2C1.72-3%2C3.98-3c1.81%2C0%2C3.43%2C0.46%2C3.97%2C1.88%20%20%20c0.4%2C0.08%2C0.8%2C0.38%2C1.19%2C0.65C11.64%2C2.17%2C9.39%2C0.87%2C6.75%2C0.87z%22%2F%3E%20%3Cpolygon%20points%3D%228.75%2C4.87%2012.75%2C0.87%2012.75%2C4.87%20%22%2F%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M3.75%2C14.87c-0.08-0.13-0.15-0.24-0.23-0.35c-0.65-1.03-1.3-2.06-1.9-3.11c-0.2-0.35-0.41-0.7-0.55-1.08%20%20%20%20%20C0.92%2C9.92%2C0.81%2C9.49%2C0.78%2C9.06C0.76%2C8.77%2C0.74%2C8.48%2C0.76%2C8.19c0.01-0.16%2C0.07-0.32%2C0.13-0.48C1.05%2C7.28%2C1.32%2C6.91%2C1.7%2C6.6%20%20%20%20%20C2.16%2C6.22%2C2.7%2C5.98%2C3.34%2C5.9c0.58-0.07%2C1.13%2C0%2C1.66%2C0.21c0.98%2C0.4%2C1.54%2C1.08%2C1.72%2C1.98c0.03%2C0.13%2C0.03%2C0.26%2C0.03%2C0.39%20%20%20%20%20c0.01%2C0.17%2C0%2C0.35%2C0%2C0.52c0%2C0.37-0.08%2C0.72-0.21%2C1.07c-0.14%2C0.39-0.34%2C0.76-0.54%2C1.13c-0.44%2C0.83-0.94%2C1.63-1.45%2C2.43%20%20%20%20%20c-0.25%2C0.39-0.51%2C0.78-0.76%2C1.17C3.79%2C14.82%2C3.77%2C14.84%2C3.75%2C14.87z%20M3.75%2C10.14c0.06%2C0%2C0.11%2C0%2C0.17%2C0C4.54%2C10.08%2C5%2C9.8%2C5.27%2C9.33%20%20%20%20%20c0.3-0.52%2C0.28-1.05-0.09-1.55c-0.37-0.5-0.91-0.74-1.6-0.69C2.96%2C7.15%2C2.5%2C7.44%2C2.23%2C7.91C1.92%2C8.43%2C1.95%2C8.96%2C2.32%2C9.46%20%20%20%20%20C2.64%2C9.91%2C3.13%2C10.14%2C3.75%2C10.14z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M11.75%2C14.87c-0.08-0.13-0.15-0.24-0.23-0.35c-0.65-1.03-1.3-2.06-1.9-3.11c-0.2-0.35-0.41-0.7-0.55-1.08%20%20%20%20C8.92%2C9.92%2C8.81%2C9.49%2C8.78%2C9.06C8.76%2C8.77%2C8.74%2C8.48%2C8.76%2C8.19c0.01-0.16%2C0.07-0.32%2C0.13-0.48C9.05%2C7.28%2C9.32%2C6.91%2C9.7%2C6.6%20%20%20%20c0.46-0.38%2C1.01-0.62%2C1.64-0.7c0.58-0.07%2C1.13%2C0%2C1.66%2C0.21c0.98%2C0.4%2C1.54%2C1.08%2C1.72%2C1.98c0.03%2C0.13%2C0.03%2C0.26%2C0.03%2C0.39%20%20%20%20c0.01%2C0.17%2C0%2C0.35%2C0%2C0.52c0%2C0.37-0.08%2C0.72-0.21%2C1.07c-0.14%2C0.39-0.34%2C0.76-0.54%2C1.13c-0.44%2C0.83-0.94%2C1.63-1.45%2C2.43%20%20%20%20c-0.25%2C0.39-0.51%2C0.78-0.76%2C1.17C11.79%2C14.82%2C11.77%2C14.84%2C11.75%2C14.87z%20M11.75%2C10.14c0.06%2C0%2C0.11%2C0%2C0.17%2C0%20%20%20%20c0.62-0.06%2C1.08-0.34%2C1.36-0.81c0.3-0.52%2C0.28-1.05-0.09-1.55c-0.37-0.5-0.91-0.74-1.6-0.69c-0.63%2C0.05-1.08%2C0.34-1.36%2C0.81%20%20%20%20c-0.31%2C0.52-0.28%2C1.06%2C0.09%2C1.56C10.64%2C9.91%2C11.13%2C10.14%2C11.75%2C10.14z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-object-moved {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%235F98C2%3B%7D%20.st1%7Bfill%3A%23706F6F%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6.75%2C0.87c-2.82%2C0-5%2C1.54-5%2C4h1.02c0-1.97%2C1.72-3%2C3.98-3c1.81%2C0%2C3.43%2C0.46%2C3.97%2C1.88%20%20%20c0.4%2C0.08%2C0.8%2C0.38%2C1.19%2C0.65C11.64%2C2.17%2C9.39%2C0.87%2C6.75%2C0.87z%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%228.75%2C4.87%2012.75%2C0.87%2012.75%2C4.87%20%22%2F%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M3.75%2C14.87c-0.08-0.13-0.15-0.24-0.23-0.35c-0.65-1.03-1.3-2.06-1.9-3.11c-0.2-0.35-0.41-0.7-0.55-1.08%20%20%20%20%20C0.92%2C9.92%2C0.81%2C9.49%2C0.78%2C9.06C0.76%2C8.77%2C0.74%2C8.48%2C0.76%2C8.19c0.01-0.16%2C0.07-0.32%2C0.13-0.48C1.05%2C7.28%2C1.32%2C6.91%2C1.7%2C6.6%20%20%20%20%20C2.16%2C6.22%2C2.7%2C5.98%2C3.34%2C5.9c0.58-0.07%2C1.13%2C0%2C1.66%2C0.21c0.98%2C0.4%2C1.54%2C1.08%2C1.72%2C1.98c0.03%2C0.13%2C0.03%2C0.26%2C0.03%2C0.39%20%20%20%20%20c0.01%2C0.17%2C0%2C0.35%2C0%2C0.52c0%2C0.37-0.08%2C0.72-0.21%2C1.07c-0.14%2C0.39-0.34%2C0.76-0.54%2C1.13c-0.44%2C0.83-0.94%2C1.63-1.45%2C2.43%20%20%20%20%20c-0.25%2C0.39-0.51%2C0.78-0.76%2C1.17C3.79%2C14.82%2C3.77%2C14.84%2C3.75%2C14.87z%20M3.75%2C10.14c0.06%2C0%2C0.11%2C0%2C0.17%2C0C4.54%2C10.08%2C5%2C9.8%2C5.27%2C9.33%20%20%20%20%20c0.3-0.52%2C0.28-1.05-0.09-1.55c-0.37-0.5-0.91-0.74-1.6-0.69C2.96%2C7.15%2C2.5%2C7.44%2C2.23%2C7.91C1.92%2C8.43%2C1.95%2C8.96%2C2.32%2C9.46%20%20%20%20%20C2.64%2C9.91%2C3.13%2C10.14%2C3.75%2C10.14z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M11.75%2C14.87c-0.08-0.13-0.15-0.24-0.23-0.35c-0.65-1.03-1.3-2.06-1.9-3.11c-0.2-0.35-0.41-0.7-0.55-1.08%20%20%20%20C8.92%2C9.92%2C8.81%2C9.49%2C8.78%2C9.06C8.76%2C8.77%2C8.74%2C8.48%2C8.76%2C8.19c0.01-0.16%2C0.07-0.32%2C0.13-0.48C9.05%2C7.28%2C9.32%2C6.91%2C9.7%2C6.6%20%20%20%20c0.46-0.38%2C1.01-0.62%2C1.64-0.7c0.58-0.07%2C1.13%2C0%2C1.66%2C0.21c0.98%2C0.4%2C1.54%2C1.08%2C1.72%2C1.98c0.03%2C0.13%2C0.03%2C0.26%2C0.03%2C0.39%20%20%20%20c0.01%2C0.17%2C0%2C0.35%2C0%2C0.52c0%2C0.37-0.08%2C0.72-0.21%2C1.07c-0.14%2C0.39-0.34%2C0.76-0.54%2C1.13c-0.44%2C0.83-0.94%2C1.63-1.45%2C2.43%20%20%20%20c-0.25%2C0.39-0.51%2C0.78-0.76%2C1.17C11.79%2C14.82%2C11.77%2C14.84%2C11.75%2C14.87z%20M11.75%2C10.14c0.06%2C0%2C0.11%2C0%2C0.17%2C0%20%20%20%20c0.62-0.06%2C1.08-0.34%2C1.36-0.81c0.3-0.52%2C0.28-1.05-0.09-1.55c-0.37-0.5-0.91-0.74-1.6-0.69c-0.63%2C0.05-1.08%2C0.34-1.36%2C0.81%20%20%20%20c-0.31%2C0.52-0.28%2C1.06%2C0.09%2C1.56C10.64%2C9.91%2C11.13%2C10.14%2C11.75%2C10.14z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-open-app {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%236AABDB%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%228%2C0%204%2C4%205.17%2C5.17%208%2C2.34%2013.66%2C8%208%2C13.66%205.17%2C10.83%204%2C12%208%2C16%2016%2C8%20%22%2F%3E%20%3Crect%20x%3D%221%22%20y%3D%227%22%20class%3D%22st0%22%20width%3D%226%22%20height%3D%222%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%227%2C5%207%2C11%2011%2C8%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-organization {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23707070%3B%7D%20.st1%7Bfill%3A%236AABDB%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%227.5%2C1.3%2014%2C4%2015%2C4%207.5%2C0%200%2C4%200.9%2C4%20%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2214%2C4%2014%2C5%2014%2C6%2014%2C15%201%2C15.1%201%2C5.8%201%2C4.9%201%2C4%200%2C4%200%2C16%2015%2C16%2015%2C4%20%22%2F%3E%20%3Crect%20x%3D%222%22%20y%3D%226%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%225%22%20y%3D%226%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%228%22%20y%3D%226%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%2211%22%20y%3D%226%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%222%22%20y%3D%2210%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%225%22%20y%3D%2210%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%228%22%20y%3D%2210%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%2211%22%20y%3D%2210%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%223%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-Archive-dark {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%204h15l-4-3H4zm0%200v12h15V4H0zm14%2011H1V4h13v11z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10%205L9%206H6L5%205H2v4h11V5h-3zM8%208H7L6%207h3L8%208zm2%202l-1%201H6l-1-1H2v4h11v-4h-3zm-2%203H7l-1-1h3l-1%201z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-Archive {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%204h15l-4-3H4zm0%200v12h15V4H0zm14%2011H1V4h13v11z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10%205L9%206H6L5%205H2v4h11V5h-3zM8%208H7L6%207h3L8%208zm2%202l-1%201H6l-1-1H2v4h11v-4h-3zm-2%203H7l-1-1h3l-1%201z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-Color-Image-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%234D82B8%3B%7D%20.st2%7Bfill%3A%2376A798%3B%7D%20.st3%7Bfill%3A%234B7EB1%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%226%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%229%22%20height%3D%227%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2C7V2H0v12h5v2h11V7H15z%20M1%2C13V3h13v4H5v6H1z%20M15%2C15H6V8h9V15z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M9%2C9c-1.7%2C0-3%2C2-3%2C2V8h9v2c0%2C0-1.2%2C1.4-3%2C1S9%2C9%2C9%2C9z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M9%2C12c1.2%2C0%2C1.9%2C1.1%2C3%2C1s3-2%2C3-2v3H6v-1C6%2C13%2C7.9%2C12%2C9%2C12z%22%2F%3E%20%3Cpath%20class%3D%22st3%22%20d%3D%22M6%2C14h9v1H6V14z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-Color-Image {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%234D82B8%3B%7D%20.st2%7Bfill%3A%2376A798%3B%7D%20.st3%7Bfill%3A%234B7EB1%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%226%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%229%22%20height%3D%227%22%2F%3E%20%3Cpath%20d%3D%22M15%2C7V2H0v12h5v2h11V7H15z%20M1%2C13V3h13v4H5v6H1z%20M15%2C15H6V8h9V15z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M9%2C9c-1.7%2C0-3%2C2-3%2C2V8h9v2c0%2C0-1.2%2C1.4-3%2C1S9%2C9%2C9%2C9z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M9%2C12c1.2%2C0%2C1.9%2C1.1%2C3%2C1s3-2%2C3-2v3H6v-1C6%2C13%2C7.9%2C12%2C9%2C12z%22%2F%3E%20%3Cpath%20class%3D%22st3%22%20d%3D%22M6%2C14h9v1H6V14z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-Gray-Image-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%23515050%3B%7D%20.st2%7Bfill%3A%23727272%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%226%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%229%22%20height%3D%227%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2C7V2H0v12h5v2h11V7H15z%20M1%2C13V3h13v4H5v6H1z%20M15%2C15H6V8h9V15z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M9%2C9c-1.7%2C0-3%2C2-3%2C2V8h9v2c0%2C0-1.2%2C1.4-3%2C1S9%2C9%2C9%2C9z%22%2F%3E%20%3Cpath%20d%3D%22M9%2C12c1.2%2C0%2C1.9%2C1.1%2C3%2C1s3-2%2C3-2v3H6v-1C6%2C13%2C7.9%2C12%2C9%2C12z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M6%2C14h9v1H6V14z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-Gray-Image {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%23515050%3B%7D%20.st2%7Bfill%3A%23727272%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%226%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%229%22%20height%3D%227%22%2F%3E%20%3Cpath%20d%3D%22M15%2C7V2H0v12h5v2h11V7H15z%20M1%2C13V3h13v4H5v6H1z%20M15%2C15H6V8h9V15z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M9%2C9c-1.7%2C0-3%2C2-3%2C2V8h9v2c0%2C0-1.2%2C1.4-3%2C1S9%2C9%2C9%2C9z%22%2F%3E%20%3Cpath%20d%3D%22M9%2C12c1.2%2C0%2C1.9%2C1.1%2C3%2C1s3-2%2C3-2v3H6v-1C6%2C13%2C7.9%2C12%2C9%2C12z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M6%2C14h9v1H6V14z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-Mail-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%23B4B3B3%3B%7D%20.st2%7Bfill%3A%234B7EB1%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C8h11v7H5V8z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C8h11v7H5V8z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2C7V2H0v12h4v2h12V7H15z%20M1%2C13V3h13v4H4v6H1z%20M15%2C15H5V8h10V15z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M7%2C11h4v1H7V11z%20M7%2C13h4v1H7V13z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M12%2C9h2v2h-2V9z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-Mail {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st2%7Bfill%3A%23B4B3B3%3B%7D%20.st3%7Bfill%3A%234B7EB1%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C8h11v7H5V8z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C8h11v7H5V8z%22%2F%3E%20%3Cpath%20d%3D%22M15%2C7V2H0v12h4v2h12V7H15z%20M1%2C13V3h13v4H4v6H1z%20M15%2C15H5V8h10V15z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M7%2C11h4v1H7V11z%20M7%2C13h4v1H7V13z%22%2F%3E%20%3Cpath%20class%3D%22st3%22%20d%3D%22M12%2C9h2v2h-2V9z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-Multi-Media-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M1%2C2v12h15V2H1z%20M15%2C13H2V3h13V13z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13%2C11V4.9L7%2C4v5.4C6.5%2C9.3%2C5.8%2C9.3%2C5%2C9.5c-1.4%2C0.4-2.3%2C1.4-2%2C2.1c0.3%2C0.7%2C1.6%2C1%2C3%2C0.6s2.3-1.4%2C2-2.1V7.7l4%2C0.9%20%20%20v1.7c-0.6-0.1-1.3-0.1-2%2C0.1c-1.4%2C0.4-2.3%2C1.4-2%2C2.1s1.6%2C1%2C3%2C0.6S13.3%2C11.7%2C13%2C11z%20M12%2C7.5L8%2C6.7V5.1l4%2C0.7V7.5z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-Multi-Media {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M1%2C2v12h15V2H1z%20M15%2C13H2V3h13V13z%22%2F%3E%20%3Cpath%20d%3D%22M13%2C11V4.9L7%2C4v5.4C6.5%2C9.3%2C5.8%2C9.3%2C5%2C9.5c-1.4%2C0.4-2.3%2C1.4-2%2C2.1c0.3%2C0.7%2C1.6%2C1%2C3%2C0.6s2.3-1.4%2C2-2.1V7.7l4%2C0.9%20%20%20v1.7c-0.6-0.1-1.3-0.1-2%2C0.1c-1.4%2C0.4-2.3%2C1.4-2%2C2.1s1.6%2C1%2C3%2C0.6S13.3%2C11.7%2C13%2C11z%20M12%2C7.5L8%2C6.7V5.1l4%2C0.7V7.5z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-Register-dark {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2.8%206H16c.1%200%20.2.1.1.2l-3%207.7c0%20.1-.1.1-.1.1H2.2c-.1%200-.2-.1-.2-.2l.6-7.7s.1-.1.2-.1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M.5%2013c0%20.5.1.6.2%200l1-7.8.2-.2h11.7c.1%200%20.1%200%20.1-.1l.1-.2c.2-.5%200-.9-.6-.9H6.5L4.4%202.1H.7c-.1%200-.1%200-.2.1L0%203.8v.1L.5%2013z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-Register {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M2.8%206H16c.1%200%20.2.1.1.2l-3%207.7c0%20.1-.1.1-.1.1H2.2c-.1%200-.2-.1-.2-.2l.6-7.7s.1-.1.2-.1z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M.5%2013c0%20.5.1.6.2%200l1-7.8.2-.2h11.7c.1%200%20.1%200%20.1-.1l.1-.2c.2-.5%200-.9-.6-.9H6.5L4.4%202.1H.7c-.1%200-.1%200-.2.1L0%203.8v.1L.5%2013z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-SW-Image-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%226%22%20y%3D%227.7%22%20class%3D%22st0%22%20width%3D%229%22%20height%3D%227%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2C7V2H0v12h5v2h11V7H15z%20M1%2C13V3h13v4H5v6H1z%20M15%2C15H6V8h9V15z%22%2F%3E%20%3Cpath%20d%3D%22M9%2C9c-1.7%2C0-3%2C2-3%2C2V8h9v2c0%2C0-1.2%2C1.4-3%2C1S9%2C9%2C9%2C9z%20M9%2C12c1.2%2C0%2C1.9%2C1.1%2C3%2C1s3-2%2C3-2v3H6v-1C6%2C13%2C7.9%2C12%2C9%2C12z%20M6%2C14h9v1H6%20%20%20V14z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-SW-Image {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%226%22%20y%3D%227.7%22%20class%3D%22st0%22%20width%3D%229%22%20height%3D%227%22%2F%3E%20%3Cpath%20d%3D%22M15%2C7V2H0v12h5v2h11V7H15z%20M1%2C13V3h13v4H5v6H1z%20M15%2C15H6V8h9V15z%22%2F%3E%20%3Cpath%20d%3D%22M9%2C9c-1.7%2C0-3%2C2-3%2C2V8h9v2c0%2C0-1.2%2C1.4-3%2C1S9%2C9%2C9%2C9z%20M9%2C12c1.2%2C0%2C1.9%2C1.1%2C3%2C1s3-2%2C3-2v3H6v-1C6%2C13%2C7.9%2C12%2C9%2C12z%20M6%2C14h9v1H6%20%20%20V14z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-Typeless-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%225.9%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%229.1%22%20height%3D%227%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2C7V2H0v12h5v2h11V7H15z%20M1%2C13V3h13v4H5v6H1z%20M15%2C15H6V8h9V15z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-Typeless {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%225.9%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%229.1%22%20height%3D%227%22%2F%3E%20%3Cpath%20d%3D%22M15%2C7V2H0v12h5v2h11V7H15z%20M1%2C13V3h13v4H5v6H1z%20M15%2C15H6V8h9V15z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-W-Doc-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%23B4B4B3%3B%7D%20.st2%7Bfill%3A%23AAAAAA%3B%7D%20.st3%7Bfill%3A%234B7EB1%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6.3%2C13H1V3h13v4h1V2H0v12h6.3V13z%22%2F%3E%20%3Crect%20x%3D%225%22%20y%3D%227%22%20class%3D%22st0%22%20width%3D%2211%22%20height%3D%229%22%2F%3E%20%3Crect%20x%3D%226%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%229%22%20height%3D%227%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M7%2C11.2L7%2C11.2l0.1-0.7C7%2C10.9%2C7%2C11.2%2C7%2C11.2z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M10.2%2C9h-2l0%2C0H10.2L10.2%2C9z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M10.9%2C14c0%2C0%2C0.1%2C0%2C0.2%2C0H10.9L10.9%2C14z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M14.1%2C11.8L14.1%2C11.8v0.3C14.1%2C11.9%2C14.1%2C11.8%2C14.1%2C11.8z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M14.1%2C12.1v-0.3h-2c-1.2%2C0-1.2%2C2-1.2%2C2.2h0.2c0.4%2C0%2C1.5-0.2%2C2.1-0.5C13.7%2C13.2%2C14%2C12.5%2C14.1%2C12.1z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M10.2%2C9h-2c-0.8%2C0.1-1%2C0.9-1.1%2C1.5v0.7c0.2%2C0%2C1.6-0.2%2C2.3-0.6C10%2C10.4%2C10.2%2C9.1%2C10.2%2C9z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st3%22%20d%3D%22M7%2C14c0%2C0-0.1-2.3%2C1.2-2.3h1.9c0%2C0-0.2%2C1.3-0.9%2C1.7C8.6%2C13.8%2C7%2C14%2C7%2C14z%20M10.8%2C11.3c0%2C0-0.1-2.3%2C1.2-2.3h2%20%20%20c0%2C0-0.2%2C1.3-0.9%2C1.7C12.3%2C11.1%2C10.8%2C11.3%2C10.8%2C11.3z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-W-Doc {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%23B4B4B3%3B%7D%20.st2%7Bfill%3A%23AAAAAA%3B%7D%20.st3%7Bfill%3A%234B7EB1%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M6.3%2C13H1V3h13v4h1V2H0v12h6.3V13z%22%2F%3E%20%3Crect%20x%3D%225%22%20y%3D%227%22%20width%3D%2211%22%20height%3D%229%22%2F%3E%20%3Crect%20x%3D%226%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%229%22%20height%3D%227%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M7%2C11.2L7%2C11.2l0.1-0.7C7%2C10.9%2C7%2C11.2%2C7%2C11.2z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M10.2%2C9h-2H8.2H10.2L10.2%2C9z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M10.9%2C14c0%2C0%2C0.1%2C0%2C0.2%2C0H10.9L10.9%2C14z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M14.1%2C11.8L14.1%2C11.8v0.3C14.1%2C11.9%2C14.1%2C11.8%2C14.1%2C11.8z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M14.1%2C12.1v-0.3h-2c-1.2%2C0-1.2%2C2-1.2%2C2.2h0.2c0.4%2C0%2C1.5-0.2%2C2.1-0.5C13.7%2C13.2%2C14%2C12.5%2C14.1%2C12.1z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M10.2%2C9h-2c-0.8%2C0.1-1%2C0.9-1.1%2C1.5v0.7c0.2%2C0%2C1.6-0.2%2C2.3-0.6C10%2C10.4%2C10.2%2C9.1%2C10.2%2C9z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st3%22%20d%3D%22M7%2C14c0%2C0-0.1-2.3%2C1.2-2.3h1.9c0%2C0-0.2%2C1.3-0.9%2C1.7C8.6%2C13.8%2C7%2C14%2C7%2C14z%20M10.8%2C11.3c0%2C0-0.1-2.3%2C1.2-2.3H14%20%20%20c0%2C0-0.2%2C1.3-0.9%2C1.7C12.3%2C11.1%2C10.8%2C11.3%2C10.8%2C11.3z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-XML-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%234B7EB1%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%226%2C11%201.3%2C13%206%2C15%20%22%2F%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2211.5%22%20cy%3D%2211.5%22%20r%3D%223.5%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M11.5%2C7C9%2C7%2C7%2C9%2C7%2C11.5S9%2C16%2C11.5%2C16s4.5-2%2C4.5-4.5S14%2C7%2C11.5%2C7z%20M11.5%2C15C9.6%2C15%2C8%2C13.4%2C8%2C11.5S9.6%2C8%2C11.5%2C8%20%20%20S15%2C9.6%2C15%2C11.5S13.4%2C15%2C11.5%2C15z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M11.6%2C7c0.6%2C0%2C1.3%2C2%2C1.3%2C4.5S12.2%2C16%2C11.6%2C16c1.1%2C0%2C1.9-2%2C1.9-4.5S12.6%2C7%2C11.6%2C7z%20M10.2%2C11.5%20%20%20C10.2%2C9%2C10.9%2C7%2C11.6%2C7c-1.1%2C0-1.9%2C2.1-1.9%2C4.5s0.8%2C4.5%2C1.9%2C4.5C10.9%2C16%2C10.2%2C14%2C10.2%2C11.5z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M8%2C10h7v1H8V10z%20M8%2C12h7v1H8V12z%20M5%2C11c0-0.1-4%2C2-4%2C2l4%2C2l1-1l-3-1l3-1L5%2C11z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C2v12h1V3h13v4h1V2H0z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-OT-XML {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%234B7EB1%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%226%2C11%201.3%2C13%206%2C15%20%22%2F%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2211.5%22%20cy%3D%2211.5%22%20r%3D%223.5%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M11.5%2C7C9%2C7%2C7%2C9%2C7%2C11.5S9%2C16%2C11.5%2C16s4.5-2%2C4.5-4.5S14%2C7%2C11.5%2C7z%20M11.5%2C15C9.6%2C15%2C8%2C13.4%2C8%2C11.5S9.6%2C8%2C11.5%2C8%20%20%20S15%2C9.6%2C15%2C11.5S13.4%2C15%2C11.5%2C15z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M11.6%2C7c0.6%2C0%2C1.3%2C2%2C1.3%2C4.5S12.2%2C16%2C11.6%2C16c1.1%2C0%2C1.9-2%2C1.9-4.5S12.6%2C7%2C11.6%2C7z%20M10.2%2C11.5%20%20%20C10.2%2C9%2C10.9%2C7%2C11.6%2C7c-1.1%2C0-1.9%2C2.1-1.9%2C4.5s0.8%2C4.5%2C1.9%2C4.5C10.9%2C16%2C10.2%2C14%2C10.2%2C11.5z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M8%2C10h7v1H8V10z%20M8%2C12h7v1H8V12z%20M5%2C11c0-0.1-4%2C2-4%2C2l4%2C2l1-1l-3-1l3-1L5%2C11z%22%2F%3E%20%3Cpath%20d%3D%22M0%2C2v12h1V3h13v4h1V2H0z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-parallel-variant {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st0%7Bfill%3A%23B4B3B3%3B%7D%20.st2%7Bfill%3A%23EAC281%3B%7D%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12%209h1v3h-1zM9%205V3H7v2H4v4h1V6h6v1h1V5zM3%209h1v3H3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M5%201h6v3H5zM1%207h5v3H1zm0%204h5v3H1zm9-4h5v3h-5z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M10%2011h5v3h-5z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-parent {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%2F%3E%20%3Cpath%20d%3D%22M9.5%2015h-7V1h11v1h-10v12h5v-4h4V2h1v9l-4%204zm0-1l3-3h-3v3z%22%2F%3E%20%3Cpath%20d%3D%22M8.7%205.1v1.6L7.2%205.1v3.2H6.1V5.1L4.5%206.7V5.1L6.6%203z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-popout {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13%207v7H2V5h6V4H1v11h13V7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15%201h-5l2.1%202.1-5.3%205.4.7.7%205.4-5.3L15%206z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-print {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st2%7Bfill%3A%236CABDD%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M14%2C4v4H2V4.1C1.4%2C4.2%2C1%2C4.7%2C1%2C5.3v4.4C1%2C10.4%2C1.6%2C11%2C2.3%2C11H5V9h6v2h2.7c0.7%2C0%2C1.3-0.6%2C1.3-1.2V5.3%20%20%20C15%2C4.7%2C14.5%2C4.2%2C14%2C4z%22%2F%3E%20%3Cpolygon%20points%3D%2211%2C10%2011%2C13%205%2C13%205%2C10%204%2C10%204%2C14%2012%2C14%2012%2C10%20%22%2F%3E%20%3Cpolygon%20points%3D%224%2C1%204%2C4%205%2C4%205%2C2%2011%2C2%2011%2C4%2012%2C4%2012%2C1%20%22%2F%3E%20%3Crect%20x%3D%226%22%20y%3D%2211%22%20class%3D%22st0%22%20width%3D%224%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%226%22%20y%3D%229%22%20class%3D%22st0%22%20width%3D%224%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%224%22%20class%3D%22st1%22%20width%3D%2210%22%20height%3D%223%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%224%22%20class%3D%22st2%22%20width%3D%2210%22%20height%3D%223%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-profile-distributed-small {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%2F%3E%20%3Cpath%20d%3D%22M3%203v10h10V3H3zm9%209H4V4h8v8z%22%2F%3E%20%3Cpath%20d%3D%22M9.8%206.5C9.8%207.4%209%208%208%208s-1.8-.6-1.8-1.5S7%204.9%208%204.9s1.8.7%201.8%201.6zM5.5%2011S5.7%209%208%209c2.4%200%202.5%202%202.5%202h-5z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-profile-distributed-white-small {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M3%203v10h10V3H3zm9%209H4V4h8v8z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M9.8%206.5C9.8%207.4%209%208%208%208s-1.8-.6-1.8-1.5S7%204.9%208%204.9s1.8.7%201.8%201.6zM5.5%2011S5.7%209%208%209c2.4%200%202.5%202%202.5%202h-5z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-profile-distributed-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2%202v12h12V2H2zm11%2011H3V3h10v10z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10%206.1C10%207.3%209.1%208%208%208s-2-.7-2-1.9S6.9%204%208%204s2%20.9%202%202.1zM4.5%2012S4.8%209%208%209c3.3%200%203.5%203%203.5%203h-7z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-profile-distributed {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%2F%3E%20%3Cpath%20d%3D%22M2%202v12h12V2H2zm11%2011H3V3h10v10z%22%2F%3E%20%3Cpath%20d%3D%22M10%206.1C10%207.3%209.1%208%208%208s-2-.7-2-1.9S6.9%204%208%204s2%20.9%202%202.1zM4.5%2012S4.8%209%208%209c3.3%200%203.5%203%203.5%203h-7z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-query-saver {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M15.7%206.1V6c-.1-.7-.5-1.3-.9-1.7L11.1%200H9l.1%201.4S9.1%201%208%201c-1%20.1-1%20.4-1%20.4L6.9%200H5L1.2%204.1c-.5.5-.9%201.2-1%202v.6c0%202%201.6%203.6%203.6%203.6%201.9%200%203.5-1.5%203.6-3.3h1.1c.1%201%20.5%201.8%201.2%202.4L8%209l.2%207.1L15%2016V9l-.5.4c.7-.7%201.2-1.6%201.2-2.7v-.6zM3.8%208.7c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-1%202-2%202zm8.3-4c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2zM14%2015h-2v-1h-2v1H9v-2h5v2zm0-3H9v-2h5v2z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-radio-ok-blue {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2385BDDB%3B%7D%3C%2Fstyle%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%226%22%20cy%3D%226%22%20r%3D%224%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-radio-ok {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%226%22%20cy%3D%226%22%20r%3D%224%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-REFERENCE {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2376A798%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4%207s1.8-1.2%203%200c1.3%201.2%202%202%202%202H5l2%202h5V6l-2-2v4s-.5-.7-2-2C5.5%203.8%203%206%203%206l1%201z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-refresh-blue {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23278ECE%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%227.5%2C4.9%204%2C3.5%206.2%2C0%20%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%227.3%2C11%2010.8%2C12.4%208.6%2C16%20%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8.9%2C13.3c-0.4%2C0.1-0.7%2C0.1-1.1%2C0.1c-3%2C0-5.5-2.4-5.5-5.5c0-1.1%2C0.3-2.1%2C0.9-2.9L2.6%2C4.6C1%2C7%2C1.3%2C10.2%2C3.4%2C12.3%20%20%20c1.6%2C1.6%2C3.8%2C2.1%2C5.9%2C1.6C9%2C13.7%2C8.9%2C13.5%2C8.9%2C13.3z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12%2C3.7c-1.8-1.8-4.6-2.2-6.9-1.2c0.1%2C0.2%2C0.1%2C0.4%2C0.2%2C0.6C6%2C2.8%2C6.9%2C2.5%2C7.7%2C2.5c3%2C0%2C5.4%2C2.6%2C5.4%2C5.6%20%20%20c0%2C1.1-0.3%2C2.1-0.9%2C2.9l0.6%2C0.3C14.3%2C9%2C14.1%2C5.8%2C12%2C3.7z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-remove-from-favs {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23D75532%3B%7D%20.st1%7Bfill%3A%23EAC281%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10%2012h6v2h-6z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M9%2011h2.2l-.4-1.3%204.6-3.3H9.8L8%201%206.2%206.4H.6l4.6%203.3-1.8%205.4L8%2011.8l1%20.7zm3.4%204l.2.1-.1-.1z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-reset-configs {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M8%202.8v1.5c2.5%200%204.5%202.1%204.5%204.7s-2%204.7-4.5%204.7c-2.3%200-4.2-1.9-4.5-4.2H2c.2%203.2%202.8%205.7%205.9%205.7%203.3%200%205.9-2.8%205.9-6.2S11.3%202.8%208%202.8z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.31883%207.33807l-4.03047%204.03047-.7071-.7071%204.03047-4.03047z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M9.64103%2011.29803L5.61056%207.26756l.7071-.7071%204.03047%204.03047zM4.5%202.8h3.7v1.5H4.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4.6%206.8L1.3%203.5%204.6.3z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-revisit-unfired {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2369A491%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M14%202v12H2V2h12m1-1H1v14h14V1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7%203.6h2v5.8H7zM7%2011h2v2H7z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-save-column-width {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%2F%3E%20%3Cpath%20d%3D%22M3%2011H1V1h2v5zm9-10h2v7h-2zm4%209V9H9v7h7v-6zm-1%205h-2v-1h-2v1h-1v-2h5v2zm0-3h-5v-2h5v2zM9%203v2H6V3L3%206l3%203V7h3v1h1l2-2z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-save-grouping {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%2F%3E%20%3Cpath%20d%3D%22M15%201H1v6h14V1zm-1%205H2V5h12v1zm0-2H2V3h12v1zm-7%206V8H1v6h6v-1H2v-1h5v-1H2v-1zm1-1v7h7V9H8zm6%206h-2v-1h-2v1H9v-2h5v2zm0-3H9v-2h5v2z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-save-sorting {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%2F%3E%20%3Cpath%20d%3D%22M11%201H1l4%204v7h2V5z%22%2F%3E%20%3Cpath%20d%3D%22M8%209v7h7V9H8zm6%206h-2v-1h-2v1H9v-2h5v2zm0-3H9v-2h5v2z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-search-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2013.8l-4.1-4.1c.7-.9%201.1-2%201.1-3.3C12%203.5%209.5%201%206.5%201S1%203.5%201%206.5%203.5%2012%206.5%2012c1.2%200%202.3-.4%203.3-1.1l4.1%204.1%201.1-1.2zM2%206.5C2%204%204%202%206.5%202S11%204%2011%206.5%209%2011%206.5%2011%202%209%202%206.5z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-send-to {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23EAC281%3B%7D%20.st1%7Bfill%3A%234B7EB1%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%202h14v2L8%209H6L0%204z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%206v7h6v-2h4V9h4V6l-5%204H5z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M13%2010h-2l2%202H7v2h6l-2%202h2.1l2.9-3z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-set-archivable {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23EBC282%3B%7D%20.st1%7Bfill%3A%236BABDB%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15.3%2C11.5L14.7%2C7l-0.6-0.2l-0.1%2C0c0%2C0-0.3%2C0-0.8-0.1c-0.2%2C0.3-0.5%2C0.6-0.7%2C0.9c0.6%2C0.1%2C1.1%2C0.1%2C1.3%2C0.2%20%20%20l0.8%2C5.8c-1.1-0.3-3.2-0.8-4.1-0.8c-0.1%2C0-0.3%2C0-0.4%2C0.1c0%2C0-0.1%2C0-0.2%2C0.1c-0.1%2C0-0.2%2C0.1-0.3%2C0.1c-0.1%2C0-0.1%2C0.1-0.2%2C0.1%20%20%20c-0.1%2C0-0.1%2C0.1-0.2%2C0.1c-0.1%2C0.1-0.2%2C0.1-0.3%2C0.2V8.5C8.7%2C8.4%2C8.3%2C8.3%2C8.1%2C8.1H7.9l0-0.1C7.7%2C7.9%2C7.6%2C7.8%2C7.4%2C7.6l0.2%2C0.5H7v5.6%20%20%20c0%2C0%2C0%2C0%2C0%2C0c-0.1-0.1-0.1-0.1-0.2-0.2c-0.1%2C0-0.1-0.1-0.2-0.1c-0.1%2C0-0.1-0.1-0.2-0.1c-0.1-0.1-0.2-0.1-0.3-0.2C6.1%2C13%2C6.1%2C13%2C6%2C13%20%20%20c-0.1-0.1-0.2-0.1-0.3-0.2c-1.1-0.2-3.5%2C0.3-4.7%2C0.6l0.8-5.6c0.7-0.1%2C2.1-0.3%2C3.5-0.8c0.6-0.2%2C1.1-0.3%2C1.4-0.1%20%20%20C6.5%2C6.6%2C6.4%2C6.2%2C6.3%2C5.8c-0.4%2C0-0.9%2C0.1-1.3%2C0.3C3.2%2C6.8%2C1.4%2C6.9%2C1.4%2C6.9L1%2C6.9l-1.2%2C7.9L0%2C14.7l0%2C0.2L6.8%2C15c0%2C0%2C0.1%2C0.4%2C1.1%2C0.4%20%20%20S9%2C15%2C9%2C15h6.9L15.3%2C11.5z%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M9.9%2C9.6c-2.6%2C0-4.8-2.2-4.8-4.8S7.3%2C0%2C9.9%2C0c2.6%2C0%2C4.8%2C2.2%2C4.8%2C4.8S12.5%2C9.6%2C9.9%2C9.6z%20M9.9%2C1%20%20%20%20C7.8%2C1%2C6.1%2C2.7%2C6.1%2C4.8s1.7%2C3.8%2C3.8%2C3.8s3.8-1.7%2C3.8-3.8S12%2C1%2C9.9%2C1z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M9.4%2C1.3h1.2v3.9H9.4V1.3z%20M8.9%2C6.1h1.9v1H8.9V6.1z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-signed-current-version {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%236AACDC%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%220%2C16%2011%2C14%2012%2C8%2011%2C8%2010%2C13%201%2C15%203%2C6%208%2C5%208%2C4%202%2C5%20%22%2F%3E%20%3Crect%20x%3D%220.46%22%20y%3D%2211.29%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-7.3137%206.3431%29%22%20class%3D%22st0%22%20width%3D%227.07%22%20height%3D%221.41%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M11%2C0L7%2C4l1%2C2l2%2C2l2%2C1l4-4L11%2C0z%20M10%2C7L9%2C6L8%2C4l3-2l3%2C3l-2%2C3L10%2C7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13%2C7c0.08-0.08-4-4-4-4h1l2.97%2C3.03L13%2C7z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-signed-version-before {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23D65532%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%220%2C16%2011%2C14%2012%2C8%2011%2C8%2010%2C13%201%2C15%203%2C6%208%2C5%208%2C4%202%2C5%20%22%2F%3E%20%3Crect%20x%3D%220.46%22%20y%3D%2211.29%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-7.3137%206.3431%29%22%20class%3D%22st0%22%20width%3D%227.07%22%20height%3D%221.41%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M11%2C0L7%2C4l1%2C2l2%2C2l2%2C1l4-4L11%2C0z%20M10%2C7L9%2C6L8%2C4l3-2l3%2C3l-2%2C3L10%2C7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13%2C7c0.08-0.08-4-4-4-4h1l2.97%2C3.03L13%2C7z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-sleekfind-dark {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2013.8l-4.1-4.1c.7-.9%201.1-2%201.1-3.3C12%203.5%209.5%201%206.5%201S1%203.5%201%206.5%203.5%2012%206.5%2012c1.2%200%202.3-.4%203.3-1.1l4.1%204.1%201.1-1.2zM2%206.5C2%204%204%202%206.5%202S11%204%2011%206.5%209%2011%206.5%2011%202%209%202%206.5z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-start-arrow-blue {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3A%20new%200%200%2014%2014%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2374A6D9%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%223%2C12%2011%2C7%203%2C2%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-start-search-dark {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M3%201v13.8L14%208%203%201zm1%202l8%205-8%205V3z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-start-search {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M3%201v13.8L14%208%203%201zm1%202l8%205-8%205V3z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-stop-sync {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st1%7Bfill%3A%236AABDB%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M5%2C10c-1.9%2C0.3-3-0.7-3-2c0-1.4%2C1.2-2.5%2C2.9-2.5C5.1%2C5.5%2C5%2C5.3%2C5%2C5c0-1.5%2C0.6-3%2C3-3s3%2C1.5%2C3%2C3%20%20%20c0%2C0.3%2C0%2C0.6%2C0.1%2C0.6c1.7%2C0%2C2.9%2C1%2C2.9%2C2.4c0%2C1.3-0.8%2C2.2-3%2C2l0.5%2C0.3L11%2C10v1l1.2-0.1c1.6-0.3%2C2.8-1.6%2C2.8-3.1%20%20%20c0-1.7-1.5-3.2-3.4-3.2C11.6%2C2.7%2C10.8%2C1%2C8%2C1S4.4%2C2.7%2C4.4%2C4.7C2.5%2C4.7%2C1%2C6.1%2C1%2C7.9c0%2C1.5%2C1.2%2C2.8%2C2.8%2C3.1H5%22%2F%3E%20%3Crect%20x%3D%225.5%22%20y%3D%227%22%20class%3D%22st1%22%20width%3D%221.5%22%20height%3D%227%22%2F%3E%20%3Crect%20x%3D%229%22%20y%3D%227%22%20class%3D%22st1%22%20width%3D%221.4%22%20height%3D%227%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-stop {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%236AAADB%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%236E6E6E%3Bstroke-miterlimit%3A10%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%226.1%22%20y%3D%226.9%22%20transform%3D%22matrix%28-1.836970e-16%201%20-1%20-1.836970e-16%2017.936%20-2.064%29%22%20class%3D%22st0%22%20width%3D%227.9%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%222.1%22%20y%3D%226.9%22%20transform%3D%22matrix%28-1.836970e-16%201%20-1%20-1.836970e-16%2013.936%201.936%29%22%20class%3D%22st0%22%20width%3D%227.9%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%221.5%22%20y%3D%221.5%22%20class%3D%22st1%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-sub-variant {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st0%7Bfill%3A%23B4B3B3%3B%7D%20.st2%7Bfill%3A%23EAC281%3B%7D%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M9%207V3H7v4H4v3h1V8h6v2h1V7z%22%2F%3E%20%3Cpath%20d%3D%22M5%202h6v3H5zm-3%208h5v3H2z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M9%2010h5v3H9z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-sync-complete {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st1%7Bfill%3A%234B7EB1%3B%7D%20%3C%2Fstyle%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M8%2C1c3.9%2C0%2C7%2C3.1%2C7%2C7s-3.1%2C7-7%2C7s-7-3.1-7-7S4.1%2C1%2C8%2C1%20M8%2C0C3.6%2C0%2C0%2C3.6%2C0%2C8s3.6%2C8%2C8%2C8s8-3.6%2C8-8S12.4%2C0%2C8%2C0%20%20%20%20%20L8%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%227.6%2C11.9%207.6%2C11.9%207.6%2C11.9%203.2%2C7.7%204.5%2C6.4%207.4%2C9.3%2011.8%2C4.6%2013.1%2C5.9%20%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-sync-warning {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23EBC281%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8%2C0C3.6%2C0%2C0%2C3.6%2C0%2C8s3.6%2C8%2C8%2C8s8-3.6%2C8-8S12.4%2C0%2C8%2C0z%20M9%2C13H7v-2h2V13z%20M9%2C10H7V3h2V10z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-synchronize-arrow-separate {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20points%3D%227%2C6.1%207%2C11%205%2C11%208%2C15%2011%2C11%209%2C11%209%2C6.1%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20points%3D%229%2C10.9%209%2C6%2011%2C6%208%2C2%205%2C6%207%2C6%207%2C10.9%20%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-synchronize {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st1%7Bfill%3A%236AABDB%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M5%2C10c-1.9%2C0.3-3-0.7-3-2c0-1.4%2C1.2-2.5%2C2.9-2.5C5.1%2C5.5%2C5%2C5.3%2C5%2C5c0-1.5%2C0.6-3%2C3-3s3%2C1.5%2C3%2C3%20%20%20c0%2C0.3%2C0%2C0.6%2C0.1%2C0.6c1.7%2C0%2C2.9%2C1%2C2.9%2C2.4c0%2C1.3-0.8%2C2.2-3%2C2l0.5%2C0.3L11%2C10v1l1.2-0.1c1.6-0.3%2C2.8-1.6%2C2.8-3.1%20%20%20c0-1.7-1.5-3.2-3.4-3.2C11.6%2C2.7%2C10.8%2C1%2C8%2C1S4.4%2C2.7%2C4.4%2C4.7C2.5%2C4.7%2C1%2C6.1%2C1%2C7.9c0%2C1.5%2C1.2%2C2.8%2C2.8%2C3.1H5%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%229%2C12.1%209%2C9%209.5%2C9.5%2010.6%2C8.4%208.1%2C6%208%2C6%208%2C6%205.5%2C8.5%206.5%2C9.4%207%2C8.9%207%2C12.1%206.5%2C11.6%205.5%2C12.6%208%2C15%208%2C15%20%20%20%208%2C15%2010.5%2C12.5%209.5%2C11.6%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-team {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23707070%3B%7D%20.st1%7Bfill%3A%236AABDB%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%227.4%2C1.3%2013.9%2C4%2014.9%2C4%207.4%2C0%200%2C4%200.9%2C4%20%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2214%2C4%2014%2C5%2014%2C6%2014%2C15%201%2C15.1%201%2C5.8%201%2C4.9%201%2C4%200%2C4%200%2C16%2014.9%2C16%2014.9%2C4%20%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M2%2C11.9c0.1%2C0.3%2C0.2%2C0.7%2C1%2C0.9c0.6%2C0.1%2C1.2%2C0.1%2C1.5%2C0.1s0.9-0.1%2C1.5-0.2c0.7-0.1%2C0.9-0.7%2C1-0.9s0-1.1-0.1-1.4%20%20%20C6.7%2C10%2C6.5%2C9.8%2C6.3%2C9.7S5.4%2C9.6%2C5.4%2C9.6S4.8%2C11%2C4.5%2C11.2l0%2C0c0%2C0%2C0%2C0-0.1%2C0C4%2C11%2C3.5%2C9.6%2C3.5%2C9.6s-0.6%2C0-0.8%2C0.2%20%20%20c-0.2%2C0.1-0.5%2C0.4-0.6%2C0.7C2.1%2C10.8%2C2%2C11.7%2C2%2C11.9z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M5.9%2C7.6c0%2C0.9-0.6%2C1.6-1.3%2C1.6S3.1%2C8.5%2C3.1%2C7.6S3.7%2C6%2C4.5%2C6S5.9%2C6.7%2C5.9%2C7.6z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M8%2C11.9c0.1%2C0.3%2C0.2%2C0.7%2C1%2C0.9c0.6%2C0.1%2C1.2%2C0.1%2C1.5%2C0.1s0.9-0.1%2C1.5-0.2c0.7-0.1%2C0.9-0.7%2C1-0.9s0-1.1-0.1-1.4%20%20%20c-0.1-0.4-0.4-0.6-0.6-0.7s-0.9-0.1-0.9-0.1s-0.6%2C1.4-0.9%2C1.6h-0.1c0%2C0%2C0%2C0-0.1%2C0C10%2C11%2C9.5%2C9.6%2C9.5%2C9.6s-0.6%2C0-0.8%2C0.2%20%20%20c-0.2%2C0.1-0.5%2C0.4-0.6%2C0.7C8.1%2C10.8%2C8%2C11.7%2C8%2C11.9z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M11.9%2C7.6c0%2C0.9-0.6%2C1.6-1.3%2C1.6c-0.8%2C0-1.5-0.7-1.5-1.6S9.7%2C6%2C10.5%2C6C11.4%2C6%2C11.9%2C6.7%2C11.9%2C7.6z%22%2F%3E%20%3Cg%3E%20%3Cimage%20style%3D%22overflow%3Avisible%3B%22%20width%3D%22615%22%20height%3D%22471%22%20xlink%3Ahref%3D%221B1D7F2C.jpg%22%20transform%3D%22matrix%280.6622%200%200%20-0.6614%2030.4844%2066.111%29%22%3E%20%3C%2Fimage%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-template-save {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4%204h8v1H4zm0%202h8v1H4zm0%202h4v1H4zm0%204h4v1H4zm0-2h4v1H4zm5-1v7h7V9H9zm6%206h-2v-1h-2v1h-1v-2h5v2zm0-3h-5v-2h5v2z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M8%2015H3V2h10v6h1V1H2v15h6z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-template {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2%201v15h12V1H2zm11%2014H3V2h10v13z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4%204h8v1H4zm0%206h8v1H4zm0-2h8v1H4zm0-2h8v1H4zm0%206h8v1H4zm213.7-73.9c-.1-.8-.5-1.4-.9-1.8l-3.7-4.3H211l.1%201.4s0-.4-1.1-.4c-1%20.1-1%20.4-1%20.4l-.1-1.4H207l-3.8%204.1c-.5.5-.9%201.2-1%202v.6c0%202%201.6%203.6%203.6%203.6%201.9%200%203.5-1.5%203.6-3.3h1.1c.1%201%20.5%201.8%201.2%202.4L210-59v7h7v-7l-.5.4c.7-.7%201.2-1.6%201.2-2.7v-.6zm-11.9%203.1c-1.4%200-2.5-1.1-2.5-2.5s1.1-2.5%202.5-2.5%202.5%201.1%202.5%202.5-1.2%202.5-2.5%202.5zm8.3-5c1.4%200%202.5%201.1%202.5%202.5s-1.1%202.5-2.5%202.5-2.5-1.1-2.5-2.5%201.1-2.5%202.5-2.5zM216-53h-2v-1h-2v1h-1v-2h5v2zm0-3h-5v-2h5v2z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-toggle-arrow-blue {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23006FAC%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7.6316%205.33875l.7071-.7071%205.6568%205.6568-.7071.7071z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2.04226%2010.34562l5.6568-5.6568.7071.7071-5.6568%205.6568z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-toggle-arrow-gray {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7.6123%205.33875l.7071-.7071%205.6568%205.6568-.7071.7071z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2.04576%2010.38342l5.6568-5.6568.7071.7071-5.6568%205.6568z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-treeview {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cg%20id%3D%22Ebene_1_1_%22%3E%20%3Cimage%20style%3D%22display%3Anone%3Boverflow%3Avisible%3Benable-background%3Anew%20%20%20%20%3B%22%20width%3D%2216%22%20height%3D%2216%22%20xlink%3Ahref%3D%22treeview-000.png%22%3E%20%3C%2Fimage%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22Ebene_2%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M9%2C3V2H6V1H1v7h8V7l0%2C0V3L9%2C3z%20M8%2C7H2V3h6V7z%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%229%2C11.9%209%2C10.9%205%2C10.9%205%2C14%209%2C14%209%2C13%2015%2C13%2015%2C15.9%209%2C15.9%209%2C14.9%204%2C14.9%204%2C8%205%2C8%205%2C10%209%2C10%209%2C9%2015%2C9%20%20%20%20%2015%2C11.9%20%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-undo-checkout {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st1%7Bfill%3A%23D75532%3B%7D%20.st2%7Bfill%3A%23EAC281%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M2%207h2s-.5-4%203-4%203%204%203%204h2s-1-6-5-6-5%206-5%206z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M10%2010v6h6v-6h-6zm5%202h-1v2h1v1h-1v-1h-2v1h-1v-1h1v-2h-1v-1h1v1h2v-1h1v1z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M9%209h4v-.1c0-.5-.4-.9-.9-.9H1.9c-.5%200-.9.4-.9.9v5.2c0%20.5.4.9.9.9H9V9zm-3%204.5v-4h1.9v4H6z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-unedited {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st1%7Bfill%3A%23E78E46%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M8%201C4.1%201%201%204.1%201%208s3.1%207%207%207%207-3.1%207-7-3.1-7-7-7zm0%2013c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.7%206-6%206z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M7%204h2v5H7zm0%206h2v2H7z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-unknown-file-format {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%23707070%3B%7D%20.st2%7Bfill%3A%234880B8%3B%7D%20%3C%2Fstyle%3E%20%3Cpolyline%20class%3D%22st0%22%20points%3D%2213%2C5%2013%2C14%203%2C14%203%2C2%2011%2C2%2013%2C4%20%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M11%2C4V1H2v14h12c0-0.47%2C0-0.77%2C0-1H3V2h7v3h3v10l1%2C0V4H11z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M7.17%2C11.16h1.67v1.49H7.17V11.16z%20M10.53%2C7.05C10.35%2C7.31%2C10%2C7.66%2C9.56%2C7.92C9.3%2C8.1%2C9.37%2C7.98%2C9.19%2C8.16%20%20%20C9.11%2C8.25%2C9%2C8.32%2C9%2C8.41C8.91%2C8.58%2C9%2C9.46%2C9%2C9.98H7l0.03-1.86c0.09-0.61%2C0.78-0.55%2C1.22-0.9c0.26-0.09%2C0.44-0.26%2C0.53-0.35%20%20%20l0.26-0.26c0.09-0.09%2C0.09-0.18%2C0.09-0.18V6.26c0-0.18%2C0-0.26-0.09-0.35S8.6%2C5.29%2C7.9%2C5.29s-1.31%2C0.53-1.4%2C1.31L4.92%2C6.69%20%20%20C5%2C5.82%2C5.44%2C5.12%2C5.88%2C4.77c0.26-0.18%2C0.53-0.35%2C0.88-0.44c0.35-0.09%2C0.7-0.18%2C1.14-0.18c0.44%2C0%2C0.79%2C0.09%2C1.14%2C0.18%20%20%20c0.35%2C0.09%2C0.7%2C0.26%2C0.88%2C0.44c0.35%2C0.09%2C0.53%2C0.35%2C0.61%2C0.61c0.18%2C0.26%2C0.18%2C0.53%2C0.18%2C0.79C10.79%2C6.52%2C10.7%2C6.78%2C10.53%2C7.05z%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2211%2C1%2014%2C4%2014%2C5.1%2010%2C1%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-unparameterized-query-gray {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M15.7%206.1c-.1-.8-.5-1.4-.9-1.8L11.1%200H9l.1%201.4S9.1%201%208%201c-1%20.1-1%20.4-1%20.4L6.9%200H5L1.2%204.1c-.5.5-.9%201.2-1%202v.6c0%202%201.6%203.6%203.6%203.6%201.9%200%203.5-1.5%203.6-3.3h1.1c.1%201%20.5%201.8%201.2%202.4L8%209l.2%207.1L15%2016V9l-.5.4c.7-.7%201.2-1.6%201.2-2.7v-.6zM3.8%209.2c-1.4%200-2.5-1.1-2.5-2.5s1.1-2.5%202.5-2.5%202.5%201.1%202.5%202.5-1.2%202.5-2.5%202.5zm8.3-5c1.4%200%202.5%201.1%202.5%202.5s-1.1%202.5-2.5%202.5-2.5-1.1-2.5-2.5%201.1-2.5%202.5-2.5zM14%2015h-2v-1h-2v1H9v-2h5v2zm0-3H9v-2h5v2z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-unparameterized-query {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M15.7%206.1c-.1-.8-.5-1.4-.9-1.8L11.1%200H9l.1%201.4S9.1%201%208%201c-1%20.1-1%20.4-1%20.4L6.9%200H5L1.2%204.1c-.5.5-.9%201.2-1%202v.6c0%202%201.6%203.6%203.6%203.6%201.9%200%203.5-1.5%203.6-3.3h1.1c.1%201%20.5%201.8%201.2%202.4L8%209l.2%207.1L15%2016V9l-.5.4c.7-.7%201.2-1.6%201.2-2.7v-.6zM3.8%209.2c-1.4%200-2.5-1.1-2.5-2.5s1.1-2.5%202.5-2.5%202.5%201.1%202.5%202.5-1.2%202.5-2.5%202.5zm8.3-5c1.4%200%202.5%201.1%202.5%202.5s-1.1%202.5-2.5%202.5-2.5-1.1-2.5-2.5%201.1-2.5%202.5-2.5zM14%2015h-2v-1h-2v1H9v-2h5v2zm0-3H9v-2h5v2z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-user-delete {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st1%7Bfill%3A%23D86343%3B%7D%3C%2Fstyle%3E%20%3Ccircle%20cx%3D%226.8%22%20cy%3D%224%22%20r%3D%223%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M10.1861%2010.80178l.7071-.7071%205.16183%205.16183-.7071.7071z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M10.1361%2015.34782l5.16183-5.16183.7071.7071-5.16183%205.1618z%22%2F%3E%20%3Cpath%20d%3D%22M10%2013l-2-3%202-2s1.4%201.1%201%20.8-2-.7-2-.7-1.3%204.3-2.1%204.7h-.2c-.8-.4-2.1-4.7-2.1-4.7s-1.6.4-2%20.7c-.4.2-1%20.6-1.3%201.4-.3.8-.5%202.7-.3%203.2.2.4%201%201.1%202.7%201.3%201.3.2%202.5.3%203.1.3.3%200%201.1.1%202.2%200l1-2z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-user-edit {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st1%7Bfill%3A%234D82B8%3B%7D%3C%2Fstyle%3E%20%3Ccircle%20class%3D%22iconcolor-main%22%20cx%3D%227%22%20cy%3D%224%22%20r%3D%223%22%2F%3E%3Cg%20id%3D%22XMLID_11_%22%3E%20%3Cpath%20id%3D%22XMLID_20_%22%20class%3D%22st1%22%20d%3D%22M11.7%2013.7l2.4-2.5-1.7-1.7L9.9%2012z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_21_%22%20class%3D%22st1%22%20d%3D%22M14.7%2010.4L16%209.1l-1.7-1.7L13%208.7z%22%2F%3E%20%3Cpath%20id%3D%22XMLID_22_%22%20class%3D%22st1%22%20d%3D%22M9.4%2012.8l-.5.5L7.7%2016h.2l2.5-1.3.5-.4z%22%2F%3E%3C%2Fg%3E%20%3Cpath%20class%3D%22iconcolor-main%22%20d%3D%22M6%2014l5-5c-.2-.1.3.1.1%200-.4-.2-1.9-.7-1.9-.7s-1.3%204.2-2%204.6H7c-.8-.4-2-4.6-2-4.6s-1.6.4-2%20.7c-.4.2-.9.6-1.3%201.4-.3.8-.5%202.7-.3%203.1.2.4%201%201.1%202.6%201.3%201.1.1%202.2.2%202.9.2L6%2014z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-user-group {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23EDC87E%3B%7D%20.st1%7Bfill%3A%234D82B8%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1.5%2013.4c.1.3.3%201.1%201.7%201.4.9.2%202%20.2%202.5.2s1.5-.2%202.5-.3c1.2-.2%201.6-1.1%201.7-1.4.1-.3%200-1.7-.2-2.3-.2-.6-.7-.9-.9-1.1-.4-.1-1.6-.2-1.6-.2s-.9%202.2-1.5%202.5h-.2c-.6-.3-1.6-2.5-1.6-2.5s-.9.1-1.3.3c-.3.2-.7.5-.9%201.1l-.2%202.3z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M14%203.5C14%204.9%2013%206%2011.7%206c-1.4%200-2.5-1.1-2.5-2.5S10.3%201%2011.7%201c1.4.1%202.3%201.2%202.3%202.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M8%206.5C8%207.9%207.1%209%205.7%209S3.2%207.9%203.2%206.5%204.3%204%205.7%204%208%205.1%208%206.5z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M15.7%208.1c-.2-.6-.7-.9-.9-1.1-.3-.2-1.5-.4-1.5-.4s-.9%202.2-1.5%202.5h-.2c-.6-.3-1.5-2.5-1.5-2.5s-.6.3-1.1.4c0%201-.1%201.1%200%202%20.5%200%201.9.1%202%203h.7c.5%200%201.5-.2%202.5-.3%201.2-.2%201.6-1.1%201.7-1.4.2-.2.1-1.7-.2-2.2z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-user-menu-exit {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st1%7Bfill%3A%236BABDB%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M3%2010v4h5v-1H4v-3zm0-4V2h5v1H4v3z%22%2F%3E%20%3Cpath%20d%3D%22M9.1%208L5%205.2V7H1v2h4v1.8z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M9%201l.1%2015%204.9-3V3L9%201zm3%208h-2V8h2v1z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-user {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%236AABDB%3B%7D%3C%2Fstyle%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%228%22%20cy%3D%224%22%20r%3D%223%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M13.4%2010.3c-.3-.8-.9-1.2-1.3-1.4-.4-.3-2-.7-2-.7S8.8%2012.5%208%2012.9h-.2c-.8-.4-2.1-4.7-2.1-4.7s-1.6.4-2%20.7c-.4.2-1%20.6-1.3%201.4-.2.8-.4%202.7-.2%203.1.2.4%201%201.1%202.7%201.3%201.3.2%202.4.3%203.1.3.3%200%201.8-.1%203.1-.2%201.7-.2%202.5-.9%202.7-1.3.1-.5%200-2.4-.4-3.2z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-variant-active {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%238DBADA%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%201v14h14V1H1zm5.8%2011L3%208.2l1.4-1.4%202.4%202.4%204.7-4.7%201.4%201.4L6.8%2012z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-variant-red {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st1%7Bfill%3A%23D65532%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M9%2C8V4H7v4H3v4h1V9h8v3h1V8H9z%22%2F%3E%20%3Cg%3E%20%3Crect%20x%3D%221%22%20y%3D%2211%22%20class%3D%22st1%22%20width%3D%226%22%20height%3D%224%22%2F%3E%20%3Crect%20x%3D%229%22%20y%3D%2211%22%20class%3D%22st1%22%20width%3D%226%22%20height%3D%224%22%2F%3E%20%3Crect%20x%3D%224%22%20y%3D%221%22%20class%3D%22st1%22%20width%3D%228%22%20height%3D%224%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-variant-yellow {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st1%7Bfill%3A%23EAC282%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M9%2C8V4H7v4H3v4h1V9h8v3h1V8H9z%22%2F%3E%20%3Cg%3E%20%3Crect%20x%3D%221%22%20y%3D%2211%22%20class%3D%22st1%22%20width%3D%226%22%20height%3D%224%22%2F%3E%20%3Crect%20x%3D%229%22%20y%3D%2211%22%20class%3D%22st1%22%20width%3D%226%22%20height%3D%224%22%2F%3E%20%3Crect%20x%3D%224%22%20y%3D%221%22%20class%3D%22st1%22%20width%3D%228%22%20height%3D%224%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-variant {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st1%7Bfill%3A%23268ECE%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M9%2C8V4H7v4H3v4h1V9h8v3h1V8H9z%22%2F%3E%20%3Cg%3E%20%3Crect%20x%3D%221%22%20y%3D%2211%22%20class%3D%22st1%22%20width%3D%226%22%20height%3D%224%22%2F%3E%20%3Crect%20x%3D%229%22%20y%3D%2211%22%20class%3D%22st1%22%20width%3D%226%22%20height%3D%224%22%2F%3E%20%3Crect%20x%3D%224%22%20y%3D%221%22%20class%3D%22st1%22%20width%3D%228%22%20height%3D%224%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-warning-blue {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%236BABDC%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0.8%2C13.2L7%2C1.7c0.5-0.7%2C1.5-0.7%2C2%2C0l6.2%2C11.5c0.5%2C0.8-0.1%2C1.8-1%2C1.8H1.8C0.9%2C15%2C0.3%2C14%2C0.8%2C13.2z%22%2F%3E%20%3Crect%20x%3D%227.2%22%20y%3D%224.9%22%20class%3D%22st1%22%20width%3D%221.5%22%20height%3D%225.4%22%2F%3E%20%3Crect%20x%3D%227.2%22%20y%3D%2211.9%22%20class%3D%22st1%22%20width%3D%221.5%22%20height%3D%221.5%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-wf-activity-multi {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%236BABDC%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%222%2C4%2011%2C4%2011%2C1%201%2C1%201%2C6%202%2C6%20%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%224%2C8%2013%2C8%2013%2C5%203%2C5%203%2C10%204%2C10%20%22%2F%3E%20%3Crect%20x%3D%225%22%20y%3D%229%22%20class%3D%22st0%22%20width%3D%2210%22%20height%3D%225%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-wf-activity-route {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Crect%20x%3D%222%22%20y%3D%224%22%20class%3D%22st0%22%20width%3D%2212%22%20height%3D%227%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-wf-activity-type-header {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%222%2C4%2011%2C4%2011%2C1%201%2C1%201%2C6%202%2C6%20%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%224%2C8%2013%2C8%2013%2C5%203%2C5%203%2C10%204%2C10%20%22%2F%3E%20%3Crect%20x%3D%225%22%20y%3D%229%22%20class%3D%22st0%22%20width%3D%2210%22%20height%3D%225%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-wf-activity-workitem {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%236BABDC%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%222%22%20y%3D%224%22%20class%3D%22st0%22%20width%3D%2212%22%20height%3D%227%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-wf-depersonalize {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st0%7Bfill%3A%23EAC281%3B%7D%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M11%204s-3.9.1-6.5%200C3.2%204%201%206.4%201%206.4v4.9S2.4%2011%204.7%2010c1.1-.5%205.5.6%207.3-1%201.2-1%204.6-5.9%204-6-2.5-.2-3.1%202.9-4.7%203.9-1.3.4-3.7.3-5%20.1-.4%200-1-1%20.5-1.1s3.4-.1%204.2-.9%200-1%200-1z%22%2F%3E%20%3Cpath%20d%3D%22M9.8561%209.0808l5.0911%205.0911-.7071.7071L9.149%209.7879z%22%2F%3E%20%3Cpath%20d%3D%22M15.0154%209.8561l-5.0911%205.0911-.7071-.7071%205.0911-5.0911z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-wf-edit {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st1%7Bfill%3A%234B7EB1%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M10%201H3v2h1V2h5v4h4v8H4V9H3v6h11V5l-4-4zm0%204V2l3%203h-3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M2%203s.6%202.9%202%203c.9.1%201%200%201%200V3l4%204-4%204V8s-1.9.2-3-1C.8%205.7%201%205%201%205l1-2z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-wf-personalize {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23EAC281%3B%7D%20.st1%7Bfill%3A%234B7EB1%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11%204s-3.9.1-6.5%200C3.2%204%201%206.4%201%206.4v4.9S2.4%2011%204.7%2010c1.1-.5%205.5.6%207.3-1%201.2-1%204.6-5.9%204-6-2.5-.2-3.1%202.9-4.7%203.9-1.3.4-3.7.3-5%20.1-.4%200-1-1%20.5-1.1s3.4-.1%204.2-.9%200-1%200-1z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M7.7172%2011.23713l2.96983%202.96982-.7071.7071-2.96982-2.96982z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M14.9687%209.8687l-5.0204%205.0204-.7071-.7071%205.0204-5.0204z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-workflow-closure-time {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%236AABDB%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%236AABDB%3Bstroke-width%3A1.3%3Bstroke-miterlimit%3A10%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C8%2011%2C9%207%2C9%207%2C4%208%2C4%208%2C8%20%22%2F%3E%20%3Cpath%20id%3D%22XMLID_8_%22%20class%3D%22st1%22%20d%3D%22M14.9%2C8c0%2C3.8-3%2C6.8-6.8%2C6.8s-6.9-3-6.9-6.8s3-6.7%2C6.8-6.7C11.9%2C1.3%2C14.9%2C4.2%2C14.9%2C8z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-workflow-is-personalized {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st1%7Bfill%3A%23EBC281%3B%7D%3C%2Fstyle%3E%20%3Ccircle%20cx%3D%227%22%20cy%3D%224.2%22%20r%3D%223.2%22%2F%3E%20%3Cpath%20d%3D%22M1.1%2014s-.2-2.2.8-3.7S4%208%204%208s1%201%203%201c2.1%200%202.9-1%202.9-1s1%20.9%201.3%201.4c.1.2.1.6.1.6s-3.7-.5-5.2.8S4.3%2014%204.3%2014H1.1z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M12.1%2011s-2.3.1-3.9%200C7.4%2011%206%2012.7%206%2012.7V16s.9-.2%202.3-.9c.7-.3%203.5.4%204.6-.7.8-.7%202.9-4%202.5-4.1-1.6-.1-2%202-3%202.7-.8.3-2.3.2-3.1.1-.3%200-.6-.7.3-.8.9-.1%202-.1%202.5-.6s0-.7%200-.7z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-16-workflow-startable-blue {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%236AABDB%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22curve0_7_%22%20class%3D%22st0%22%20d%3D%22M9%2011c0%20.1-2.7%203-3%203H4l2-2H4c-1.2%200-1.9-.4-2.7-1.2S0%208.8%200%207.5s.4-2.4%201.2-3.2S2.8%203%204%203h2v2H4c-.7%200-1.4.6-1.6%201C2%206.5%202%207%202%207.7c0%20.6.3%201.3.7%201.7.4.4.7.6%201.3.6h2L4%208h2c.3%200%203%202.8%203%203z%22%2F%3E%3Cpath%20id%3D%22curve0_4_%22%20class%3D%22st0%22%20d%3D%22M14%208v-.7c0-.6-.3-1.4-.7-1.8-.4-.3-.7-.5-1.3-.5h-2l2%202h-2c-.3%200-3-2.8-3-3%200-.1%202.7-3%203-3h2l-2%202h2c1.2%200%201.9.4%202.7%201.2s1.3%202%201.3%203.2v2.5L14%208z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10%208v8l5-4z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-24-add-item {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%2F%3E%20%3Cpath%20d%3D%22M11%205h1v13h-1zm9-3h1v19h-1zM2%202h1v19H2z%22%2F%3E%20%3Cpath%20d%3D%22M21%2020v1H2v-1zm0-18v1H2V2zm-3%209v1H5v-1z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-add-objecttype {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%3C%2Fstyle%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M7%2C7v16h16V7H7z%20M22%2C22H8V8h14V22z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20points%3D%227%2C20%202%2C20%202%2C2%2020%2C2%2020%2C7%2021%2C7%2021%2C1%201%2C1%201%2C21%207%2C21%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Crect%20x%3D%2214%22%20y%3D%2211%22%20width%3D%222%22%20height%3D%228%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Crect%20x%3D%2211%22%20y%3D%2214%22%20width%3D%228%22%20height%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-attachment-24 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2.3%202.3C.7%203.9.5%206.3%201.9%207.7l2.2%202.2%204.3%204.3.6.6c1.1%201.1%202.8%201.1%204.1-.1s1.3-3.1.3-4.2L9.8%206.9%208.4%205.6%207.9%205c-.5-.5-1.4-.5-2%20.2-.6.6-.7%201.5-.1%202L7.6%209c.5.5%201.5.4%202.1-.2.1%200%20.3-.3.3-.3l2.6%202.6c.7.7.5%202-.2%202.8-.8.8-1.9.8-2.6.1l-.5-.5-4.5-4.3L2.7%207c-1-1-.8-2.8.3-4s3-1.4%204-.4l6.5%206.5c.2.2.5.2.7%200%20.2-.2.2-.5%200-.7L7.7%201.9C6.3.6%203.9.7%202.3%202.3zm6.6%205.9c-.1.2-.4.3-.6.1L6.5%206.5c-.1-.1-.1-.5.1-.6.2-.2.5-.2.6-.1l.5.5L9%207.6c.2.1.1.4-.1.6z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-attention-desat-blue {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%238198A6%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M21.3%2C18.1L13.8%2C4.5c-0.7-1.3-2.7-1.3-3.4%2C0L2.8%2C18.1C2.1%2C19.4%2C3%2C21%2C4.5%2C21h15.1C21.1%2C21%2C22.1%2C19.4%2C21.3%2C18.1z%20%20%20%20M13%2C19h-2v-2h2V19z%20M13%2C15h-2V7h2V15z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-attention {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23DADADA%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M21.2%2017.7L13.7%204.1c-.7-1.3-2.7-1.3-3.4%200L2.7%2017.7c-.7%201.3.2%202.9%201.7%202.9h15.1c1.5%200%202.5-1.6%201.7-2.9zM13%2018h-2v-2h2v2zm0-3h-2V7h2v8z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-bb-annotations {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Crect%20x%3D%225%22%20y%3D%227%22%20width%3D%2214%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%225%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%225%22%20y%3D%2213%22%20width%3D%2214%22%20height%3D%221%22%2F%3E%20%3Cpath%20d%3D%22M19.1%2C2.3H4.8C2.8%2C2.3%2C1%2C4%2C1%2C6.1v8.8c0%2C2.1%2C1.8%2C3.9%2C3.8%2C3.9h0.5L6%2C21l2.9-2.2h10.2c2.1%2C0%2C3.9-1.8%2C3.9-3.9V6.1%20%20%20C23%2C4%2C21.2%2C2.3%2C19.1%2C2.3z%20M22%2C16c0%2C1.2-1.8%2C2-3%2C2h-9H5c-1.2%2C0-3-0.8-3-2V5c0-1.3%2C1.7-2%2C3-2h14c1.3%2C0%2C3%2C0.7%2C3%2C2V16z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-checkbox-ok-disabled {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3A%20new%200%200%2020%2020%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Aurl%28%23SVGID_1_%29%3B%7D%20.st1%7Bfill%3Aurl%28%23SVGID_2_%29%3B%7D%20.st2%7Bfill%3Aurl%28%23SVGID_3_%29%3B%7D%20.st3%7Bfill%3Aurl%28%23SVGID_4_%29%3B%7D%20.st4%7Bopacity%3A0.6%3Bfill%3A%23777777%3B%7D%20%3C%2Fstyle%3E%20%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2217.835%22%20y1%3D%2218.2888%22%20x2%3D%2215.9749%22%20y2%3D%2216.2941%22%3E%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23FFFFFF%22%2F%3E%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23E6E6E6%22%2F%3E%20%3C%2FlinearGradient%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2216%2C20%2020%2C16%2020%2C12.64%2012%2C20%20%22%2F%3E%20%3ClinearGradient%20id%3D%22SVGID_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2212.835%22%20y1%3D%2213.6815%22%20x2%3D%2211.0002%22%20y2%3D%2211.7139%22%3E%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23FFFFFF%22%2F%3E%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23E6E6E6%22%2F%3E%20%3C%2FlinearGradient%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%226%2C20%2020%2C7%2020%2C3.55%202.11%2C20%20%22%2F%3E%20%3ClinearGradient%20id%3D%22SVGID_3_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%228.5367%22%20y1%3D%228.0394%22%20x2%3D%226.9665%22%20y2%3D%226.3555%22%3E%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23FFFFFF%22%2F%3E%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23E6E6E6%22%2F%3E%20%3C%2FlinearGradient%3E%20%3Cpolygon%20class%3D%22st2%22%20points%3D%220%2C16%2017%2C0%2013.97%2C0%200%2C12.85%20%22%2F%3E%20%3ClinearGradient%20id%3D%22SVGID_4_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%224.1346%22%20y1%3D%224.1444%22%20x2%3D%222.0697%22%20y2%3D%221.93%22%3E%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23FFFFFF%22%2F%3E%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23E6E6E6%22%2F%3E%20%3C%2FlinearGradient%3E%20%3Cpolygon%20class%3D%22st3%22%20points%3D%220%2C8%208%2C0%204.14%2C0%200%2C4.14%20%22%2F%3E%20%3Cpolygon%20class%3D%22st4%22%20points%3D%2218%2C6.35%2016.1%2C4.44%208.75%2C11.79%204.6%2C7.63%202.7%2C9.54%208.7%2C15.54%208.74%2C15.51%208.79%2C15.56%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-close-modal-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%222.7%22%20y%3D%2211.4%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-5.0181%2011.9854%29%22%20class%3D%22st0%22%20width%3D%2218.5%22%20height%3D%221.3%22%2F%3E%20%3Crect%20x%3D%2211.3%22%20y%3D%222.8%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-5.0232%2011.9853%29%22%20class%3D%22st0%22%20width%3D%221.3%22%20height%3D%2218.5%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-close-modal {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C18.1L18%2C5L19%2C6L5.9%2C19.1L5%2C18.1z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C6l0.9-0.9L19%2C18.1L18%2C19.1L5%2C6z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-content-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M16%202H4v21h16V6l-4-4zm0%201.2L18.9%206H16V3.2zM19%2015v7H5V3h10v4h4v8z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-content {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20d%3D%22M16%2C2H4v21h16V6L16%2C2z%20M16%2C3.2L18.9%2C6H16V3.2z%20M19%2C15v7H5V3h10v4h4V15z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-dashlet-default-24 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20d%3D%22M19%2C2h-5.7H12H4v21h16V9V7.82V3V2H19z%20M19%2C8.11V9v13H5V3h7h1.18H19V8.11z%22%2F%3E%20%3Cpath%20d%3D%22M17%2C8h-1.06C15.98%2C7.84%2C16%2C7.67%2C16%2C7.5C16%2C6.12%2C14.88%2C5%2C13.5%2C5S11%2C6.12%2C11%2C7.5c0%2C0.17%2C0.02%2C0.34%2C0.06%2C0.5H10H9v1v2.01%20%20%20C8.88%2C11%2C8.76%2C11%2C8.63%2C11C7.18%2C11%2C6%2C12.12%2C6%2C13.5C6%2C14.88%2C7.18%2C16%2C8.63%2C16c0.13%2C0%2C0.25-0.04%2C0.37-0.09V18v1h1h7h1v-1l0-2.74h-1l0%2C0%20%20%20c-0.12%2C0.02-0.25%2C0.04-0.38%2C0.04c-1.05%2C0-1.89-0.81-1.89-1.81s0.85-1.81%2C1.89-1.81c0.13%2C0%2C0.25%2C0.02%2C0.38%2C0.04l0%2C0.02h1L18%2C9V8H17z%20%20%20%20M17%2C11.05C16.87%2C11.03%2C16.75%2C11%2C16.62%2C11C15.17%2C11%2C14%2C12.12%2C14%2C13.5c0%2C1.38%2C1.17%2C2.5%2C2.62%2C2.5c0.13%2C0%2C0.25-0.03%2C0.38-0.05V18h-7%20%20%20l0-2.72H9l0%2C0c0%2C0-0.32%2C0.03-0.37%2C0.03c-1.05%2C0-1.9-0.81-1.9-1.81s0.85-1.81%2C1.9-1.81c0.05%2C0%2C0.1%2C0%2C0.15%2C0.01L9%2C11.75h1l0-0.42V9%20%20%20l1.71-0.01v-1L11.69%2C8c0%2C0%2C0-0.41%2C0-0.5c0-1%2C0.81-1.81%2C1.81-1.81s1.81%2C0.81%2C1.81%2C1.81c0%2C0.09%2C0%2C0.5%2C0%2C0.5h0v1H17V11.05z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-date-time-point {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st1%7Bfill%3A%236AABDB%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%22-39%22%20y%3D%22-26%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2218%22%2F%3E%20%3Crect%20x%3D%22-17%22%20y%3D%22-26%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2218%22%2F%3E%20%3Crect%20x%3D%223%22%20y%3D%2218%22%20class%3D%22st0%22%20width%3D%2218%22%20height%3D%222%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M-18-17l-5-4v3h-8v-3c0%2C0-4.8%2C3.8-5%2C4l5%2C4v-3h8v3C-23-13-18.2-16.8-18-17z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M12%2C15l4-5h-3V2h-2v8H8C8%2C10%2C11.8%2C14.8%2C12%2C15z%22%2F%3E%20%3Crect%20x%3D%222%22%20y%3D%22-26%22%20width%3D%222%22%20height%3D%2218%22%2F%3E%20%3Crect%20x%3D%2220%22%20y%3D%22-26%22%20width%3D%222%22%20height%3D%2218%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M19-17l-3.9-4v3H8.9v-3c0%2C0-3.7%2C3.8-3.9%2C4l3.9%2C4v-3h6.2v3C15.1-13%2C18.8-16.8%2C19-17z%22%2F%3E%20%3Crect%20x%3D%2211%22%20y%3D%2216%22%20width%3D%222%22%20height%3D%226%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-date-time-range {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st1%7Bfill%3A%236AABDB%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%22-40%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2218%22%2F%3E%20%3Crect%20x%3D%22-18%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2218%22%2F%3E%20%3Crect%20x%3D%222%22%20y%3D%2247%22%20width%3D%2218%22%20height%3D%222%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M-19%2C12l-5-4v3h-8V8c0%2C0-4.8%2C3.8-5%2C4l5%2C4v-3h8v3C-24%2C16-19.2%2C12.2-19%2C12z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M11%2C44l4-5h-3v-8h-2v8H7C7%2C39%2C10.8%2C43.8%2C11%2C44z%22%2F%3E%20%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2218%22%2F%3E%20%3Crect%20x%3D%2220%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2218%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M19%2C12l-3.9-4v3H8.9V8c0%2C0-3.7%2C3.8-3.9%2C4l3.9%2C4v-3h6.2v3C15.1%2C16%2C18.8%2C12.2%2C19%2C12z%22%2F%3E%20%3Crect%20x%3D%2210%22%20y%3D%2245%22%20width%3D%222%22%20height%3D%226%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-detach-viewer {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18%2C14v7H5V3h4c0-0.3%2C0-0.7%2C0-1H4v20h15v-8C18.7%2C14%2C18.4%2C14%2C18%2C14z%22%2F%3E%20%3Crect%20x%3D%229.4%22%20y%3D%228.2%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-1.9989%2012.6331%29%22%20class%3D%22st0%22%20width%3D%229.7%22%20height%3D%221%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2214%2C2%2021%2C9%2021%2C2%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-dropzone-delete-blue {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%2391B7DB%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12s4.5%2C10%2C10%2C10s10-4.5%2C10-10S17.5%2C2%2C12%2C2z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M17.7%2C15.6l-2.1%2C2.1L12%2C14.1l-3.6%2C3.6l-2.1-2.1L9.9%2C12L6.3%2C8.4l2.1-2.1L12%2C9.9l3.6-3.6l2.1%2C2.1L14.1%2C12%20%20%20L17.7%2C15.6z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-dropzone-delete-light {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23EDEDED%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12s4.5%2C10%2C10%2C10s10-4.5%2C10-10S17.5%2C2%2C12%2C2z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M17.7%2C15.6l-2.1%2C2.1L12%2C14.1l-3.6%2C3.6l-2.1-2.1L9.9%2C12L6.3%2C8.4l2.1-2.1L12%2C9.9l3.6-3.6l2.1%2C2.1L14.1%2C12%20%20%20L17.7%2C15.6z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-hitlist-footer-complete {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%3C%2Fstyle%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M12%2C3c5%2C0%2C9%2C4%2C9%2C9s-4%2C9-9%2C9s-9-4-9-9S7%2C3%2C12%2C3%20M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12s4.5%2C10%2C10%2C10s10-4.5%2C10-10S17.5%2C2%2C12%2C2%20%20%20%20L12%2C2z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20points%3D%227.4%2C10.6%206.6%2C11.4%2010.6%2C15.3%2011.3%2C14.6%207.4%2C10.6%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20points%3D%2216.6%2C8.6%2010.3%2C15%2011%2C15.7%2017.4%2C9.4%2016.6%2C8.6%20%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-indexdata-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M3%202v21h18V2H3zm17%2020H4V6h16v16z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M6%2010h4v1H6zm0%204h4v1H6zm5-5v3h7V9h-7zm6%202h-5v-1h5v1zm-6%202v3h7v-3h-7zm6%202h-5v-1h5v1zM6%2018h4v1H6zm5-1v3h7v-3h-7zm6%202h-5v-1h5v1z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-indexdata {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M3%2C2v21h18V2H3z%20M20%2C22H4V6h16V22z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6%2C10h4v1H6V10z%20M6%2C14h4v1H6V14z%20M11%2C9v3h7V9H11z%20M17%2C11h-5v-1h5V11z%20M11%2C13v3h7v-3H11z%20M17%2C15h-5v-1h5V15z%20%20%20%20M6%2C18h4v1H6V18z%20M11%2C17v3h7v-3H11z%20M17%2C19h-5v-1h5V19z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-kebab-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%221.8%22%2F%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%226%22%20cy%3D%2212%22%20r%3D%221.8%22%2F%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%2212%22%20r%3D%221.8%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-minimize {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23EDEDED%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M12%202C6.5%202%202%206.5%202%2012s4.5%2010%2010%2010%2010-4.5%2010-10S17.5%202%2012%202zm0%2014l-6-6h12l-6%206z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-minus {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4%2011.1h16v1.8H4z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-namespace-default {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E.st1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M1%201h22v22H1z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M18%2020H6V4h7v4h5z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M14%204v3h4z%22%2F%3E%20%3Cpath%20d%3D%22M13.5%2010.6L10%207.5%209%2012zM8%2013h3v4H8z%22%2F%3E%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%222%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-namespace-excel {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%2369A491%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%20.st2%7Bfont-family%3A%22Arial-BoldItalicMT%22%3B%7D%20.st3%7Bfont-size%3A11.7857px%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%201h22v22H1z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M4%205h11v11H4z%22%2F%3E%3Ctext%20transform%3D%22matrix%28.8986%200%200%201%205%2015%29%22%20class%3D%22st0%20st2%20st3%22%3EX%3C%2Ftext%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M16%2013h4v3h-4zm0-8h4v3h-4zm0%204h4v3h-4zM4%2017h5v3H4zm6%200h5v3h-5zm6%200h4v3h-4z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-namespace-pdf {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%234D82B8%3B%7D%20.st1%7Bfill%3A%23D86343%3B%7D%20.st2%7Bfill%3A%23FFFFFF%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A0.25%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%201.1h21.9V23H1z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M1%201.1h21.9V23H1z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M19.7%2013.6c-1-.3-4.4.2-4.4.2S14%2013%2013%2011.9c-.9-1.1-1.4-3-1.4-3s0-.7.2-1.4c.1-.7.4-2.5.3-3.1%200-.6-.7-1-1.6-.9-.8.1-.5%201.5-.5%202.6s.7%203.1.7%203.1-.5%201.6-.9%202.7-2.1%203.8-2.1%203.8-1.5.9-3.5%202.6c-2%201.7.2%202.3%201%201.9.8-.4%203.3-4.4%203.3-4.4s1.8-.5%202.4-.7c.7-.2%203.8-.9%203.8-.9s1.6%201.2%204%201.6c2.6.5%201.9-1.9%201-2.2zM5.5%2019.2c-.8.6-1.6%201-1.2.2.4-.9%202.8-2.6%202.8-2.6s-.8%201.8-1.6%202.4zM10.9%205c.1-1%20.2-1.2.5-.9.3.4.4%201.7.3%202.1%200%20.5-.4%201.8-.4%201.8s-.5-1.9-.4-3zm.5%209.5c-.7.3-2.6%201-2.6%201l2.4-5.1s.6%201.4%201.4%202.1l1.6%201.4s-2.1.3-2.8.6zm8.4.7c-.8.2-3.7-1-3.7-1s2.3-.2%203%200c.7.1%201.5.8.7%201z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-namespace-ppt {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23E8732B%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%20.st2%7Bfill%3Anone%3Bstroke%3A%23E8732B%3Bstroke-miterlimit%3A10%3B%7D%20.st3%7Bfont-family%3A%22Arial-BoldItalicMT%22%3B%7D%20.st4%7Bfont-size%3A11.7689px%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%201h22v21.9H1z%22%2F%3E%3Cellipse%20class%3D%22st1%22%20cx%3D%2215%22%20cy%3D%2215.2%22%20rx%3D%223.8%22%20ry%3D%223.7%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M15.9%2019.7l-.9-4.5%203.9.9%22%2F%3E%3Ctext%20transform%3D%22translate%283.697%2013.554%29%22%20class%3D%22st1%20st3%20st4%22%3EP%3C%2Ftext%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M9%2019H5v-1h4zm-1-2H5v-1h3zm6-9h3.9v1H14zm0-2h3.9v1H14z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-namespace-word {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%234D82B8%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%20.st2%7Bfont-family%3A%22Arial-BoldItalicMT%22%3B%7D%20.st3%7Bfont-size%3A12.5714px%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%201h22v22H1z%22%2F%3E%3Ctext%20transform%3D%22translate%283.356%2012%29%22%20class%3D%22st1%20st2%20st3%22%3Ew%3C%2Ftext%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M13%2011h7v1h-7zm2-3h5v1h-5zM4%2017h16v1H4zm0-3h16v1H4z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-nav-desktop {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2%202v14h8l1%201v4l-2%202h6l-2-2v-4l1-1h8V2H2zm19%2013H3V3h18v12z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-nav-document-tray {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M21.5%2C12.1c-0.1%2C0.2-0.3%2C0.4-0.4%2C0.6L23%2C15h-8l-2%2C3h-2l-2-3H1l2-2.4c-0.1-0.2-0.2-0.5-0.3-0.7L0%2C15v8h24v-8%20%20%20%20L21.5%2C12.1z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C14V2h10v4h4v8c0.4%2C0%2C0.7-0.1%2C1%2C0V5l-4-4H4v13C4.2%2C14%2C4.8%2C14%2C5%2C14z%20M18.3%2C5H16V2.7L18.3%2C5z%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C5%2011%2C10%209%2C10%2012%2C14%2015%2C10%2013%2C10%2013%2C5%20%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-nav-favs {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M23.7%209l-8.6-.4L12%20.2%209%208.6l-8.7.5L7%2014.7l-2.2%208.6%207.2-4.9%207.2%204.9-2.2-8.7L23.7%209zm-6%2012.1L12%2017.2l-5.7%203.9L8%2014.3%202.8%209.9l6.8-.4L12%202.9l2.5%206.6%206.8.3-5.3%204.5%201.7%206.8z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-nav-history {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M19.2%2011.8v.6c0%204.8-3.9%208.6-8.6%208.6S2%2017.1%202%2012.4c0-4.8%203.9-8.6%208.6-8.6h.7l.8-.8c-.5-.1-1-.1-1.5-.1C5.3%202.9%201%207.2%201%2012.5s4.3%209.6%209.6%209.6%209.6-4.3%209.6-9.6c0-.4%200-.8-.1-1.1l-.9.4z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M9.7%2011.6l-.8%202.5%202.5-.8zm6.6%202.4l3.2-4.1L23%2014zm-6.598-2.4526l.4266-.42192%201.758%201.7775-.4266.42192zM18.7%205.9l1.6-1.6-1.7-1.7L17%204.2zm-2.4-1.1l-5.5%205.5%201.7%201.7%205.6-5.5z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-nav-inbox {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M17%205H7l-7%208v7.9l24%20.1v-8l-7-8zm-2%208l-2%203h-2l-2-3H1l6-7h10l6%207h-8z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M6%2011h12v1H6zm1-2h10v1H7zm1-2h8v1H8z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-nav-objectsearch {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M18%202H6L1%206v17h22V6l-5-4zm4%2020H2V6h20v16z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M14%207v1h-4V7H3v4h18V7h-7zm0%203h-4V9h4v1zm0%202v1h-4v-1H3v4h18v-4h-7zm0%203h-4v-1h4v1zm0%202v1h-4v-1H3v4h18v-4h-7zm0%203h-4v-1h4v1z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-nav-offline-objects {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M18.4%205.9C18.4%203.1%2016%201%2012%201%208%20.9%206.1%203.2%206.1%205.9%203.4%205.9%201%209%201%2011.5c0%202.2%201.7%204%204%204.4v.1h1v-1c-2.2-.2-4-1.7-4-3.5%200-1.9%202.2-4.6%204.6-4.6.2%200%20.4%200%20.7.1-.1-.3-.2-.7-.2-1.1C7.1%203.7%208.6%202%2012%202c3.5%200%205.4%201.7%205.4%203.9%200%20.4-.1.7-.2%201.1.2%200%20.4-.1.7-.1%202.5%200%204%202.6%204%204.6%200%201.8-1.8%203.3-4%203.5h.1v1h.9v-.1c2.3-.4%204-2.2%204-4.4%200-2.5-1.8-5.6-4.5-5.6z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M14%2011v1h2v10H8V12h2v-1H7v12h10V11z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M13%2015h2l-3%204-3-4h2v-5H9l3-4%203%204h-2z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-nav-pin {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M9%205v5l-5%204h7v9l2-2v-7h7l-5-4V5l2-3H7l2%203zm6-2l-1%202v5l3%203H7l3-3V5L9%203h6z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-nav-quicksearch {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2%204v4h20V4H2zm19%203H3V5h18v2zM2%2010v4h20v-4H2zm19%203H3v-2h18v2zm-10%204v4h11v-4H11z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-office-365 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224pt%22%20height%3D%2224pt%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cg%20id%3D%22surface17658211%22%3E%20%3Cpath%20style%3D%22stroke%3A%20none%3B%20fill-rule%3A%20nonzero%3B%20fill%3A%20rgb%28155%2C155%2C155%29%3B%20fill-opacity%3A%201%3B%22%20d%3D%22M%2021.242188%202.558594%20L%2015.285156%200.976562%20C%2015.195312%200.953125%2015.09375%200.953125%2015.007812%200.984375%20L%202.722656%205.210938%20C%202.53125%205.277344%202.398438%205.460938%202.398438%205.664062%20L%202.398438%2018.371094%20C%202.398438%2018.546875%202.539062%2018.726562%202.722656%2018.789062%20L%2015.007812%2023.015625%20C%2015.054688%2023.03125%2015.109375%2023.039062%2015.164062%2023.039062%20C%2015.203125%2023.039062%2015.246094%2023.035156%2015.285156%2023.023438%20L%2021.242188%2021.441406%20C%2021.453125%2021.382812%2021.601562%2021.195312%2021.601562%2020.976562%20L%2021.601562%203.023438%20C%2021.601562%202.804688%2021.453125%202.617188%2021.242188%202.558594%20Z%20M%2014.398438%205.195312%20L%2014.398438%2019.371094%20L%203.914062%2017.988281%20L%207.363281%2016.722656%20C%207.554688%2016.652344%207.679688%2016.472656%207.679688%2016.273438%20L%207.679688%206.582031%20Z%20M%2014.398438%205.195312%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-open-dashlets-white {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%228.9%2C12.1%2016%2C19.1%2015%2C20%208%2C13%208%2C13%207%2C12.1%207%2C12%208%2C11.1%2011.2%2C7.9%2015%2C4%2016%2C5%20%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%229%2C13%209%2C13%208%2C12.1%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-parent-24 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3A%20new%200%200%2016%2016%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M9.5%2C15h-7V1h11v1h-10v12h5v-4h4V2h1v9L9.5%2C15z%20M9.5%2C14l3-3h-3V14z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8.7%2C5.1v1.6L7.2%2C5.1v3.2H6.1V5.1L4.5%2C6.7V5.1L6.6%2C3L8.7%2C5.1z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-plus {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M11.1%2C4h1.8v16h-1.8V4z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M4%2C11.1h16v1.8H4V11.1z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-radio-ok-disabled {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3A%20new%200%200%2020%2020%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Aurl%28%23SVGID_1_%29%3B%7D%20.st1%7Bfill%3Aurl%28%23SVGID_2_%29%3B%7D%20.st2%7Bfill%3Aurl%28%23SVGID_3_%29%3B%7D%20.st3%7Bfill%3Aurl%28%23SVGID_4_%29%3B%7D%20.st4%7Bopacity%3A0.6%3Bfill%3A%23777777%3B%7D%20%3C%2Fstyle%3E%20%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2217.835%22%20y1%3D%2218.2888%22%20x2%3D%2215.9749%22%20y2%3D%2216.2941%22%3E%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23FFFFFF%22%2F%3E%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23E6E6E6%22%2F%3E%20%3C%2FlinearGradient%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2216%2C20%2020%2C16%2020%2C12.64%2012%2C20%20%22%2F%3E%20%3ClinearGradient%20id%3D%22SVGID_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2212.835%22%20y1%3D%2213.6815%22%20x2%3D%2211.0002%22%20y2%3D%2211.7139%22%3E%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23FFFFFF%22%2F%3E%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23E6E6E6%22%2F%3E%20%3C%2FlinearGradient%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%226%2C20%2020%2C7%2020%2C3.55%202.11%2C20%20%22%2F%3E%20%3ClinearGradient%20id%3D%22SVGID_3_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%228.5367%22%20y1%3D%228.0394%22%20x2%3D%226.9665%22%20y2%3D%226.3555%22%3E%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23FFFFFF%22%2F%3E%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23E6E6E6%22%2F%3E%20%3C%2FlinearGradient%3E%20%3Cpolygon%20class%3D%22st2%22%20points%3D%220%2C16%2017%2C0%2013.97%2C0%200%2C12.85%20%22%2F%3E%20%3ClinearGradient%20id%3D%22SVGID_4_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%224.1346%22%20y1%3D%224.1444%22%20x2%3D%222.0697%22%20y2%3D%221.93%22%3E%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23FFFFFF%22%2F%3E%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23E6E6E6%22%2F%3E%20%3C%2FlinearGradient%3E%20%3Cpolygon%20class%3D%22st3%22%20points%3D%220%2C8%208%2C0%204.14%2C0%200%2C4.14%20%22%2F%3E%20%3Ccircle%20class%3D%22st4%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-rotate-document-left-24 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_2_1_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M20.4%2C17.4L20.4%2C17.4c-1.8%2C2.9-5.1%2C4.7-8.7%2C4.7c-4.8%2C0-8.8-3.5-9.7-8.1h1c0.4%2C1.6%2C1.1%2C3.1%2C2.4%2C4.4%20%20%20c3.5%2C3.6%2C9.3%2C3.6%2C12.7%2C0.2c1.3-1.2%2C2.2-2.8%2C2.6-4.4l0%2C0c0.2-0.7%2C0.3-1.5%2C0.3-2.3c0-5-4.1-9-9.1-8.9c-1%2C0.1-1.9%2C0.2-2.8%2C0.5l1%2C3.5%20%20%20l-5-2l3-5l0.7%2C2.6c3.4-1.2%2C7.5-0.4%2C10.2%2C2.2C22.4%2C8.2%2C22.9%2C13.5%2C20.4%2C17.4z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-rotate-document-right-24 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_2_1_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M21.9%2C14c-0.8%2C4.6-4.8%2C8.1-9.7%2C8.1c-4.8%2C0-8.9-3.4-9.9-7.9l0%2C0c-0.8-3.3%2C0.2-6.9%2C2.8-9.4%20%20%20c2.7-2.6%2C6.7-3.4%2C10.2-2.2L16%2C0l3%2C5l-5%2C2l1-3.5C14.1%2C3.2%2C13.2%2C3%2C12.2%2C3c-5%2C0-9%2C3.9-9.1%2C8.9c0%2C0.9%2C0.1%2C1.8%2C0.3%2C2.6%20%20%20c0.5%2C1.5%2C1.3%2C2.9%2C2.5%2C4c3.6%2C3.5%2C9.2%2C3.5%2C12.6-0.1c1.3-1.3%2C2.1-2.8%2C2.4-4.4H21.9z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-search-settings {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M9.95%2C19C9.98%2C19.16%2C10%2C19.33%2C10%2C19.5S9.98%2C19.84%2C9.95%2C20h12.03v-1H9.95z%22%2F%3E%20%3Cpath%20d%3D%22M5%2C19.5c0-0.17%2C0.02-0.34%2C0.05-0.5H2v1h3.05C5.02%2C19.84%2C5%2C19.67%2C5%2C19.5z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20d%3D%22M7.5%2C17C6.12%2C17%2C5%2C18.12%2C5%2C19.5C5%2C20.88%2C6.12%2C22%2C7.5%2C22s2.5-1.12%2C2.5-2.5C10%2C18.12%2C8.88%2C17%2C7.5%2C17z%20M7.5%2C21.23%20%20%20c-0.96%2C0-1.73-0.78-1.73-1.73s0.78-1.73%2C1.73-1.73s1.73%2C0.78%2C1.73%2C1.73S8.46%2C21.23%2C7.5%2C21.23z%22%2F%3E%20%3Cpath%20d%3D%22M17.5%2C10c-1.38%2C0-2.5%2C1.12-2.5%2C2.5c0%2C1.38%2C1.12%2C2.5%2C2.5%2C2.5s2.5-1.12%2C2.5-2.5C20%2C11.12%2C18.88%2C10%2C17.5%2C10z%20M17.5%2C14.23%20%20%20c-0.96%2C0-1.73-0.78-1.73-1.73s0.78-1.73%2C1.73-1.73s1.73%2C0.78%2C1.73%2C1.73S18.46%2C14.23%2C17.5%2C14.23z%22%2F%3E%20%3Cpath%20d%3D%22M10.5%2C3C9.12%2C3%2C8%2C4.12%2C8%2C5.5C8%2C6.88%2C9.12%2C8%2C10.5%2C8S13%2C6.88%2C13%2C5.5C13%2C4.12%2C11.88%2C3%2C10.5%2C3z%20M10.5%2C7.23%20%20%20c-0.96%2C0-1.73-0.78-1.73-1.73s0.78-1.73%2C1.73-1.73s1.73%2C0.78%2C1.73%2C1.73S11.46%2C7.23%2C10.5%2C7.23z%22%2F%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M12.6%2C5c0.04%2C0.16%2C0.06%2C0.33%2C0.06%2C0.5S12.64%2C5.84%2C12.6%2C6H22V5H12.6z%22%2F%3E%20%3Cpath%20d%3D%22M8.33%2C5.5c0-0.17%2C0.03-0.34%2C0.06-0.5H2v1h6.4C8.36%2C5.84%2C8.33%2C5.67%2C8.33%2C5.5z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M15.33%2C12.5c0-0.17%2C0.03-0.34%2C0.06-0.5H2v1h13.4C15.36%2C12.84%2C15.33%2C12.67%2C15.33%2C12.5z%22%2F%3E%20%3Cpath%20d%3D%22M19.6%2C12c0.04%2C0.16%2C0.06%2C0.33%2C0.06%2C0.5s-0.03%2C0.34-0.06%2C0.5H22v-1H19.6z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-search {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M1.8%2C9.4c0%2C4.1%2C3.4%2C7.4%2C7.7%2C7.4c4.2%2C0%2C7.7-3.3%2C7.7-7.4S13.7%2C2%2C9.4%2C2C5.2%2C2%2C1.8%2C5.3%2C1.8%2C9.4z%20M2.8%2C9.4%20%20%20c0-3.5%2C3-6.4%2C6.6-6.4C13.1%2C3%2C16%2C5.9%2C16%2C9.4s-3%2C6.4-6.6%2C6.4S2.8%2C12.9%2C2.8%2C9.4z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M22.3%2C20.7l-1.5%2C1.5l-4.6-4.5L14.1%2C14l3.6%2C2.2L22.3%2C20.7z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-state-header-sync-button {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18.5%2C6.9C18.5%2C4.1%2C16%2C1%2C12%2C1c-4-0.1-5.9%2C3.3-5.9%2C6C3.4%2C6.9%2C1%2C10.1%2C1%2C12.6c0%2C2.2%2C1.7%2C3.9%2C4%2C4.3V17h2v-1H6l0%2C0%20%20%20c-2.2-0.2-4-1.6-4-3.4c0-1.9%2C2.2-4.6%2C4.6-4.6c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1C7.2%2C7.7%2C7.1%2C7.3%2C7.1%2C6.9c0-2.2%2C1.5-5%2C4.9-5c3.5%2C0%2C5.5%2C2.7%2C5.5%2C4.9%20%20%20c0%2C0.4-0.1%2C0.7-0.2%2C1.1c0.2%2C0%2C0.4-0.1%2C0.7-0.1c2.5%2C0%2C4%2C2.6%2C4%2C4.6c0%2C1.8-1.8%2C3.3-4%2C3.5l0%2C0h-1v1h2v-0.1c2.3-0.4%2C4-2.2%2C4-4.4%20%20%20C23%2C10%2C21.2%2C6.9%2C18.5%2C6.9z%22%2F%3E%20%3Cpolygon%20points%3D%2211.2%2C11.2%2013%2C11.2%2012.9%2C22.1%2011%2C22.1%20%22%2F%3E%20%3Crect%20x%3D%2210.4%22%20y%3D%2219.1%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-11.8007%2013.9169%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%224.2%22%2F%3E%20%3Crect%20x%3D%2211%22%20y%3D%2220.7%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-11.1557%2015.4742%29%22%20class%3D%22st0%22%20width%3D%224.2%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%228.7%22%20y%3D%2211.5%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-5.32%2011.1564%29%22%20class%3D%22st0%22%20width%3D%224.2%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%2212.7%22%20y%3D%229.9%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-4.6129%2012.8635%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%224.2%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-state-header-sync-stop-button {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M18.4%2C6.9C18.4%2C4.1%2C16%2C2%2C12%2C2C8%2C1.9%2C6.1%2C4.2%2C6.1%2C6.9C3.4%2C6.9%2C1%2C10%2C1%2C12.5c0%2C2.2%2C1.7%2C4%2C4%2C4.4V17h2v-1H6l0%2C0%20%20%20c-2.2-0.2-4-1.7-4-3.5c0-1.9%2C2.2-4.6%2C4.6-4.6c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1C7.2%2C7.7%2C7.1%2C7.3%2C7.1%2C6.9C7.1%2C4.7%2C8.6%2C3%2C12%2C3%20%20%20c3.5%2C0%2C5.4%2C1.7%2C5.4%2C3.9c0%2C0.4-0.1%2C0.7-0.2%2C1.1c0.2%2C0%2C0.4-0.1%2C0.7-0.1c2.5%2C0%2C4%2C2.6%2C4%2C4.6c0%2C1.8-1.8%2C3.3-4%2C3.5l0%2C0H17v1h1.9v-0.1%20%20%20c2.3-0.4%2C4-2.2%2C4-4.4C22.9%2C10%2C21.1%2C6.9%2C18.4%2C6.9z%22%2F%3E%20%3Cpath%20d%3D%22M8%2C11v11h3V11H8z%20M10%2C21H9v-9h1V21z%22%2F%3E%20%3Cpath%20d%3D%22M13%2C11v11h3V11H13z%20M15%2C21h-1v-9h1V21z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-success {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20240%20240%22%20style%3D%22enable-background%3A%20new%200%200%20240%20240%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2396BF3D%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M118.5%2C15c-58%2C0-105%2C47-105%2C105s47%2C105%2C105%2C105s105-47%2C105-105S176.5%2C15%2C118.5%2C15z%20M118.5%2C218.7%20%20%20c-54.5%2C0-98.7-44.2-98.7-98.7S64%2C21.3%2C118.5%2C21.3s98.7%2C44.2%2C98.7%2C98.7S173%2C218.7%2C118.5%2C218.7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M108.7%2C157l-37.3-37.3c-1.7-1.7-1.7-4.5%2C0-6.2l0%2C0c1.7-1.7%2C4.5-1.7%2C6.2%2C0l37.3%2C37.3c1.7%2C1.7%2C1.7%2C4.5%2C0%2C6.2l0%2C0%20%20%20C113.2%2C158.7%2C110.4%2C158.7%2C108.7%2C157z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M108.6%2C150.7L168.3%2C91c1.7-1.7%2C4.5-1.7%2C6.2%2C0l0%2C0c1.7%2C1.7%2C1.7%2C4.5%2C0%2C6.2L114.9%2C157c-1.7%2C1.7-4.5%2C1.7-6.2%2C0l0%2C0%20%20%20C106.9%2C155.3%2C106.9%2C152.5%2C108.6%2C150.7z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-synchronize-footer {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%3C%2Fstyle%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M11.8%2C1C8%2C1%2C6.1%2C3.2%2C6.1%2C5.9C3.4%2C5.9%2C1%2C9%2C1%2C11.5c0%2C2.2%2C1.7%2C4%2C4%2C4.4V16h1v-1h0c-2.2-0.2-4-1.7-4-3.5%20%20%20%20c0-1.9%2C2.2-4.6%2C4.6-4.6c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1C7.2%2C6.7%2C7.1%2C6.3%2C7.1%2C5.9C7.1%2C3.7%2C8.6%2C2%2C12%2C2c3.5%2C0%2C5.4%2C1.7%2C5.4%2C3.9%20%20%20%20c0%2C0.4-0.1%2C0.7-0.2%2C1.1c0.2%2C0%2C0.4-0.1%2C0.7-0.1c2.5%2C0%2C4%2C2.6%2C4%2C4.6c0%2C1.8-1.8%2C3.3-4%2C3.5H18v1h0.9v-0.1c2.3-0.4%2C4-2.2%2C4-4.4%20%20%20%20c0-2.5-1.8-5.6-4.5-5.6C18.4%2C3.1%2C16%2C1%2C12%2C1C11.9%2C1%2C11.9%2C1%2C11.8%2C1L11.8%2C1z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-template-24 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4%202v19h16V2H4zm15%2018H5V2.9h14V20z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7%205h10v1H7zm0%206h10v1H7zm0-3h10v1H7zm0%206h10v1H7zm0%203h10v1H7z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-template-type {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%2F%3E%20%3Cpath%20d%3D%22M1%201v22h22V1H1zm9%2018H4V4h13v6h-1V5H5v13h5v1zM7%208V7h7v1H7zm7%201v1H7V9h7zm-4%207H7v-1h3v1zm0-2H7v-1h3v1zm0-2H7v-1h3v1zm10%208h-9v-9h9v9z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-theme-blackbird {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23555454%3B%7D%20.st1%7Bfill%3A%23444445%3B%7D%20.st2%7Bfill%3A%236A6A69%3B%7D%20.st3%7Bfill%3A%23DADADA%3B%7D%20.st4%7Bfill%3A%2394B9DC%3B%7D%20.st5%7Bfill%3A%23A8A8A7%3B%7D%20.st6%7Bfill%3A%239A9A9A%3B%7D%20.st7%7Bdisplay%3Anone%3B%7D%20.st8%7Bdisplay%3Ainline%3Bfill%3A%23A3BBDB%3B%7D%20.st9%7Bdisplay%3Ainline%3Bfill%3A%232580B6%3B%7D%20.st10%7Bdisplay%3Ainline%3Bfill%3A%233FA5D7%3B%7D%20.st11%7Bdisplay%3Ainline%3Bfill%3A%2356AAD8%3B%7D%20.st12%7Bdisplay%3Ainline%3Bfill%3A%23C8C9DE%3B%7D%20.st13%7Bdisplay%3Ainline%3Bfill%3A%2394B9DC%3B%7D%20.st14%7Bdisplay%3Ainline%3Bfill%3A%2372AED9%3B%7D%20.st15%7Bdisplay%3Ainline%3Bfill%3A%230191C2%3B%7D%20.st16%7Bdisplay%3Ainline%3Bfill%3A%23517BB1%3B%7D%20%3C%2Fstyle%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19.1%2C12.4c1.4-3%2C0.7-8.5-0.5-8.9c-0.1%2C0.7-0.3%2C2.3-0.2%2C2.6c-0.3-0.5-0.8-1.4-1.4-1.5c-0.2%2C0.6-0.1%2C2%2C0.2%2C2.3%20%20%20%20c-0.3-0.2-1.1-0.9-1.5-0.8c0%2C0.5%2C0.1%2C1.7%2C0.4%2C2.2c-0.4-0.3-1-0.6-1.4-0.7c-0.1%2C0.5%2C0.2%2C1.6%2C0.5%2C1.9c-0.6%2C0-0.8-0.2-1.1%2C0%20%20%20%20c-0.1%2C0.2%2C0.7%2C3.8%2C1%2C4.8c0.2%2C1%2C0.5%2C2.3%2C0.5%2C2.3S18%2C14.5%2C19.1%2C12.4z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M19.6%2C9.8c-1.7-0.4-2.8%2C0.8-3.8%2C1.5c-0.9%2C0.8-4.2%2C4.6-4.7%2C5.2c-3.1%2C3.8-9.4%2C6-8.9%2C5.9c2.9-0.5%2C7-2.9%2C8-2.8%20%20%20%20c0.8%2C0.1%2C4.1-3.2%2C5.9-3.4c0.2-0.7-0.1%2C3.4%2C0.4%2C2.9c0.5-0.5%2C2.6-1.1%2C2.5-5.2c0-0.3%2C0.1-0.8%2C1.3-0.6c0.5%2C0.1%2C1.1-0.5%2C1.2-1.1%20%20%20%20C21.5%2C11.1%2C20.7%2C10%2C19.6%2C9.8z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.9%2C7.8L10.9%2C7.8C9%2C6.4%2C7.4%2C4.9%2C6.5%2C2.8C5.9%2C2.2%2C5.4%2C1.4%2C5.3%2C1.1C4.7%2C1%2C5.2%2C5.2%2C7.4%2C6.7%20%20%20%20c1.2%2C0.8%2C3.5%2C1.9%2C3.5%2C2C10.9%2C8.4%2C10.9%2C7.9%2C10.9%2C7.8z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M10.6%2C10c0-0.5%2C0-1.1%2C0.2-1.5C9.3%2C7.9%2C5.7%2C5.1%2C5.2%2C4.6C4.8%2C4.9%2C6.8%2C9.4%2C10.6%2C10z%22%2F%3E%20%3Cpath%20class%3D%22st3%22%20d%3D%22M10.9%2C13c-1-0.3-2.9-1.5-3.5-1.9c0.2%2C0.6%2C0.5%2C1.2%2C0.8%2C1.7c1%2C1.2%2C1.7%2C1.7%2C2.3%2C2c0.9%2C0.5%2C2.9%2C1.1%2C2.9%2C1.1%20%20%20%20c-0.8-1.1-2-2-2.6-3.2C10.7%2C12.7%2C11%2C13%2C10.9%2C13z%22%2F%3E%20%3Cpath%20class%3D%22st5%22%20d%3D%22M10.5%2C11.1c0%2C0-4.5-2.4-4.4-2.2c0.2%2C1.2%2C4.1%2C5%2C6.2%2C4C12.3%2C12.7%2C10.4%2C11.2%2C10.5%2C11.1z%22%2F%3E%20%3Cpath%20class%3D%22st6%22%20d%3D%22M10.6%2C9.8C9%2C8.9%2C7%2C8%2C5.4%2C6.7c-0.2%2C0-0.2%2C1.6%2C2.9%2C3.4c0.7%2C0.4%2C1.5%2C0.8%2C2.2%2C1.1l0%2C0C10.7%2C10.6%2C10.6%2C9.7%2C10.6%2C9.8%20%20%20%20z%22%2F%3E%20%3Cpath%20class%3D%22st3%22%20d%3D%22M18%2C16.6c-0.2%2C1-0.5%2C2.2-2.9%2C3.3c-1.9%2C0.9-8.2%2C1.1-4.8%2C0.3c1.6-0.5%2C3.5-2%2C3.5-2s2.1-2.7%2C2.6-2.3%20%20%20%20C16.9%2C16.2%2C17.8%2C16.2%2C18%2C16.6z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.9%2C7.8c0%2C0.2-2.1%2C5.2%2C2%2C8.2c0%2C0%2C1.8-1.1%2C1.7-3.6C14.4%2C9.6%2C12.5%2C9%2C10.9%2C7.8z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M16.8%2C14.5c-0.5%2C0.5-0.7%2C1.3-0.9%2C2c0.2%2C0%2C0.3%2C0%2C0.5%2C0.1c1%2C0.5%2C0.6%2C1.7%2C0.4%2C2.3c0.2-0.2%2C0.5-0.3%2C1-1%20%20%20%20c0.6-1.1%2C0.3-2.6%2C0.4-4c0-0.3%2C0.2-0.6%2C0.5-0.8C18%2C13.2%2C17.3%2C14%2C16.8%2C14.5z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M21.9%2C14.5c-0.1-0.6-0.7-1.7-1-2.3c-0.3-0.6-1.1%2C0.5-1.1%2C0.5c0.1%2C0.1%2C0.7%2C0.3%2C1.4%2C1.1%20%20%20%20C21.9%2C14.8%2C21.9%2C14.7%2C21.9%2C14.5z%22%2F%3E%20%3Cpath%20class%3D%22st3%22%20d%3D%22M9%2C19.7c-3.6%2C1.8-5.6%2C2.8-6.2%2C3.1c-0.2%2C0.2%2C7.4-2.1%2C7.4-2.7C10.1%2C19.4%2C9%2C19.7%2C9%2C19.7z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M21.2%2C12.1c0-0.6-0.3-1.7-1.6-2c-1.1-0.2-1.7%2C0-2.3%2C0.8s-0.5%2C1.9-0.8%2C2.3c0.5%2C0.6%2C0.8%2C1.4%2C0.8%2C2.3%20%20%20%20c0.3-0.5%2C0.5-2.9%2C2.6-2.5C21.1%2C13.2%2C21.2%2C12.5%2C21.2%2C12.1z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M21%2C12.8c0.6-0.9-1.1-2.7-2.3-1.7C17.4%2C12.3%2C20.4%2C13.6%2C21%2C12.8z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12.4%2C17.3c1.2-1.7-4.2%2C2.3-5.8%2C3.5c-0.2%2C0.2%2C3%2C0.2%2C4.7-0.4C11.8%2C20.3%2C12.1%2C17.7%2C12.4%2C17.3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M14.2%2C8.9c-1.3-1-5-3.2-7.7-6.2c0.8%2C2.2%2C2.4%2C3.7%2C4.3%2C5c1.7%2C1.2%2C3.8%2C2.9%2C3.8%2C5c-0.1%2C1.5-0.6%2C2.9%2C0.9%2C1.6%20%20%20%20C16.4%2C13.4%2C15.8%2C10.3%2C14.2%2C8.9z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M12.6%2C11c-2.2%2C2.8%2C0.5%2C6%2C1.3%2C5.1C15.3%2C14.5%2C14.4%2C8.6%2C12.6%2C11z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M14.3%2C16.7c1%2C0.5-0.3%2C2-0.8%2C2.5c-0.8%2C0.8-2.2%2C1.5-3.4%2C1.6C7.4%2C21%2C12.2%2C15.5%2C14.3%2C16.7z%22%2F%3E%20%3Cpath%20class%3D%22st5%22%20d%3D%22M16.5%2C13.2L16.5%2C13.2c-0.6%2C0.3-2.6%2C0-3.3%2C1c-0.7%2C1-0.4%2C2.6-1.1%2C2.9c0.7%2C1.8-1.1%2C3.3-2%2C3.8%20%20%20%20c1.1-0.2%2C2.7-0.8%2C3.2-1.4c1.4-1.7%2C2.6-2%2C3.2-2.6C17.9%2C15.4%2C17%2C13.8%2C16.5%2C13.2z%22%2F%3E%20%3Cellipse%20transform%3D%22matrix%280.6779%20-0.7352%200.7352%200.6779%20-2.4426%2018.3886%29%22%20class%3D%22st3%22%20cx%3D%2219.8%22%20cy%3D%2212%22%20rx%3D%220.4%22%20ry%3D%220.5%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22Buebird_original%22%20class%3D%22st7%22%3E%20%3Cpath%20class%3D%22st8%22%20d%3D%22M19.1%2C12.4c1.4-3.1%2C0.7-8.6-0.5-9C18.5%2C4%2C18.3%2C5.6%2C18.4%2C6c-0.3-0.5-0.8-1.4-1.4-1.5c-0.2%2C0.6-0.1%2C2%2C0.2%2C2.3%20%20%20%20c-0.2-0.2-1.1-0.9-1.4-0.9c0%2C0.5%2C0.2%2C1.7%2C0.4%2C2.2c-0.4-0.4-1-0.6-1.4-0.7c-0.1%2C0.5%2C0.2%2C1.6%2C0.5%2C1.9c-0.6%2C0-0.8-0.2-1.1%2C0%20%20%20%20c-0.1%2C0.4%2C0.7%2C3.9%2C1%2C4.9c0.2%2C1%2C0.5%2C2.3%2C0.5%2C2.3S18%2C14.5%2C19.1%2C12.4z%22%2F%3E%20%3Cpath%20class%3D%22st9%22%20d%3D%22M19.6%2C9.8c-1.7-0.4-2.9%2C0.8-3.8%2C1.5c-1%2C0.8-4.3%2C4.6-4.7%2C5.2c-3.1%2C3.8-9.5%2C6.1-8.9%2C6c2.9-0.5%2C7.1-2.9%2C8-2.9%20%20%20%20c0.8%2C0.1%2C4.1-3.3%2C5.9-3.4c0.2-0.7-0.1%2C3.5%2C0.4%2C2.9c0.5-0.5%2C2.6-1.1%2C2.5-5.3c0-0.3%2C0.1-0.8%2C1.3-0.6c0.5%2C0.1%2C1.1-0.5%2C1.2-1.1%20%20%20%20C21.5%2C11.1%2C20.7%2C10%2C19.6%2C9.8z%22%2F%3E%20%3Cpath%20class%3D%22st10%22%20d%3D%22M10.9%2C7.7L10.9%2C7.7c-2-1.4-3.6-2.9-4.4-5.1C5.8%2C2%2C5.3%2C1.2%2C5.1%2C0.9C4.6%2C0.9%2C5.1%2C5.1%2C7.2%2C6.6%20%20%20%20c1.3%2C0.8%2C3.5%2C2%2C3.6%2C2C10.9%2C8.3%2C10.9%2C7.9%2C10.9%2C7.7z%22%2F%3E%20%3Cpath%20class%3D%22st11%22%20d%3D%22M10.6%2C10c0-0.5%2C0-1.1%2C0.2-1.5C9.3%2C7.9%2C5.7%2C5.1%2C5.1%2C4.6C4.7%2C4.8%2C6.6%2C9.4%2C10.6%2C10z%22%2F%3E%20%3Cpath%20class%3D%22st12%22%20d%3D%22M10.9%2C13c-1-0.3-2.9-1.5-3.5-1.9c0.2%2C0.7%2C0.5%2C1.3%2C0.8%2C1.7c1%2C1.3%2C1.7%2C1.7%2C2.3%2C2c0.9%2C0.5%2C2.9%2C1.1%2C2.9%2C1.1%20%20%20%20c-0.8-1.1-2.1-2-2.6-3.2C10.7%2C12.7%2C10.9%2C13%2C10.9%2C13z%22%2F%3E%20%3Cpath%20class%3D%22st8%22%20d%3D%22M10.4%2C11.1c0%2C0-4.5-2.4-4.4-2.3c0.2%2C1.3%2C4.1%2C5.1%2C6.2%2C4C12.3%2C12.7%2C10.4%2C11.2%2C10.4%2C11.1z%22%2F%3E%20%3Cpath%20class%3D%22st14%22%20d%3D%22M10.6%2C9.7C8.9%2C8.8%2C6.9%2C7.9%2C5.3%2C6.7c-0.2%2C0-0.2%2C1.6%2C2.9%2C3.4c0.7%2C0.4%2C1.5%2C0.8%2C2.3%2C1.1l0%2C0%20%20%20%20C10.7%2C10.6%2C10.6%2C9.7%2C10.6%2C9.7z%22%2F%3E%20%3Cpath%20class%3D%22st12%22%20d%3D%22M18.1%2C16.6c-0.2%2C1-0.5%2C2.2-2.9%2C3.3c-1.9%2C0.9-8.3%2C1.2-4.9%2C0.3c1.6-0.5%2C3.5-2%2C3.5-2s2.1-2.7%2C2.6-2.4%20%20%20%20C16.9%2C16.2%2C17.8%2C16.2%2C18.1%2C16.6z%22%2F%3E%20%3Cpath%20class%3D%22st10%22%20d%3D%22M10.9%2C7.7c0%2C0.2-2.1%2C5.2%2C2%2C8.3c0%2C0%2C1.8-1.2%2C1.7-3.7C14.4%2C9.5%2C12.5%2C8.9%2C10.9%2C7.7z%22%2F%3E%20%3Cpath%20class%3D%22st15%22%20d%3D%22M16.8%2C14.5c-0.5%2C0.5-0.7%2C1.3-0.9%2C2c0.2%2C0%2C0.3%2C0%2C0.5%2C0.1c1%2C0.5%2C0.6%2C1.7%2C0.4%2C2.3c0.2-0.2%2C0.5-0.3%2C1-1.1%20%20%20%20c0.6-1.1%2C0.3-2.6%2C0.4-4c0-0.3%2C0.3-0.6%2C0.5-0.8C18.1%2C13.2%2C17.2%2C14%2C16.8%2C14.5z%22%2F%3E%20%3Cpath%20class%3D%22st16%22%20d%3D%22M22%2C14.5c-0.1-0.6-0.7-1.7-1-2.3c-0.3-0.6-1.2%2C0.5-1.1%2C0.5c0.1%2C0.1%2C0.7%2C0.3%2C1.4%2C1.1C22%2C14.8%2C22%2C14.7%2C22%2C14.5z%20%20%20%20%22%2F%3E%20%3Cpath%20class%3D%22st12%22%20d%3D%22M9%2C19.7c-3.7%2C1.8-5.6%2C2.8-6.2%2C3.2c-0.2%2C0.2%2C7.5-2.1%2C7.4-2.7C10.1%2C19.4%2C9%2C19.7%2C9%2C19.7z%22%2F%3E%20%3Cpath%20class%3D%22st11%22%20d%3D%22M21.2%2C12.1c0-0.6-0.3-1.7-1.6-2c-1.1-0.2-1.7%2C0-2.3%2C0.8s-0.5%2C1.9-0.8%2C2.3c0.5%2C0.6%2C0.8%2C1.4%2C0.8%2C2.3%20%20%20%20c0.3-0.5%2C0.5-2.9%2C2.6-2.5C21.1%2C13.2%2C21.2%2C12.5%2C21.2%2C12.1z%22%2F%3E%20%3Cpath%20class%3D%22st14%22%20d%3D%22M21%2C12.8c0.6-0.9-1.2-2.7-2.3-1.7C17.4%2C12.2%2C20.5%2C13.6%2C21%2C12.8z%22%2F%3E%20%3Cpath%20class%3D%22st10%22%20d%3D%22M12.4%2C17.4c1.2-1.7-4.2%2C2.3-5.9%2C3.5c-0.2%2C0.2%2C3.1%2C0.3%2C4.7-0.4C11.8%2C20.3%2C12.1%2C17.7%2C12.4%2C17.4z%22%2F%3E%20%3Cpath%20class%3D%22st15%22%20d%3D%22M14.2%2C8.9c-1.3-1.1-5-3.3-7.7-6.2c0.8%2C2.2%2C2.5%2C3.8%2C4.3%2C5c1.7%2C1.2%2C3.9%2C2.9%2C3.8%2C5.1c-0.1%2C1.5-0.6%2C2.9%2C0.9%2C1.6%20%20%20%20C16.4%2C13.4%2C15.9%2C10.2%2C14.2%2C8.9z%22%2F%3E%20%3Cpath%20class%3D%22st11%22%20d%3D%22M12.6%2C10.9c-2.2%2C2.9%2C0.5%2C6.1%2C1.3%2C5.2C15.4%2C14.5%2C14.5%2C8.6%2C12.6%2C10.9z%22%2F%3E%20%3Cpath%20class%3D%22st11%22%20d%3D%22M14.4%2C16.8c1%2C0.5-0.4%2C2.1-0.8%2C2.5c-0.8%2C0.8-2.3%2C1.5-3.5%2C1.6C7.3%2C21.1%2C12.2%2C15.5%2C14.4%2C16.8z%22%2F%3E%20%3Cpath%20class%3D%22st8%22%20d%3D%22M16.5%2C13.2L16.5%2C13.2c-0.6%2C0.3-2.6%2C0-3.3%2C1c-0.8%2C1-0.4%2C2.6-1.1%2C2.9c0.7%2C1.8-1.1%2C3.4-2%2C3.8%20%20%20%20c1.2-0.2%2C2.7-0.8%2C3.2-1.4c1.4-1.7%2C2.7-2%2C3.3-2.6C17.9%2C15.4%2C17%2C13.8%2C16.5%2C13.2z%22%2F%3E%20%3Cellipse%20transform%3D%22matrix%280.6779%20-0.7352%200.7352%200.6779%20-2.3978%2018.3706%29%22%20class%3D%22st12%22%20cx%3D%2219.8%22%20cy%3D%2211.9%22%20rx%3D%220.4%22%20ry%3D%220.5%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-theme-bluebird {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20data-name%3D%22Ebene%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23a3bbdb%3B%7D.cls-2%7Bfill%3A%232580b6%3B%7D.cls-3%7Bfill%3A%233fa5d7%3B%7D.cls-4%7Bfill%3A%2356aad8%3B%7D.cls-5%7Bfill%3A%23c8c9de%3B%7D.cls-6%7Bfill%3A%2372aed9%3B%7D.cls-7%7Bfill%3A%230191c2%3B%7D.cls-8%7Bfill%3A%23517bb1%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etheme-24-bluebird%3C%2Ftitle%3E%3Cg%20id%3D%22Buebird_original%22%20data-name%3D%22Buebird%20original%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.11%2C12.37c1.43-3.08.68-8.57-.52-9A18.84%2C18.84%2C0%2C0%2C0%2C18.36%2C6c-.3-.45-.82-1.35-1.42-1.5a4.68%2C4.68%2C0%2C0%2C0%2C.15%2C2.33c-.23-.23-1.05-.9-1.43-.9A7.18%2C7.18%2C0%2C0%2C0%2C16%2C8.08a2.81%2C2.81%2C0%2C0%2C0-1.43-.67%2C3%2C3%2C0%2C0%2C0%2C.45%2C1.88c-.6%2C0-.75-.23-1.13%2C0a33.73%2C33.73%2C0%2C0%2C0%2C1%2C4.88c.22%2C1%2C.45%2C2.33.45%2C2.33A15%2C15%2C0%2C0%2C0%2C19.11%2C12.37Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M19.64%2C9.81c-1.73-.37-2.85.75-3.75%2C1.5a58%2C58%2C0%2C0%2C0-4.74%2C5.19c-3.08%2C3.75-9.46%2C6.08-8.94%2C6%2C2.86-.53%2C7.07-2.93%2C8-2.86s4.13-3.3%2C5.86-3.38c.23-.67-.07%2C3.46.38%2C2.93S19%2C18.07%2C19%2C13.94c0-.3.08-.75%2C1.28-.6a1.25%2C1.25%2C0%2C0%2C0%2C1.2-1.05A2.39%2C2.39%2C0%2C0%2C0%2C19.64%2C9.81Z%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M10.85%2C7.71l-.07-.08a10.3%2C10.3%2C0%2C0%2C1-4.28-5A6.75%2C6.75%2C0%2C0%2C1%2C5.14%2C1C4.62.87%2C5.07%2C5.08%2C7.25%2C6.58a33.59%2C33.59%2C0%2C0%2C0%2C3.6%2C2Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M10.55%2C10a3.42%2C3.42%2C0%2C0%2C1%2C.23-1.5A36.54%2C36.54%2C0%2C0%2C1%2C5.14%2C4.63C4.69%2C4.78%2C6.65%2C9.36%2C10.55%2C10Z%22%2F%3E%3Cpath%20class%3D%22cls-5%22%20d%3D%22M10.85%2C13a22.6%2C22.6%2C0%2C0%2C1-3.53-1.88%2C4.11%2C4.11%2C0%2C0%2C0%2C.83%2C1.73%2C6.52%2C6.52%2C0%2C0%2C0%2C2.25%2C1.95c.9.45%2C2.93%2C1.13%2C2.93%2C1.13-.75-1.13-2.1-2-2.63-3.23C10.7%2C12.74%2C10.93%2C13%2C10.85%2C13Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10.4%2C11.09S5.9%2C8.69%2C6%2C8.84c.23%2C1.27%2C4.06%2C5.1%2C6.23%2C4C12.28%2C12.67%2C10.4%2C11.16%2C10.4%2C11.09Z%22%2F%3E%3Cpath%20class%3D%22cls-6%22%20d%3D%22M10.55%2C9.74A35%2C35%2C0%2C0%2C1%2C5.29%2C6.66c-.15%2C0-.22%2C1.57%2C2.93%2C3.38a22.62%2C22.62%2C0%2C0%2C0%2C2.26%2C1.12h0A3.22%2C3.22%2C0%2C0%2C0%2C10.55%2C9.74Z%22%2F%3E%3Cpath%20class%3D%22cls-5%22%20d%3D%22M18.06%2C16.57c-.22%2C1-.52%2C2.18-2.93%2C3.31-1.87.9-8.26%2C1.2-4.88.3a13.35%2C13.35%2C0%2C0%2C0%2C3.53-2s2.11-2.7%2C2.56-2.4S17.84%2C16.2%2C18.06%2C16.57Z%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M10.85%2C7.71c0%2C.22-2.1%2C5.18%2C2%2C8.26a4.22%2C4.22%2C0%2C0%2C0%2C1.65-3.68C14.38%2C9.51%2C12.51%2C8.91%2C10.85%2C7.71Z%22%2F%3E%3Cpath%20class%3D%22cls-7%22%20d%3D%22M16.79%2C14.54a5.76%2C5.76%2C0%2C0%2C0-.9%2C2%2C1%2C1%2C0%2C0%2C1%2C.45.07c1%2C.45.6%2C1.73.37%2C2.33a3.25%2C3.25%2C0%2C0%2C0%2C1-1c.6-1.13.3-2.63.37-4%2C0-.3.3-.6.53-.83A5.5%2C5.5%2C0%2C0%2C0%2C16.79%2C14.54Z%22%2F%3E%3Cpath%20class%3D%22cls-8%22%20d%3D%22M22%2C14.47a10%2C10%2C0%2C0%2C0-1-2.25c-.3-.61-1.2.45-1.12.52a4.76%2C4.76%2C0%2C0%2C1%2C1.35%2C1.13C22%2C14.84%2C22%2C14.69%2C22%2C14.47Z%22%2F%3E%3Cpath%20class%3D%22cls-5%22%20d%3D%22M9%2C19.73c-3.68%2C1.8-5.55%2C2.78-6.23%2C3.15-.22.15%2C7.51-2.1%2C7.44-2.7S9%2C19.73%2C9%2C19.73Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M21.22%2C12.14a2%2C2%2C0%2C0%2C0-1.58-2%2C1.91%2C1.91%2C0%2C0%2C0-2.25.75c-.53.75-.45%2C1.88-.83%2C2.25a3.39%2C3.39%2C0%2C0%2C1%2C.75%2C2.26c.3-.53.53-2.86%2C2.63-2.48C21.14%2C13.19%2C21.22%2C12.52%2C21.22%2C12.14Z%22%2F%3E%3Cpath%20class%3D%22cls-6%22%20d%3D%22M21%2C12.82c.6-.9-1.2-2.71-2.33-1.73C17.39%2C12.22%2C20.47%2C13.64%2C21%2C12.82Z%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M12.35%2C17.4c1.21-1.65-4.2%2C2.25-5.85%2C3.53a9.86%2C9.86%2C0%2C0%2C0%2C4.65-.38C11.75%2C20.33%2C12.05%2C17.7%2C12.35%2C17.4Z%22%2F%3E%3Cpath%20class%3D%22cls-7%22%20d%3D%22M14.16%2C8.91c-1.28-1-5-3.3-7.74-6.23a10.82%2C10.82%2C0%2C0%2C0%2C4.28%2C5c1.73%2C1.2%2C3.91%2C2.93%2C3.76%2C5.11-.08%2C1.5-.6%2C2.93.9%2C1.57C16.41%2C13.42%2C15.89%2C10.19%2C14.16%2C8.91Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M12.58%2C10.94c-2.18%2C2.85.53%2C6.08%2C1.28%2C5.18C15.36%2C14.47%2C14.46%2C8.61%2C12.58%2C10.94Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M14.38%2C16.8c1%2C.52-.37%2C2.1-.82%2C2.48a6.12%2C6.12%2C0%2C0%2C1-3.46%2C1.57C7.32%2C21.08%2C12.2%2C15.52%2C14.38%2C16.8Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M16.49%2C13.19l-.08.08c-.52.22-2.48-.08-3.23.9s-.37%2C2.63-1%2C2.93c.68%2C1.8-1.05%2C3.38-2%2C3.75a6.1%2C6.1%2C0%2C0%2C0%2C3.23-1.35c1.43-1.65%2C2.71-1.95%2C3.31-2.63A2.78%2C2.78%2C0%2C0%2C0%2C16.49%2C13.19Z%22%2F%3E%3Cellipse%20class%3D%22cls-5%22%20cx%3D%2219.76%22%20cy%3D%2211.92%22%20rx%3D%220.38%22%20ry%3D%220.53%22%20transform%3D%22translate%28-2.4%2018.37%29%20rotate%28-47.32%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-timeout {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20240%20240%22%20style%3D%22enable-background%3A%20new%200%200%20240%20240%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%232C8FCE%3B%7D%20.st1%7Bfill%3A%238E8D8D%3B%7D%20%3C%2Fstyle%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M134.3%2C187.8l-75.7-35.5c-0.7-0.3-1-1.1-0.7-1.8l0.7-1.5c0.3-0.7%2C1.1-1%2C1.8-0.7l75.7%2C35.5%20%20%20%20c0.7%2C0.3%2C1%2C1.1%2C0.7%2C1.8l-0.7%2C1.5C135.8%2C187.8%2C135%2C188.1%2C134.3%2C187.8z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M179.4%2C91.7l-75.7-35.5c-0.7-0.3-1-1.1-0.7-1.8l0.7-1.5c0.3-0.7%2C1.1-1%2C1.8-0.7l75.7%2C35.5%20%20%20%20c0.7%2C0.3%2C1%2C1.1%2C0.7%2C1.8l-0.7%2C1.5C180.9%2C91.7%2C180%2C92%2C179.4%2C91.7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M166.5%2C85.6l-6.8%2C14.4l0%2C0c-8%2C15.9-25.1%2C23.7-38.6%2C17.4c-13.5-6.4-18.4-24.4-11.3-40.8l0%2C0l6.8-14.4l-3.2-1.5%20%20%20%20l-6.8%2C14.4l0%2C0c-8.2%2C18.5-2.6%2C39%2C12.7%2C46.2c15.3%2C7.2%2C34.6-1.6%2C43.6-19.7l0%2C0l6.8-14.4L166.5%2C85.6z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M73.3%2C154.3l5.5-11.7l0%2C0c8.2-16.3%2C25.3-24.3%2C38.9-17.9c13.5%2C6.4%2C18.3%2C24.7%2C11%2C41.4l0%2C0l-5.5%2C11.7l3.2%2C1.5%20%20%20%20l5.5-11.7l0%2C0c8.3-18.9%2C2.9-39.7-12.4-46.8c-15.3-7.2-34.8%2C1.9-43.9%2C20.4l0%2C0l-5.5%2C11.7L73.3%2C154.3z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M72.8%2C154.4c0%2C0%2C11.5-20.6%2C35.2-9.4c24.4%2C11.5%2C15.4%2C33.3%2C15.4%2C33.3l-48.9-23.1L72.8%2C154.4z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M120%2C15C62%2C15%2C15%2C62%2C15%2C120s47%2C105%2C105%2C105s105-47%2C105-105S178%2C15%2C120%2C15z%20M120%2C218.7%20%20%20%20c-54.5%2C0-98.7-44.2-98.7-98.7S65.5%2C21.3%2C120%2C21.3c54.5%2C0%2C98.7%2C44.2%2C98.7%2C98.7S174.5%2C218.7%2C120%2C218.7z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-toolbar-toggle {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2%202v20h20V2H2zm1%2019V3h5v18H3zm18%200H9V3h12v18z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-user-add_grey {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10%2C2C7.2%2C2%2C5%2C4.2%2C5%2C7s2.2%2C5%2C5%2C5s5-2.2%2C5-5S12.8%2C2%2C10%2C2z%20M10%2C11c-2.2%2C0-4-1.8-4-4s1.8-4%2C4-4s4%2C1.8%2C4%2C4%20%20%20S12.2%2C11%2C10%2C11z%20M14%2C12c0%2C0-0.8%2C1.9-4%2C2s-4-2-4-2s-0.9%2C0.8-2%2C2c-1.9%2C2.2-2%2C7-2%2C7h1c0%2C0%2C0.1-3.1%2C1-5.1s1.8-2.5%2C1.8-2.5S6.8%2C15%2C10%2C15%20%20%20c3.3%2C0%2C4.7-2.4%2C4.7-2.4L14%2C12z%20M2%2C21v1h13v-1H2z%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2223%2C17%2023%2C19%2019%2C19%2019%2C23%2017%2C23%2017%2C19%2013%2C19%2013%2C17%2017%2C17%2017%2C13%2019%2C13%2019%2C17%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-24-warning {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3A%20new%200%200%2024%2024%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23EBC281%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M2.7%2C18.7l8-14.8c0.6-0.9%2C2-0.9%2C2.6%2C0l8%2C14.8c0.6%2C1-0.1%2C2.3-1.3%2C2.3H4C2.8%2C21%2C2.1%2C19.7%2C2.7%2C18.7z%22%2F%3E%20%3Crect%20x%3D%2211%22%20y%3D%228%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%227%22%2F%3E%20%3Crect%20x%3D%2211%22%20y%3D%2217%22%20class%3D%22st1%22%20width%3D%222%22%20height%3D%222%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-32-checked-box {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3A%20new%200%200%2032%2032%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M25%2C7v18H7V7H25%20M26%2C6H6v20h20V6L26%2C6z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M9.5%2C15.3l1.7-1.7l5.5%2C5.5L15%2C20.8L9.5%2C15.3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M21.7%2C10.7l1.7%2C1.7L15%2C20.8l-1.7-1.7L21.7%2C10.7z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-close-modal-white-big {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3A%20new%200%200%2032%2032%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cg%20id%3D%22Ebene_2%22%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22Ebene_1%22%3E%20%3Crect%20x%3D%22-1.2%22%20y%3D%2214.8%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-6.6805%2015.9843%29%22%20class%3D%22st0%22%20width%3D%2234.4%22%20height%3D%222.4%22%2F%3E%20%3Crect%20x%3D%2214.7%22%20y%3D%22-1.1%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-6.6831%2015.9775%29%22%20class%3D%22st0%22%20width%3D%222.4%22%20height%3D%2234.4%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-dropzone-add-blue {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E%20.st0%7Bfill%3A%2391B6DA%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18%207h-4v7H7v4h7v7h4v-7h7v-4h-7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M25.4%202H6.6C4.1%202%202%204.1%202%206.6v18.8C2%2027.9%204.1%2030%206.6%2030h18.8c2.5%200%204.6-2.1%204.6-4.6V6.6C30%204.1%2027.9%202%2025.4%202zM28%2025.6c0%201.3-1.1%202.4-2.4%202.4H6.4C5.1%2028%204%2026.9%204%2025.6V6.4C4%205.1%205.1%204%206.4%204h19.1C26.9%204%2028%205.1%2028%206.4v19.2z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-dropzone-add {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18%207h-4v7H7v4h7v7h4v-7h7v-4h-7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M25.4%202H6.6C4.1%202%202%204.1%202%206.6v18.8C2%2027.9%204.1%2030%206.6%2030h18.8c2.5%200%204.6-2.1%204.6-4.6V6.6C30%204.1%2027.9%202%2025.4%202zM28%2025.6c0%201.3-1.1%202.4-2.4%202.4H6.4C5.1%2028%204%2026.9%204%2025.6V6.4C4%205.1%205.1%204%206.4%204h19.1C26.9%204%2028%205.1%2028%206.4v19.2z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-footer-add {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3A%20new%200%200%2032%2032%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%2215%22%20y%3D%227%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2218%22%2F%3E%20%3Crect%20x%3D%2215%22%20y%3D%227%22%20transform%3D%22matrix%28-1.836970e-16%201%20-1%20-1.836970e-16%2032%203.552714e-15%29%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2218%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-footer-back-dark {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3A%20new%200%200%2032%2032%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M26%2C20c0%2C3-2.9%2C6-6%2C6c-0.2-0.5%2C0.2-0.5%2C0-1c2.4%2C0%2C5-2.7%2C5-5c0-2.8-2.5-5-5-5H8.3l5.4%2C5.4l-0.8%2C0.8l-6-6%20%20%20l-0.8-0.8L7%2C13.6l6-6l0.8%2C0.8L8.1%2C14H20C23%2C14%2C26%2C16.4%2C26%2C20z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-footer-back {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3A%20new%200%200%2032%2032%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M26.2%2C17.7c0-3.6-3.2-6.7-7.2-6.7H8c-0.3%2C0-0.8%2C0-1%2C0c-0.1%2C0.4%2C0.1%2C1.6%2C0%2C2h10h3c2.6%2C0%2C4.5%2C1.9%2C4.5%2C4.7%20%20%20c0%2C2.3-1.8%2C4.3-4.2%2C4.9c0.2%2C0.5%2C0.3%2C0.9%2C0.5%2C1.4C23.8%2C23.3%2C26.2%2C20.7%2C26.2%2C17.7z%22%2F%3E%20%3Crect%20x%3D%225.5%22%20y%3D%228.1%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-3.4181%209.9453%29%22%20class%3D%22st0%22%20width%3D%229.6%22%20height%3D%222%22%2F%3E%20%3Crect%20x%3D%225.3%22%20y%3D%2214.3%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%2013.7737%20-2.6607%29%22%20class%3D%22st0%22%20width%3D%229.6%22%20height%3D%222%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-footer-done {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3A%20new%200%200%2032%2032%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%227.5%22%20y%3D%2217.6%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%2016.6008%20-3.2695%29%22%20class%3D%22st0%22%20width%3D%229.4%22%20height%3D%221.7%22%2F%3E%20%3Crect%20x%3D%2212.4%22%20y%3D%2215.9%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-6.1664%2018.6506%29%22%20class%3D%22st0%22%20width%3D%2214%22%20height%3D%221.7%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-footer-forward {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3A%20new%200%200%2032%2032%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%227%22%20y%3D%2216%22%20class%3D%22st0%22%20width%3D%2217%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%2217.1%22%20y%3D%2213.2%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%2015.9365%20-11.3206%29%22%20class%3D%22st0%22%20width%3D%229%22%20height%3D%220.8%22%2F%3E%20%3Crect%20x%3D%2217.1%22%20y%3D%2219.1%22%20transform%3D%22matrix%28-0.7071%200.7071%20-0.7071%20-0.7071%2050.6317%2017.9312%29%22%20class%3D%22st0%22%20width%3D%229%22%20height%3D%220.8%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-footer-save-dark {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3A%20new%200%200%2032%2032%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2220%2C7%2020%2C7.1%2020%2C7.1%20%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M25.3%2C11L21%2C6.7V6H6v20h20V11H25.3z%20M14%2C7v6h4V7h1v7h-9V7H14z%20M22%2C25H10v-7h12V25z%20M25%2C25h-2v-8H9v8H7V7h2v8h11%20%20%20V7.1l0%2C0l0%2C0v0h0l0%2C0v0l4.9%2C4.9L25%2C12V25z%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2220%2C7%2020%2C7.1%2020%2C7.1%20%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-footer-save {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3A%20new%200%200%2032%2032%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%226%22%20y%3D%226%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%2220%22%2F%3E%20%3Crect%20x%3D%226%22%20y%3D%2225%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%2225%22%20y%3D%2211%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%2215%22%2F%3E%20%3Crect%20x%3D%227%22%20y%3D%226%22%20class%3D%22st0%22%20width%3D%2214%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%2222.3%22%20y%3D%225.7%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%200.1893%2018.7999%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%227%22%2F%3E%20%3Crect%20x%3D%229%22%20y%3D%2218%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%227%22%2F%3E%20%3Crect%20x%3D%229%22%20y%3D%2217%22%20class%3D%22st0%22%20width%3D%2214%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%229%22%20y%3D%2214%22%20class%3D%22st0%22%20width%3D%2211%22%20height%3D%221%22%2F%3E%20%3Crect%20x%3D%2222%22%20y%3D%2218%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%227%22%2F%3E%20%3Crect%20x%3D%2214%22%20y%3D%227%22%20class%3D%22st0%22%20width%3D%224%22%20height%3D%226%22%2F%3E%20%3Crect%20x%3D%229%22%20y%3D%227%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%227%22%2F%3E%20%3Crect%20x%3D%2219%22%20y%3D%227%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%228%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-footer-search {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3A%20new%200%200%2032%2032%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M27.1%2C15.5L6%2C6l4.1%2C9.5L6%2C25L27.1%2C15.5z%20M8%2C8l15.4%2C7H11v0L8%2C8z%20M11%2C16h12.5L8%2C23L11%2C16z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-unchecked-box {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3A%20new%200%200%2032%2032%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M25%2C7v18H7V7H25%20M26%2C6H6v20h20V6L26%2C6z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-upload-error {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E%20.st0%7Bfill%3A%23D86343%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7.03733%2022.91183l14.9198-14.9198%203.04054%203.04052-14.9198%2014.9198z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.14887%207.97673l14.9198%2014.9198-3.04052%203.04054-14.9198-14.9198z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-upload-from-camera {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3A%20new%200%200%2032%2032%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cpath%20d%3D%22M26.94%2C9H5.06C3.37%2C9%2C2%2C10.37%2C2%2C12.06v12.88C2%2C26.63%2C3.37%2C28%2C5.06%2C28h21.88c1.69%2C0%2C3.06-1.37%2C3.06-3.06V12.06%20%20%20C30%2C10.37%2C28.63%2C9%2C26.94%2C9z%20M29%2C24.88c0%2C1.17-0.95%2C2.13-2.13%2C2.13H5.13C3.95%2C27%2C3%2C26.05%2C3%2C24.88V12.13C3%2C10.95%2C3.95%2C10%2C5.13%2C10%20%20%20h21.75c1.17%2C0%2C2.13%2C0.95%2C2.13%2C2.13v12.75H29z%22%2F%3E%20%3Ccircle%20cx%3D%2216%22%20cy%3D%2219%22%20r%3D%224%22%2F%3E%20%3Cpath%20d%3D%22M16%2C13c-3.31%2C0-6%2C2.69-6%2C6s2.69%2C6%2C6%2C6s6-2.69%2C6-6S19.31%2C13%2C16%2C13z%20M16%2C24c-2.76%2C0-5-2.24-5-5s2.24-5%2C5-5%20%20%20s5%2C2.24%2C5%2C5S18.76%2C24%2C16%2C24z%22%2F%3E%20%3Cpath%20d%3D%22M25.5%2C11c-1.93%2C0-3.5%2C0.67-3.5%2C1.5s1.57%2C1.5%2C3.5%2C1.5s3.5-0.67%2C3.5-1.5S27.43%2C11%2C25.5%2C11z%20M25.5%2C13%20%20%20c-1.5%2C0-2.17-0.22-2.17-0.5S24%2C12%2C25.5%2C12s2.17%2C0.22%2C2.17%2C0.5S27%2C13%2C25.5%2C13z%22%2F%3E%20%3Cpath%20d%3D%22M9.91%2C9.03C9.91%2C9.03%2C12%2C7%2C13%2C6s1-1%2C1-1h4l4%2C4h-2l-2-3h-4l-2%2C3L9.91%2C9.03z%22%2F%3E%20%3Cpath%20d%3D%22M2.11%2C11.23L4.02%2C7h4.01L11%2C9.98H9.51L8%2C7.96L4.99%2C7.98L4.04%2C9.96L2.11%2C11.23z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-upload-from-folder {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3A%20new%200%200%2032%2032%3B%20%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%3E%20%3Cg%3E%20%3Cpolygon%20points%3D%2226%2C13%2026%2C14%2028%2C14%2028%2C27%2026%2C27%2026%2C28%2029%2C28%2029%2C13%20%20%22%2F%3E%20%3Cpolyline%20points%3D%227%2C27%206%2C27%206%2C28%2026%2C28%2026%2C27%2025%2C27%20%20%22%2F%3E%20%3Crect%20x%3D%2225%22%20y%3D%2213%22%20width%3D%221%22%20height%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3Cpolygon%20points%3D%223%2C10%203%2C7%2010%2C7%2011.92%2C10%2011%2C11%209%2C8%204%2C8%204%2C10%20%22%2F%3E%20%3Crect%20x%3D%2218%22%20y%3D%227%22%20width%3D%223%22%20height%3D%2211%22%2F%3E%20%3Cpolygon%20points%3D%2219.5%2C3%2015%2C8%2024%2C8%20%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20points%3D%2216%2C13%206%2C13%206%2C28%207%2C28%207%2C14%2016%2C14%20%20%22%2F%3E%20%3Crect%20x%3D%2223%22%20y%3D%2213%22%20width%3D%222%22%20height%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M4%2C27V12v-0.02V11c0-0.25%2C0-0.5%2C0-1H3v18h3v-1H4z%22%2F%3E%20%3Cpath%20d%3D%22M11%2C10c0%2C0.5%2C0%2C0.75%2C0%2C1h5v-1H11z%22%2F%3E%20%3Cpolygon%20points%3D%2223%2C10%2023%2C11%2025%2C11%2025%2C13%2026%2C13%2026%2C10%20%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon-32-upload-success {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22rgb%28155%2C155%2C155%29%22%20style%3D%22%22%3E%20%3Cstyle%3E%20.st0%7Bfill%3A%2391B7DB%3B%7D%20%3C%2Fstyle%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M26.9%2011.9l-2.8-2.8L14%2019.2l-5.8-5.8-2.8%202.8%208.7%208.7%2012.8-13z%22%2F%3E%20%3C%2Fsvg%3E);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

/*# sourceMappingURL=styles.41137221fc4411df.css.map*/