ag-grid-angular {
  display: block;
}

ag-grid-ng2 {
  display: block;
}

ag-grid {
  display: block;
}

ag-grid-polymer {
  display: block;
}

ag-grid-aurelia {
  display: block;
}

.ag-rtl {
  direction: rtl;
}

.ag-ltr {
  direction: ltr;
}

.ag-select-agg-func-popup {
  position: absolute;
}

.ag-body-no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ag-root-wrapper {
  position: relative;
}

.ag-root-wrapper.ag-layout-normal {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ag-root-wrapper-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ag-layout-normal.ag-root-wrapper-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0px;
  min-height: 0px;
}

.ag-root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 0px;
  min-width: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ag-layout-normal.ag-root {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ag-font-style {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ag-popup-backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.ag-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ag-pinned-left-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}

.ag-pinned-right-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}

.ag-header-viewport {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  width: 0px;
  min-width: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ag-header-row {
  position: absolute;
}

.ag-header-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  position: relative;
  white-space: nowrap;
}

.ag-header-overlay {
  display: block;
  position: absolute;
}

.ag-header-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 100%;
  position: absolute;
  vertical-align: bottom;
}

.ag-floating-filter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: absolute;
}

.ag-floating-filter-body {
  height: 20px;
  margin-right: 25px;
}

.ag-floating-filter-full-body {
  height: 20px;
  width: 100%;
}

.ag-floating-filter-input {
  width: 100%;
}

.ag-floating-filter-input:-moz-read-only {
  background-color: #eee;
}

.ag-floating-filter-input:read-only {
  background-color: #eee;
}

.ag-floating-filter-menu {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ag-dnd-ghost {
  background: #e5e5e5;
  border: 1px solid black;
  -webkit-box-sizing: border-box;
          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;
}

.ag-dnd-ghost-icon {
  display: inline-block;
  float: left;
  padding: 2px;
}

.ag-dnd-ghost-label {
  display: inline-block;
}

.ag-header-group-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
}

.ag-header-group-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ag-header-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-header-cell-resize {
  cursor: col-resize;
  height: 100%;
  width: 4px;
}

.ag-ltr .ag-header-cell-resize {
  float: right;
}

.ag-ltr .ag-pinned-right-header .ag-header-cell-resize {
  float: left;
}

.ag-rtl .ag-header-cell-resize {
  float: left;
}

.ag-rtl .ag-pinned-left-header .ag-header-cell-resize {
  float: right;
}

.ag-ltr .ag-header-select-all {
  float: left;
}

.ag-rtl .ag-header-select-all {
  float: right;
}

.ag-header-expand-icon {
  padding-left: 4px;
}

.ag-header-cell-menu-button {
  float: right;
}

.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.ag-overlay-panel {
  display: table;
  height: 100%;
  pointer-events: none;
  width: 100%;
}

.ag-overlay-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.ag-column-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
}

.ag-column-panel-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-x: hidden;
  max-height: 100vh;
}

.ag-layout-auto-height.ag-body-container {
  min-height: 50px;
}

.ag-layout-auto-height.ag-overlay-no-rows-wrapper {
  padding-top: 30px;
}

.ag-body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.ag-layout-normal.ag-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0px;
  min-height: 0px;
}

.ag-rtl .ag-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ag-ltr .ag-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ag-rtl .ag-floating-top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ag-ltr .ag-floating-top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ag-ltr .ag-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ag-rtl .ag-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ag-floating-top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ag-pinned-left-floating-top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.ag-pinned-right-floating-top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.ag-floating-top-viewport {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 0px;
  min-width: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ag-layout-normal.ag-floating-top-viewport {
  height: 100%;
}

.ag-floating-top-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}

.ag-floating-bottom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ag-pinned-left-floating-bottom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.ag-pinned-right-floating-bottom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.ag-floating-bottom-viewport {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0px;
  min-width: 0px;
}

.ag-floating-bottom-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}

.ag-pinned-left-cols-container {
  display: inline-block;
  position: relative;
}

.ag-pinned-right-cols-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.ag-pinned-left-cols-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.ag-pinned-right-cols-container {
  display: inline-block;
  position: relative;
}

.ag-pinned-left-cols-viewport-wrapper {
  height: 100%;
  overflow: hidden;
}

