/*
 * Agrosignal Project. Copyright (c) 2012 - 2015 InfoBiS, LLC. (http://www.infobis.ru com@infobis.ru)
 *
 * module: AgroSignal
 * last modified: 28.04.15 12:31
 */
.as-ag-grid19 {
  /* icons are used outside of the grid root (in the ghost) */
}
.as-ag-grid19__container {
  width: 100%;
  height: 100%;
}
.as-ag-grid19 ag-grid,
.as-ag-grid19 ag-grid-angular,
.as-ag-grid19 ag-grid-ng2,
.as-ag-grid19 ag-grid-polymer,
.as-ag-grid19 ag-grid-aurelia {
  display: block;
}
.as-ag-grid19 .ag-rtl {
  direction: rtl;
}
.as-ag-grid19 .ag-ltr {
  direction: ltr;
}
.as-ag-grid19 .ag-select-agg-func-popup {
  position: absolute;
}
.as-ag-grid19 .ag-body-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.as-ag-grid19 .ag-root-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.as-ag-grid19 .ag-root-wrapper.ag-layout-normal {
  height: 100%;
}
.as-ag-grid19 .ag-root-wrapper-body {
  display: flex;
  flex-direction: row;
}
.as-ag-grid19 .ag-root-wrapper-body.ag-layout-normal {
  flex-grow: 1;
  height: 0px;
  min-height: 0px;
}
.as-ag-grid19 .ag-root {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
.as-ag-grid19 .ag-root.ag-layout-normal,
.as-ag-grid19 .ag-root.ag-layout-auto-height {
  overflow: hidden;
  width: 0px;
  min-width: 0px;
  flex: 1;
}
.as-ag-grid19 .ag-root.ag-layout-normal {
  height: 100%;
}
.as-ag-grid19 .ag-font-style {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.as-ag-grid19 .ag-popup-backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.as-ag-grid19 .ag-header {
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%;
  display: flex;
}
.as-ag-grid19 .ag-pinned-left-header {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.as-ag-grid19 .ag-pinned-right-header {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.as-ag-grid19 .ag-header-viewport {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  width: 0px;
  min-width: 0px;
  flex: 1;
}
.as-ag-grid19 .ag-header-row {
  position: absolute;
}
.as-ag-grid19 .ag-header-container {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.as-ag-grid19 .ag-header-overlay {
  display: block;
  position: absolute;
}
.as-ag-grid19 .ag-header-cell {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  position: absolute;
  vertical-align: bottom;
}
.as-ag-grid19 .ag-floating-filter {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
}
.as-ag-grid19 .ag-floating-filter-body {
  height: 20px;
  margin-right: 25px;
}
.as-ag-grid19 .ag-floating-filter-full-body {
  height: 20px;
  width: 100%;
}
.as-ag-grid19 .ag-floating-filter-input {
  width: 100%;
}
.as-ag-grid19 .ag-floating-filter-input:-moz-read-only {
  background-color: #eee;
}
.as-ag-grid19 .ag-floating-filter-input:read-only {
  background-color: #eee;
}
.as-ag-grid19 .ag-floating-filter-menu {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.as-ag-grid19 .ag-dnd-ghost {
  background: #e5e5e5;
  border: 1px solid black;
  box-sizing: border-box;
  cursor: move;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  padding: 3px;
  position: absolute;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.as-ag-grid19 .ag-dnd-ghost-icon {
  display: inline-block;
  float: left;
  padding: 2px;
}
.as-ag-grid19 .ag-dnd-ghost-label {
  display: inline-block;
}
.as-ag-grid19 .ag-header-group-cell {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
}
.as-ag-grid19 .ag-header-group-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}
.as-ag-grid19 .ag-header-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.as-ag-grid19 .ag-header-cell-resize {
  position: absolute;
  z-index: 4;
  cursor: col-resize;
  height: 100%;
  width: 4px;
}
.as-ag-grid19 .ag-ltr .ag-header-cell-resize {
  right: -4px;
}
.as-ag-grid19 .ag-ltr .ag-pinned-right-header .ag-header-cell-resize {
  left: -4px;
}
.as-ag-grid19 .ag-rtl .ag-header-cell-resize {
  left: -4px;
}
.as-ag-grid19 .ag-rtl .ag-pinned-left-header .ag-header-cell-resize {
  right: -4px;
}
.as-ag-grid19 .ag-ltr .ag-header-select-all {
  float: left;
}
.as-ag-grid19 .ag-rtl .ag-header-select-all {
  float: right;
}
.as-ag-grid19 .ag-header-expand-icon {
  padding-left: 4px;
}
.as-ag-grid19 .ag-header-cell-menu-button {
  float: right;
}
.as-ag-grid19 .ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.as-ag-grid19 .ag-overlay-panel {
  display: table;
  height: 100%;
  pointer-events: none;
  width: 100%;
}
.as-ag-grid19 .ag-overlay-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.as-ag-grid19 .ag-primary-cols-header-panel .ag-column-name-filter {
  flex-grow: 1;
  flex-shrink: 1;
}
.as-ag-grid19 .ag-primary-cols-header-panel .ag-primary-cols-filter-wrapper {
  width: 100%;
}
.as-ag-grid19 .ag-tool-panel-wrapper {
  display: flex;
  overflow-y: auto;
}
.as-ag-grid19 .ag-column-panel {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  flex-grow: 1;
  overflow-x: hidden;
  max-height: 100vh;
}
.as-ag-grid19 .ag-body-container.ag-layout-auto-height {
  min-height: 50px;
}
.as-ag-grid19 .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px;
}
.as-ag-grid19 .ag-body {
  box-sizing: border-box;
  position: relative;
  display: flex;
}
.as-ag-grid19 .ag-body.ag-layout-normal {
  flex: 1;
  height: 0px;
  min-height: 0px;
}
.as-ag-grid19 .ag-rtl .ag-body {
  flex-direction: row-reverse;
}
.as-ag-grid19 .ag-ltr .ag-body {
  flex-direction: row;
}
.as-ag-grid19 .ag-rtl .ag-floating-top {
  flex-direction: row-reverse;
}
.as-ag-grid19 .ag-ltr .ag-floating-top {
  flex-direction: row;
}
.as-ag-grid19 .ag-rtl .ag-floating-bottom {
  flex-direction: row-reverse;
}
.as-ag-grid19 .ag-ltr .ag-floating-bottom {
  flex-direction: row;
}
.as-ag-grid19 .ag-ltr .ag-header {
  flex-direction: row;
}
.as-ag-grid19 .ag-rtl .ag-header {
  flex-direction: row-reverse;
}
.as-ag-grid19 .ag-floating-top {
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}
.as-ag-grid19 .ag-pinned-left-floating-top {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  width: 0px;
  flex-grow: 1000;
}
.as-ag-grid19 .ag-pinned-right-floating-top {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  width: 0px;
  flex-grow: 1000;
}
.as-ag-grid19 .ag-floating-top-viewport {
  box-sizing: border-box;
  overflow: hidden;
  width: 0px;
  min-width: 0px;
  flex: 1;
}
.as-ag-grid19 .ag-floating-top-viewport.ag-layout-normal {
  height: 100%;
}
.as-ag-grid19 .ag-floating-top-container {
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}
.as-ag-grid19 .ag-floating-bottom {
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}
.as-ag-grid19 .ag-pinned-left-floating-bottom {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  width: 0px;
  flex-grow: 1000;
}
.as-ag-grid19 .ag-pinned-right-floating-bottom {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  width: 0px;
  flex-grow: 1000;
}
.as-ag-grid19 .ag-floating-bottom-viewport {
  box-sizing: border-box;
  overflow: hidden;
  flex: 1;
  width: 0px;
  min-width: 0px;
}
.as-ag-grid19 .ag-floating-bottom-container {
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}
.as-ag-grid19 .ag-pinned-right-cols-viewport-wrapper {
  height: 100%;
  overflow: hidden;
  flex-grow: 1000;
  min-width: 0px;
  width: 0px;
}
.as-ag-grid19 .ag-pinned-right-cols-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.as-ag-grid19 .ag-pinned-right-cols-container {
  display: block;
  position: relative;
}
.as-ag-grid19 .ag-pinned-left-cols-viewport-wrapper {
  height: 100%;
  overflow: hidden;
  flex-grow: 1000;
  min-width: 0px;
  width: 0px;
}
.as-ag-grid19 .ag-pinned-left-cols-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.as-ag-grid19 .ag-pinned-left-cols-container {
  display: block;
  position: relative;
}
.as-ag-grid19 .ag-body-viewport-wrapper {
  overflow: hidden;
}
.as-ag-grid19 .ag-body-viewport-wrapper.ag-layout-auto-height,
.as-ag-grid19 .ag-body-viewport-wrapper.ag-layout-normal {
  height: 100%;
  width: 20px;
  min-width: 20px;
  flex: 1;
}
.as-ag-grid19 .ag-body-viewport.ag-layout-auto-height {
  overflow-x: auto;
  overflow-y: hidden;
}
.as-ag-grid19 .ag-body-viewport.ag-layout-normal {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}
.as-ag-grid19 .ag-full-width-viewport-wrapper {
  height: 100%;
  width: 100%;
  display: inline-block;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
}
.as-ag-grid19 .ag-full-width-viewport {
  box-sizing: border-box;
  height: 100%;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.as-ag-grid19 .ag-full-width-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.as-ag-grid19 .ag-floating-bottom-full-width-container {
  display: inline;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.as-ag-grid19 .ag-floating-top-full-width-container {
  display: inline;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.as-ag-grid19 .ag-full-width-row {
  overflow: hidden;
  pointer-events: all;
}
.as-ag-grid19 .ag-body-container {
  position: relative;
}
.as-ag-grid19 .ag-body-container:not(.ag-layout-print) {
  display: block;
}
.as-ag-grid19 .ag-row-animation .ag-row {
  transition: top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s;
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
}
.as-ag-grid19 .ag-row-no-animation .ag-row {
  transition: background-color 0.1s;
}
.as-ag-grid19 .ag-row {
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%;
}
.as-ag-grid19 .ag-row-position-absolute {
  position: absolute;
}
.as-ag-grid19 .ag-row-position-relative {
  position: relative;
}
.as-ag-grid19 .ag-column-moving .ag-cell {
  transition: left 0.2s;
}
.as-ag-grid19 .ag-column-moving .ag-header-cell {
  transition: left 0.2s;
}
.as-ag-grid19 .ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s;
}
.as-ag-grid19 .ag-column-drop {
  box-sizing: border-box;
  width: 100%;
}
.as-ag-grid19 .ag-column-drop-vertical {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 50px;
  overflow: hidden;
}
.as-ag-grid19 .ag-column-drop-vertical .ag-column-drop-list {
  flex-grow: 1;
  height: 20px;
  overflow-x: auto;
}
.as-ag-grid19 .ag-column-drop-vertical .ag-column-drop-cell {
  display: flex;
}
.as-ag-grid19 .ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
  overflow: hidden;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.as-ag-grid19 .ag-column-drop-vertical .ag-column-drop-empty-message {
  display: block;
}
.as-ag-grid19 .ag-column-drop-vertical .ag-column-drop-cell-button {
  line-height: 16px;
}
.as-ag-grid19 .ag-ltr .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: right;
}
.as-ag-grid19 .ag-rtl .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: left;
}
.as-ag-grid19 .ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden;
}
.as-ag-grid19 .ag-column-drop-horizontal .ag-column-drop-cell {
  display: inline-block;
}
.as-ag-grid19 .ag-column-drop-horizontal .ag-column-drop-empty-message {
  display: inline-block;
}
.as-ag-grid19 .ag-column-drop-horizontal .ag-column-drop-list {
  height: 100%;
}
.as-ag-grid19 .ag-cell {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.as-ag-grid19 .ag-cell-with-height {
  height: 100%;
}
.as-ag-grid19 .ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 3s, margin-right 3s;
  transition-timing-function: linear;
}
.as-ag-grid19 .ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0;
}
.as-ag-grid19 .ag-opacity-zero {
  opacity: 0;
}
.as-ag-grid19 .ag-cell-edit-input {
  height: 100%;
  width: 100%;
}
.as-ag-grid19 .ag-group-cell-entire-row {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.as-ag-grid19 .ag-footer-cell-entire-row {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.as-ag-grid19 .ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.as-ag-grid19 .ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.as-ag-grid19 .ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
  width: 200px;
}
.as-ag-grid19 .ag-menu-list {
  border-collapse: collapse;
  display: table;
}
.as-ag-grid19 .ag-menu-option {
  display: table-row;
}
.as-ag-grid19 .ag-menu-option-text {
  display: table-cell;
  white-space: nowrap;
}
.as-ag-grid19 .ag-menu-option-shortcut {
  display: table-cell;
}
.as-ag-grid19 .ag-menu-option-icon {
  display: table-cell;
}
.as-ag-grid19 .ag-menu-option-popup-pointer {
  display: table-cell;
}
.as-ag-grid19 .ag-menu-separator {
  display: table-row;
}
.as-ag-grid19 .ag-menu-separator-cell {
  display: table-cell;
}
.as-ag-grid19 .ag-virtual-list-viewport {
  height: 100%;
  overflow-x: auto;
  width: 100%;
}
.as-ag-grid19 .ag-virtual-list-container {
  overflow: hidden;
  position: relative;
}
.as-ag-grid19 .ag-rich-select {
  cursor: default;
  outline: none;
}
.as-ag-grid19 .ag-rich-select-row {
  white-space: nowrap;
}
.as-ag-grid19 .ag-rich-select-list {
  height: 200px;
  width: 200px;
}
.as-ag-grid19 .ag-set-filter-list {
  height: 200px;
  width: 200px;
}
.as-ag-grid19 .ag-set-filter-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.as-ag-grid19 .ag-virtual-list-item {
  position: absolute;
  width: 100%;
}
.as-ag-grid19 .ag-virtual-list-item span:empty:not(.ag-icon) {
  border-left: 1px solid transparent;
}
.as-ag-grid19 .ag-filter-filter {
  box-sizing: border-box;
  width: 100%;
}
.as-ag-grid19 .ag-filter .ag-filter-checkbox {
  pointer-events: none;
}
.as-ag-grid19 .ag-floating-filter-body input {
  height: 19px;
  margin: 0;
  width: 100%;
}
.as-ag-grid19 .ag-floating-filter-full-body input {
  height: 19px;
  margin: 0;
  width: 100%;
}
.as-ag-grid19 .ag-filter-select {
  margin: 4px 4px 0 4px;
  width: 110px;
}
.as-ag-grid19 .ag-list-selection {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.as-ag-grid19 .ag-tool-panel-wrapper {
  box-sizing: border-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 200px;
}
.as-ag-grid19 .ag-primary-cols-list-panel {
  flex-grow: 1;
  height: 50px;
  overflow: auto;
}
.as-ag-grid19 .ag-column-select-indent {
  display: inline-block;
}
.as-ag-grid19 .ag-ltr .ag-column-tool-panel-column {
  margin-left: 16px;
}
.as-ag-grid19 .ag-rtl .ag-column-tool-panel-column {
  margin-right: 16px;
}
.as-ag-grid19 .ag-column-tool-panel-column,
.as-ag-grid19 .ag-column-tool-panel-column-group {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.as-ag-grid19 .ag-column-tool-panel-column .ag-column-tool-panel-column,
.as-ag-grid19 .ag-column-tool-panel-column .ag-column-tool-panel-column-group,
.as-ag-grid19 .ag-column-tool-panel-column-group .ag-column-tool-panel-column,
.as-ag-grid19 .ag-column-tool-panel-column-group .ag-column-tool-panel-column-group {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.as-ag-grid19 .ag-column-tool-panel-column .ag-column-drag,
.as-ag-grid19 .ag-column-tool-panel-column-group .ag-column-drag {
  min-width: 16px;
  flex-grow: 0;
  flex-shrink: 0;
}
.as-ag-grid19 .ag-column-select-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.as-ag-grid19 .ag-side-bar .ag-column-select-panel {
  flex-grow: 4;
}
.as-ag-grid19 .ag-tool-panel-horizontal-resize {
  cursor: col-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}
.as-ag-grid19 .ag-rtl .ag-tool-panel-horizontal-resize {
  float: right;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.as-ag-grid19 .ag-ltr .ag-tool-panel-horizontal-resize {
  float: left;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.as-ag-grid19 .ag-menu-column-select-wrapper .ag-column-select-panel {
  height: 100%;
}
.as-ag-grid19 .ag-hidden {
  display: none !important;
}
.as-ag-grid19 .ag-visibility-hidden {
  visibility: hidden !important;
}
.as-ag-grid19 .ag-faded {
  opacity: 0.3;
}
.as-ag-grid19 .ag-width-half {
  display: inline-block;
  width: 50%;
}
.as-ag-grid19 .ag-shake-left-to-right {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ag-shake-left-to-right;
  animation-name: ag-shake-left-to-right;
}
@-webkit-keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
.as-ag-grid19 .ag-icon-aggregation {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNSAyLjVoLTZsMiAzLjUtMiAzLjVoNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-arrows {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDZsLTEuNDEgMS40MUwxNi4xNyA5SDR2MmgxMi4xN2wtMS41OCAxLjU5TDE2IDE0bDQtNHoiLz48cGF0aCBkPSJNNCA2bDEuNDEgMS40MUwzLjgzIDlIMTZ2MkgzLjgzbDEuNTggMS41OUw0IDE0bC00LTR6Ii8+PHBhdGggZD0iTTYgMTZsMS40MS0xLjQxTDkgMTYuMTdWNGgydjEyLjE3bDEuNTktMS41OEwxNCAxNmwtNCA0eiIvPjxwYXRoIGQ9Ik0xNCA0bC0xLjQxIDEuNDFMMTEgMy44M1YxNkg5VjMuODNMNy40MSA1LjQxIDYgNGw0LTR6Ii8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-asc {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA1LjJWMy40OTNoLTZ2Nkg0LjdWNS4yaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNS41IDMuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNS45OTMgNi40OTMpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOC40OTMgNC43di0uNzA3aC01djVINC4yVjQuN2g0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-checkbox-checked-readonly {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOSAzTDYgOC41bC0yLjUtMiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-checkbox-checked {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOSAzTDYgOC41bC0yLjUtMiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-checkbox-indeterminate-readonly {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTQgNWg0djJINHoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-checkbox-indeterminate {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTQgNWg0djJINHoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-checkbox-unchecked-readonly {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-checkbox-unchecked {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-column {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWg0djJIMXptMCAzaDR2N0gxeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-columns {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWg0djJIMXptNiAwaDR2Mkg3ek0xIDVoNHYySDF6bTYgMGg0djJIN3pNMSA5aDR2Mkgxem02IDBoNHYySDd6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-contracted {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzAwMCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkgNXYySDNWNXoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-copy {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00LjUgNC41aDV2NWgtNXoiLz48cGF0aCBkPSJNNy41IDIuNWgtNXY1aDJ2Mmg1di01aC0ydi0yeiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-cut {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zIDMuMTJjLjY2Ny4wNzggMyAxLjc0NSA3IDUtLjMyNi4yMDQtLjY1OS4yMDQtMSAwLS4zNDEtLjIwNi0xLjY3NC0xLjIwNi00LTMgMCAuNjY2LS42NjcuNjY2LTIgMC0yLTEtMS0yLjEyIDAtMnoiLz48cGF0aCBkPSJNMyA4LjI2NGMuNjY3LS4wOCAzLTEuNzQ2IDctNS0uMzI2LS4yMDUtLjY1OS0uMjA1LTEgMC0uMzQxLjIwNC0xLjY3NCAxLjIwNC00IDMgMC0uNjY3LS42NjctLjY2Ny0yIDAtMiAxLTEgMi4xMTkgMCAyeiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-desc {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAyaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA2LjFWNC4zOTNoLTZ2Nkg0LjdWNi4xaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNS41IDIuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1Ljk5MyA3LjM5MykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik04LjQ5MyA1LjZ2LS43MDdoLTV2NUg0LjJWNS42aDQuMjkzeiIvPjwvZz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-expanded {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzAwMCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTUgM2gydjZINXoiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNOSA1djJIM1Y1eiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-eye-slash {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wMDEgMy45MDhMMyA0YTMgMyAwIDEgMCA1Ljk5OS0uMDkyQTUuMjQ4IDUuMjQ4IDAgMCAwIDYgM2MtMS4xIDAtMi4xLjMwMy0yLjk5OS45MDh6IiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTQgNC41Yy42NjctLjMzMyAxLjY2Ny0uNSAzLS41IiBzdHJva2U9IiM5Nzk3OTciLz48cGF0aCBkPSJNMSA2YzEuMzMzLTIgMy0zIDUtM3MzLjY2NyAxIDUgM0M5LjY2NyA4IDggOSA2IDlTMi4zMzMgOCAxIDZ6IiBzdHJva2U9IiMwMDAiLz48cGF0aCBkPSJNNC4wMDQgMi44MzVsNC45OTIgNi4zMyIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTMuMDA0IDIuODM1bDQuOTkyIDYuMzMiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-eye {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wMDEgMy45MDhMMyA0YTMgMyAwIDEgMCA1Ljk5OS0uMDkyQTUuMjQ4IDUuMjQ4IDAgMCAwIDYgM2MtMS4xIDAtMi4xLjMwMy0yLjk5OS45MDh6IiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTQgNC41Yy42NjctLjMzMyAxLjY2Ny0uNSAzLS41IiBzdHJva2U9IiM5Nzk3OTciLz48cGF0aCBkPSJNMSA2YzEuMzMzLTIgMy0zIDUtM3MzLjY2NyAxIDUgM0M5LjY2NyA4IDggOSA2IDlTMi4zMzMgOCAxIDZ6IiBzdHJva2U9IiMwMDAiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-filter {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMmgxMEw3IDZ2NUw1IDlWNkwxIDJ6bTQgNHYxaDJWNkg1eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-group {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik03LjUgMS41aDN2MmgtM3ptMCA0aDN2MmgtM3ptMCA0aDN2MmgtM3oiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMiAzaDF2OEgyem0xIDNoNHYxSDN6bTItNGgzdjFINXoiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMiAxMGg1djFIMnoiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik0xLjUgMS41aDN2MmgtM3oiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-indeterminate {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wNTYgNC41ODFhMy4wMDEgMy4wMDEgMCAwIDAgNS44ODggMEM4LjA1OSA0LjE5NCA3LjA3OCA0IDYgNGMtMS4wNzggMC0yLjA2LjE5NC0yLjk0NC41ODF6IiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTQgNS41Yy42NjctLjMzMyAxLjY2Ny0uNSAzLS41IiBzdHJva2U9IiM5Nzk3OTciLz48cGF0aCBkPSJNMSA2YzEuMzMzLTEuMzMzIDMtMiA1LTJzMy42NjcuNjY3IDUgMkM5LjY2NyA3LjMzMyA4IDggNiA4cy0zLjY2Ny0uNjY3LTUtMnoiIHN0cm9rZT0iIzAwMCIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-left {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNS41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTcuOTkzIDQuN1YyLjk5M2gtNnY2SDMuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDYuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTYgMmgxdjhINnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDQuOTkzIDUuOTkzKSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTcuNDkzIDQuMnYtLjcwN2gtNXY1SDMuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-loading {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAxaDJ2M0g1eiIvPjxwYXRoIGlkPSJiIiBkPSJNNSA4aDJ2M0g1eiIvPjxwYXRoIGlkPSJjIiBkPSJNMSA1aDN2MkgxeiIvPjxwYXRoIGlkPSJkIiBkPSJNOCA1aDN2Mkg4eiIvPjxwYXRoIGlkPSJlIiBkPSJNNCAwaDJ2M0g0eiIvPjxwYXRoIGlkPSJmIiBkPSJNNCA3aDJ2M0g0eiIvPjxwYXRoIGlkPSJnIiBkPSJNMCA0aDN2MkgweiIvPjxwYXRoIGlkPSJoIiBkPSJNNyA0aDN2Mkg3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik01LjUgMS41aDF2MmgtMXoiLz48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNNS41IDguNWgxdjJoLTF6Ii8+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYyIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTEuNSA1LjVoMnYxaC0yeiIvPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2QiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik04LjUgNS41aDJ2MWgtMnoiLz48ZyBvcGFjaXR5PSIuNzE0Ij48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2UiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik00LjUuNWgxdjJoLTF6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZiIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTQuNSA3LjVoMXYyaC0xeiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2ciLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik0uNSA0LjVoMnYxaC0yeiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2giLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik03LjUgNC41aDJ2MWgtMnoiLz48L2c+PC9nPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-menu {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWgxMHYySDF6bTAgNGgxMHYySDF6bTAgNGgxMHYySDF6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-minus {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4djJIMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-none {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2Nkg1eiIvPjxwYXRoIGQ9Ik04LjE0NiA4LjE4MlY2LjQ3NWgtNXY1aDEuNzA4VjguMTgyaDMuMjkyeiIgaWQ9ImIiLz48cGF0aCBkPSJNOC41IDIuOTE0VjEuMjA3aC01djVoMS43MDdWMi45MTRIOC41eiIgaWQ9ImMiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNS41IDMuNWgxdjVoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1LjY0NiA4LjQ3NSkiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik03LjY0NiA3LjY4MnYtLjcwN2gtNHY0aC43MDhWNy42ODJoMy4yOTJ6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDYgMy43MDcpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNjIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOCAyLjQxNHYtLjcwN0g0djRoLjcwN1YyLjQxNEg4eiIvPjwvZz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-not-allowed {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI0Ii8+PHBhdGggZD0iTTguNSAzLjVMMy40MDEgOC41OTkiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-paste {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjUgMi41aDd2N2gtN3oiLz48cGF0aCBkPSJNNi41IDEuNWgtMXYyaC0xdjFoM3YtMWgtMXYtMnoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-pin {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMyAyaDZ2MUg4djRsMiAxSDdsLTEgMy0xLTNIMmwyLTFWM0gzeiIvPjxwYXRoIGZpbGwtb3BhY2l0eT0iLjUiIGZpbGw9IiNGRkYiIGQ9Ik01IDNoMXY0SDV6Ii8+PHBhdGggZmlsbC1vcGFjaXR5PSIuMjgiIGZpbGw9IiNGRkYiIGQ9Ik00IDNoMXYzSDR6Ii8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-pivot {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iOSIgaGVpZ2h0PSI5IiByeD0iMSIvPjxwYXRoIGQ9Ik0xMC41IDMuNWgtOW0yLTJ2OSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxwYXRoIGQ9Ik03LjUgNi41bDEtMSAxIDFtLTMgMWwtMSAxIDEgMSIvPjxwYXRoIGQ9Ik04LjUgNS41djNoLTMiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-plus {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNSAyaDJ2OEg1eiIvPjxwYXRoIGQ9Ik0yIDVoOHYySDJ6Ii8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-right {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNC41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTkuOTkzIDQuN1YyLjk5M2gtNnY2SDUuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDUuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTUgMmgxdjhINXoiLz48L2c+PGcgdHJhbnNmb3JtPSJzY2FsZSgtMSAxKSByb3RhdGUoLTQ1IDAgMjIuODc0KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTkuNDkzIDQuMnYtLjcwN2gtNXY1SDUuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-small-left {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgNmw0LTR2OHoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-small-right {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMmw0IDQtNCA0eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-small-up {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgN2w0LTQgNCA0eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-small-down {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-tick {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNSA1LjVsMyAzIDYtNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-cross {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMTBsOC04bTAgOEwyIDIiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-tree-open {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-tree-closed {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMmw0IDQtNCA0eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .ag-icon-tree-indeterminate {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4djJIMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.as-ag-grid19 .loading-filter {
  background-color: #e6e6e6;
  height: 100%;
  padding: 5px;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 1;
}
.as-ag-grid19 .ag-details-row {
  height: 100%;
  width: 100%;
}
.as-ag-grid19 .ag-details-grid {
  height: 100%;
  width: 100%;
}
.as-ag-grid19 .ag-primary-cols-header-panel {
  display: flex;
  flex-direction: row;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 10px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 10px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-1 {
  padding-left: 10px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-1 {
  padding-right: 10px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 20px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 20px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-2 {
  padding-left: 20px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-2 {
  padding-right: 20px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 30px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 30px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-3 {
  padding-left: 30px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-3 {
  padding-right: 30px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 40px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 40px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-4 {
  padding-left: 40px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-4 {
  padding-right: 40px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 50px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 50px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-5 {
  padding-left: 50px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-5 {
  padding-right: 50px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 60px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 60px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-6 {
  padding-left: 60px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-6 {
  padding-right: 60px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 70px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 70px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-7 {
  padding-left: 70px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-7 {
  padding-right: 70px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 80px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 80px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-8 {
  padding-left: 80px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-8 {
  padding-right: 80px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 90px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 90px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-9 {
  padding-left: 90px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-9 {
  padding-right: 90px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 100px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 100px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-10 {
  padding-left: 100px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-10 {
  padding-right: 100px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 110px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 110px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-11 {
  padding-left: 110px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-11 {
  padding-right: 110px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 120px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 120px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-12 {
  padding-left: 120px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-12 {
  padding-right: 120px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 130px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 130px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-13 {
  padding-left: 130px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-13 {
  padding-right: 130px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 140px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 140px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-14 {
  padding-left: 140px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-14 {
  padding-right: 140px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 150px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 150px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-15 {
  padding-left: 150px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-15 {
  padding-right: 150px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 160px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 160px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-16 {
  padding-left: 160px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-16 {
  padding-right: 160px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 170px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 170px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-17 {
  padding-left: 170px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-17 {
  padding-right: 170px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 180px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 180px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-18 {
  padding-left: 180px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-18 {
  padding-right: 180px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 190px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 190px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-19 {
  padding-left: 190px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-19 {
  padding-right: 190px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 200px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 200px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-20 {
  padding-left: 200px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-20 {
  padding-right: 200px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 210px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 210px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-21 {
  padding-left: 210px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-21 {
  padding-right: 210px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 220px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 220px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-22 {
  padding-left: 220px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-22 {
  padding-right: 220px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 230px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 230px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-23 {
  padding-left: 230px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-23 {
  padding-right: 230px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 240px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 240px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-24 {
  padding-left: 240px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-24 {
  padding-right: 240px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 250px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 250px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-25 {
  padding-left: 250px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-25 {
  padding-right: 250px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 260px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 260px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-26 {
  padding-left: 260px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-26 {
  padding-right: 260px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 270px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 270px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-27 {
  padding-left: 270px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-27 {
  padding-right: 270px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 280px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 280px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-28 {
  padding-left: 280px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-28 {
  padding-right: 280px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 290px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 290px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-29 {
  padding-left: 290px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-29 {
  padding-right: 290px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 300px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 300px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-30 {
  padding-left: 300px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-30 {
  padding-right: 300px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 310px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 310px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-31 {
  padding-left: 310px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-31 {
  padding-right: 310px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 320px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 320px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-32 {
  padding-left: 320px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-32 {
  padding-right: 320px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 330px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 330px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-33 {
  padding-left: 330px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-33 {
  padding-right: 330px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 340px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 340px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-34 {
  padding-left: 340px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-34 {
  padding-right: 340px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 350px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 350px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-35 {
  padding-left: 350px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-35 {
  padding-right: 350px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 360px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 360px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-36 {
  padding-left: 360px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-36 {
  padding-right: 360px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 370px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 370px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-37 {
  padding-left: 370px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-37 {
  padding-right: 370px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 380px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 380px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-38 {
  padding-left: 380px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-38 {
  padding-right: 380px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 390px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 390px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-39 {
  padding-left: 390px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-39 {
  padding-right: 390px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 400px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 400px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-40 {
  padding-left: 400px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-40 {
  padding-right: 400px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 410px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 410px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-41 {
  padding-left: 410px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-41 {
  padding-right: 410px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 420px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 420px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-42 {
  padding-left: 420px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-42 {
  padding-right: 420px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 430px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 430px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-43 {
  padding-left: 430px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-43 {
  padding-right: 430px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 440px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 440px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-44 {
  padding-left: 440px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-44 {
  padding-right: 440px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 450px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 450px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-45 {
  padding-left: 450px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-45 {
  padding-right: 450px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 460px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 460px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-46 {
  padding-left: 460px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-46 {
  padding-right: 460px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 470px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 470px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-47 {
  padding-left: 470px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-47 {
  padding-right: 470px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 480px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 480px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-48 {
  padding-left: 480px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-48 {
  padding-right: 480px;
}
.as-ag-grid19 .ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 490px;
}
.as-ag-grid19 .ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 490px;
}
.as-ag-grid19 .ag-ltr .ag-row-group-indent-49 {
  padding-left: 490px;
}
.as-ag-grid19 .ag-rtl .ag-row-group-indent-49 {
  padding-right: 490px;
}
.as-ag-grid19 .ag-side-bar {
  display: flex;
  flex-direction: row-reverse;
  box-sizing: border-box;
}
.as-ag-grid19 .ag-side-bar .ag-side-buttons {
  width: 20px;
}
.as-ag-grid19 .ag-side-bar .ag-side-buttons div button {
  display: block;
  white-space: nowrap;
  outline: none;
}
.as-ag-grid19 .ag-side-bar .ag-side-buttons div button span {
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.as-ag-grid19 .ag-side-bar .panel-container {
  width: 180px;
}
.as-ag-grid19 .ag-side-bar.full-width .panel-container {
  width: 200px;
}
.as-ag-grid19 .ag-rtl .ag-side-bar .ag-side-buttons button span {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.as-ag-grid19 .ag-row-inline-editing {
  z-index: 1;
}
.as-ag-grid19 .ag-status-bar {
  display: flex;
  justify-content: space-between;
}
.as-ag-grid19 .ag-status-bar .ag-status-panel {
  display: inline-flex;
}
.as-ag-grid19 .ag-status-bar-left {
  display: inline-flex;
}
.as-ag-grid19 .ag-status-bar-center {
  display: inline-flex;
}
.as-ag-grid19 .ag-status-bar-right {
  display: inline-flex;
}
@media print {
  .as-ag-grid19 .ag-body-viewport {
    display: block;
  }
  .as-ag-grid19 .ag-row {
    page-break-inside: avoid;
  }
}
.as-ag-grid19 .ag-body .ag-pinned-left-cols-viewport,
.as-ag-grid19 .ag-body .ag-body-viewport,
.as-ag-grid19 .ag-body .ag-pinned-right-cols-viewport {
  -webkit-overflow-scrolling: touch;
}
.as-ag-grid19 .ag-theme-balham {
  background-color: white;
  color: #000;
  font: 400 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.as-ag-grid19 .ag-theme-balham .ag-header,
.as-ag-grid19 .ag-theme-balham .ag-row,
.as-ag-grid19 .ag-theme-balham .ag-header-cell,
.as-ag-grid19 .ag-theme-balham .ag-header-group-cell,
.as-ag-grid19 .ag-theme-balham .ag-rich-select-value,
.as-ag-grid19 .ag-theme-balham .ag-root {
  box-sizing: border-box;
}
.as-ag-grid19 .ag-theme-balham .ag-menu,
.as-ag-grid19 .ag-theme-balham .ag-theme-balham.ag-dnd-ghost,
.as-ag-grid19 .ag-theme-balham .ag-cell-inline-editing,
.as-ag-grid19 .ag-theme-balham .ag-popup-editor,
.as-ag-grid19 .ag-theme-balham .ag-select-agg-func-popup,
.as-ag-grid19 .ag-theme-balham .ag-overlay-loading-center {
  border: 1px solid #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-tab-header .ag-tab {
  border: 1px solid transparent;
  border-bottom-width: 0;
  display: inline-block;
  margin: 4px;
  margin-bottom: 0;
  padding: 4px 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
  background-color: white;
  border-bottom: 2px solid #0091EA;
  border-bottom: 2px solid white;
  border-color: #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 20px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 20px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-1 {
  padding-left: 28px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-1 {
  padding-right: 28px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 40px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 40px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-2 {
  padding-left: 56px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-2 {
  padding-right: 56px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 60px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 60px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-3 {
  padding-left: 84px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-3 {
  padding-right: 84px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 80px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 80px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-4 {
  padding-left: 112px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-4 {
  padding-right: 112px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 100px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 100px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-5 {
  padding-left: 140px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-5 {
  padding-right: 140px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 120px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 120px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-6 {
  padding-left: 168px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-6 {
  padding-right: 168px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 140px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 140px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-7 {
  padding-left: 196px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-7 {
  padding-right: 196px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 160px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 160px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-8 {
  padding-left: 224px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-8 {
  padding-right: 224px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 180px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 180px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-9 {
  padding-left: 252px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-9 {
  padding-right: 252px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 200px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 200px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-10 {
  padding-left: 280px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-10 {
  padding-right: 280px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 220px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 220px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-11 {
  padding-left: 308px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-11 {
  padding-right: 308px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 240px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 240px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-12 {
  padding-left: 336px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-12 {
  padding-right: 336px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 260px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 260px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-13 {
  padding-left: 364px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-13 {
  padding-right: 364px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 280px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 280px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-14 {
  padding-left: 392px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-14 {
  padding-right: 392px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 300px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 300px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-15 {
  padding-left: 420px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-15 {
  padding-right: 420px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 320px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 320px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-16 {
  padding-left: 448px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-16 {
  padding-right: 448px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 340px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 340px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-17 {
  padding-left: 476px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-17 {
  padding-right: 476px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 360px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 360px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-18 {
  padding-left: 504px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-18 {
  padding-right: 504px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 380px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 380px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-19 {
  padding-left: 532px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-19 {
  padding-right: 532px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 400px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 400px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-20 {
  padding-left: 560px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-20 {
  padding-right: 560px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 420px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 420px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-21 {
  padding-left: 588px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-21 {
  padding-right: 588px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 440px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 440px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-22 {
  padding-left: 616px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-22 {
  padding-right: 616px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 460px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 460px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-23 {
  padding-left: 644px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-23 {
  padding-right: 644px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 480px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 480px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-24 {
  padding-left: 672px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-24 {
  padding-right: 672px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 500px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 500px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-25 {
  padding-left: 700px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-25 {
  padding-right: 700px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 520px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 520px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-26 {
  padding-left: 728px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-26 {
  padding-right: 728px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 540px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 540px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-27 {
  padding-left: 756px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-27 {
  padding-right: 756px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 560px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 560px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-28 {
  padding-left: 784px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-28 {
  padding-right: 784px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 580px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 580px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-29 {
  padding-left: 812px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-29 {
  padding-right: 812px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 600px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 600px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-30 {
  padding-left: 840px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-30 {
  padding-right: 840px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 620px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 620px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-31 {
  padding-left: 868px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-31 {
  padding-right: 868px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 640px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 640px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-32 {
  padding-left: 896px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-32 {
  padding-right: 896px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 660px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 660px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-33 {
  padding-left: 924px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-33 {
  padding-right: 924px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 680px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 680px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-34 {
  padding-left: 952px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-34 {
  padding-right: 952px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 700px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 700px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-35 {
  padding-left: 980px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-35 {
  padding-right: 980px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 720px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 720px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-36 {
  padding-left: 1008px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-36 {
  padding-right: 1008px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 740px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 740px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-37 {
  padding-left: 1036px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-37 {
  padding-right: 1036px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 760px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 760px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-38 {
  padding-left: 1064px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-38 {
  padding-right: 1064px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 780px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 780px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-39 {
  padding-left: 1092px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-39 {
  padding-right: 1092px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 800px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 800px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-40 {
  padding-left: 1120px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-40 {
  padding-right: 1120px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 820px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 820px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-41 {
  padding-left: 1148px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-41 {
  padding-right: 1148px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 840px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 840px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-42 {
  padding-left: 1176px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-42 {
  padding-right: 1176px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 860px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 860px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-43 {
  padding-left: 1204px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-43 {
  padding-right: 1204px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 880px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 880px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-44 {
  padding-left: 1232px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-44 {
  padding-right: 1232px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 900px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 900px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-45 {
  padding-left: 1260px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-45 {
  padding-right: 1260px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 920px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 920px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-46 {
  padding-left: 1288px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-46 {
  padding-right: 1288px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 940px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 940px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-47 {
  padding-left: 1316px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-47 {
  padding-right: 1316px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 960px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 960px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-48 {
  padding-left: 1344px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-48 {
  padding-right: 1344px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 980px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 980px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-indent-49 {
  padding-left: 1372px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-indent-49 {
  padding-right: 1372px;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-cell-first-right-pinned {
  border-left: 1px solid #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-cell-first-right-pinned {
  border-left: 1px solid #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-cell-last-left-pinned {
  border-right: 1px solid #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-cell-last-left-pinned {
  border-right: 1px solid #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-value-change-delta {
  padding-right: 2px;
}
.as-ag-grid19 .ag-theme-balham .ag-value-change-delta-up {
  color: #43a047;
}
.as-ag-grid19 .ag-theme-balham .ag-value-change-delta-down {
  color: #e53935;
}
.as-ag-grid19 .ag-theme-balham .ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s;
}
.as-ag-grid19 .ag-theme-balham .ag-value-change-value-highlight {
  background-color: rgba(22, 160, 133, 0.5);
  transition: background-color 0.1s;
}
.as-ag-grid19 .ag-theme-balham .ag-header {
  background-color: #f5f7f7;
  color: rgba(0, 0, 0, 0.54);
  font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.as-ag-grid19 .ag-theme-balham .ag-header-row {
  border-style: solid;
  border-color: #BDC3C7;
  box-sizing: border-box;
  border-width: 0 0 1px;
}
.as-ag-grid19 .ag-theme-balham .ag-row {
  border-style: solid;
  border-color: #BDC3C7;
  box-sizing: border-box;
  border-width: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-row:not(.ag-row-first) {
  border-width: 1px 0 0;
}
.as-ag-grid19 .ag-theme-balham .ag-row.ag-row-last {
  border-bottom-width: 1px;
}
.as-ag-grid19 .ag-theme-balham .ag-row-odd {
  background-color: #fcfdfe;
}
.as-ag-grid19 .ag-theme-balham .ag-row-even {
  background-color: white;
}
.as-ag-grid19 .ag-theme-balham .ag-row-hover {
  background-color: #ECF0F1;
}
.as-ag-grid19 .ag-theme-balham .ag-numeric-cell {
  text-align: right;
}
.as-ag-grid19 .ag-theme-balham .ag-header-cell-label {
  display: flex;
  float: left;
  height: 100%;
  width: calc(100% - 16px);
}
.as-ag-grid19 .ag-theme-balham .ag-header-cell-label span {
  height: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-header-cell-label > span {
  float: left;
}
.as-ag-grid19 .ag-theme-balham .ag-header-cell-label .ag-header-icon {
  background-position-y: 10px;
  background-size: 14px 14px;
  height: 100%;
  margin: 0;
  margin-left: 4px;
  opacity: 0.87;
}
.as-ag-grid19 .ag-theme-balham .ag-header-cell-label .ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.as-ag-grid19 .ag-theme-balham .ag-numeric-header .ag-header-cell-label {
  flex-direction: row-reverse;
  float: right;
}
.as-ag-grid19 .ag-theme-balham .ag-numeric-header .ag-header-cell-label > span {
  float: right;
}
.as-ag-grid19 .ag-theme-balham .ag-numeric-header .ag-header-cell-menu-button {
  float: left;
}
.as-ag-grid19 .ag-theme-balham .ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.as-ag-grid19 .ag-theme-balham .ag-header-cell,
.as-ag-grid19 .ag-theme-balham .ag-header-group-cell {
  line-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
}
.as-ag-grid19 .ag-theme-balham .ag-cell {
  line-height: 26px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid transparent;
  padding-left: 11px;
  padding-right: 11px;
}
.as-ag-grid19 .ag-theme-balham .ag-row-drag {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAyLjV2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MSIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  background-position-x: left;
  background-position-y: 4px;
  float: left;
  height: 100%;
  width: 28px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drag {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAyLjV2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MSIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  background-position-x: left;
  background-position-y: 4px !important;
  height: 100%;
  min-width: 20px;
}
.as-ag-grid19 .ag-theme-balham .ag-row-dragging {
  opacity: 0.5;
  z-index: 10000;
}
.as-ag-grid19 .ag-theme-balham .ag-ltr .ag-cell-focus {
  border: 1px solid #0091EA;
  outline: initial;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-cell-focus {
  border: 1px solid #0091EA;
  outline: initial;
}
.as-ag-grid19 .ag-theme-balham .ag-header-cell-resize {
  width: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-header-cell-menu-button .ag-icon-menu {
  display: block;
  height: 32px;
}
.as-ag-grid19 .ag-theme-balham .ag-icon-checkbox-checked:empty {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwOTFFQSIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48cGF0aCBzdHJva2U9IiMwMDkxRUEiIGQ9Ik0xMiA1bC01LjUgNS41TDQgOCIvPjwvZz48L3N2Zz4=);
}
.as-ag-grid19 .ag-theme-balham .ag-menu {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
  padding: 0;
  z-index: 5;
}
.as-ag-grid19 .ag-theme-balham .ag-menu .ag-menu-list {
  cursor: default;
  margin-bottom: 4px;
  margin-top: 4px;
  width: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-menu .ag-menu-option {
  line-height: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-menu .ag-menu-option > span {
  display: table-cell;
  vertical-align: middle;
}
.as-ag-grid19 .ag-theme-balham .ag-menu .ag-menu-option-active {
  background: #ECF0F1;
}
.as-ag-grid19 .ag-theme-balham .ag-menu .ag-menu-option-disabled {
  opacity: 0.5;
}
.as-ag-grid19 .ag-theme-balham .ag-menu .ag-menu-option-icon {
  padding-left: 4px;
  padding-right: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-menu .ag-menu-option-icon span {
  height: 16px;
  line-height: 0;
  margin-top: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-menu .ag-menu-option-shortcut {
  padding-left: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-menu .ag-menu-separator {
  margin-left: -4px;
}
.as-ag-grid19 .ag-theme-balham .ag-menu .ag-menu-separator > span {
  background-image: url("data:image/svg+xml;utf8,<svg width='1' height='8px' viewBox='0 0 1 8px' xmlns='http://www.w3.org/2000/svg'> <line x1='0' y1='4px' x2='1' y2='4px' stroke-width='1' stroke='#BDC3C7'/> </svg>");
  height: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-menu .ag-menu-option-popup-pointer {
  width: 24px;
}
.as-ag-grid19 .ag-theme-balham.ag-dnd-ghost {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
  border: 1px solid #BDC3C7;
  color: rgba(0, 0, 0, 0.54);
  font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  height: 32px !important;
  line-height: 32px;
  margin: 0;
  padding: 0 8px;
  transform: translateY(8px);
  z-index: 5;
}
.as-ag-grid19 .ag-theme-balham.ag-dnd-ghost span,
.as-ag-grid19 .ag-theme-balham.ag-dnd-ghost div {
  float: left;
  height: 100%;
  margin: 0;
  padding: 0;
}
.as-ag-grid19 .ag-theme-balham.ag-dnd-ghost .ag-dnd-ghost-icon {
  margin-right: 4px;
  opacity: 0.87;
}
.as-ag-grid19 .ag-theme-balham .ag-tab-header {
  background: #f5f7f7;
  min-width: 220px;
  width: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-tab-header .ag-tab {
  border-bottom: 2px solid transparent;
  height: 16px;
  text-align: center;
  vertical-align: middle;
}
.as-ag-grid19 .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-filter {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjVoOXYuNTg2YTEgMSAwIDAgMS0uMjkzLjcwN0w5LjI5MyA3LjcwN0ExIDEgMCAwIDAgOSA4LjQxNFYxMGwtMiAxLjVWOC40MTRhMSAxIDAgMCAwLS4yOTMtLjcwN0wzLjc5MyA0Ljc5M2ExIDEgMCAwIDEtLjI5My0uNzA3VjMuNXoiIHN0cm9rZT0iIzAwOTFFQSIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  display: inline-block;
}
.as-ag-grid19 .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-columns {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNSAzLjV2OG0zLTh2OG0zLTh2OG0tOS04djgiIHN0cm9rZT0iIzAwOTFFQSIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==);
  display: inline-block;
}
.as-ag-grid19 .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-menu {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSA0LjVoOW0tOSAzaDltLTkgM2g5IiBzdHJva2U9IiMwMDkxRUEiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
  display: inline-block;
}
.as-ag-grid19 .ag-theme-balham .ag-tab-body {
  padding: 4px 0;
}
.as-ag-grid19 .ag-theme-balham .ag-tab-body .ag-filter-select {
  margin: 4px;
  width: calc(100% - 8px);
}
.as-ag-grid19 .ag-theme-balham .ag-tab-body .ag-menu-list {
  margin-bottom: 0;
  margin-top: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-tab-body .ag-menu-list > div:first-child > span {
  padding-top: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-tab-body .ag-menu-list > div:last-child > span {
  padding-bottom: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-tab-body .ag-menu-list > div:last-child > .ag-menu-option-popup-pointer {
  background-position-y: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-filter-select {
  margin: 4px;
  width: calc(100% - 8px);
}
.as-ag-grid19 .ag-theme-balham .ag-filter input[type="radio"] {
  margin: 0 3px 0 6px;
  width: 12px;
  height: 17px;
  vertical-align: top;
}
.as-ag-grid19 .ag-theme-balham .ag-filter input[type="text"],
.as-ag-grid19 .ag-theme-balham .ag-filter input[type="date"] {
  padding-left: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-filter label {
  display: block;
  padding-left: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-filter .ag-set-filter-list {
  height: 182px;
  padding-top: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-filter .ag-filter-header-container {
  box-sizing: border-box;
  height: 28px;
}
.as-ag-grid19 .ag-theme-balham .ag-filter .ag-filter-header-container:nth-child(2) {
  border-bottom: 1px solid #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-filter .ag-filter-checkbox {
  float: left;
  height: 28px;
  margin-right: 4px;
  padding-top: 2px;
}
.as-ag-grid19 .ag-theme-balham .ag-filter .ag-filter-value {
  height: 28px;
  line-height: 14px;
}
.as-ag-grid19 .ag-theme-balham .ag-filter .ag-filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  padding: 4px;
  padding-top: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-filter .ag-filter-apply-panel button + button {
  margin-left: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group,
.as-ag-grid19 .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column {
  height: 16px;
  line-height: 16px;
  margin-left: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group span,
.as-ag-grid19 .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column span {
  float: left;
  height: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-indent,
.as-ag-grid19 .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-indent {
  width: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
.as-ag-grid19 .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
.as-ag-grid19 .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
.as-ag-grid19 .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
  margin-left: 4px;
  margin-right: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-select-panel .ag-primary-cols-list-panel {
  padding-top: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
  margin-left: 24px;
}
.as-ag-grid19 .ag-theme-balham .ag-filter-filter {
  margin-bottom: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-primary-cols-header-panel {
  border-bottom: 1px solid #BDC3C7;
  box-sizing: border-box;
  height: 32px;
  padding-top: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-primary-cols-header-panel a {
  margin: 0 4px;
  padding-top: 2px;
}
.as-ag-grid19 .ag-theme-balham .ag-primary-cols-header-panel .ag-filter-body {
  margin-left: 4px;
  margin-right: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-group-child-count::before {
  content: " ";
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper {
  border-right: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel {
  width: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 600;
  flex: auto;
  flex-direction: column;
  flex-wrap: nowrap;
  display: flex;
  flex-flow: column nowrap;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance .ag-filter-toolpanel-header {
  padding: 5px 0 5px 5px;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-body-wrapper {
  padding-top: 5px;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-air {
  border: 1px solid #BDC3C7;
  border-left: 0;
  border-right: 0;
  padding: 4px 0;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel {
  border-bottom: 1px solid #BDC3C7;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel span {
  float: left;
  height: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
  margin-left: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select .ag-checkbox-label {
  margin-left: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel {
  border-bottom: 1px solid #BDC3C7;
  padding-bottom: 3px;
  padding-top: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop {
  border-bottom: 1px solid #BDC3C7;
  clear: both;
  overflow: auto;
  padding: 4px 0;
  padding-bottom: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
  float: left;
  height: 20px;
  margin: 0 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
  clear: right;
  float: left;
  height: 20px;
  line-height: 20px;
  width: calc(100% - 24px);
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
  clear: both;
  color: rgba(0, 0, 0, 0.38);
  font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 8px;
  padding-left: 16px;
  padding-right: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop:last-child {
  border-bottom: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-filter-icon:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjVoOXYuNTg2YTEgMSAwIDAgMS0uMjkzLjcwN0w5LjI5MyA3LjcwN0ExIDEgMCAwIDAgOSA4LjQxNFYxMGwtMiAxLjVWOC40MTRhMSAxIDAgMCAwLS4yOTMtLjcwN0wzLjc5MyA0Ljc5M2ExIDEgMCAwIDEtLjI5My0uNzA3VjMuNXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-sort-ascending-icon:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMlY0bTMgMi41bC0zLTMtMyAzIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-sort-descending-icon:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMVYzbS0zIDUuNWwzIDMgMy0zIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-sort-none-icon:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjUgMTJWNG0zIDIuNWwtMy0zLTMgM20tNCA0LjVWM20tMyA1LjVsMyAzIDMtMyIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-numeric-header .ag-header-cell-label .ag-header-icon {
  margin-left: 0;
  margin-right: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-paging-panel {
  align-items: center;
  border-top: 1px solid #BDC3C7;
  color: rgba(0, 0, 0, 0.54);
  display: flex;
  height: 32px;
  justify-content: flex-end;
  padding: 0 12px;
}
.as-ag-grid19 .ag-theme-balham .ag-paging-panel > span {
  margin-left: 16px;
}
.as-ag-grid19 .ag-theme-balham button[ref="btFirst"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDRMOCA4bDQgNE00LjUgNHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  overflow: hidden;
  text-indent: 100%;
  appearance: none;
  border: 0;
  opacity: 0.54;
  padding: 0;
}
.as-ag-grid19 .ag-theme-balham button[ref="btFirst"][disabled] {
  opacity: 0.38;
}
.as-ag-grid19 .ag-theme-balham button[ref="btPrevious"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  overflow: hidden;
  text-indent: 100%;
  appearance: none;
  border: 0;
  opacity: 0.54;
  padding: 0;
}
.as-ag-grid19 .ag-theme-balham button[ref="btPrevious"][disabled] {
  opacity: 0.38;
}
.as-ag-grid19 .ag-theme-balham button[ref="btLast"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMTJsNC00LTQtNG03LjUgMHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  overflow: hidden;
  text-indent: 100%;
  appearance: none;
  border: 0;
  opacity: 0.54;
  padding: 0;
}
.as-ag-grid19 .ag-theme-balham button[ref="btLast"][disabled] {
  opacity: 0.38;
}
.as-ag-grid19 .ag-theme-balham button[ref="btNext"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  overflow: hidden;
  text-indent: 100%;
  appearance: none;
  border: 0;
  opacity: 0.54;
  padding: 0;
}
.as-ag-grid19 .ag-theme-balham button[ref="btNext"][disabled] {
  opacity: 0.38;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl button[ref="btFirst"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMTJsNC00LTQtNG03LjUgMHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl button[ref="btPrevious"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl button[ref="btLast"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDRMOCA4bDQgNE00LjUgNHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl button[ref="btNext"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-row-selected {
  background-color: #b7e4ff;
}
.as-ag-grid19 .ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.2);
}
.as-ag-grid19 .ag-theme-balham .ag-cell-inline-editing {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
  background: #f5f7f7;
  height: 40px;
  line-height: normal;
  padding: 12px;
  z-index: 2;
}
.as-ag-grid19 .ag-theme-balham .ag-cell-inline-editing select {
  height: auto;
}
.as-ag-grid19 .ag-theme-balham .ag-popup-editor {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
  background: #f5f7f7;
  padding: 0;
  z-index: 1;
}
.as-ag-grid19 .ag-theme-balham .ag-popup-editor .ag-large-textarea textarea {
  height: auto;
  padding: 12px;
}
.as-ag-grid19 .ag-theme-balham .ag-rich-select {
  background-color: #f5f7f7;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgN2w0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position-x: calc(100% - 4px);
  background-position-y: 8px;
  background-repeat: no-repeat;
}
.as-ag-grid19 .ag-theme-balham .ag-rich-select .ag-rich-select-list {
  height: 182px;
}
.as-ag-grid19 .ag-theme-balham .ag-rich-select .ag-rich-select-value {
  height: 28px;
  line-height: 28px;
  padding-left: 12px;
}
.as-ag-grid19 .ag-theme-balham .ag-rich-select .ag-virtual-list-item {
  cursor: default;
  height: 28px;
  line-height: 28px;
}
.as-ag-grid19 .ag-theme-balham .ag-rich-select .ag-virtual-list-item:hover {
  background-color: #ECF0F1;
}
.as-ag-grid19 .ag-theme-balham .ag-rich-select .ag-rich-select-row {
  padding-left: 12px;
}
.as-ag-grid19 .ag-theme-balham .ag-rich-select .ag-rich-select-row-selected {
  background-color: #b7e4ff;
}
.as-ag-grid19 .ag-theme-balham .ag-floating-filter-body {
  float: left;
  height: 100%;
  margin-right: 0;
  width: calc(100% - 24px);
}
.as-ag-grid19 .ag-theme-balham .ag-floating-filter-body input {
  box-sizing: border-box;
}
.as-ag-grid19 .ag-theme-balham .ag-floating-filter-full-body input {
  box-sizing: border-box;
}
.as-ag-grid19 .ag-theme-balham .ag-floating-filter-input {
  line-height: normal;
}
.as-ag-grid19 .ag-theme-balham .ag-floating-filter-button {
  float: right;
  line-height: 16px;
  margin-top: 10px;
}
.as-ag-grid19 .ag-theme-balham .ag-floating-filter-button button {
  appearance: none;
  background: transparent;
  border: 0;
  height: 16px;
  padding: 0;
  width: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-cell-label-container {
  height: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-header-group-cell-label {
  height: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-header-group-cell-label span {
  float: left;
  height: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-header-select-all {
  height: 100%;
  margin-right: 12px;
}
.as-ag-grid19 .ag-theme-balham .ag-header-select-all span {
  height: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
  float: left;
  width: calc(100% - 16px - 12px);
}
.as-ag-grid19 .ag-theme-balham .ag-selection-checkbox span,
.as-ag-grid19 .ag-theme-balham .ag-group-expanded span,
.as-ag-grid19 .ag-theme-balham .ag-group-contracted span {
  margin-right: 12px;
}
.as-ag-grid19 .ag-theme-balham .ag-selection-checkbox span {
  position: relative;
  top: 2px;
}
.as-ag-grid19 .ag-theme-balham .ag-group-expanded .ag-icon-contracted:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgN2w0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal {
  background-color: #f5f7f7;
  height: 28px;
  line-height: 16px;
  padding-left: 12px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal.ag-width-half {
  margin-bottom: -3px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal span {
  float: left;
  height: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal > div:first-child {
  float: left;
  height: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal .ag-icon-group,
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal .ag-icon-pivot {
  margin-right: 12px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal .ag-right-arrow {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjUgNy41bC00IDRMOCAxMGwxLjUtMS41aC03di0yaDdMOCA1bDEuNS0xLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal .ag-left-arrow {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA4LjVsNC00TDggNiA2LjUgNy41aDd2MmgtN0w4IDExbC0xLjUgMS41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal .ag-left-arrow,
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal .ag-right-arrow {
  overflow: hidden;
  text-indent: 100%;
  height: 100%;
  margin: 0 4px;
  opacity: 0.54;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-empty-message {
  height: 100%;
  line-height: 28px;
  opacity: 0.38;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-cell {
  background: #dde4e6;
  border-radius: 16px;
  box-sizing: border-box;
  height: 16px !important;
  margin-top: 4px;
  padding: 0 2px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-text {
  height: 100%;
  line-height: 16px;
  margin: 0 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMC41IDQuNWwtNiA2Ii8+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI1LjUiLz48cGF0aCBkPSJNNC41IDQuNWw2IDYiLz48L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  overflow: hidden;
  text-indent: 100%;
  min-width: 16px;
  height: 100%;
  margin: 0 2px;
  opacity: 0.54;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
  opacity: 0.87;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-cell .ag-column-drag {
  margin-left: 8px;
  margin-top: 2px;
  width: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-select-agg-func-popup {
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
  background: white;
  height: 70px;
  padding: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-select-agg-func-popup .ag-virtual-list-item {
  cursor: default;
  line-height: 20px;
  padding-left: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-set-filter-list,
.as-ag-grid19 .ag-theme-balham .ag-menu-column-select-wrapper {
  width: auto;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-vertical > .ag-column-drop-cell {
  float: left;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-top: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-cell-data-changed {
  background-color: rgba(22, 160, 133, 0.5) !important;
}
.as-ag-grid19 .ag-theme-balham .ag-cell-data-changed-animation {
  background-color: transparent;
  transition: background-color 1s;
}
.as-ag-grid19 .ag-theme-balham .ag-stub-cell {
  padding-left: 12px;
  padding-top: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-stub-cell .ag-loading-icon {
  float: left;
  height: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-stub-cell .ag-loading-text {
  float: left;
  height: 100%;
  margin-left: 4px;
  margin-top: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-numeric-cell {
  text-align: left;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-header-cell-menu-button {
  float: left;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-header-cell-label {
  float: right;
  width: calc(100% - 16px);
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-header-cell-label > span {
  float: right;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-header-cell-label .ag-header-icon {
  margin-top: 2px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-menu-button {
  float: right;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-label {
  float: left;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-label > span {
  float: left;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel span {
  float: right;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
  margin-right: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select .ag-checkbox-label {
  margin-right: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
  float: right;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
  clear: left;
  float: right;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
  padding-left: 4px;
  padding-right: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-filter-checkbox {
  float: right;
  margin-left: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group span,
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column span {
  float: right;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
  margin-left: 4px;
  margin-right: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
  margin-left: 0;
  margin-right: 24px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-icon-tree-closed {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-header-group-cell-label {
  height: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-header-group-cell-label span {
  float: right;
  height: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
  float: right;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-header-select-all {
  margin-left: 12px;
  margin-right: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-selection-checkbox span,
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-group-expanded span,
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-group-contracted span {
  margin-left: 12px;
  margin-right: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-column-drop-horizontal {
  padding-right: 12px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-column-drop-horizontal span {
  float: right;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-column-drop-horizontal > div:first-child {
  float: right;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-group,
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-pivot {
  margin-left: 12px;
  margin-right: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-right-arrow {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjUgNy41bC00IDRMOCAxMGwxLjUtMS41aC03di0yaDdMOCA1bDEuNS0xLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  height: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-left-arrow {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA4LjVsNC00TDggNiA2LjUgNy41aDd2MmgtN0w4IDExbC0xLjUgMS41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  height: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-floating-filter-body {
  float: right;
  margin-left: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-floating-filter-button {
  float: left;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-header .ag-header-cell-resize::after {
  border-left: 1px solid #BDC3C7;
  border-right: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-column-drag {
  background-position-x: right;
}
.as-ag-grid19 .ag-theme-balham .ag-status-bar {
  background: white;
  border: 1px solid #BDC3C7;
  border-top: 0;
  color: rgba(0, 0, 0, 0.38);
  font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding-right: 16px;
  padding-left: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-name-value-value {
  color: #000;
}
.as-ag-grid19 .ag-theme-balham .ag-status-bar-center {
  text-align: center;
}
.as-ag-grid19 .ag-theme-balham .ag-name-value {
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-details-row {
  box-sizing: border-box;
  padding: 20px;
}
.as-ag-grid19 .ag-theme-balham .ag-overlay-loading-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}
.as-ag-grid19 .ag-theme-balham .ag-overlay-loading-center {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-side-bar {
  background-color: #f5f7f7;
  border-right: 1px solid #BDC3C7;
  border-top: 1px solid #BDC3C7;
  position: relative;
}
.as-ag-grid19 .ag-theme-balham .ag-side-bar .ag-side-buttons {
  padding-top: 16px;
  background: white;
  border-bottom: 1px solid #BDC3C7;
  position: relative;
}
.as-ag-grid19 .ag-theme-balham .ag-side-bar .ag-side-buttons .ag-side-button button {
  background: transparent;
  border: 0;
  color: #000;
  padding: 8px 0 8px 0;
  width: 100%;
  margin: 0;
  min-height: 72px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: transparent;
  background-position-y: 4px;
  background-position-x: center;
  background-repeat: no-repeat;
}
.as-ag-grid19 .ag-theme-balham .ag-side-bar .ag-side-buttons .ag-selected button {
  background-color: #f5f7f7;
  margin-left: -1px;
  padding-left: 1px;
  width: calc(100% + 1px);
  border-color: #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-side-bar .ag-panel-container {
  border-right: 1px solid #BDC3C7;
  box-sizing: border-box;
}
.as-ag-grid19 .ag-theme-balham .ag-side-bar.full-width .ag-panel-container {
  border-right: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-side-bar .ag-column-drop {
  min-height: 50px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-side-bar .ag-panel-container {
  border-left: 1px solid #BDC3C7;
  border-right: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-side-bar.full-width .ag-panel-container {
  border-left: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-primary-cols-filter {
  box-sizing: border-box;
  width: 100%;
}
.as-ag-grid19 .ag-theme-balham .ag-primary-cols-filter-wrapper {
  margin-left: 4px;
  margin-right: 4px;
}
.as-ag-grid19 .ag-theme-balham .sass-variables::after {
  content: '{ "autoSizePadding": "12px", "headerHeight": "32px", "groupPaddingSize": "28px", "footerPaddingAddition": "16px", "virtualItemHeight": "28px", "aggFuncPopupHeight": "98px", "checkboxIndentWidth": "20px", "leafNodePadding": "12px", "rowHeight": "28px", "gridSize": "4px", "iconSize": "16px" }';
  display: none;
}
.as-ag-grid19 .ag-theme-balham .ag-header {
  background-color: #f5f7f7;
  border-bottom: 1px solid #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-pinned-right-header {
  border-left: 1px solid #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-pinned-left-header {
  border-right: 1px solid #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-cell-highlight {
  background-color: #0091EA !important;
}
.as-ag-grid19 .ag-theme-balham .ag-header-cell-resize::after {
  height: 80%;
  margin-top: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-header-cell::after,
.as-ag-grid19 .ag-theme-balham .ag-header-group-cell::after {
  border-right: 1px solid rgba(189, 195, 199, 0.5);
  content: " ";
  height: 16px;
  margin-top: 8px;
  position: absolute;
  right: 0;
  text-indent: -2000px;
  top: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal.ag-column-drop {
  border: 1px solid #BDC3C7;
  border-bottom: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal.ag-column-drop.ag-width-half:first-child {
  border-right: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-row {
  border-color: #d9dcde;
}
.as-ag-grid19 .ag-theme-balham .ag-row-selected {
  border-color: #b7e4ff;
}
.as-ag-grid19 .ag-theme-balham .ag-row-drag {
  background-position-y: center;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drag {
  background-position-y: center;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-cell {
  height: 24px !important;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
  box-sizing: border-box;
  height: calc(100% - 4px);
  margin-bottom: 2px;
  margin-top: 2px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
  opacity: 1;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell {
  margin-left: 8px;
  margin-right: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
  line-height: 24px;
  margin-left: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal {
  background-color: #f5f7f7;
  height: 32px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-empty-message {
  line-height: 32px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-cell-text {
  line-height: 24px;
  margin-left: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-filter .ag-filter-header-container {
  height: 24px;
}
.as-ag-grid19 .ag-theme-balham .ag-root {
  border: 1px solid #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-tab {
  box-sizing: initial;
}
.as-ag-grid19 .ag-theme-balham .ag-filter .ag-filter-value {
  line-height: 20px;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper {
  border-right: 1px solid #BDC3C7;
  border-bottom: 1px solid #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel {
  padding-bottom: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel .ag-column-tool-panel-column-group,
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel .ag-column-tool-panel-column {
  height: 20px;
  line-height: 20px;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop {
  padding-bottom: 8px;
  padding-top: 8px;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
  margin-bottom: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
  display: inline-block;
  float: none;
  margin-bottom: 4px;
}
.as-ag-grid19 .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
  height: 16px;
  line-height: 16px;
  padding-left: 24px;
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-side-bar,
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper {
  border-left: 1px solid #BDC3C7;
  border-right: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-icon-expanded,
.as-ag-grid19 .ag-theme-balham .ag-icon-contracted {
  transform: translateY(2px);
}
.as-ag-grid19 .ag-theme-balham .ag-rtl .ag-icon-expanded {
  transform: translateY(2px) rotate(180deg);
}
.as-ag-grid19 .ag-theme-balham .ag-menu-option {
  height: 28px;
  line-height: 28px;
}
.as-ag-grid19 .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group,
.as-ag-grid19 .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column {
  height: 20px;
  line-height: 20px;
}
.as-ag-grid19 .ag-theme-balham .ag-filter-filter {
  margin-left: 4px;
  margin-right: 4px;
  width: calc(100% - 8px);
}
.as-ag-grid19 .ag-theme-balham .ag-tab-header {
  border-bottom: 1px solid #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-tab-header .ag-tab {
  margin-bottom: -2px;
}
.as-ag-grid19 .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
  background-color: white;
  border-bottom-color: transparent;
}
.as-ag-grid19 .ag-theme-balham .ag-tab-body,
.as-ag-grid19 .ag-theme-balham .ag-popup-editor,
.as-ag-grid19 .ag-theme-balham .ag-menu {
  background-color: white;
  color: #000;
}
.as-ag-grid19 .ag-theme-balham .ag-cell-inline-editing {
  height: 28px;
  padding: 0;
}
.as-ag-grid19 .ag-theme-balham .ag-cell-inline-editing input {
  box-sizing: border-box;
}
.as-ag-grid19 .ag-theme-balham .ag-details-row {
  background-color: white;
}
.as-ag-grid19 .ag-theme-balham .ag-overlay-loading-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}
.as-ag-grid19 .ag-theme-balham .ag-overlay-loading-center {
  background-color: white;
  border: 1px solid #BDC3C7;
  color: #000;
  padding: 16px;
}
.as-ag-grid19 .ag-theme-balham .ag-cell-range-selected-1:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.3);
}
.as-ag-grid19 .ag-theme-balham .ag-cell-range-selected-2:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.4);
}
.as-ag-grid19 .ag-theme-balham .ag-cell-range-selected-3:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.5);
}
.as-ag-grid19 .ag-theme-balham .ag-cell-range-selected-4:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.6);
}
.as-ag-grid19 .ag-theme-balham .ag-rich-select-value {
  border-bottom: 1px solid #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-filter-apply-panel {
  border-top: 1px solid #BDC3C7;
}
.as-ag-grid19 .ag-theme-balham .ag-header-cell-moving {
  background-color: white;
}
.as-ag-grid19 .ag-theme-balham .ag-filter-toolpanel-body {
  background-color: white;
}
.ag-theme-balham.ag-dnd-ghost {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
  border: 1px solid #BDC3C7;
  color: rgba(0, 0, 0, 0.54);
  font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  height: 32px !important;
  line-height: 32px;
  margin: 0;
  padding: 0 8px;
  transform: translateY(8px);
  z-index: 5;
  box-sizing: border-box;
  cursor: move;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-theme-balham.ag-dnd-ghost .ag-dnd-ghost-icon {
  display: inline-block;
  float: left;
  padding: 2px;
}
.ag-theme-balham.ag-dnd-ghost .ag-dnd-ghost-label {
  display: inline-block;
}
.ag-theme-balham.ag-dnd-ghost span,
.ag-theme-balham.ag-dnd-ghost div {
  float: left;
  height: 100%;
  margin: 0;
  padding: 0;
}
.ag-theme-balham .ag-icon-not-allowed {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI0Ii8+PHBhdGggZD0iTTguNSAzLjVMMy40MDEgOC41OTkiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-theme-balham .ag-icon-aggregation {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMC41IDZWNC41aC01di41MzJhMSAxIDAgMCAwIC4zNi43NjhsMS43MTggMS40MzJhMSAxIDAgMCAxIDAgMS41MzZMNS44NiAxMC4yYTEgMSAwIDAgMC0uMzYuNzY4di41MzJoNVYxMCIvPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PC9nPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-arrows {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxNFYzTTIgOC41aDExbS03LjUgNGwyIDIgMi0ybTAtOGwtMi0yLTIgMm0tMiAybC0yIDIgMiAybTggMGwyLTItMi0yIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-asc {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMlY0bTMgMi41bC0zLTMtMyAzIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-checkbox-checked-readonly {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjUiPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2EiLz48cmVjdCBzdHJva2U9IiM3RjhDOEQiIHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PHBhdGggc3Ryb2tlPSIjN0Y4QzhEIiBkPSJNMTIgNWwtNS41IDUuNUw0IDgiLz48L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-checkbox-checked {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzdGOEM4RCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48cGF0aCBzdHJva2U9IiM3RjhDOEQiIGQ9Ik0xMiA1bC01LjUgNS41TDQgOCIvPjwvZz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-checkbox-indeterminate-readonly {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjUiPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2EiLz48cmVjdCBzdHJva2U9IiM3RjhDOEQiIHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PHBhdGggZD0iTTQgOC41aDgiIHN0cm9rZT0iIzdGOEM4RCIvPjwvZz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-checkbox-indeterminate {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzdGOEM4RCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48cGF0aCBkPSJNNCA4LjVoOCIgc3Ryb2tlPSIjN0Y4QzhEIi8+PC9nPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-checkbox-unchecked-readonly {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjUiPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2EiLz48cmVjdCBzdHJva2U9IiM3RjhDOEQiIHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PC9nPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-checkbox-unchecked {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzdGOEM4RCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-column {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjV2OGgzdi04eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-columns {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNSAzLjV2OG0zLTh2OG0zLTh2OG0tOS04djgiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-contracted {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-copy {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHg9IjQuNSIgeT0iNC41IiB3aWR0aD0iOCIgaGVpZ2h0PSI5IiByeD0iMiIvPjxwYXRoIGQ9Ik0xMSAyLjVINC41YTIgMiAwIDAgMC0yIDJWMTMiLz48L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-cut {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMzQ4IDQuOTQ4Yy4xNjEtLjM1LjI1Mi0uNzM1LjI1Mi0xLjE0OGEyLjggMi44IDAgMSAwLTUuNiAwIDIuOCAyLjggMCAwIDAgMi44IDIuOGMuNDEzIDAgLjc5OC0uMDkxIDEuMTQ4LS4yNTJMNi42IDggNC45NDggOS42NTJBMi43MjggMi43MjggMCAwIDAgMy44IDkuNGEyLjggMi44IDAgMSAwIDAgNS42IDIuOCAyLjggMCAwIDAgMi44LTIuOGMwLS40MTMtLjA5MS0uNzk4LS4yNTItMS4xNDhMOCA5LjRsNC45IDQuOUgxNXYtLjdMNi4zNDggNC45NDh6TTMuOCA1LjJhMS40IDEuNCAwIDEgMSAwLTIuOCAxLjQgMS40IDAgMCAxIDAgMi44em0wIDguNGExLjQgMS40IDAgMSAxIDAtMi44IDEuNCAxLjQgMCAwIDEgMCAyLjh6TTggOC4zNUEuMzQ3LjM0NyAwIDAgMSA3LjY1IDhjMC0uMTk2LjE1NC0uMzUuMzUtLjM1LjE5NiAwIC4zNS4xNTQuMzUuMzUgMCAuMTk2LS4xNTQuMzUtLjM1LjM1em00LjktNi42NUw4LjcgNS45bDEuNCAxLjRMMTUgMi40di0uN2gtMi4xeiIgZmlsbD0iIzdGOEM4RCIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-desc {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMVYzbS0zIDUuNWwzIDMgMy0zIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-expanded {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-eye-slash {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik04IDMuNjI1QTYuODk5IDYuODk5IDAgMCAwIDEuNTgzIDggNi44OTkgNi44OTkgMCAwIDAgOCAxMi4zNzUgNi44OTkgNi44OTkgMCAwIDAgMTQuNDE3IDggNi44OTkgNi44OTkgMCAwIDAgOCAzLjYyNXoiLz48cGF0aCBkPSJNOCAxMC45MTdhMi45MTggMi45MTggMCAwIDEgMC01LjgzNCAyLjkxOCAyLjkxOCAwIDAgMSAwIDUuODM0eiIvPjxwYXRoIGQ9Ik0zLjUgMy41bDkgOSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-eye {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik04IDMuNjI1QTYuODk5IDYuODk5IDAgMCAwIDEuNTgzIDggNi44OTkgNi44OTkgMCAwIDAgOCAxMi4zNzUgNi44OTkgNi44OTkgMCAwIDAgMTQuNDE3IDggNi44OTkgNi44OTkgMCAwIDAgOCAzLjYyNXoiLz48cGF0aCBkPSJNOCAxMC45MTdhMi45MTggMi45MTggMCAwIDEgMC01LjgzNCAyLjkxOCAyLjkxOCAwIDAgMSAwIDUuODM0eiIvPjwvZz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-filter {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjVoOXYuNTg2YTEgMSAwIDAgMS0uMjkzLjcwN0w5LjI5MyA3LjcwN0ExIDEgMCAwIDAgOSA4LjQxNFYxMGwtMiAxLjVWOC40MTRhMSAxIDAgMCAwLS4yOTMtLjcwN0wzLjc5MyA0Ljc5M2ExIDEgMCAwIDEtLjI5My0uNzA3VjMuNXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-group {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjUgNS41aDFtMSAyaDFtMiAwaDRtLTcgMmgxbTIgMGg0bS02LTRoNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PC9nPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-indeterminate {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik04IDQuNjI1Yy0yLjkxNyAwLTUuNDA4LjgxNC02LjQxNyAzLjM3NSAxLjAxIDIuNTYgMy41IDMuMzc1IDYuNDE3IDMuMzc1czUuNDA4LS44MTQgNi40MTctMy4zNzVjLTEuMDEtMi41Ni0zLjUtMy4zNzUtNi40MTctMy4zNzV6Ii8+PHBhdGggZD0iTTggOS45MTdDNi4zOSA5LjkxNyA1LjA4MyA5LjYxIDUuMDgzIDhTNi4zOSA2LjA4MyA4IDYuMDgzYzEuNjEgMCAyLjkxNy4zMDcgMi45MTcgMS45MTdTOS42MSA5LjkxNyA4IDkuOTE3eiIvPjwvZz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-left {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA4LjVsNC00TDggNiA2LjUgNy41aDd2MmgtN0w4IDExbC0xLjUgMS41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-loading {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPjxwYXRoIGQ9Ik03LjUgMTAuNXYzIiBvcGFjaXR5PSIuOCIvPjxwYXRoIGQ9Ik0xMC41IDcuNWgzIiBvcGFjaXR5PSIuNiIvPjxwYXRoIGQ9Ik0xLjUgNy41aDMiLz48cGF0aCBkPSJNNy41IDEuNXYzIiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Ik05LjUgNS41TDEyIDMiIG9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTkuNSA5LjVMMTIgMTIiIG9wYWNpdHk9Ii43Ii8+PHBhdGggZD0iTTUuNSA5LjVMMyAxMiIgb3BhY2l0eT0iLjkiLz48cGF0aCBkPSJNNS41IDUuNUwzIDMiIG9wYWNpdHk9Ii4zIi8+PC9nPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-menu {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSA0LjVoOW0tOSAzaDltLTkgM2g5IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-minus {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA2LjVoMTF2MmgtMTF6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-none {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjUgMTJWNG0zIDIuNWwtMy0zLTMgM20tNCA0LjVWM20tMyA1LjVsMyAzIDMtMyIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-not-allowed {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuOSAxMS4wMTJBMy43NSAzLjc1IDAgMCAwIDExLjAxMiA1LjlsLTUuMTE0IDUuMTEzek00LjQ4NyA5LjYwMUw5LjYgNC40ODhBMy43NSAzLjc1IDAgMCAwIDQuNDg4IDkuNnpNNy43NSAxMy41YTUuNzUgNS43NSAwIDEgMSAwLTExLjUgNS43NSA1Ljc1IDAgMCAxIDAgMTEuNXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-paste {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDNjMC0uNS0uNS0xLjUtMi0xLjVTNiAyLjUgNiAzSDRhMiAyIDAgMCAwLTIgMnY3YTIgMiAwIDAgMCAyIDJoOGEyIDIgMCAwIDAgMi0yVjVhMiAyIDAgMCAwLTItMmgtMnptLTIgLjI3M2MuMzY3IDAgLjY2Ny4yODYuNjY3LjYzNiAwIC4zNS0uMy42MzYtLjY2Ny42MzYtLjM2NyAwLS42NjctLjI4Ni0uNjY3LS42MzYgMC0uMzUuMy0uNjM2LjY2Ny0uNjM2ek0xMiAxM0g0YTEgMSAwIDAgMS0xLTFWNWExIDEgMCAwIDEgMS0xaDF2Mmg2VjRoMWExIDEgMCAwIDEgMSAxdjdhMSAxIDAgMCAxLTEgMXoiIGZpbGw9IiM3RjhDOEQiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-pin {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSAxMy41bDQtNE0xNCA2Yy0uMzkuNTI5LS43MjQuODYyLTEgMXMtLjYxLjEzOC0xIDBsLTIgMmMuMTM4LjkyLjEzOCAxLjU4NiAwIDItLjEzOC40MTQtLjQ3MS43NDgtMSAxTDQgN2MuMDgtLjQ3MS40MTQtLjgwNSAxLTEgLjU4Ni0uMTk1IDEuMjUyLS4xOTUgMiAwbDItMmMtLjE5NS0uMjc2LS4xOTUtLjYxIDAtMXMuNTI5LS43MjQgMS0xbDQgNHoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-pivot {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMy41IDQuNWgtOW0wIDB2OSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxwYXRoIGQ9Ik03LjUgMTIuNWwtMS0xIDEtMW01LTNsLTEtMS0xIDEiLz48cGF0aCBkPSJNNC41IDExLjVoLTJtNi05djJtLTMtMnYybTYtMnYyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTExLjUgNi41djNhMiAyIDAgMCAxLTIgMmgtMyIvPjxwYXRoIGQ9Ik00LjUgOC41aC0ybTItM2gtMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PC9nPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-plus {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA2LjVoNHYtNGgydjRoNHYyaC00djRoLTJ2LTRoLTR6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-right {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjUgNy41bC00IDRMOCAxMGwxLjUtMS41aC03di0yaDdMOCA1bDEuNS0xLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-small-left {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggNEw0IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-small-right {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-small-up {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDhMOCA0IDQgOCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-small-down {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgOGw0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-tick {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDZsLTUuNSA1LjVMNCA5IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-cross {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjUgNS41bC02IDZtMC02bDYgNiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-tree-open {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgN2w0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-tree-closed {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-tree-indeterminate {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSA3LjVoOSIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham.ag-dnd-ghost .ag-dnd-ghost-icon {
  margin-right: 4px;
  opacity: 0.87;
}
.as-iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
textarea {
  cursor: auto;
}
.olImageLoadError {
  display: none !important;
}
.warning {
  background-color: red !important;
}
.x-item-disabled .x-form-item-label,
.x-item-disabled .x-form-field,
.x-item-disabled .x-form-cb-label {
  opacity: 0.7 !important;
  filter: '' !important;
}
.x-delete-display {
  text-decoration: line-through !important;
}
.x-hide-display {
  display: none !important;
}
.x-item-disabled.x-boundlist-item {
  color: #8c8c8c;
  cursor: default;
}
.x-item-disabled.x-boundlist-item-over {
  background: inherit;
  border-color: white;
}
.error-row {
  color: #900;
}
.x-boxselect-item-close {
  width: 11px;
  height: 11px;
  background-image: url('../images/deselect-item.gif');
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  top: 2px;
  right: 2px;
}
.x-boxselect-list {
  margin: 0px;
}
.login-mask.x-mask {
  filter: alpha(opacity=100);
  opacity: 1;
  background: #FBFBFB !important;
}
.track-popup-wrapper {
  font-size: 12px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 3px;
}
.track-popup {
  text-align: right;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.track-extra-info {
  font-size: 12px;
}
#CheckDepartmentTree li.x-boxselect-item {
  display: table !important;
}
.works-date-expired {
  color: #aaaaaa;
}
.forbidden-department {
  color: #aaaaaa;
}
.disable-sync-unit-row .x-grid-cell {
  background-color: #90C3D4 !important;
}
#CheckDepartmentTree .x-mask {
  opacity: 0.4;
}
.track-button {
  margin-right: auto !important;
  margin-left: auto !important;
  background-position: 50% 50% !important;
  background-size: 15px 15px;
}
.track-play-button {
  margin-right: auto !important;
  margin-left: auto !important;
  background-position: 50% 50% !important;
  background-size: 15px 15px;
  background-image: url('../images/play-button.png') !important;
}
.track-pause-button {
  margin-right: auto !important;
  margin-left: auto !important;
  background-position: 50% 50% !important;
  background-size: 15px 15px;
  background-image: url('../images/pause-button.png') !important;
}
.track-stop-button {
  margin-right: auto !important;
  margin-left: auto !important;
  background-position: 50% 50% !important;
  background-size: 15px 15px;
  background-image: url('../images/stop-button.png') !important;
}
.track-increase-speed-button {
  margin-right: auto !important;
  margin-left: auto !important;
  background-position: 50% 50% !important;
  background-size: 15px 15px;
  background-image: url('../images/increase-speed-button.png') !important;
}
.track-decrease-speed-button {
  margin-right: auto !important;
  margin-left: auto !important;
  background-position: 50% 50% !important;
  background-size: 15px 15px;
  background-image: url('../images/decrease-speed-button.png') !important;
}
.remove-demounted-date {
  background-image: url('../images/remove-demounted-date.png') !important;
  background-position: 50% 50% !important;
  background-size: 20px 20px;
}
.archive-common-info {
  font-size: 12px;
  margin: 10px 10px 10px 10px;
}
.archive-mode-begin-date,
.archive-mode-end-date {
  font-weight: bold;
}
.x-grid-row .manual-values-column {
  background-color: #ffffcc;
}
.work-line-row-selected-new {
  filter: brightness(0.9);
}
.x-grid-row .enumerable-values-column {
  background-color: #ccffcc;
}
.x-grid-row .auto-values-column {
  background-color: #ccecff;
}
.disabled-row .x-grid-cell {
  background-color: lightgray !important;
}
.x-disabled-row .x-grid-cell {
  color: #888;
}
.x-removed-row .x-grid-cell {
  background-color: rgba(215, 0, 0, 0.12);
}
.work-line-row-selected .x-grid-cell.x-grid-cell-selected {
  border: none;
  outline: 2px solid black !important;
}
.simpleWorkLineGrid .x-grid-cell.x-grid-cell-selected {
  border: none;
  outline: 2px solid black !important;
}
.work-line-row .x-grid-cell {
  border-right: 1px solid #888 !important;
  border-top: 1px solid #888 !important;
  border-bottom: 1px solid #888 !important;
}
.workLineGrid .x-column-header {
  outline: 1px solid #888 !important;
}
.workLineGrid .x-grid-body {
  border-left: 1px solid #888 !important;
  border-right: 1px solid #888 !important;
  border-bottom: 1px solid #888 !important;
}
.workLineGrid .x-grid-header-ct {
  border-left: 1px solid #888 !important;
  border-right: 1px solid #888 !important;
  border-top: 1px solid #888 !important;
}
.groupWorksGrid .x-grid-cell {
  border-right: 1px solid #888 !important;
  border-top: 1px solid #888 !important;
  border-bottom: 1px solid #888 !important;
}
.groupWorksGrid .x-column-header {
  outline: 1px solid #888 !important;
}
.x-button-icon-print {
  background-image: url(images/actions/print-white.png);
}
.search-options {
  background-image: url("images/searchOptions.png");
  background-position: -3px 0 !important;
  background-repeat: no-repeat;
}
.x-cell-icon {
  width: 16px;
  height: 16px;
  float: left;
  cursor: pointer;
}
.x-cell-icon__pencil {
  background-image: url("images/actions/edit.png");
  background-repeat: no-repeat;
  opacity: 0.3;
}
.x-cell-icon__pencil:hover {
  opacity: 0.5;
}
.x-trigger-pencil {
  background-image: url("images/compose.png");
  background-position: 2px 3px !important;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.x-trigger-pencil:hover {
  opacity: 0.5;
}
.x-trigger-eye {
  background-image: url("images/passwordEye.svg");
  background-position: 0px 5px !important;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.x-trigger-eye:hover {
  opacity: 0.5;
}
.x-trigger-eye-slash {
  background-image: url("images/passwordEyeSlash.svg");
  background-position: 0px 3px !important;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.x-trigger-eye-slash:hover {
  opacity: 0.5;
}
.x-grid-row.highlight .x-grid-td {
  background-color: #f5ff85 !important;
}
.x-file-open {
  margin-right: 5px;
}
.x-preview,
.x-preview-icon {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 5px;
}
.x-preview-icon {
  width: 20px;
  height: 20px;
}
.ag-header-group-cell-label {
  justify-content: center;
}
.ag-header-group-text {
  white-space: pre !important;
}
.ag-header-cell-text {
  white-space: pre !important;
}
.align-right {
  text-align: right;
}
.exel {
  text-align: right;
}
.panel-info {
  background: #f7f7f7;
  border-radius: 3px;
  padding: 10px;
  font-size: 11px;
}
.x-card--route-op .x-card__param-value {
  font-weight: bold;
  font-size: 14px;
}
.x-card--route-op .x-card__param-value:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #48bb48;
}
.x-card__param {
  margin-bottom: 5px;
}
.x-card__param--expired {
  color: #e76043;
}
.x-card__param-key {
  font-weight: bold;
}
.x-card__param-key:after {
  content: ':';
}
.x-boundlist-remove {
  float: right;
  border-radius: 50%;
  display: block;
  line-height: 12px;
  height: 20px;
  background: #fff;
  border: 1px solid #eee;
  width: 20px;
  margin-top: 1px;
  cursor: pointer;
}
.x-boundlist-remove:hover {
  background-color: #f5f5f5;
}
.x-idle-campaign {
  padding: 10px;
}
.x-idle-campaign__collapsible-tool {
  font-weight: normal;
  font-size: 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.x-idle-campaign__collapsible-tool:hover {
  border-bottom: 1px solid blue;
}
.x-idle-campaign__title {
  font-size: 14px;
  font-family: Helvetica, Arial, serif;
  font-weight: bold;
}
.x-idle-campaign__back-button {
  cursor: pointer;
  padding-bottom: 2px;
}
.x-idle-campaign__back-button:hover {
  border-bottom: 1px solid #ccc;
}
.x-idle-chart {
  margin-top: 10px;
}
.x-idle-chart:not(:last-child) {
  border-width: 1px !important;
  border-right: 1px solid #CCCCCC;
  overflow: hidden;
}
.x-idle-chart__grid-date {
  cursor: pointer;
  color: blue;
}
.x-idle-chart__grid-date:hover {
  text-decoration: underline;
}
.x-idle-chart__client {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 10px;
  width: 100%;
}
.x-idle-chart__title {
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #CCCCCC;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.x-idle-chart__title--plan,
.x-idle-chart__title--campaign-plan {
  text-decoration-color: #666666;
  cursor: pointer;
}
.x-idle-chart__title--plan:hover,
.x-idle-chart__title--campaign-plan:hover {
  text-decoration-color: #B6B6B6;
}
.x-idle-chart__container {
  width: 100%;
  height: 100%;
}
.x-idle-chart__detalization {
  background: url(images/additional.png) no-repeat center;
  height: 19px;
  width: 25px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.x-idle-chart__outer-label {
  font-size: 14px;
  font-family: Helvetica, Arial, serif;
  font-weight: bold;
  display: block;
  text-align: left;
  margin-bottom: 4px;
}
.x-idle-chart__inner-label {
  display: block;
  font-family: Helvetica, Arial, serif;
  font-size: 12px;
}
.x-idle-chart__inner-label:first-child {
  font-size: 20px;
  font-weight: bold;
}
.x-idle-chart__back-link {
  left: 30px;
  position: relative;
  font-size: small;
  text-decoration: underline;
  cursor: pointer;
}
/*.x-notes-list-gallery::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform-origin: 50% 50% 0;
  background: white;
}*/
.x-notes-list-gallery {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.x-notes-list-gallery__nav-left,
.x-notes-list-gallery__nav-right,
.x-notes-list-gallery__footer {
  position: absolute !important;
  top: 45% !important;
  z-index: 5;
  opacity: 0.6;
}
.x-notes-list-gallery__nav-left .x-btn-wrap,
.x-notes-list-gallery__nav-right .x-btn-wrap,
.x-notes-list-gallery__footer .x-btn-wrap {
  border-radius: 6px;
}
.x-notes-list-gallery__nav-left:hover,
.x-notes-list-gallery__nav-right:hover,
.x-notes-list-gallery__footer:hover {
  opacity: 0.8;
}
.x-notes-list-gallery__nav-right {
  width: 50px !important;
  height: 45px !important;
  right: 10px !important;
  left: unset !important;
}
.x-notes-list-gallery__nav-left {
  width: 50px !important;
  height: 45px !important;
  left: 10px !important;
  right: unset !important;
}
.x-notes-list-gallery__footer {
  height: 75px !important;
  left: 40% !important;
  top: unset !important;
  bottom: 10px !important;
}
.x-notes-list-gallery__footer-rotate {
  padding: 3px;
}
.x-notes-list-gallery__footer .zoom-in,
.x-notes-list-gallery__footer .zoom-out {
  padding: 3px;
  width: 35px;
}
.x-notes-list-gallery__footer .zoom-in .x-btn-wrap,
.x-notes-list-gallery__footer .zoom-out .x-btn-wrap {
  padding: 5px 15px;
}
.x-notes-list-gallery .x-btn-wrap {
  height: inherit !important;
}
.x-notes-list-gallery .x-btn-default-small-icon .x-btn-button,
.x-notes-list-gallery .x-btn-default-small-noicon .x-btn-button {
  height: inherit !important;
}
.x-notes-list-gallery .x-btn-default-small-icon .x-btn-inner,
.x-notes-list-gallery .x-btn-default-small-noicon .x-btn-inner {
  line-height: inherit !important;
}
.x-notes-list-gallery .x-btn-default-small .x-btn-inner {
  font-size: 3em !important;
}
.x-notes-list-gallery__zoom-buttons .x-btn-default-small .x-btn-inner {
  font-size: 1.2em !important;
}
.x-notes-list-gallery__image {
  position: relative;
  display: block;
  margin: auto;
  transform-origin: 50% 50%;
}
.opacity-combo .x-color-picker-item {
  opacity: 0.3;
}
.x-opacity-combo .x-color-picker span {
  opacity: 0.3;
  border-color: black;
}
.x-opacity-combo .x-color-picker span {
  opacity: 0.3;
}
.x-header-checkbox .x-form-cb {
  margin-top: 0;
}
.x-header-checkbox .x-form-item-label {
  width: 200px;
  margin-right: 5px;
  color: white;
  font-weight: bold;
  margin-top: -1px;
}
.x-custom-tip {
  font-size: 11px;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
  display: inline-block;
  background: #f7f7f7;
  color: #131211;
}
.x-custom-tip--gray {
  background: #e8e8e8;
  color: #586061;
}
.x-info-box {
  background: #eee;
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: 5px;
}
.x-label-tooltip {
  border-bottom: 1px dotted;
  color: #999;
}
.x-ndvi-image {
  border: 1px solid lightgrey;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.x-ndvi-image .x-ndvi-btn-delete {
  display: none;
  background: white;
  border: 1px solid grey;
  border-radius: 12px;
  float: right;
  margin: 2px;
}
.x-ndvi-image .x-ndvi-btn-delete .x-ndvi-btn-delete-icon {
  background-image: url("images/actions/delete.png");
  background-position: 50% 50% !important;
}
.x-ndvi-image:hover .x-ndvi-btn-delete {
  display: block;
}
.x-slider-thumb {
  z-index: 9;
}
.x-cancelled-appointment__interval {
  position: absolute;
  height: 7px;
  top: 4px;
  transition: width 0.3s ease-in-out;
  border-radius: 2px;
}
.x-cancelled-appointment__interval--red {
  z-index: 1;
  background: #FF5656;
}
.x-cancelled-appointment__interval--green {
  z-index: 2;
  background: #B3CC57;
}
.x-cancelled-appointment__point {
  border-radius: 10px;
  position: absolute;
  height: 21px;
  top: -3px;
  width: 4px;
  background: #E5F65D;
  z-index: 3;
}
.x-boundlist-table__header .x-boundlist-table__th {
  font-weight: bold;
  background: #f5f5f5;
  color: #999;
}
.x-boundlist-table__th {
  flex: 1;
  box-sizing: border-box;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.x-boundlist-table__th:last-child {
  border-right: none;
}
.x-boundlist-table__row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: none !important;
  padding: 0 !important;
}
.ux-notification-icon-information {
  background-image: url('/images/icon16_info.png');
}
.ux-notification-icon-error {
  background-image: url('/images/icon16_error.png');
}
.ux-notification-window .x-window-body {
  background-image: url('/images/fader.png');
  text-align: center;
  padding: 15px 5px 15px 5px;
  border: 1px;
}
.ux-notification-window .x-window-header {
  background-color: transparent;
  border: 0;
}
.as-table__header {
  font-weight: bold;
  background: #f5f5f5;
  color: black;
  font-size: 10px;
  width: 220px;
}
.as-table__row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.as-table__row-children {
  flex-basis: 100%;
  margin-left: 5px;
}
.as-table__cell {
  padding: 2px;
  flex: 1;
  box-sizing: content-box;
}
.as-table__cell--numeric {
  color: #0a0a9e;
}
.as-table__cell--bold {
  font-weight: bold;
}
.as-table-expenses ::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.as-table-expenses ::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}
.as-table-expenses ::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
}
.as-table-expenses .as-table__cell {
  width: 60px;
  padding: 3px;
  flex: unset;
}
.as-table-expenses .as-table__row-children .as-table__cell:first-child {
  width: 55px;
}
.as-table-expenses .as-table__body {
  font-size: 10px;
  overflow-y: auto;
  height: 153px;
  width: 220px;
}
.x-expense-card .username span {
  margin-left: 5px;
  font-size: 11px;
  color: #999;
}
.x-filefield .x-field-label-cell {
  vertical-align: middle;
}
.x-filefield .x-form-file-btn {
  padding: 5px;
}
.x-plot-band {
  width: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
}
.x-plot-band-refuel__title {
  font-size: 10px;
  font-weight: bold;
  color: #002e00;
}
.x-plot-band-refuel__icon {
  display: block;
  width: 18px;
  height: 18px;
  padding: 5px;
  box-sizing: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/band/refuel.png");
}
.x-plot-band-drain__title {
  font-size: 10px;
  font-weight: bold;
  color: #691f04;
}
.x-plot-band-drain__icon {
  display: block;
  width: 18px;
  height: 18px;
  padding: 5px;
  box-sizing: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/band/drain.png");
}
.x-event-tooltip__title {
  color: #999;
  font-size: 11px;
  padding: 5px;
  font-weight: bold;
  border-bottom: 3px solid;
}
.x-event-tooltip__fuel {
  font-size: 10px;
  padding: 5px;
  font-weight: bold;
}
.x-event-tooltip__body {
  font-size: 10px;
  padding: 5px;
}
.x-event-tooltip__body .x-boundlist-table__th {
  font-size: 10px;
  width: 70px;
}
.x-print-bills-btn {
  width: 200px;
  margin: 15px;
}
.x-telegram-button {
  flex-direction: column;
  height: 100%;
  margin-top: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.x-telegram-icon {
  background-image: url(/images/shortcut.png);
  height: 16px;
  width: 16px;
  position: absolute;
  margin-left: 4px;
  margin-top: 1px;
}
.x-geozone-import__errors-ol {
  background: #eee;
  border: 1px solid #ccc;
  padding: 10px 25px;
  margin-top: 5px;
  font-size: 12px;
}
.x-geozone-rating-legend {
  background: rgba(51, 51, 51, 0.8);
  color: #F2F2F2;
  font-size: 11px;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
}
.x-geozone-rating-legend--hydrolytic_acidity .x-geozone-rating-legend__body {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.x-geozone-rating-legend__title {
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.x-geozone-rating-legend__control {
  bottom: 40px;
  left: 0;
  width: auto;
  display: block;
  position: absolute;
  font-family: Arial, serif;
  font-size: smaller;
}
.x-geozone-rating-legend .x-color-list {
  list-style: none;
  padding: 0;
  line-height: 18px;
}
.x-geozone-rating-legend .x-color-list__values {
  padding: 10px 10px;
  width: 130px;
  display: inline-flex;
  align-content: center;
  justify-content: center;
}
.x-geozone-rating-legend .x-color-list__el {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.x-ndvi-types {
  bottom: 40px;
  left: 45px;
  top: 12px;
  width: 335px;
  display: block;
  position: absolute;
}
.x-ndvi-snapshots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.x-ndvi-snapshots--horizontal {
  flex-wrap: nowrap;
}
.x-ndvi-snapshot-result {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.x-ndvi-snapshot {
  height: 100%;
  width: 100%;
  border: 1px solid #ddd;
  cursor: pointer;
}
.x-ndvi-snapshot--active {
  border-color: #2a81c1;
}
.x-ndvi-snapshot--new .x-ndvi-snapshot__title {
  color: green;
}
.x-ndvi-snapshot__title {
  font-weight: bold;
}
.x-ndvi-snapshot__del {
  background: url(../images/remove.png) center center no-repeat;
  background-size: 24px;
  height: auto;
  width: 12px;
  opacity: 0.5;
}
.x-ndvi-snapshot__del:hover {
  opacity: 1;
}
.x-ndvi-snapshot__header {
  background: #eee;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.x-ndvi-snapshot__image-date {
  font-family: monospace;
  color: #bc1616;
  font-weight: bold;
  margin: 10px;
  display: block;
}
.x-ndvi-snapshot__image {
  height: 75%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.x-ndvi-snapshot:hover {
  border-color: #40aafb;
}
.x-ndvi-snapshot-add {
  color: #dddddd;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.x-ndvi-snapshot-add:hover {
  color: #333;
}
.x-ndvi-snapshot-add > * {
  user-select: none;
}
.x-ndvi-snapshot-add__plus {
  font-size: 45px;
}
.x-geozone-contour {
  height: 100%;
  width: 100%;
  display: flex;
  font-family: "PTRootUI", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  flex-direction: column;
  border: 1px solid #ddd;
  cursor: pointer;
}
.x-geozone-contour__status {
  list-style-type: disc;
  color: var(--status-color);
}
.x-geozone-contour__status-li {
  align-items: flex-end;
  margin-right: 50px;
  margin-top: -12px;
  margin-bottom: -12px;
}
.x-geozone-contour__status-li::marker {
  font-size: 32px;
}
.x-geozone-contour__status--hidden {
  display: none;
}
.x-geozone-contour__canvas {
  width: 100%;
  height: 100%;
}
.x-geozone-contour__restore-button {
  width: 100%;
}
.x-geozone-contour__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 8px;
  border-top: 0.5px solid #cdced1;
}
.x-geozone-contour--active {
  border-color: #2a81c1;
}
.x-geozone-contour__title {
  font-weight: bold;
}
.x-geozone-contour__header {
  background: #eee;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.x-geozone-contour:hover {
  border-color: #40aafb;
}
.x-btn.AgronoteButton:hover span.x-btn-wrap {
  background: white;
}
.x-btn.AgronoteButton:hover span.x-btn-inner {
  color: #0F8764;
}
.x-btn.AgronoteButton .x-btn-inner {
  color: white;
  font-size: 13px;
  font-weight: 700;
}
.x-btn.AgronoteButton span.x-btn-wrap {
  background: #0F8764;
  padding: 0;
}
.x-btn.FieldRFButton .x-btn-inner {
  font-size: 11px;
}
.x-btn.FieldRFButton span.x-btn-wrap {
  padding: 0;
}
.FieldRFButton.x-btn-default-small {
  padding: 0;
}
.as-iframe {
  width: 100%;
  height: 100%;
}
.x-map-player,
.x-map-archive-player {
  left: 50%;
  top: 5px;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  transform: translateX(-50%);
}
.x-react-menu-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-right: 10px;
}
.x-react-menu-item__count {
  color: #FFF;
  font-size: 12px;
  font-family: "PTRootUI", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #E0421F;
}
.x-group-works-settings {
  display: flex;
  justify-content: flex-end;
}
.x-datepicker-calendar-date {
  display: block;
  zoom: 1;
  text-decoration: none;
}
.x-datepicker-calendar-inner {
  margin-inline: auto;
}
.x-datepicker-calendar-row {
  overflow: unset;
}
.x-datepicker-calendar-row > .x-box-inner {
  overflow: unset;
}
.x-datepicker-calendar-row > .x-box-inner > .x-box-target {
  /*position: static;*/
  display: flex;
  gap: 20px;
  justify-content: center;
}
.x-datepicker-calendar {
  position: static!important;
  background-color: white;
  width: 200px;
  padding: 0 20px;
  box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
}
.x-datepicker-calendar-column > span > div {
  display: flex!important;
  flex-direction: column;
  gap: 20px;
}
.x-datepicker-calendar-days-wrp {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.x-datepicker-calendar-days-row {
  display: flex;
  gap: 3px;
}
.x-datepicker-calendar-column-header-inner {
  font-size: 9px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.x-datepicker-calendar-cell {
  padding: 0;
}
.x-datepicker-calendar-month .x-btn .x-btn-wrap {
  box-shadow: none;
  border-radius: unset;
}
.x-datepicker-calendar-month .x-btn .x-btn-wrap .x-btn-inner {
  color: black;
}
.x-datepicker-calendar-month > .x-btn-disabled {
  opacity: 1;
}
.x-datepicker-calendar-date {
  width: 20px;
  font: normal 13px helvetica, arial, verdana, sans-serif;
  color: black;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
}
a.x-datepicker-calendar-date:hover {
  /*color: black;*/
  /*background-color: #eaf3fa*/
}
.x-datepicker-calendar-selected .x-datepicker-calendar-date {
  background-color: #FF5656;
  color: white;
}
.x-datepicker-prevday .x-datepicker-calendar-date,
.x-datepicker-nextday .x-datepicker-calendar-date {
  color: #bfbfbf;
}
.x-datepicker-disabled a.x-datepicker-calendar-date {
  background-color: #eee;
  cursor: default;
  color: gray;
}
.x-datepicker-disabled a.x-datepicker-calendar-date:hover {
  background-color: #eee;
}
.x-datepicker-calendar-column-header {
  width: 20px;
  color: lightgrey;
  padding: 0;
}
.unit-comment {
  margin-top: 7em;
  height: 190px;
}
.x-column-name {
  width: 385px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.x-column-from {
  width: 50px;
  margin-right: 20px;
  margin-top: 2px;
}
.x-column-line {
  margin-top: 1px;
}
.x-column-to {
  margin-top: 2px;
  margin-left: 5px;
}
.x-column-name {
  width: 385px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.x-column-from {
  margin-right: 15px;
  margin-top: 2px;
}
.x-column-to {
  margin-top: 2px;
}
.x-custom-tree-cell-column {
  position: relative;
}
.x-custom-tree-cell-column .x-grid-cell-inner-treecolumn {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.x-custom-tree-cell-column .x-tree-node-text {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.x-custom-tree-cell-column .x-tree-node-text__inner-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.x-custom-tree-cell-column .x-tree-node-text__hint {
  cursor: pointer;
}
.x-map-toggle {
  position: absolute;
  right: 55px;
  top: 10px;
  z-index: 10000;
}
.x-map-toggle--new {
  z-index: 10;
  right: 110px;
  top: 22px;
}
#root-container,
html.x-viewport,
html.x-viewport body {
  height: 100vh;
  height: 100dvh;
}
.x-react-container__map {
  height: 100%;
  width: 100%;
}
.x-react-container__player {
  z-index: 1;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}