.ag-body-viewport-wrapper {
  height: 100%;
  width: 0px;
  min-width: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.ag-body-viewport {
  overflow-x: auto;
  overflow-y: auto;
}

.ag-layout-normal.ag-body-viewport {
  height: 100%;
}

.ag-full-width-viewport-wrapper {
  height: 100%;
  width: 100%;
  display: inline-block;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ag-full-width-viewport {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.ag-full-width-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ag-floating-bottom-full-width-container {
  display: inline;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.ag-floating-top-full-width-container {
  display: inline;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.ag-full-width-row {
  overflow: hidden;
  pointer-events: all;
}

.ag-body-container {
  display: inline-block;
  margin-bottom: -2px;
  position: relative;
}

.ag-row-animation .ag-row {
  -webkit-transition: top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
  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;
}

.ag-row-no-animation .ag-row {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.ag-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  white-space: nowrap;
  width: 100%;
}

.ag-column-moving .ag-cell {
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}

.ag-column-moving .ag-header-cell {
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}

.ag-column-moving .ag-header-group-cell {
  -webkit-transition: left 0.2s, width 0.2s;
  transition: left 0.2s, width 0.2s;
}

.ag-column-drop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.ag-column-drop-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 50px;
  overflow: hidden;
}

.ag-column-drop-vertical .ag-column-drop-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 20px;
  overflow-x: auto;
}

.ag-column-drop-vertical .ag-column-drop-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-column-drop-vertical .ag-column-drop-empty-message {
  display: block;
}

.ag-column-drop-vertical .ag-column-drop-cell-button {
  line-height: 16px;
}

.ag-ltr .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: right;
}

.ag-rtl .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: left;
}

.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden;
}

.ag-column-drop-horizontal .ag-column-drop-cell {
  display: inline-block;
}

.ag-column-drop-horizontal .ag-column-drop-empty-message {
  display: inline-block;
}

.ag-column-drop-horizontal .ag-column-drop-list {
  height: 100%;
}

.ag-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-cell-with-height {
  height: 100%;
}

.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  -webkit-transition: opacity 3s, margin-right 3s;
  transition: opacity 3s, margin-right 3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0;
}

.ag-opacity-zero {
  opacity: 0;
}

.ag-cell-edit-input {
  height: 100%;
  width: 100%;
}

.ag-group-cell-entire-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.ag-footer-cell-entire-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.ag-menu-column-select-wrapper {
  height: 300px;
  overflow: auto;
  width: 200px;
}

.ag-menu-list {
  border-collapse: collapse;
  display: table;
}

.ag-menu-option {
  display: table-row;
}

.ag-menu-option-text {
  display: table-cell;
}

.ag-menu-option-shortcut {
  display: table-cell;
}

.ag-menu-option-icon {
  display: table-cell;
}

.ag-menu-option-popup-pointer {
  display: table-cell;
}

.ag-menu-separator {
  display: table-row;
}

.ag-menu-separator-cell {
  display: table-cell;
}

.ag-virtual-list-viewport {
  height: 100%;
  overflow-x: auto;
  width: 100%;
}

.ag-virtual-list-container {
  overflow: hidden;
  position: relative;
}

.ag-rich-select {
  cursor: default;
  outline: none;
}

.ag-rich-select-row {
  white-space: nowrap;
}

.ag-rich-select-list {
  height: 200px;
  width: 200px;
}

.ag-set-filter-list {
  height: 200px;
  width: 200px;
}

.ag-set-filter-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-virtual-list-item {
  position: absolute;
  width: 100%;
}

.ag-virtual-list-item span:empty:not(.ag-icon) {
  border-left: 1px solid transparent;
}

.ag-filter-filter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.ag-floating-filter-body input {
  height: 19px;
  margin: 0;
  width: 100%;
}

.ag-floating-filter-full-body input {
  height: 19px;
  margin: 0;
  width: 100%;
}

.ag-filter-select {
  margin: 4px 4px 0 4px;
  width: 110px;
}

.ag-list-selection {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ag-column-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 200px;
}

.ag-column-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 50px;
  overflow: auto;
}

.ag-column-select-indent {
  display: inline-block;
}

.ag-ltr .ag-column-select-column {
  margin-left: 16px;
}

.ag-rtl .ag-column-select-column {
  margin-right: 16px;
}

.ag-column-select-column,
.ag-column-select-column-group {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-column-select-column .ag-column-select-label,
.ag-column-select-column .ag-column-select-column-group-label,
.ag-column-select-column-group .ag-column-select-label,
.ag-column-select-column-group .ag-column-select-column-group-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-column-select-column .ag-column-drag,
.ag-column-select-column-group .ag-column-drag {
  min-width: 16px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ag-column-select-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.ag-tool-panel .ag-column-select-panel {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}

.ag-tool-panel-horizontal-resize {
  cursor: col-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}

.ag-rtl .ag-tool-panel-horizontal-resize {
  float: right;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.ag-ltr .ag-tool-panel-horizontal-resize {
  float: left;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

.ag-menu-column-select-wrapper .ag-column-select-panel {
  height: 100%;
}

.ag-hidden {
  display: none !important;
}

.ag-visibility-hidden {
  visibility: hidden !important;
}

.ag-faded {
  opacity: 0.3;
}

.ag-width-half {
  display: inline-block;
  width: 50%;
}

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

/* icons are used outside of the grid root (in the ghost) */
.ag-icon-aggregation {
  display: inline-block;
  background: transparent url("./icons/aggregation.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-arrows {
  display: inline-block;
  background: transparent url("./icons/arrows.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-asc {
  display: inline-block;
  background: transparent url("./icons/asc.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-checkbox-checked-readonly {
  display: inline-block;
  background: transparent url("./icons/checkbox-checked-readonly.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-checkbox-checked {
  display: inline-block;
  background: transparent url("./icons/checkbox-checked.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-checkbox-indeterminate-readonly {
  display: inline-block;
  background: transparent url("./icons/checkbox-indeterminate-readonly.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-checkbox-indeterminate {
  display: inline-block;
  background: transparent url("./icons/checkbox-indeterminate.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-checkbox-unchecked-readonly {
  display: inline-block;
  background: transparent url("./icons/checkbox-unchecked-readonly.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-checkbox-unchecked {
  display: inline-block;
  background: transparent url("./icons/checkbox-unchecked.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-column {
  display: inline-block;
  background: transparent url("./icons/column.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-columns {
  display: inline-block;
  background: transparent url("./icons/columns.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-contracted {
  display: inline-block;
  background: transparent url("./icons/contracted.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-copy {
  display: inline-block;
  background: transparent url("./icons/copy.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-cut {
  display: inline-block;
  background: transparent url("./icons/cut.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-desc {
  display: inline-block;
  background: transparent url("./icons/desc.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-expanded {
  display: inline-block;
  background: transparent url("./icons/expanded.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-eye-slash {
  display: inline-block;
  background: transparent url("./icons/eye-slash.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-eye {
  display: inline-block;
  background: transparent url("./icons/eye.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-filter {
  display: inline-block;
  background: transparent url("./icons/filter.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-group {
  display: inline-block;
  background: transparent url("./icons/group.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-indeterminate {
  display: inline-block;
  background: transparent url("./icons/indeterminate.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-left {
  display: inline-block;
  background: transparent url("./icons/left.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-loading {
  display: inline-block;
  background: transparent url("./icons/loading.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-menu {
  display: inline-block;
  background: transparent url("./icons/menu.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-minus {
  display: inline-block;
  background: transparent url("./icons/minus.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-none {
  display: inline-block;
  background: transparent url("./icons/none.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-not-allowed {
  display: inline-block;
  background: transparent url("./icons/not-allowed.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-paste {
  display: inline-block;
  background: transparent url("./icons/paste.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-pin {
  display: inline-block;
  background: transparent url("./icons/pin.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-pivot {
  display: inline-block;
  background: transparent url("./icons/pivot.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-plus {
  display: inline-block;
  background: transparent url("./icons/plus.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-right {
  display: inline-block;
  background: transparent url("./icons/right.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-small-left {
  display: inline-block;
  background: transparent url("./icons/small-left.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-small-right {
  display: inline-block;
  background: transparent url("./icons/small-right.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-small-up {
  display: inline-block;
  background: transparent url("./icons/small-up.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-small-down {
  display: inline-block;
  background: transparent url("./icons/small-down.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-tick {
  display: inline-block;
  background: transparent url("./icons/tick.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-cross {
  display: inline-block;
  background: transparent url("./icons/cross.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-tree-open {
  display: inline-block;
  background: transparent url("./icons/tree-open.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-tree-closed {
  display: inline-block;
  background: transparent url("./icons/tree-closed.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-tree-indeterminate {
  display: inline-block;
  background: transparent url("./icons/tree-indeterminate.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px;
}

.loading-filter {
  background-color: #e6e6e6;
  height: 100%;
  padding: 5px;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 1;
}

.ag-details-row {
  height: 100%;
  width: 100%;
}

.ag-details-grid {
  height: 100%;
  width: 100%;
}

.ag-column-select-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 10px;
}

.ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 10px;
}

.ag-ltr .ag-row-group-indent-1 {
  padding-left: 10px;
}

.ag-rtl .ag-row-group-indent-1 {
  padding-right: 10px;
}

.ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 20px;
}

.ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 20px;
}

.ag-ltr .ag-row-group-indent-2 {
  padding-left: 20px;
}

.ag-rtl .ag-row-group-indent-2 {
  padding-right: 20px;
}

.ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 30px;
}

.ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 30px;
}

.ag-ltr .ag-row-group-indent-3 {
  padding-left: 30px;
}

.ag-rtl .ag-row-group-indent-3 {
  padding-right: 30px;
}

.ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 40px;
}

.ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 40px;
}

.ag-ltr .ag-row-group-indent-4 {
  padding-left: 40px;
}

.ag-rtl .ag-row-group-indent-4 {
  padding-right: 40px;
}

.ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 50px;
}

.ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 50px;
}

.ag-ltr .ag-row-group-indent-5 {
  padding-left: 50px;
}

.ag-rtl .ag-row-group-indent-5 {
  padding-right: 50px;
}

.ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 60px;
}

.ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 60px;
}

.ag-ltr .ag-row-group-indent-6 {
  padding-left: 60px;
}

.ag-rtl .ag-row-group-indent-6 {
  padding-right: 60px;
}

.ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 70px;
}

.ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 70px;
}

.ag-ltr .ag-row-group-indent-7 {
  padding-left: 70px;
}

.ag-rtl .ag-row-group-indent-7 {
  padding-right: 70px;
}

.ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 80px;
}

.ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 80px;
}

.ag-ltr .ag-row-group-indent-8 {
  padding-left: 80px;
}

.ag-rtl .ag-row-group-indent-8 {
  padding-right: 80px;
}

.ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 90px;
}

.ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 90px;
}

.ag-ltr .ag-row-group-indent-9 {
  padding-left: 90px;
}

.ag-rtl .ag-row-group-indent-9 {
  padding-right: 90px;
}

.ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 100px;
}

.ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 100px;
}

.ag-ltr .ag-row-group-indent-10 {
  padding-left: 100px;
}

.ag-rtl .ag-row-group-indent-10 {
  padding-right: 100px;
}

.ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 110px;
}

.ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 110px;
}

.ag-ltr .ag-row-group-indent-11 {
  padding-left: 110px;
}

.ag-rtl .ag-row-group-indent-11 {
  padding-right: 110px;
}

.ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 120px;
}

.ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 120px;
}

.ag-ltr .ag-row-group-indent-12 {
  padding-left: 120px;
}

.ag-rtl .ag-row-group-indent-12 {
  padding-right: 120px;
}

.ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 130px;
}

.ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 130px;
}

.ag-ltr .ag-row-group-indent-13 {
  padding-left: 130px;
}

.ag-rtl .ag-row-group-indent-13 {
  padding-right: 130px;
}

.ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 140px;
}

.ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 140px;
}

.ag-ltr .ag-row-group-indent-14 {
  padding-left: 140px;
}

.ag-rtl .ag-row-group-indent-14 {
  padding-right: 140px;
}

.ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 150px;
}

.ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 150px;
}

.ag-ltr .ag-row-group-indent-15 {
  padding-left: 150px;
}

.ag-rtl .ag-row-group-indent-15 {
  padding-right: 150px;
}

.ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 160px;
}

.ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 160px;
}

.ag-ltr .ag-row-group-indent-16 {
  padding-left: 160px;
}

.ag-rtl .ag-row-group-indent-16 {
  padding-right: 160px;
}

.ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 170px;
}

.ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 170px;
}

.ag-ltr .ag-row-group-indent-17 {
  padding-left: 170px;
}

.ag-rtl .ag-row-group-indent-17 {
  padding-right: 170px;
}

.ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 180px;
}

.ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 180px;
}

.ag-ltr .ag-row-group-indent-18 {
  padding-left: 180px;
}

.ag-rtl .ag-row-group-indent-18 {
  padding-right: 180px;
}

.ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 190px;
}

.ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 190px;
}

.ag-ltr .ag-row-group-indent-19 {
  padding-left: 190px;
}

.ag-rtl .ag-row-group-indent-19 {
  padding-right: 190px;
}

.ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 200px;
}

.ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 200px;
}

.ag-ltr .ag-row-group-indent-20 {
  padding-left: 200px;
}

.ag-rtl .ag-row-group-indent-20 {
  padding-right: 200px;
}

.ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 210px;
}

.ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 210px;
}

.ag-ltr .ag-row-group-indent-21 {
  padding-left: 210px;
}

.ag-rtl .ag-row-group-indent-21 {
  padding-right: 210px;
}

.ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 220px;
}

.ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 220px;
}

.ag-ltr .ag-row-group-indent-22 {
  padding-left: 220px;
}

.ag-rtl .ag-row-group-indent-22 {
  padding-right: 220px;
}

.ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 230px;
}

.ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 230px;
}

.ag-ltr .ag-row-group-indent-23 {
  padding-left: 230px;
}

.ag-rtl .ag-row-group-indent-23 {
  padding-right: 230px;
}

.ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 240px;
}

.ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 240px;
}

.ag-ltr .ag-row-group-indent-24 {
  padding-left: 240px;
}

.ag-rtl .ag-row-group-indent-24 {
  padding-right: 240px;
}

.ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 250px;
}

.ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 250px;
}

.ag-ltr .ag-row-group-indent-25 {
  padding-left: 250px;
}

.ag-rtl .ag-row-group-indent-25 {
  padding-right: 250px;
}

.ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 260px;
}

.ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 260px;
}

.ag-ltr .ag-row-group-indent-26 {
  padding-left: 260px;
}

.ag-rtl .ag-row-group-indent-26 {
  padding-right: 260px;
}

.ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 270px;
}

.ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 270px;
}

.ag-ltr .ag-row-group-indent-27 {
  padding-left: 270px;
}

.ag-rtl .ag-row-group-indent-27 {
  padding-right: 270px;
}

.ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 280px;
}

.ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 280px;
}

.ag-ltr .ag-row-group-indent-28 {
  padding-left: 280px;
}

.ag-rtl .ag-row-group-indent-28 {
  padding-right: 280px;
}

.ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 290px;
}

.ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 290px;
}

.ag-ltr .ag-row-group-indent-29 {
  padding-left: 290px;
}

.ag-rtl .ag-row-group-indent-29 {
  padding-right: 290px;
}

.ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 300px;
}

.ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 300px;
}

.ag-ltr .ag-row-group-indent-30 {
  padding-left: 300px;
}

.ag-rtl .ag-row-group-indent-30 {
  padding-right: 300px;
}

.ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 310px;
}

.ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 310px;
}

.ag-ltr .ag-row-group-indent-31 {
  padding-left: 310px;
}

.ag-rtl .ag-row-group-indent-31 {
  padding-right: 310px;
}

.ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 320px;
}

.ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 320px;
}

.ag-ltr .ag-row-group-indent-32 {
  padding-left: 320px;
}

.ag-rtl .ag-row-group-indent-32 {
  padding-right: 320px;
}

.ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 330px;
}

.ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 330px;
}

.ag-ltr .ag-row-group-indent-33 {
  padding-left: 330px;
}

.ag-rtl .ag-row-group-indent-33 {
  padding-right: 330px;
}

.ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 340px;
}

.ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 340px;
}

.ag-ltr .ag-row-group-indent-34 {
  padding-left: 340px;
}

.ag-rtl .ag-row-group-indent-34 {
  padding-right: 340px;
}

.ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 350px;
}

.ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 350px;
}

.ag-ltr .ag-row-group-indent-35 {
  padding-left: 350px;
}

.ag-rtl .ag-row-group-indent-35 {
  padding-right: 350px;
}

.ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 360px;
}

.ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 360px;
}

.ag-ltr .ag-row-group-indent-36 {
  padding-left: 360px;
}

.ag-rtl .ag-row-group-indent-36 {
  padding-right: 360px;
}

.ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 370px;
}

.ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 370px;
}

.ag-ltr .ag-row-group-indent-37 {
  padding-left: 370px;
}

.ag-rtl .ag-row-group-indent-37 {
  padding-right: 370px;
}

.ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 380px;
}

.ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 380px;
}

.ag-ltr .ag-row-group-indent-38 {
  padding-left: 380px;
}

.ag-rtl .ag-row-group-indent-38 {
  padding-right: 380px;
}

.ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 390px;
}

.ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 390px;
}

.ag-ltr .ag-row-group-indent-39 {
  padding-left: 390px;
}

.ag-rtl .ag-row-group-indent-39 {
  padding-right: 390px;
}

.ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 400px;
}

.ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 400px;
}

.ag-ltr .ag-row-group-indent-40 {
  padding-left: 400px;
}

.ag-rtl .ag-row-group-indent-40 {
  padding-right: 400px;
}

.ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 410px;
}

.ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 410px;
}

.ag-ltr .ag-row-group-indent-41 {
  padding-left: 410px;
}

.ag-rtl .ag-row-group-indent-41 {
  padding-right: 410px;
}

.ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 420px;
}

.ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 420px;
}

.ag-ltr .ag-row-group-indent-42 {
  padding-left: 420px;
}

.ag-rtl .ag-row-group-indent-42 {
  padding-right: 420px;
}

.ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 430px;
}

.ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 430px;
}

.ag-ltr .ag-row-group-indent-43 {
  padding-left: 430px;
}

.ag-rtl .ag-row-group-indent-43 {
  padding-right: 430px;
}

.ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 440px;
}

.ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 440px;
}

.ag-ltr .ag-row-group-indent-44 {
  padding-left: 440px;
}

.ag-rtl .ag-row-group-indent-44 {
  padding-right: 440px;
}

.ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 450px;
}

.ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 450px;
}

.ag-ltr .ag-row-group-indent-45 {
  padding-left: 450px;
}

.ag-rtl .ag-row-group-indent-45 {
  padding-right: 450px;
}

.ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 460px;
}

.ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 460px;
}

.ag-ltr .ag-row-group-indent-46 {
  padding-left: 460px;
}

.ag-rtl .ag-row-group-indent-46 {
  padding-right: 460px;
}

.ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 470px;
}

.ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 470px;
}

.ag-ltr .ag-row-group-indent-47 {
  padding-left: 470px;
}

.ag-rtl .ag-row-group-indent-47 {
  padding-right: 470px;
}

.ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 480px;
}

.ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 480px;
}

.ag-ltr .ag-row-group-indent-48 {
  padding-left: 480px;
}

.ag-rtl .ag-row-group-indent-48 {
  padding-right: 480px;
}

.ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 490px;
}

.ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 490px;
}

.ag-ltr .ag-row-group-indent-49 {
  padding-left: 490px;
}

.ag-rtl .ag-row-group-indent-49 {
  padding-right: 490px;
}

.ag-tool-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ag-tool-panel .ag-side-buttons {
  width: 20px;
}

.ag-tool-panel .ag-side-buttons button {
  display: block;
  -webkit-transform: rotate(90deg) translateY(-20px);
          transform: rotate(90deg) translateY(-20px);
  -webkit-transform-origin: left top 0;
          transform-origin: left top 0;
  white-space: nowrap;
  outline: none;
}

.ag-tool-panel .panel-container {
  width: 180px;
}

.ag-tool-panel.full-width .panel-container {
  width: 200px;
}

.ag-rtl .ag-tool-panel .ag-side-buttons button {
  -webkit-transform: rotate(-90deg) translatex(20px);
          transform: rotate(-90deg) translatex(20px);
  -webkit-transform-origin: right bottom 0;
          transform-origin: right bottom 0;
}

.ag-row-inline-editing {
  z-index: 1;
}

.raul-grid {
  font-size: 0.75rem;
  line-height: 1rem;
}

.raul-grid .ag-header {
  background-color: #f7f8f9;
  border-bottom: 1px solid #e4e6e7;
  border-top: 1px solid #e4e6e7;
}

.raul-grid .ag-header-group-cell {
  border-bottom: 1px solid #e4e6e7;
  font-weight: 500;
  padding: 0.875rem 10px;
}

.raul-grid .ag-header-group-cell-with-group {
  border-left: 1px solid #e4e6e7;
  border-right: 1px solid #e4e6e7;
}

.raul-grid .ag-icon-asc {
  background-image: url("data:image/png;base64,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");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.raul-grid .ag-icon-desc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAYAAAA4qEECAAAM2klEQVR4nO2cb4id5ZnGf9dhCGGRUpZSREIQEVmChDmZwzmwSCmhdUMJstguWti1dEsQkRCKiIiI9ENZigwhiASRIi2LaNouIq6UUkIJxTrDGc9QREIIIYQgEvwg+0GCDHPth+fvmXMmc2Yy884EzxXm3/vvPM/13s91X/f9nhMZM8XOo7XbA/i6YEp0Q5gS3RCmRDeEKdENYUp0Q5gS3RCmRDeEKdENYUp0Q5gS3RCmRDeEKdENYUp0Q5gS3RCmRDeEKdENYWa3B7AZtDu9GeP9QgA3B/2Fld0e06TQnfIoqz3XvdvSE8C/AKvA/wq/Oegv3tjloU2EO4Lodqd3l+Gs8I9A+wEwXyK/BTw96C/e3N0Rbow9r9Gzne49wKsyj2P2p+3G/2Dz76Az7U7v27s4xImwp4luz3UPCs3bPG6YQcIOK1ASSPtsPwH8qt3p3bO7o7019qx0tDu9b4BfN/pX8D4cyR2BAd3EPod4atBf/LLpsU6CPUd0u9Nr2b4XMS/rOGImcLnOCWXfCvB7288tLy1ea2i4E2MPSocPgF4W/IBkP8eQnCQkB4qZwX4U9F+zc909JyN7KqLbc71vAa8jjpNIdiBzrWzYIKX98feAr4D/AZ4a9Be+aGjoG2JPED0712tJPIA9j3TM0MKBXKefkGVCVEQTo1uCTL5XLN6V9exgaeHKrk2swp6QDokDwMtIDxtaoiS+RHLYlkh2RXI4RlAkRprBHEe8vFfcyK5GdLvTawEHgbO2vydpBkp+y4HqUelIWBvNHop6r0h6nyAjnzYzq/HYtYieneu1wIewXwM/nEiuUUhe/zopmtMxkonSTbimf2D7bHuu+087MpEJsWtECw7YnEY6Cho7jkgWXsfbBd3OrgMbjMJKSAdYMxLHEPPtTvfuHZjKRGhcOqJcPAC8ZnhI0CpawZCVM0ZoQ+kINyPaD0D1RWRsIVgFn0d6Crgy6C+s7sgE18FuRPRh26/iSDJUSWzNkYm4SHLyzjXyDbBKggSQ8/Xi9hbSdzGvgBuXkUYjut3p3mPrd4IuCj55XLSu3TZJRAPZAuZD4wpxlSglr4Au2P7x8lJzLdZGiJ6d67aAw5JeBzqpppM1VIwUt5G2hS3JWYztdNREpyAesn6UGTpIUST/A4kngU+akJGmpGMWOIM5AtETxwnXkTpMckxu8e/1jEcqahzD2cni5evFA6ubEG4uXfBp4NA2z3X8OHcyokPi832g3wGHwa31u0PD1d6aPWzYVXLqe2jYe1cl+lCL1cbSisxH4B8Olhav385cN8KOET3b6baEujavSHTqfWtpq5d2CPQ1mh3ZGtFpO1tAiO4iSUX8FjitEuUQ2aR79IHgJLC8UzKyY9IhdMTmtOBIijbjIeeQ/g5OuURg+Er+2EOOIupJ1O10U2p/mKSpGkmt0xWcXImzjDy4nRzU2PaInp3rtRCHBH+wuV8aIxdDGjFOFtKYKlun9NfweSOOJNyXdGZw4q5+H+pIJacOBJ/9CejfDJeWtzmytzWiYzHykOA3wANBkxmOQqegdUli9lDBkfNXPI+cHFPiK+elZEi6puqLpHiP10hhlW9MESnbLdCD4DeEu3Eu24Ztlg4fkTgNnk1dNSBOMi1/xy6cgpuQYgQqN/GVFn86zyXJCa0grcRnhqUydDzPxSpm95GGQXE2VWJY089WB7TtMrIt0tHudGeAjtHbMgfDlauFWbXj1jTpq4CtyroYlfW+eIlPMS8g9oN/AXybHLPhp9a+AOXl81/5mCId9TFx62XgMcPydsjIbUf0bKc3g/mO4azgoFPp62oKVYldSuY0X2WSwjFpyho6VuZTzIuItwy/xXrJ5kZWnFyMJCkpBlrxoJyIS/SWdmxM1pQL3m98VvDP2yEj2yEdXaQzgsOlCZSm6bx8XX4BlBOWTZQGikY7qzgxC35peNbizUF/4eZyf+FL4LeSngfflMtNyZVmXqjxRlY3MN2YnHLlUlUmyQpS1AFeIRRct4UtS0e705sBvgP+DehAGPstehLJC8NwnVzorA+uop1rgucw5wZLw0s4RtoTtn+JdI/SDVaM0DHe28PfSPcg+/GcWMPOePpV2/+B+HC5v7il9/ttKaLjWwKOEsrqA9WYgyPIQy03MXOrlLCKp06RbasQFTT+U8ELmHfWkgwQi4tziBcxN4arIBW3kjZFkVKUsJSUHbNkcifp1KrIOSjpjKyHYt9m09h0RMcoOop5DfleQyuZpDSRUV9cppt9bXQgjhoyxFFYGZ+DnzR6b7m/8NUGY9pn+BHwKuabaQT5FfPj8tTEYignJtkoo6+Tdr7SKuiy4YTgr5utIDd1d9qd3j7gGPjXlu9zatqH+YQlmL7SxrQ7BriSfjgt7ZisqhUgcQV4GvTORiQDDPoLXwmfk31K4poEyENRmanMpXdKnNUiS1Qn25lKx7AO0gOLN4CjUTonxsREx0j+HjAPOqDghIccRZhVWpIBxcuq8rbOkynuNi/zz0DPA+9uJmoG/cUVpN8DLwCflxcvupuR/HcaIyFIlIoal9bAUCsg3Ih7Awf+7mbcyETS0e70Zmwfk/S64e548/MyHH7yXFu4bIRjwosuRNVCTXodQum64EngT1t9k3mMtOPAWczdtXMc90accVibnMeV+eDrSD8Dzk8y1g3vSJSL44hXSSQDVnpWFys8SjSniCilc5KHGO3pzsSUH0m+JHzKt0EyQDz3PeAZggTVRrHKjGMaXFT7yo5YdJWyPw79AHDW8PAkMnLLiI795ONG88B94Jz41o68joIS1UNb875AeNlnuCE4AfxxMIEmT4LZTne/0CMEMv5x7WhKmKuaR736aqT1WL7HyayCLiFOGf58qwpyXaLbnd4+zCOIN7DvyomDEM046a7LXc9OIl5cw6TXr5SiBHEZdGLQX/jLRuRtBbNz3WOgsxL3ju4doS5vT9vGevGhR2vG8IXQT7DfHyyN99ljpWN2rrcPeNR43uauJAE5dyWjSyBMdfZLUlI3lMqR4Z+z374Iegb463iabh+Szks8C1yutzv2uUlTSp3FWtZSHzxKyfCjNee6R+ibtk8Dx2PfZwQjRLc7vZbEMeBXwEHFwiI37bMTqxv54auU2WUipbwuvi/kQ12TdJIgFzv26aooRe8Cp4DytrBoAcNw47NG1Q+Fs7nOcZ/iKd2MshZMWDGatzk6bhwj0tGe6+0D/83SkbTgi74NGaKJJjpypL1qdFHi6Z2Si/XQ7vSOAWewH7DiyhozJbkSuqh/uTzPcphOU5RRJ72/AHx/ba4ZJx0tpEPFN1a93njp4R5Q8Z2uBhiC3iGiXbK6pUtxKe+YXKwPnweeM7occk1JfylahavIJpIcT68b28llxfNd/O0hxvA6ssF4FbhUiomSDJxeJeszwz8VF1R6DlhGn8qby4KfcpsWbqsY9Be/Ar8n8TPM1VxqD3mRQp4gP1RI9q50+eLxMVmWFKVLmBH3MUK00ApBnz/LkUqqlKhetNJsCsHkiqt6xGSvYpaBE4P+woe7+YnXQX9xZdBfuIB40uaTYklzGBF6IlVApSc96fcoF2FnceC2rxvmCZ+nGcII0YOlhVXjdzG/RPoi92bzsvGIq3Cyeam5kHsIsaBBF9k1uVgXf5F4FnM5F6sJKQmWQIkVbUr6RSKzi4LPJf1C+I/jOo3r++i5bgvpcfAZm29RLw/WliJRy+uFFxLIqs1FxGNq6K1Xm0HsVcwa3gbuL33pcszad6uOFGJBS27YekqMb+fCxpXhDPCfmBctHxilGmrFSg2jOJhVo4/Azyz3Fy9skoNG0e70HjZ+Wehw2LKmoq15pXIhAVexX0J681aSeMteRzzxvxEvYVUdMchZLm5LkZDcJdbHgp8LfbCZSe8Szss8A3wCxTHVlWNuHVBINnwGPI90bqO8M3Hjv93pPYp9xuLA6HPjgCQXwN8xjw2WFi5NPtfdR3uu+yDS28ChXJSoKlBUPTW3r0p6etBfeH+Sa2+m8f+epReErkEyP8VLA1GTvWg4eaeRDDBYWvwYOGn8UbCkJQjT05Y46ytCz9n8adJrT0x0eIrBW8DPMddTfyDHdFhbi0gnBXeCXKyHC0InMR+lBwRQHAj2VdBJ5HeWlya3qVt6Ct6e6z2CPA/cH+VjFVi0/dPlpcWLm77gHsRsp3sY+LXQEXDL1qrEJeDUoL8wcSQnbPG/+vH7WP+H+KHtg4K/A29LuuPkYj0IPgadsP2YpEMSVwx/kP3hlq53G+/raNmeIfw/GiuTPES9EzEb+vIzEiu381BiT3wW/OuAPfFZ8K8DpkQ3hCnRDWFKdEOYEt0QpkQ3hCnRDWFKdEOYEt0QpkQ3hCnRDWFKdEOYEt0QpkQ3hCnRDWFKdEOYEt0QpkQ3hP8HBCX9+opE/WsAAAAASUVORK5CYII=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.raul-grid .ag-header-container,
.raul-grid .ag-pinned-left-header,
.raul-grid .ag-pinned-right-header {
  background-color: #f7f8f9;
}

.raul-grid .ag-header-select-all {
  border: 2px solid #e4e6e7;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin: -2px 1rem 0 0;
  position: relative;
  vertical-align: middle;
  width: 18px;
}

.raul-grid .ag-header-select-all .ag-checkbox-checked {
  background-color: #0076cc;
  border-color: #0076cc;
  display: block;
  height: 18px;
  margin: -2px;
  width: 18px;
}

.raul-grid .ag-header-select-all .ag-checkbox-checked::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  height: 10px;
  left: 4px;
  position: absolute;
  top: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}

.raul-grid .ag-header-select-all .ag-checkbox-indeterminate {
  background-color: #0076cc;
  border-color: #0076cc;
  display: block;
  height: 18px;
  margin: -2px;
  width: 18px;
}

.raul-grid .ag-header-select-all .ag-checkbox-indeterminate::after {
  border-bottom: 2px solid #fff;
  content: '';
  display: block;
  height: 0;
  left: 3px;
  position: absolute;
  top: 6px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 8px;
}

.raul-grid .ag-header-select-all .ag-icon {
  display: none;
}

.raul-grid .ag-header-cell {
  font-weight: 500;
  padding: 0.875em 10px;
}

.raul-grid .ag-header-cell.ag-header-cell-sortable .ag-header-cell-label {
  cursor: pointer;
}

.raul-grid .ag-header-cell .icon {
  height: 14px;
  margin: -1px 6px;
  width: 14px;
}

.raul-grid .ag-header-cell .icon svg {
  height: 14px;
  width: 14px;
}

.raul-grid .ag-row {
  border-bottom: 1px solid #e4e6e7;
}

.raul-grid .ag-row.ag-row-odd {
  background-color: #f7f8f9;
}

.raul-grid .ag-row.ag-row-selected, .raul-grid .ag-row.ag-row-group-expanded {
  background-color: #e5f4ff;
}

.raul-grid .ag-cell {
  padding: 0.875em 10px;
  white-space: normal;
}

.raul-grid .ag-cell:focus {
  outline: 0;
}

.raul-grid .ag-cell.selectable {
  cursor: pointer;
}

.raul-grid .ag-cell.selectable.ag-cell-focus {
  background-color: #e5f4ff;
}

.raul-grid .ag-cell .icon {
  height: 14px;
  margin: -1px 6px;
  width: 14px;
}

.raul-grid .ag-cell .icon svg {
  height: 14px;
  width: 14px;
}

.raul-grid .ag-group-expanded,
.raul-grid .ag-group-contracted {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.raul-grid .ag-group-child-count {
  display: none;
}

.raul-grid .ag-pinned-right-header {
  border-left: 1px solid #e4e6e7;
}

.raul-grid .ag-pinned-right-cols-viewport {
  border-left: 1px solid #e4e6e7;
}

.raul-grid .ag-pinned-left-header {
  border-right: 1px solid #e4e6e7;
}

.raul-grid .ag-pinned-left-cols-viewport {
  border-right: 1px solid #e4e6e7;
}

.raul-grid .ag-header-cell-resize {
  border-right: 1px solid #e4e6e7;
  cursor: col-resize;
  margin-right: -10px;
  width: 10px;
}

.raul-grid-input {
  margin-top: -7px;
  outline: 0;
  padding: 4px;
  width: 100%;
}

.raul-grid-input-invalid {
  border: 1px solid #ec231f;
}

.raul-grid .cell-message {
  background: #fff;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  color: #ec231f;
  display: inline-block;
  padding: 10px;
  position: absolute;
  right: calc(100% - 1px);
  top: 2px;
  width: 220px;
  z-index: 201;
}

.raul-grid .cell-message::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -8px;
  top: 13px;
  width: 0;
  z-index: 10;
}

.raul-grid-visible {
  overflow: visible;
}
