/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

 

@font-face {
  font-family: Montserrat-Medium;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2)
    format("woff2");
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2)
    format("woff2");
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2)
    format("woff2");
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2)
    format("woff2");
}

@font-face {
  font-family: Montserrat-SemiBoldItalic;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZw.woff2)
    format("woff2");
}


@import url('https://fonts.googleapis.com/css2?family=Rosario:wght@400;600;700&display=swap');


body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Rosario', sans-serif !important;
  /* font-family: 'Crisp Noto Sans Regular' !important;  */
   /* Montserrat-SemiBold, sans-serif !important; */
}

#header > :first-child,
aside {
  width: 245px;
}

.smart-style-2 #left-panel {
  padding-right: 12px;
  padding-left: 12px;
}

#main {
  margin-left: 245px;
  padding-top: 32px;
  background-color: #e8e8e8 !important;
}

#extr-page #main {
  margin-left: 0px !important;
}

#header {
  -webkit-box-shadow: 0px 0px 8px 2px #bdbaba;
  -moz-box-shadow: 0px 0px 8px 2px #bdbaba;
  box-shadow: 0px 0px 8px 2px #bdbaba;
}

.jarviswidget-color-darken > header {
  border-color: #b68101 !important;
  background: #dc9b01 !important;
  color: #ffffff;
}

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: 0px;
  color: #606060;
  min-height: 280px !important;
}

.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;
  font-family: Montserrat-Medium;
}

.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;
  background-color: #f5f7f7;
}

.ag-pinned-right-cols-container {
  display: inline-block;
  position: relative;
}

.ag-pinned-left-cols-viewport-wrapper {
  height: 100%;
  overflow: hidden;
}

.ag-body-viewport {
  height: 100%;
  min-width: 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  min-height: 295px;
  background-color: #f8f8f8;
}

.ag-center-cols-clipper {
  height: auto !important;
}

.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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS41IDIuNWgtNmwyIDMuNS0yIDMuNWg2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iIzAwMCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYgNmwtMS40MSAxLjQxTDE2LjE3IDlINHYyaDEyLjE3bC0xLjU4IDEuNTlMMTYgMTRsNC00eiIvPjxwYXRoIGQ9Ik00IDZsMS40MSAxLjQxTDMuODMgOUgxNnYySDMuODNsMS41OCAxLjU5TDQgMTRsLTQtNHoiLz48cGF0aCBkPSJNNiAxNmwxLjQxLTEuNDFMOSAxNi4xN1Y0aDJ2MTIuMTdsMS41OS0xLjU4TDE0IDE2bC00IDR6Ii8+PHBhdGggZD0iTTE0IDRsLTEuNDEgMS40MUwxMSAzLjgzVjE2SDlWMy44M0w3LjQxIDUuNDEgNiA0bDQtNHoiLz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDNoMnY5SDV6Ii8+PHBhdGggZD0iTTguOTkzIDUuMlYzLjQ5M2gtNnY2SDQuN1Y1LjJoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik01LjUgMy41aDF2OGgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA1Ljk5MyA2LjQ5MykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik04LjQ5MyA0Ljd2LS43MDdoLTV2NUg0LjJWNC43aDQuMjkzeiIvPjwvZz48L2c+PC9zdmc+)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik05IDNMNiA4LjVsLTIuNS0yIi8+PC9nPjwvc3ZnPg==)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik05IDNMNiA4LjVsLTIuNS0yIi8+PC9nPjwvc3ZnPg==)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNNCA1aDR2Mkg0eiIvPjwvZz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNNCA1aDR2Mkg0eiIvPjwvZz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48L2c+PC9zdmc+)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48L2c+PC9zdmc+)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxaDR2Mkgxem0wIDNoNHY3SDF6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxaDR2Mkgxem02IDBoNHYySDd6TTEgNWg0djJIMXptNiAwaDR2Mkg3ek0xIDloNHYySDF6bTYgMGg0djJIN3oiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHN0cm9rZS1vcGFjaXR5PSIuNSIgc3Ryb2tlPSIjMDAwIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjkiIGhlaWdodD0iOSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNOSA1djJIM1Y1eiIvPjwvZz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTQuNSA0LjVoNXY1aC01eiIvPjxwYXRoIGQ9Ik03LjUgMi41aC01djVoMnYyaDV2LTVoLTJ2LTJ6Ii8+PC9nPjwvc3ZnPg==)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTMgMy4xMmMuNjY3LjA3OCAzIDEuNzQ1IDcgNS0uMzI2LjIwNC0uNjU5LjIwNC0xIDAtLjM0MS0uMjA2LTEuNjc0LTEuMjA2LTQtMyAwIC42NjYtLjY2Ny42NjYtMiAwLTItMS0xLTIuMTIgMC0yeiIvPjxwYXRoIGQ9Ik0zIDguMjY0Yy42NjctLjA4IDMtMS43NDYgNy01LS4zMjYtLjIwNS0uNjU5LS4yMDUtMSAwLS4zNDEuMjA0LTEuNjc0IDEuMjA0LTQgMyAwLS42NjctLjY2Ny0uNjY3LTIgMC0yIDEtMSAyLjExOSAwIDJ6Ii8+PC9nPjwvc3ZnPg==)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDJoMnY5SDV6Ii8+PHBhdGggZD0iTTguOTkzIDYuMVY0LjM5M2gtNnY2SDQuN1Y2LjFoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik01LjUgMi41aDF2OGgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDUuOTkzIDcuMzkzKSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTguNDkzIDUuNnYtLjcwN2gtNXY1SDQuMlY1LjZoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHN0cm9rZS1vcGFjaXR5PSIuNSIgc3Ryb2tlPSIjMDAwIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjkiIGhlaWdodD0iOSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNNSAzaDJ2Nkg1eiIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik05IDV2MkgzVjV6Ii8+PC9nPjwvc3ZnPg==)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjAwMSAzLjkwOEwzIDRhMyAzIDAgMSAwIDUuOTk5LS4wOTJBNS4yNDggNS4yNDggMCAwIDAgNiAzYy0xLjEgMC0yLjEuMzAzLTIuOTk5LjkwOHoiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNNCA0LjVjLjY2Ny0uMzMzIDEuNjY3LS41IDMtLjUiIHN0cm9rZT0iIzk3OTc5NyIvPjxwYXRoIGQ9Ik0xIDZjMS4zMzMtMiAzLTMgNS0zczMuNjY3IDEgNSAzQzkuNjY3IDggOCA5IDYgOVMyLjMzMyA4IDEgNnoiIHN0cm9rZT0iIzAwMCIvPjxwYXRoIGQ9Ik00LjAwNCAyLjgzNWw0Ljk5MiA2LjMzIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48cGF0aCBkPSJNMy4wMDQgMi44MzVsNC45OTIgNi4zMyIgc3Ryb2tlPSIjRkZGIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9nPjwvc3ZnPg==)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjAwMSAzLjkwOEwzIDRhMyAzIDAgMSAwIDUuOTk5LS4wOTJBNS4yNDggNS4yNDggMCAwIDAgNiAzYy0xLjEgMC0yLjEuMzAzLTIuOTk5LjkwOHoiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNNCA0LjVjLjY2Ny0uMzMzIDEuNjY3LS41IDMtLjUiIHN0cm9rZT0iIzk3OTc5NyIvPjxwYXRoIGQ9Ik0xIDZjMS4zMzMtMiAzLTMgNS0zczMuNjY3IDEgNSAzQzkuNjY3IDggOCA5IDYgOVMyLjMzMyA4IDEgNnoiIHN0cm9rZT0iIzAwMCIvPjwvZz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAyaDEwTDcgNnY1TDUgOVY2TDEgMnptNCA0djFoMlY2SDV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTcuNSAxLjVoM3YyaC0zem0wIDRoM3YyaC0zem0wIDRoM3YyaC0zeiIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yIDNoMXY4SDJ6bTEgM2g0djFIM3ptMi00aDN2MUg1eiIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yIDEwaDV2MUgyeiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTEuNSAxLjVoM3YyaC0zeiIvPjwvZz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjA1NiA0LjU4MWEzLjAwMSAzLjAwMSAwIDAgMCA1Ljg4OCAwQzguMDU5IDQuMTk0IDcuMDc4IDQgNiA0Yy0xLjA3OCAwLTIuMDYuMTk0LTIuOTQ0LjU4MXoiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNNCA1LjVjLjY2Ny0uMzMzIDEuNjY3LS41IDMtLjUiIHN0cm9rZT0iIzk3OTc5NyIvPjxwYXRoIGQ9Ik0xIDZjMS4zMzMtMS4zMzMgMy0yIDUtMnMzLjY2Ny42NjcgNSAyQzkuNjY3IDcuMzMzIDggOCA2IDhzLTMuNjY3LS42NjctNS0yeiIgc3Ryb2tlPSIjMDAwIi8+PC9nPjwvc3ZnPg==)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01LjUgMS41aDJ2OWgtMnoiLz48cGF0aCBkPSJNNy45OTMgNC43VjIuOTkzaC02djZIMy43VjQuN2g0LjI5M3oiIGlkPSJiIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNi41IDYpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNiAyaDF2OEg2eiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgNC45OTMgNS45OTMpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNy40OTMgNC4ydi0uNzA3aC01djVIMy4yVjQuMmg0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDFoMnYzSDV6Ii8+PHBhdGggaWQ9ImIiIGQ9Ik01IDhoMnYzSDV6Ii8+PHBhdGggaWQ9ImMiIGQ9Ik0xIDVoM3YySDF6Ii8+PHBhdGggaWQ9ImQiIGQ9Ik04IDVoM3YySDh6Ii8+PHBhdGggaWQ9ImUiIGQ9Ik00IDBoMnYzSDR6Ii8+PHBhdGggaWQ9ImYiIGQ9Ik00IDdoMnYzSDR6Ii8+PHBhdGggaWQ9ImciIGQ9Ik0wIDRoM3YySDB6Ii8+PHBhdGggaWQ9ImgiIGQ9Ik03IDRoM3YySDd6Ii8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTUuNSAxLjVoMXYyaC0xeiIvPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik01LjUgOC41aDF2MmgtMXoiLz48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNjIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNMS41IDUuNWgydjFoLTJ6Ii8+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZCIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTguNSA1LjVoMnYxaC0yeiIvPjxnIG9wYWNpdHk9Ii43MTQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZSIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTQuNS41aDF2MmgtMXoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNC4yOTMgNi43MDcpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNmIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNNC41IDcuNWgxdjJoLTF6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZyIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTS41IDQuNWgydjFoLTJ6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjaCIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTcuNSA0LjVoMnYxaC0yeiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxaDEwdjJIMXptMCA0aDEwdjJIMXptMCA0aDEwdjJIMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDh2MkgyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDNoMnY2SDV6Ii8+PHBhdGggZD0iTTguMTQ2IDguMTgyVjYuNDc1aC01djVoMS43MDhWOC4xODJoMy4yOTJ6IiBpZD0iYiIvPjxwYXRoIGQ9Ik04LjUgMi45MTRWMS4yMDdoLTV2NWgxLjcwN1YyLjkxNEg4LjV6IiBpZD0iYyIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik01LjUgMy41aDF2NWgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDUuNjQ2IDguNDc1KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTcuNjQ2IDcuNjgydi0uNzA3aC00djRoLjcwOFY3LjY4MmgzLjI5MnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNiAzLjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2MiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik04IDIuNDE0di0uNzA3SDR2NGguNzA3VjIuNDE0SDh6Ii8+PC9nPjwvZz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjQiLz48cGF0aCBkPSJNOC41IDMuNUwzLjQwMSA4LjU5OSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTIuNSAyLjVoN3Y3aC03eiIvPjxwYXRoIGQ9Ik02LjUgMS41aC0xdjJoLTF2MWgzdi0xaC0xdi0yeiIvPjwvZz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0zIDJoNnYxSDh2NGwyIDFIN2wtMSAzLTEtM0gybDItMVYzSDN6Ii8+PHBhdGggZmlsbC1vcGFjaXR5PSIuNSIgZmlsbD0iI0ZGRiIgZD0iTTUgM2gxdjRINXoiLz48cGF0aCBmaWxsLW9wYWNpdHk9Ii4yOCIgZmlsbD0iI0ZGRiIgZD0iTTQgM2gxdjNINHoiLz48L2c+PC9zdmc+)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHJlY3QgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZD0iTTEwLjUgMy41aC05bTItMnY5IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTcuNSA2LjVsMS0xIDEgMW0tMyAxbC0xIDEgMSAxIi8+PHBhdGggZD0iTTguNSA1LjV2M2gtMyIvPjwvZz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik01IDJoMnY4SDV6Ii8+PHBhdGggZD0iTTIgNWg4djJIMnoiLz48L2c+PC9zdmc+)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik00LjUgMS41aDJ2OWgtMnoiLz48cGF0aCBkPSJNOS45OTMgNC43VjIuOTkzaC02djZINS43VjQuN2g0LjI5M3oiIGlkPSJiIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNS41IDYpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNSAyaDF2OEg1eiIvPjwvZz48ZyB0cmFuc2Zvcm09InNjYWxlKC0xIDEpIHJvdGF0ZSgtNDUgMCAyMi44NzQpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOS40OTMgNC4ydi0uNzA3aC01djVINS4yVjQuMmg0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMyA2bDQtNHY4eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSAybDQgNC00IDR6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA3bDQtNCA0IDR6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDhMNiA5eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS41IDUuNWwzIDMgNi02IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iIzAwMCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiAxMGw4LThtMCA4TDIgMiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDhMNiA5eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSAybDQgNC00IDR6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
    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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDh2MkgyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    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;
}

.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;
}

.ag-theme-balham .ag-header,
.ag-theme-balham .ag-row,
.ag-theme-balham .ag-header-cell,
.ag-theme-balham .ag-header-group-cell,
.ag-theme-balham .ag-rich-select-value,
.ag-theme-balham .ag-root {
  box-sizing: border-box;
}

.ag-theme-balham .ag-menu,
.ag-theme-balham .ag-theme-balham.ag-dnd-ghost,
.ag-theme-balham .ag-cell-inline-editing,
.ag-theme-balham .ag-popup-editor,
.ag-theme-balham .ag-select-agg-func-popup,
.ag-theme-balham .ag-overlay-loading-center {
  border: 1px solid #bdc3c7;
}

.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;
}

.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;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 20px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 20px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-1 {
  padding-left: 28px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-1 {
  padding-right: 28px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 40px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 40px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-2 {
  padding-left: 56px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-2 {
  padding-right: 56px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 60px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 60px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-3 {
  padding-left: 84px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-3 {
  padding-right: 84px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 80px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 80px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-4 {
  padding-left: 112px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-4 {
  padding-right: 112px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 100px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 100px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-5 {
  padding-left: 140px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-5 {
  padding-right: 140px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 120px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 120px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-6 {
  padding-left: 168px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-6 {
  padding-right: 168px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 140px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 140px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-7 {
  padding-left: 196px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-7 {
  padding-right: 196px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 160px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 160px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-8 {
  padding-left: 224px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-8 {
  padding-right: 224px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 180px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 180px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-9 {
  padding-left: 252px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-9 {
  padding-right: 252px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 200px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 200px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-10 {
  padding-left: 280px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-10 {
  padding-right: 280px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 220px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 220px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-11 {
  padding-left: 308px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-11 {
  padding-right: 308px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 240px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 240px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-12 {
  padding-left: 336px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-12 {
  padding-right: 336px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 260px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 260px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-13 {
  padding-left: 364px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-13 {
  padding-right: 364px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 280px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 280px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-14 {
  padding-left: 392px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-14 {
  padding-right: 392px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 300px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 300px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-15 {
  padding-left: 420px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-15 {
  padding-right: 420px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 320px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 320px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-16 {
  padding-left: 448px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-16 {
  padding-right: 448px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 340px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 340px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-17 {
  padding-left: 476px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-17 {
  padding-right: 476px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 360px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 360px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-18 {
  padding-left: 504px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-18 {
  padding-right: 504px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 380px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 380px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-19 {
  padding-left: 532px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-19 {
  padding-right: 532px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 400px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 400px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-20 {
  padding-left: 560px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-20 {
  padding-right: 560px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 420px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 420px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-21 {
  padding-left: 588px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-21 {
  padding-right: 588px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 440px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 440px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-22 {
  padding-left: 616px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-22 {
  padding-right: 616px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 460px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 460px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-23 {
  padding-left: 644px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-23 {
  padding-right: 644px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 480px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 480px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-24 {
  padding-left: 672px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-24 {
  padding-right: 672px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 500px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 500px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-25 {
  padding-left: 700px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-25 {
  padding-right: 700px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 520px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 520px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-26 {
  padding-left: 728px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-26 {
  padding-right: 728px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 540px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 540px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-27 {
  padding-left: 756px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-27 {
  padding-right: 756px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 560px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 560px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-28 {
  padding-left: 784px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-28 {
  padding-right: 784px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 580px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 580px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-29 {
  padding-left: 812px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-29 {
  padding-right: 812px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 600px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 600px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-30 {
  padding-left: 840px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-30 {
  padding-right: 840px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 620px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 620px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-31 {
  padding-left: 868px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-31 {
  padding-right: 868px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 640px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 640px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-32 {
  padding-left: 896px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-32 {
  padding-right: 896px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 660px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 660px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-33 {
  padding-left: 924px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-33 {
  padding-right: 924px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 680px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 680px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-34 {
  padding-left: 952px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-34 {
  padding-right: 952px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 700px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 700px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-35 {
  padding-left: 980px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-35 {
  padding-right: 980px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 720px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 720px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-36 {
  padding-left: 1008px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-36 {
  padding-right: 1008px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 740px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 740px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-37 {
  padding-left: 1036px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-37 {
  padding-right: 1036px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 760px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 760px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-38 {
  padding-left: 1064px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-38 {
  padding-right: 1064px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 780px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 780px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-39 {
  padding-left: 1092px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-39 {
  padding-right: 1092px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 800px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 800px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-40 {
  padding-left: 1120px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-40 {
  padding-right: 1120px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 820px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 820px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-41 {
  padding-left: 1148px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-41 {
  padding-right: 1148px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 840px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 840px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-42 {
  padding-left: 1176px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-42 {
  padding-right: 1176px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 860px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 860px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-43 {
  padding-left: 1204px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-43 {
  padding-right: 1204px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 880px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 880px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-44 {
  padding-left: 1232px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-44 {
  padding-right: 1232px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 900px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 900px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-45 {
  padding-left: 1260px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-45 {
  padding-right: 1260px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 920px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 920px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-46 {
  padding-left: 1288px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-46 {
  padding-right: 1288px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 940px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 940px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-47 {
  padding-left: 1316px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-47 {
  padding-right: 1316px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 960px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 960px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-48 {
  padding-left: 1344px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-48 {
  padding-right: 1344px;
}

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 980px;
}

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 980px;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-49 {
  padding-left: 1372px;
}

.ag-theme-balham .ag-rtl .ag-row-group-indent-49 {
  padding-right: 1372px;
}

.ag-theme-balham .ag-ltr .ag-row-group-leaf-indent {
  margin-left: 28px;
}

.ag-theme-balham .ag-rtl .ag-row-group-leaf-indent {
  margin-right: 28px;
}

.ag-theme-balham .ag-rtl .ag-cell-first-right-pinned {
  border-left: 1px solid #bdc3c7;
}

.ag-theme-balham .ag-ltr .ag-cell-first-right-pinned {
  border-left: 1px solid #bdc3c7;
}

.ag-theme-balham .ag-rtl .ag-cell-last-left-pinned {
  border-right: 1px solid #bdc3c7;
}

.ag-theme-balham .ag-ltr .ag-cell-last-left-pinned {
  border-right: 1px solid #bdc3c7;
}

.ag-theme-balham .ag-value-change-delta {
  padding-right: 2px;
}

.ag-theme-balham .ag-value-change-delta-up {
  color: #43a047;
}

.ag-theme-balham .ag-value-change-delta-down {
  color: #e53935;
}

.ag-theme-balham .ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s;
}

.ag-theme-balham .ag-value-change-value-highlight {
  background-color: rgba(22, 160, 133, 0.5);
  transition: background-color 0.1s;
}

.ag-theme-balham .ag-header {
  background-color: #006c9b !important;
  color: white;
  font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-family: Montserrat-Bold;
  font-size: 11px;
}

.ag-theme-balham .ag-header-row {
  border-bottom: 1px solid #bdc3c7;
  box-sizing: border-box;
}

.ag-theme-balham .ag-row {
  border-bottom: 1px solid #bdc3c7;
  box-sizing: border-box;
}

.ag-theme-balham .ag-row-odd {
  background-color: #fcfcfc;
}

.ag-theme-balham .ag-row-even {
  background-color: #f8f8f8;
}

.ag-theme-balham .ag-row-hover {
  background-color: #ecf0f1;
}

.ag-theme-balham .ag-numeric-cell {
  text-align: right;
}

.ag-theme-balham .ag-header-cell-label {
  display: flex;
  float: left;
  height: 100%;
  width: calc(100% - 16px);
}

.ag-theme-balham .ag-header-cell-label span {
  height: 100%;
}

.ag-theme-balham .ag-header-cell-label > span {
  float: left;
}

.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;
}

.ag-theme-balham .ag-header-cell-label .ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
}

.ag-theme-balham .ag-numeric-header .ag-header-cell-label {
  flex-direction: row-reverse;
  float: right;
}

.ag-theme-balham .ag-numeric-header .ag-header-cell-label > span {
  float: right;
}

.ag-theme-balham .ag-numeric-header .ag-header-cell-menu-button {
  float: left;
}

.ag-theme-balham .ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-theme-balham .ag-header-cell,
.ag-theme-balham .ag-header-group-cell {
  line-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
}

.ag-theme-balham .ag-cell {
  line-height: 26px !important;
  border: 1px solid #e8e8e8 !important;
  /* padding-left: 11px !important;
    padding-right: 11px !important; */
}

.ag-theme-balham .ag-row-drag {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDIuNXYxbTAgMnYxbTAgMnYxbTMtN3YxbTAgMnYxbTAgMnYxbTMtN3YxbTAgMnYxbTAgMnYxbTMtN3YxbTAgMnYxbTAgMnYxIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
  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;
}

.ag-theme-balham .ag-column-drag {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDIuNXYxbTAgMnYxbTAgMnYxbTMtN3YxbTAgMnYxbTAgMnYxbTMtN3YxbTAgMnYxbTAgMnYxbTMtN3YxbTAgMnYxbTAgMnYxIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
  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;
}

.ag-theme-balham .ag-row-dragging {
  opacity: 0.5;
  z-index: 10000;
}

.ag-theme-balham .ag-ltr .ag-cell-focus {
  /*border: 1px solid #0091EA;*/
  outline: initial;
}

.ag-theme-balham .ag-rtl .ag-cell-focus {
  border: 1px solid #0091ea;
  outline: initial;
}

.ag-theme-balham .ag-header-cell-resize {
  position: absolute;
  right: -4px;
  width: 8px;
  z-index: 1;
}

.ag-theme-balham .ag-header-cell-resize::after {
  border-right: 1px solid #bdc3c7;
  box-sizing: content-box;
  content: "resize";
  display: block;
  height: 16px;
  margin-top: 8px;
  overflow: hidden;
  text-indent: 4px;
  width: 4px;
}

.ag-theme-balham .ag-icon-aggregation {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEwLjUgNlY0LjVoLTV2LjUzMmExIDEgMCAwIDAgLjM2Ljc2OGwxLjcxOCAxLjQzMmExIDEgMCAwIDEgMCAxLjUzNkw1Ljg2IDEwLjJhMSAxIDAgMCAwLS4zNi43Njh2LjUzMmg1VjEwIi8+PHJlY3QgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48L2c+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-arrows {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy41IDE0VjNNMiA4LjVoMTFtLTcuNSA0bDIgMiAyLTJtMC04bC0yLTItMiAybS0yIDJsLTIgMiAyIDJtOCAwbDItMi0yLTIiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy41IDEyVjRtMyAyLjVsLTMtMy0zIDMiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIuNSI+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-checked {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjN0Y4QzhEIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iMiIvPjxwYXRoIHN0cm9rZT0iIzdGOEM4RCIgZD0iTTEyIDVsLTUuNSA1LjVMNCA4Ii8+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-indeterminate-readonly {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIuNSI+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-indeterminate {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjN0Y4QzhEIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iMiIvPjxwYXRoIGQ9Ik00IDguNWg4IiBzdHJva2U9IiM3RjhDOEQiLz48L2c+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-unchecked-readonly {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIuNSI+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-checkbox-unchecked {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjN0Y4QzhEIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iMiIvPjwvZz48L3N2Zz4=);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDMuNXY4aDN2LTh6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi41IDMuNXY4bTMtOHY4bTMtOHY4bS05LTh2OCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+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-contracted {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSA0TDUgOGw0IDQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHJlY3QgeD0iNC41IiB5PSI0LjUiIHdpZHRoPSI4IiBoZWlnaHQ9IjkiIHJ4PSIyIi8+PHBhdGggZD0iTTExIDIuNUg0LjVhMiAyIDAgMCAwLTIgMlYxMyIvPjwvZz48L3N2Zz4=);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi4zNDggNC45NDhjLjE2MS0uMzUuMjUyLS43MzUuMjUyLTEuMTQ4YTIuOCAyLjggMCAxIDAtNS42IDAgMi44IDIuOCAwIDAgMCAyLjggMi44Yy40MTMgMCAuNzk4LS4wOTEgMS4xNDgtLjI1Mkw2LjYgOCA0Ljk0OCA5LjY1MkEyLjcyOCAyLjcyOCAwIDAgMCAzLjggOS40YTIuOCAyLjggMCAxIDAgMCA1LjYgMi44IDIuOCAwIDAgMCAyLjgtMi44YzAtLjQxMy0uMDkxLS43OTgtLjI1Mi0xLjE0OEw4IDkuNGw0LjkgNC45SDE1di0uN0w2LjM0OCA0Ljk0OHpNMy44IDUuMmExLjQgMS40IDAgMSAxIDAtMi44IDEuNCAxLjQgMCAwIDEgMCAyLjh6bTAgOC40YTEuNCAxLjQgMCAxIDEgMC0yLjggMS40IDEuNCAwIDAgMSAwIDIuOHpNOCA4LjM1QS4zNDcuMzQ3IDAgMCAxIDcuNjUgOGMwLS4xOTYuMTU0LS4zNS4zNS0uMzUuMTk2IDAgLjM1LjE1NC4zNS4zNSAwIC4xOTYtLjE1NC4zNS0uMzUuMzV6bTQuOS02LjY1TDguNyA1LjlsMS40IDEuNEwxNSAyLjR2LS43aC0yLjF6IiBmaWxsPSIjN0Y4QzhEIi8+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-desc {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy41IDExVjNtLTMgNS41bDMgMyAzLTMiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNiAxMmw0LTQtNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTggMy42MjVBNi44OTkgNi44OTkgMCAwIDAgMS41ODMgOCA2Ljg5OSA2Ljg5OSAwIDAgMCA4IDEyLjM3NSA2Ljg5OSA2Ljg5OSAwIDAgMCAxNC40MTcgOCA2Ljg5OSA2Ljg5OSAwIDAgMCA4IDMuNjI1eiIvPjxwYXRoIGQ9Ik04IDEwLjkxN2EyLjkxOCAyLjkxOCAwIDAgMSAwLTUuODM0IDIuOTE4IDIuOTE4IDAgMCAxIDAgNS44MzR6Ii8+PHBhdGggZD0iTTMuNSAzLjVsOSA5IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+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-eye {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTggMy42MjVBNi44OTkgNi44OTkgMCAwIDAgMS41ODMgOCA2Ljg5OSA2Ljg5OSAwIDAgMCA4IDEyLjM3NSA2Ljg5OSA2Ljg5OSAwIDAgMCAxNC40MTcgOCA2Ljg5OSA2Ljg5OSAwIDAgMCA4IDMuNjI1eiIvPjxwYXRoIGQ9Ik04IDEwLjkxN2EyLjkxOCAyLjkxOCAwIDAgMSAwLTUuODM0IDIuOTE4IDIuOTE4IDAgMCAxIDAgNS44MzR6Ii8+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-filter {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDMuNWg5di41ODZhMSAxIDAgMCAxLS4yOTMuNzA3TDkuMjkzIDcuNzA3QTEgMSAwIDAgMCA5IDguNDE0VjEwbC0yIDEuNVY4LjQxNGExIDEgMCAwIDAtLjI5My0uNzA3TDMuNzkzIDQuNzkzYTEgMSAwIDAgMS0uMjkzLS43MDdWMy41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+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-group {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTMuNSA1LjVoMW0xIDJoMW0yIDBoNG0tNyAyaDFtMiAwaDRtLTYtNGg2IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHJlY3QgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48L2c+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-indeterminate {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTggNC42MjVjLTIuOTE3IDAtNS40MDguODE0LTYuNDE3IDMuMzc1IDEuMDEgMi41NiAzLjUgMy4zNzUgNi40MTcgMy4zNzVzNS40MDgtLjgxNCA2LjQxNy0zLjM3NWMtMS4wMS0yLjU2LTMuNS0zLjM3NS02LjQxNy0zLjM3NXoiLz48cGF0aCBkPSJNOCA5LjkxN0M2LjM5IDkuOTE3IDUuMDgzIDkuNjEgNS4wODMgOFM2LjM5IDYuMDgzIDggNi4wODNjMS42MSAwIDIuOTE3LjMwNyAyLjkxNyAxLjkxN1M5LjYxIDkuOTE3IDggOS45MTd6Ii8+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-left {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi41IDguNWw0LTRMOCA2IDYuNSA3LjVoN3YyaC03TDggMTFsLTEuNSAxLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSI+PHBhdGggZD0iTTcuNSAxMC41djMiIG9wYWNpdHk9Ii44Ii8+PHBhdGggZD0iTTEwLjUgNy41aDMiIG9wYWNpdHk9Ii42Ii8+PHBhdGggZD0iTTEuNSA3LjVoMyIvPjxwYXRoIGQ9Ik03LjUgMS41djMiIG9wYWNpdHk9Ii40Ii8+PHBhdGggZD0iTTkuNSA1LjVMMTIgMyIgb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNOS41IDkuNUwxMiAxMiIgb3BhY2l0eT0iLjciLz48cGF0aCBkPSJNNS41IDkuNUwzIDEyIiBvcGFjaXR5PSIuOSIvPjxwYXRoIGQ9Ik01LjUgNS41TDMgMyIgb3BhY2l0eT0iLjMiLz48L2c+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-menu {
  background-color: white !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDQuNWg5bS05IDNoOW0tOSAzaDkiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi41IDYuNWgxMXYyaC0xMXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNSAxMlY0bTMgMi41bC0zLTMtMyAzbS00IDQuNVYzbS0zIDUuNWwzIDMgMy0zIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS45IDExLjAxMkEzLjc1IDMuNzUgMCAwIDAgMTEuMDEyIDUuOWwtNS4xMTQgNS4xMTN6TTQuNDg3IDkuNjAxTDkuNiA0LjQ4OEEzLjc1IDMuNzUgMCAwIDAgNC40ODggOS42ek03Ljc1IDEzLjVhNS43NSA1Ljc1IDAgMSAxIDAtMTEuNSA1Ljc1IDUuNzUgMCAwIDEgMCAxMS41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+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-paste {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgM2MwLS41LS41LTEuNS0yLTEuNVM2IDIuNSA2IDNINGEyIDIgMCAwIDAtMiAydjdhMiAyIDAgMCAwIDIgMmg4YTIgMiAwIDAgMCAyLTJWNWEyIDIgMCAwIDAtMi0yaC0yem0tMiAuMjczYy4zNjcgMCAuNjY3LjI4Ni42NjcuNjM2IDAgLjM1LS4zLjYzNi0uNjY3LjYzNi0uMzY3IDAtLjY2Ny0uMjg2LS42NjctLjYzNiAwLS4zNS4zLS42MzYuNjY3LS42MzZ6TTEyIDEzSDRhMSAxIDAgMCAxLTEtMVY1YTEgMSAwIDAgMSAxLTFoMXYyaDZWNGgxYTEgMSAwIDAgMSAxIDF2N2ExIDEgMCAwIDEtMSAxeiIgZmlsbD0iIzdGOEM4RCIvPjwvc3ZnPg==);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi41IDEzLjVsNC00TTE0IDZjLS4zOS41MjktLjcyNC44NjItMSAxcy0uNjEuMTM4LTEgMGwtMiAyYy4xMzguOTIuMTM4IDEuNTg2IDAgMi0uMTM4LjQxNC0uNDcxLjc0OC0xIDFMNCA3Yy4wOC0uNDcxLjQxNC0uODA1IDEtMSAuNTg2LS4xOTUgMS4yNTItLjE5NSAyIDBsMi0yYy0uMTk1LS4yNzYtLjE5NS0uNjEgMC0xcy41MjktLjcyNCAxLTFsNCA0eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+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-pivot {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEzLjUgNC41aC05bTAgMHY5IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTcuNSAxMi41bC0xLTEgMS0xbTUtM2wtMS0xLTEgMSIvPjxwYXRoIGQ9Ik00LjUgMTEuNWgtMm02LTl2Mm0tMy0ydjJtNi0ydjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48cGF0aCBkPSJNMTEuNSA2LjV2M2EyIDIgMCAwIDEtMiAyaC0zIi8+PHBhdGggZD0iTTQuNSA4LjVoLTJtMi0zaC0yIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHJlY3QgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48L2c+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-plus {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi41IDYuNWg0di00aDJ2NGg0djJoLTR2NGgtMnYtNGgtNHoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNSA3LjVsLTQgNEw4IDEwbDEuNS0xLjVoLTd2LTJoN0w4IDVsMS41LTEuNXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCA0TDQgOGw0IDQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAxMmw0LTQtNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgOEw4IDQgNCA4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCA4bDQgNCA0LTQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgNmwtNS41IDUuNUw0IDkiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNSA1LjVsLTYgNm0wLTZsNiA2IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCA3bDQgNCA0LTQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNiAxMmw0LTQtNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDcuNWg5IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
  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-header-cell-menu-button .ag-icon-menu {
  display: block;
  height: 32px;
}

.ag-theme-balham .ag-icon-checkbox-checked:empty {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDA5MUVBIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iMiIvPjxwYXRoIHN0cm9rZT0iIzAwOTFFQSIgZD0iTTEyIDVsLTUuNSA1LjVMNCA4Ii8+PC9nPjwvc3ZnPg==);
}

.ag-theme-balham .ag-menu {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
  padding: 0;
  z-index: 5;
}

.ag-theme-balham .ag-menu .ag-menu-list {
  cursor: default;
  margin-bottom: 4px;
  margin-top: 4px;
  width: 100%;
}

.ag-theme-balham .ag-menu .ag-menu-option {
  line-height: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.ag-theme-balham .ag-menu .ag-menu-option > span {
  display: table-cell;
  vertical-align: middle;
}

.ag-theme-balham .ag-menu .ag-menu-option-active {
  background: #ecf0f1;
}

.ag-theme-balham .ag-menu .ag-menu-option-disabled {
  opacity: 0.5;
}

.ag-theme-balham .ag-menu .ag-menu-option-icon {
  padding-left: 4px;
  padding-right: 4px;
}

.ag-theme-balham .ag-menu .ag-menu-option-icon span {
  height: 16px;
  line-height: 0;
  margin-top: 4px;
}

.ag-theme-balham .ag-menu .ag-menu-option-shortcut {
  padding-left: 8px;
}

.ag-theme-balham .ag-menu .ag-menu-separator {
  margin-left: -4px;
}

.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;
}

.ag-theme-balham .ag-menu .ag-menu-option-popup-pointer {
  width: 24px;
}

.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;
}

.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-dnd-ghost .ag-dnd-ghost-icon {
  margin-right: 4px;
  opacity: 0.87;
}

.ag-theme-balham .ag-tab-header {
  background: #f5f7f7;
  min-width: 220px;
  width: 100%;
}

.ag-theme-balham .ag-tab-header .ag-tab {
  border-bottom: 2px solid transparent;
  height: 16px;
  text-align: center;
  vertical-align: middle;
}

.ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-filter {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDMuNWg5di41ODZhMSAxIDAgMCAxLS4yOTMuNzA3TDkuMjkzIDcuNzA3QTEgMSAwIDAgMCA5IDguNDE0VjEwbC0yIDEuNVY4LjQxNGExIDEgMCAwIDAtLjI5My0uNzA3TDMuNzkzIDQuNzkzYTEgMSAwIDAgMS0uMjkzLS43MDdWMy41eiIgc3Ryb2tlPSIjMDA5MUVBIiBmaWxsPSJub25lIi8+PC9zdmc+);
  display: inline-block;
}

.ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-columns {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi41IDMuNXY4bTMtOHY4bTMtOHY4bS05LTh2OCIgc3Ryb2tlPSIjMDA5MUVBIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
  display: inline-block;
}

.ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-menu {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDQuNWg5bS05IDNoOW0tOSAzaDkiIHN0cm9rZT0iIzAwOTFFQSIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==);
  display: inline-block;
}

.ag-theme-balham .ag-tab-body {
  padding: 4px 0;
}

.ag-theme-balham .ag-tab-body .ag-filter-select {
  margin: 4px;
  width: calc(100% - 8px);
}

.ag-theme-balham .ag-tab-body .ag-menu-list {
  margin-bottom: 0;
  margin-top: 0;
}

.ag-theme-balham .ag-tab-body .ag-menu-list > div:first-child > span {
  padding-top: 0;
}

.ag-theme-balham .ag-tab-body .ag-menu-list > div:last-child > span {
  padding-bottom: 0;
}

.ag-theme-balham
  .ag-tab-body
  .ag-menu-list
  > div:last-child
  > .ag-menu-option-popup-pointer {
  background-position-y: 0;
}

.ag-theme-balham .ag-filter-select {
  margin: 4px;
  width: calc(100% - 8px);
}

.ag-theme-balham .ag-filter input[type="radio"] {
  margin: 0 3px 0 6px;
  width: 12px;
  height: 17px;
  vertical-align: top;
}

.ag-theme-balham .ag-filter input[type="text"],
.ag-theme-balham .ag-filter input[type="date"] {
  padding-left: 4px;
}

.ag-theme-balham .ag-filter label {
  display: block;
  padding-left: 4px;
}

.ag-theme-balham .ag-filter .ag-set-filter-list {
  height: 182px;
  padding-top: 4px;
}

.ag-theme-balham .ag-filter .ag-filter-header-container {
  box-sizing: border-box;
  height: 28px;
}

.ag-theme-balham .ag-filter .ag-filter-header-container:nth-child(2) {
  border-bottom: 1px solid #bdc3c7;
}

.ag-theme-balham .ag-filter .ag-filter-checkbox {
  float: left;
  height: 28px;
  margin-right: 4px;
  padding-top: 2px;
}

.ag-theme-balham .ag-filter .ag-filter-value {
  height: 28px;
  line-height: 14px;
}

.ag-theme-balham .ag-filter .ag-filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  padding: 4px;
  padding-top: 8px;
}

.ag-theme-balham .ag-filter .ag-filter-apply-panel button + button {
  margin-left: 8px;
}

.ag-theme-balham .ag-column-select-panel .ag-column-select-column-group,
.ag-theme-balham .ag-column-select-panel .ag-column-select-column {
  height: 16px;
  line-height: 16px;
  margin-left: 0;
}

.ag-theme-balham .ag-column-select-panel .ag-column-select-column-group span,
.ag-theme-balham .ag-column-select-panel .ag-column-select-column span {
  float: left;
  height: 100%;
}

.ag-theme-balham
  .ag-column-select-panel
  .ag-column-select-column-group
  .ag-column-select-indent,
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-select-column
  .ag-column-select-indent {
  width: 8px;
}

.ag-theme-balham
  .ag-column-select-panel
  .ag-column-select-column-group
  .ag-column-select-checkbox,
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-select-column-group
  .ag-column-group-icons,
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-select-column
  .ag-column-select-checkbox,
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-select-column
  .ag-column-group-icons {
  margin-left: 4px;
  margin-right: 4px;
}

.ag-theme-balham .ag-column-select-panel .ag-column-container {
  padding-top: 4px;
}

.ag-theme-balham
  .ag-column-select-panel
  .ag-column-select-column.ag-toolpanel-add-group-indent {
  margin-left: 24px;
}

.ag-theme-balham .ag-column-tool-panel {
  display: flex;
}

.ag-theme-balham .ag-filter-body {
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 4px;
}

.ag-theme-balham .ag-column-tool-panel-item button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 12px;
  height: 100%;
}

.ag-theme-balham .ag-filter-filter {
  margin-bottom: 4px;
}

.ag-theme-balham .ag-column-select-header {
  border-bottom: 1px solid #bdc3c7;
  box-sizing: border-box;
  height: 32px;
  padding-top: 4px;
}

.ag-theme-balham .ag-column-select-header label {
  display: block;
  padding-left: 4px;
}

.ag-theme-balham .ag-column-select-header label .ag-filter-checkbox {
  float: left;
  margin-right: 4px;
}

.ag-theme-balham .ag-column-select-header .ag-column-tool-panel a {
  margin: 0 4px;
  padding-top: 2px;
}

.ag-theme-balham .ag-group-child-count::before {
  content: " ";
}

.ag-theme-balham .ag-column-panel {
  border-right: 0;
}

.ag-theme-balham .ag-column-panel .ag-pivot-mode {
  border-bottom: 1px solid #bdc3c7;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
}

.ag-theme-balham .ag-column-panel .ag-pivot-mode span {
  float: left;
  height: 100%;
}

.ag-theme-balham .ag-column-panel .ag-pivot-mode .ag-pivot-mode-select {
  margin-left: 4px;
}

.ag-theme-balham
  .ag-column-panel
  .ag-pivot-mode
  .ag-pivot-mode-select
  .ag-checkbox-label {
  margin-left: 4px;
}

.ag-theme-balham .ag-column-panel .ag-column-select-panel {
  border-bottom: 1px solid #bdc3c7;
  padding-bottom: 3px;
  padding-top: 0;
}

.ag-theme-balham .ag-column-panel .ag-column-drop {
  border-bottom: 1px solid #bdc3c7;
  clear: both;
  overflow: auto;
  padding: 4px 0;
  padding-bottom: 8px;
}

.ag-theme-balham .ag-column-panel .ag-column-drop .ag-icon {
  float: left;
  height: 20px;
  margin: 0 4px;
}

.ag-theme-balham .ag-column-panel .ag-column-drop .ag-column-drop-title {
  clear: right;
  float: left;
  height: 20px;
  line-height: 20px;
  width: calc(100% - 24px);
}

.ag-theme-balham
  .ag-column-panel
  .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;
}

.ag-theme-balham .ag-column-panel .ag-column-drop:last-child {
  border-bottom: 0;
}

.ag-theme-balham .ag-filter-icon:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41IDMuNWg5di41ODZhMSAxIDAgMCAxLS4yOTMuNzA3TDkuMjkzIDcuNzA3QTEgMSAwIDAgMCA5IDguNDE0VjEwbC0yIDEuNVY4LjQxNGExIDEgMCAwIDAtLjI5My0uNzA3TDMuNzkzIDQuNzkzYTEgMSAwIDAgMS0uMjkzLS43MDdWMy41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}

.ag-theme-balham .ag-sort-ascending-icon:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy41IDEyVjRtMyAyLjVsLTMtMy0zIDMiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}

.ag-theme-balham .ag-sort-descending-icon:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy41IDExVjNtLTMgNS41bDMgMyAzLTMiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}

.ag-theme-balham .ag-sort-none-icon:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNSAxMlY0bTMgMi41bC0zLTMtMyAzbS00IDQuNVYzbS0zIDUuNWwzIDMgMy0zIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}

.ag-theme-balham .ag-numeric-header .ag-header-cell-label .ag-header-icon {
  margin-left: 0;
  margin-right: 4px;
}

.ag-theme-balham .ag-paging-panel {
  align-items: center;
  border-top: 1px solid #bdc3c7;
  color: black;
  display: flex;
  height: 32px;
  justify-content: flex-end;
  padding: 0 12px;
  background-color: #f8f8f8;
}

.ag-theme-balham .ag-paging-panel > span {
  margin-left: 16px;
}

.ag-theme-balham button[ref="btFirst"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgNEw4IDhsNCA0TTQuNSA0djgiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  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;
}

.ag-theme-balham button[ref="btFirst"][disabled] {
  opacity: 0.38;
}

.ag-theme-balham button[ref="btPrevious"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSA0TDUgOGw0IDQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  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;
}

.ag-theme-balham button[ref="btPrevious"][disabled] {
  opacity: 0.38;
}

.ag-theme-balham button[ref="btLast"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCAxMmw0LTQtNC00bTcuNSAwdjgiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  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;
}

.ag-theme-balham button[ref="btLast"][disabled] {
  opacity: 0.38;
}

.ag-theme-balham button[ref="btNext"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNiAxMmw0LTQtNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  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;
}

.ag-theme-balham button[ref="btNext"][disabled] {
  opacity: 0.38;
}

.ag-theme-balham .ag-rtl button[ref="btFirst"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCAxMmw0LTQtNC00bTcuNSAwdjgiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}

.ag-theme-balham .ag-rtl button[ref="btPrevious"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNiAxMmw0LTQtNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}

.ag-theme-balham .ag-rtl button[ref="btLast"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgNEw4IDhsNCA0TTQuNSA0djgiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}

.ag-theme-balham .ag-rtl button[ref="btNext"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSA0TDUgOGw0IDQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}

.ag-theme-balham .ag-row-selected {
  background-color: #e6f1f6 !important;
}

.ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.2);
}

.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;
}

.ag-theme-balham .ag-cell-inline-editing select {
  height: auto;
}

.ag-theme-balham .ag-popup-editor {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
  background: #f5f7f7;
  padding: 0;
  z-index: 1;
}

.ag-theme-balham .ag-popup-editor .ag-large-textarea textarea {
  height: auto;
  padding: 12px;
}

.ag-theme-balham .ag-rich-select {
  background-color: #f5f7f7;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCA3bDQgNCA0LTQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-position-x: calc(100% - 4px);
  background-position-y: 8px;
  background-repeat: no-repeat;
}

.ag-theme-balham .ag-rich-select .ag-rich-select-list {
  height: 182px;
}

.ag-theme-balham .ag-rich-select .ag-rich-select-value {
  height: 28px;
  line-height: 28px;
  padding-left: 12px;
}

.ag-theme-balham .ag-rich-select .ag-virtual-list-item {
  cursor: default;
  height: 28px;
  line-height: 28px;
}

.ag-theme-balham .ag-rich-select .ag-virtual-list-item:hover {
  background-color: #ecf0f1;
}

.ag-theme-balham .ag-rich-select .ag-rich-select-row {
  padding-left: 12px;
}

.ag-theme-balham .ag-rich-select .ag-rich-select-row-selected {
  background-color: #b7e4ff;
}

.ag-theme-balham .ag-floating-filter-body {
  float: left;
  height: 100%;
  margin-right: 0;
  width: calc(100% - 24px);
}

.ag-theme-balham .ag-floating-filter-body input {
  box-sizing: border-box;
}

.ag-theme-balham .ag-floating-filter-full-body input {
  box-sizing: border-box;
}

.ag-theme-balham .ag-floating-filter-button {
  float: right;
  line-height: 16px;
  margin-top: 10px;
}

.ag-theme-balham .ag-floating-filter-button button {
  appearance: none;
  background: transparent;
  border: 0;
  height: 16px;
  padding: 0;
  width: 16px;
}

.ag-theme-balham .ag-cell-label-container {
  height: 100%;
}

.ag-theme-balham .ag-header-group-cell-label {
  height: 100%;
}

.ag-theme-balham .ag-header-group-cell-label span {
  float: left;
  height: 100%;
}

.ag-theme-balham .ag-header-select-all {
  height: 100%;
  margin-right: 12px;
}

.ag-theme-balham .ag-header-select-all span {
  height: 100%;
}

.ag-theme-balham
  .ag-header-select-all:not(.ag-hidden)
  + .ag-cell-label-container {
  float: left;
  width: calc(100% - 16px - 12px);
}

.ag-theme-balham .ag-selection-checkbox span,
.ag-theme-balham .ag-group-expanded span,
.ag-theme-balham .ag-group-contracted span {
  margin-right: 12px;
}

.ag-theme-balham .ag-selection-checkbox span {
  position: relative;
  top: 2px;
}

.ag-theme-balham .ag-group-expanded .ag-icon-contracted:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCA3bDQgNCA0LTQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}

.ag-theme-balham .ag-column-drop-horizontal {
  background-color: #f5f7f7;
  height: 28px;
  line-height: 16px;
  padding-left: 12px;
}

.ag-theme-balham .ag-column-drop-horizontal.ag-width-half {
  margin-bottom: -3px;
}

.ag-theme-balham .ag-column-drop-horizontal span {
  float: left;
  height: 100%;
}

.ag-theme-balham .ag-column-drop-horizontal > div:first-child {
  float: left;
  height: 100%;
}

.ag-theme-balham .ag-column-drop-horizontal .ag-icon-group,
.ag-theme-balham .ag-column-drop-horizontal .ag-icon-pivot {
  margin-right: 12px;
}

.ag-theme-balham .ag-column-drop-horizontal .ag-right-arrow {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNSA3LjVsLTQgNEw4IDEwbDEuNS0xLjVoLTd2LTJoN0w4IDVsMS41LTEuNXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}

.ag-theme-balham .ag-column-drop-horizontal .ag-left-arrow {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi41IDguNWw0LTRMOCA2IDYuNSA3LjVoN3YyaC03TDggMTFsLTEuNSAxLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}

.ag-theme-balham .ag-column-drop-horizontal .ag-left-arrow,
.ag-theme-balham .ag-column-drop-horizontal .ag-right-arrow {
  overflow: hidden;
  text-indent: 100%;
  height: 100%;
  margin: 0 4px;
  opacity: 0.54;
}

.ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-empty-message {
  height: 100%;
  line-height: 28px;
  opacity: 0.38;
}

.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;
}

.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-text {
  height: 100%;
  line-height: 16px;
  margin: 0 4px;
}

.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEwLjUgNC41bC02IDYiLz48Y2lyY2xlIGN4PSI3LjUiIGN5PSI3LjUiIHI9IjUuNSIvPjxwYXRoIGQ9Ik00LjUgNC41bDYgNiIvPjwvZz48L3N2Zz4=);
  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;
}

.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
  opacity: 0.87;
}

.ag-theme-balham .ag-column-drop-cell .ag-column-drag {
  margin-left: 8px;
  margin-top: 2px;
  width: 16px;
}

.ag-theme-balham .ag-select-agg-func-popup {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
  background: white;
  height: 70px;
  padding: 0;
}

.ag-theme-balham .ag-select-agg-func-popup .ag-virtual-list-item {
  cursor: default;
  line-height: 20px;
  padding-left: 8px;
}

.ag-theme-balham .ag-set-filter-list,
.ag-theme-balham .ag-menu-column-select-wrapper {
  width: auto;
}

.ag-theme-balham .ag-column-drop-vertical > .ag-column-drop-cell {
  float: left;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-top: 0;
}

.ag-theme-balham .ag-cell-data-changed {
  background-color: rgba(22, 160, 133, 0.5) !important;
}

.ag-theme-balham .ag-cell-data-changed-animation {
  background-color: transparent;
  transition: background-color 1s;
}

.ag-theme-balham .ag-stub-cell {
  padding-left: 12px;
  padding-top: 4px;
}

.ag-theme-balham .ag-stub-cell .ag-loading-icon {
  float: left;
  height: 100%;
}

.ag-theme-balham .ag-stub-cell .ag-loading-text {
  float: left;
  height: 100%;
  margin-left: 4px;
  margin-top: 4px;
}

.ag-theme-balham .ag-rtl .ag-numeric-cell {
  text-align: left;
}

.ag-theme-balham .ag-rtl .ag-header-cell-menu-button {
  float: left;
}

.ag-theme-balham .ag-rtl .ag-header-cell-label {
  float: right;
  width: calc(100% - 16px);
}

.ag-theme-balham .ag-rtl .ag-header-cell-label > span {
  float: right;
}

.ag-theme-balham .ag-rtl .ag-header-cell-label .ag-header-icon {
  margin-top: 2px;
}

.ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-menu-button {
  float: right;
}

.ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-label {
  float: left;
}

.ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-label > span {
  float: left;
}

.ag-theme-balham .ag-rtl .ag-column-panel .ag-pivot-mode span {
  float: right;
}

.ag-theme-balham .ag-rtl .ag-column-panel .ag-pivot-mode .ag-pivot-mode-select {
  margin-right: 4px;
}

.ag-theme-balham
  .ag-rtl
  .ag-column-panel
  .ag-pivot-mode
  .ag-pivot-mode-select
  .ag-checkbox-label {
  margin-right: 4px;
}

.ag-theme-balham .ag-rtl .ag-column-panel .ag-column-drop .ag-icon {
  float: right;
}

.ag-theme-balham
  .ag-rtl
  .ag-column-panel
  .ag-column-drop
  .ag-column-drop-title {
  clear: left;
  float: right;
}

.ag-theme-balham
  .ag-rtl
  .ag-column-panel
  .ag-column-drop
  .ag-column-drop-empty-message {
  padding-left: 4px;
  padding-right: 16px;
}

.ag-theme-balham .ag-rtl .ag-filter-checkbox {
  float: right;
  margin-left: 4px;
}

.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-select-column-group
  span,
.ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-select-column span {
  float: right;
}

.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-select-column-group
  .ag-column-select-checkbox,
.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-select-column-group
  .ag-column-group-icons,
.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-select-column
  .ag-column-select-checkbox,
.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-select-column
  .ag-column-group-icons {
  margin-left: 4px;
  margin-right: 4px;
}

.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-select-column.ag-toolpanel-add-group-indent {
  margin-left: 0;
  margin-right: 24px;
}

.ag-theme-balham .ag-rtl .ag-icon-tree-closed {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSA0TDUgOGw0IDQiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}

.ag-theme-balham .ag-rtl .ag-header-group-cell-label {
  height: 100%;
}

.ag-theme-balham .ag-rtl .ag-header-group-cell-label span {
  float: right;
  height: 100%;
}

.ag-theme-balham
  .ag-rtl
  .ag-header-select-all:not(.ag-hidden)
  + .ag-cell-label-container {
  float: right;
}

.ag-theme-balham .ag-rtl .ag-header-select-all {
  margin-left: 12px;
  margin-right: 0;
}

.ag-theme-balham .ag-rtl .ag-selection-checkbox span,
.ag-theme-balham .ag-rtl .ag-group-expanded span,
.ag-theme-balham .ag-rtl .ag-group-contracted span {
  margin-left: 12px;
  margin-right: 0;
}

.ag-theme-balham .ag-rtl .ag-column-drop-horizontal {
  padding-right: 12px;
}

.ag-theme-balham .ag-rtl .ag-column-drop-horizontal span {
  float: right;
}

.ag-theme-balham .ag-rtl .ag-column-drop-horizontal > div:first-child {
  float: right;
}

.ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-group,
.ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-pivot {
  margin-left: 12px;
  margin-right: 0;
}

.ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-right-arrow {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNSA3LjVsLTQgNEw4IDEwbDEuNS0xLjVoLTd2LTJoN0w4IDVsMS41LTEuNXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  height: 100%;
}

.ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-left-arrow {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi41IDguNWw0LTRMOCA2IDYuNSA3LjVoN3YyaC03TDggMTFsLTEuNSAxLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  height: 100%;
}

.ag-theme-balham .ag-rtl .ag-floating-filter-body {
  float: right;
  margin-left: 0;
}

.ag-theme-balham .ag-rtl .ag-floating-filter-button {
  float: left;
}

.ag-theme-balham .ag-rtl .ag-header .ag-header-cell-resize {
  left: -4px;
  right: auto;
}

.ag-theme-balham .ag-rtl .ag-header .ag-header-cell-resize::after {
  border-left: 1px solid #bdc3c7;
  border-right: 0;
}

.ag-theme-balham .ag-rtl .ag-column-select-header .ag-filter-body {
  margin-left: 4px;
  margin-right: 0;
}

.ag-theme-balham .ag-rtl .ag-column-drag {
  background-position-x: right;
}

.ag-theme-balham .ag-status-bar {
  background: white;
  border: 1px solid #bdc3c7;
  border-top: 0;
  color: rgba(0, 0, 0, 0.38);
  display: flex;
  font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  justify-content: flex-end;
  padding: 8px 16px;
}

.ag-theme-balham .ag-status-bar .ag-status-bar-item {
  margin-right: 8px;
}

.ag-theme-balham .ag-status-bar .ag-status-bar-item span:nth-child(1)::after {
  content: ":";
}

.ag-theme-balham .ag-status-bar .ag-status-bar-item span:nth-child(2) {
  color: #000;
}

.ag-theme-balham .ag-details-row {
  box-sizing: border-box;
  padding: 20px;
}

.ag-theme-balham .ag-overlay-loading-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}

.ag-theme-balham .ag-overlay-loading-center {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
}

.ag-theme-balham .ag-tool-panel {
  background-color: #f5f7f7;
  border-right: 1px solid #bdc3c7;
  border-top: 1px solid #bdc3c7;
}

.ag-theme-balham .ag-tool-panel .ag-side-buttons {
  border-bottom: 1px solid #bdc3c7;
}

.ag-theme-balham .ag-tool-panel .ag-side-buttons button {
  background: transparent;
  border: 0;
  border-right: 1px solid #bdc3c7;
  color: #000;
  height: 20px;
}

.ag-theme-balham .ag-tool-panel .ag-panel-container {
  border-right: 1px solid #bdc3c7;
  box-sizing: border-box;
}

.ag-theme-balham .ag-tool-panel.full-width .ag-panel-container {
  border-right: 0;
}

.ag-theme-balham .ag-tool-panel .ag-column-drop {
  min-height: 50px;
}

.ag-theme-balham .ag-rtl .ag-tool-panel .ag-panel-container {
  border-left: 1px solid #bdc3c7;
  border-right: 0;
}

.ag-theme-balham .ag-rtl .ag-tool-panel.full-width .ag-panel-container {
  border-left: 0;
}

.ag-theme-balham .ag-rtl .ag-tool-panel .ag-side-buttons button {
  border-left: 1px solid #bdc3c7;
  border-right: 0;
}

.ag-theme-balham .ag-column-name-filter {
  box-sizing: border-box;
  width: 100%;
}

.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;
}

.ag-theme-balham .ag-header {
  background-color: #f5f7f7;
  border-bottom: 1px solid #bdc3c7;
}

.ag-theme-balham .ag-cell-highlight {
  background-color: #0091ea !important;
}

.ag-theme-balham .ag-header-cell-resize {
  right: -3px;
}

.ag-theme-balham .ag-rtl .ag-header .ag-header-cell-resize {
  left: -4px;
}

.ag-theme-balham .ag-header-cell-resize::after {
  height: 16px;
  margin-top: 8px;
}

.ag-theme-balham .ag-header-cell::after,
.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;
}

.ag-theme-balham .ag-column-drop-horizontal.ag-column-drop {
  border: 1px solid #bdc3c7;
  border-bottom: 0;
}

.ag-theme-balham
  .ag-column-drop-horizontal.ag-column-drop.ag-width-half:first-child {
  border-right: 0;
}

.ag-theme-balham .ag-row {
  border-bottom-color: #d9dcde;
}

.ag-theme-balham .ag-row-selected {
  border-bottom-color: #b7e4ff;
}

.ag-theme-balham .ag-row-drag {
  background-position-y: center;
}

.ag-theme-balham .ag-column-drag {
  background-position-y: center;
}

.ag-theme-balham .ag-column-drop-cell {
  height: 24px !important;
}

.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;
}

.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
  opacity: 1;
}

.ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell {
  margin-left: 8px;
  margin-right: 8px;
}

.ag-theme-balham
  .ag-column-drop-vertical
  .ag-column-drop-cell
  .ag-column-drop-cell-text {
  line-height: 24px;
  margin-left: 8px;
}

.ag-theme-balham .ag-column-drop-horizontal {
  background-color: #f5f7f7;
  height: 32px;
}

.ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-empty-message {
  line-height: 32px;
}

.ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-cell-text {
  line-height: 24px;
  margin-left: 8px;
}

.ag-theme-balham .ag-filter .ag-filter-header-container {
  height: 24px;
}

.ag-theme-balham .ag-root {
  border: 1px solid #bdc3c7;
  border-bottom: none !important;
}

.ag-theme-balham .ag-tab {
  box-sizing: initial;
}

.ag-theme-balham .ag-filter .ag-filter-value {
  line-height: 20px;
}

.ag-theme-balham .ag-column-panel {
  border-right: 1px solid #bdc3c7;
  border-bottom: 1px solid #bdc3c7;
}

.ag-theme-balham .ag-column-panel .ag-column-select-panel {
  padding-bottom: 8px;
}

.ag-theme-balham
  .ag-column-panel
  .ag-column-select-panel
  .ag-column-select-column-group,
.ag-theme-balham
  .ag-column-panel
  .ag-column-select-panel
  .ag-column-select-column {
  height: 20px;
  line-height: 20px;
}

.ag-theme-balham .ag-column-panel .ag-column-drop {
  padding-bottom: 8px;
  padding-top: 8px;
}

.ag-theme-balham .ag-column-panel .ag-column-drop .ag-icon {
  margin-bottom: 4px;
}

.ag-theme-balham .ag-column-panel .ag-column-drop .ag-column-drop-title {
  display: inline-block;
  float: none;
  margin-bottom: 4px;
}

.ag-theme-balham
  .ag-column-panel
  .ag-column-drop
  .ag-column-drop-empty-message {
  height: 16px;
  line-height: 16px;
  padding-left: 24px;
}

.ag-theme-balham .ag-rtl .ag-tool-panel,
.ag-theme-balham .ag-rtl .ag-column-panel {
  border-left: 1px solid #bdc3c7;
  border-right: 0;
}

.ag-theme-balham .ag-icon-expanded,
.ag-theme-balham .ag-icon-contracted {
  transform: translateY(2px);
}

.ag-theme-balham .ag-rtl .ag-icon-expanded {
  transform: translateY(2px) rotate(180deg);
}

.ag-theme-balham .ag-menu-option {
  height: 28px;
  line-height: 28px;
}

.ag-theme-balham .ag-column-select-panel .ag-column-select-column-group,
.ag-theme-balham .ag-column-select-panel .ag-column-select-column {
  height: 20px;
  line-height: 20px;
}

.ag-theme-balham .ag-filter-filter {
  margin-left: 4px;
  margin-right: 4px;
  width: calc(100% - 8px);
}

.ag-theme-balham .ag-tab-header {
  border-bottom: 1px solid #bdc3c7;
}

.ag-theme-balham .ag-tab-header .ag-tab {
  margin-bottom: -2px;
}

.ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
  background-color: white;
  border-bottom-color: transparent;
}

.ag-theme-balham .ag-tab-body,
.ag-theme-balham .ag-popup-editor,
.ag-theme-balham .ag-menu {
  background-color: white;
  color: #000;
}

.ag-theme-balham .ag-cell-inline-editing {
  height: 28px;
  padding: 0;
}

.ag-theme-balham .ag-cell-inline-editing input {
  box-sizing: border-box;
}

.ag-theme-balham .ag-details-row {
  background-color: white;
}

.ag-theme-balham .ag-overlay-loading-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}

.ag-theme-balham .ag-overlay-loading-center {
  background-color: #fff;
  border: 1px solid #bdc3c7;
  color: #000;
  padding: 16px;
}

.ag-theme-balham .ag-cell-range-selected-1:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.3);
}

.ag-theme-balham .ag-cell-range-selected-2:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.4);
}

.ag-theme-balham .ag-cell-range-selected-3:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.5);
}

.ag-theme-balham .ag-cell-range-selected-4:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.6);
}

.ag-theme-balham .ag-rich-select-value {
  border-bottom: 1px solid #bdc3c7;
}

.ag-theme-balham .ag-filter-apply-panel {
  border-top: 1px solid #bdc3c7;
}

.ag-theme-balham .ag-header-cell-moving {
  background-color: white;
}

.ngx-pagination {
  margin-top: 15px !important;
  float: right;
}

.ngx-pagination .current {
  background: #3b9ff3 !important;
}

.pagination-previous,
.pagination-next {
  font-weight: bold;
  /*color: red !important;*/
}

.chart {
  min-height: 400px !important;
  height: 400px !important;
}

.notify-bubble {
  position: relative;
  top: -8px;
  right: -7px;
  padding: 2px 5px 1px 5px;
  background-color: #e61807;
  color: white;
  font-size: 10px !important;
  display: initial !important;
  font-weight: bold !important;
  -moz-box-shadow: 1px 1px 1px grey;
  -webkit-box-shadow: 1px 1px 1px grey;
  box-shadow: 1px 1px 1px grey;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.btn-round {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.margin-side-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.margin-side-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.widget-body .sopump-form {
  margin-top: 30px;
}

.sopump-form fieldset {
  background-color: transparent !important;
}

.sopump-form label,
label.address {
  font-size: 10px !important;
  color: #006d9b !important;
  font-weight: bold !important;
  line-height: 19px;
  display: block;
  text-align: left;
  margin: 0px;
}
.sopump-form label.p-checkbox-label{
	margin-left: 10px !important;
  }

.sopump-form label.label-small {
  font-family: Montserrat-SemiBoldItalic;
  font-size: 10px !important;
}

.sopump-form > fieldset > .row {
  margin-bottom: 15px;
}

.sopump-form .select2-container {
  width: 100% !important;
}

.select2-selection__arrow {
  display: none !important;
}

.gmnoprint {
  /*bottom: 20px !important;
  top: unset !important;*/
}

.gm-fullscreen-control {
  display: none;
}

.gm-search-box {
  position: absolute;
  z-index: 999;
  width: 80%;
  /*left: 0;
  right: 0;*/
  margin: auto;
  top: 27px;
  border: solid 1px #f0f0f0;
  line-height: 30px;
  font-size: 12px;
  padding-left: 5px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.jarviswidget > div {
  padding: unset;
}

#map-canvas:not(.maxHeight) {
  min-height: 395px !important;
}

.input-append-unit {
  position: absolute;
  right: 9px;
  top: 7px;
  border-left: solid 1px #006d9b;
  padding-left: 7px;
  font-weight: bold;
}

.smart-form .icon-append {
  color: #006d9b;
  border-color: #006d9b;
  z-index: 999;
}

.smart-form .icon-prepend {
  color: #006d9b;
  border-color: #006d9b;
  z-index: 999;
}

.smart-form *,
.smart-form *:after,
.smart-form *:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.divTable,
#divcalendartable {
  display: table;
  width: 90%;
  margin-left: 0.1%;
  background-color: white;
}

#t_Calendar {
  border-collapse: collapse;
  table-layout: fixed;
}

#t_Calendar th {
  border: 0;
  font-weight: lighter;
  font-size: 17px;
  background: #006c9b;
  color: white;
  text-align: center;
  overflow: hidden;
  padding-right: -18px;
  height: 26px;
}

#t_Calendar th:first-child {
  border-left: 2px solid grey;
}

#t_Calendar th:last-child {
  border-right: 2px solid grey;
}

#t_Calendar .span_header {
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
  float: right;
  white-space: nowrap;
  margin-left: -20px;
  position: absolute;
}

#t_Calendar td {
  height: 100px;
  width: 200px;
  padding: 0px 1px;
  vertical-align: top;
}

.t_assetUnavailabilitySchedule {
  width: 100% !important;
  font-family: Montserrat-SemiBold !important;
}

.t_assetUnavailabilitySchedule th {
  /*font-family: Montserrat-SemiBold !important;*/
  color: #303030 !important;
  background-color: white !important;
  border-top: 1px solid #b8b8b8 !important;
  font-size: 14px !important;
}

.t_assetUnavailabilitySchedule .prevmonthdates,
.t_assetUnavailabilitySchedule .nextmonthdates {
  color: #b8b8b8 !important;
  background-color: #e8e8e8 !important;
}

.t_assetUnavailabilitySchedule .currentmonthdates {
  color: #909090 !important;
  background-color: #fcfcfc !important;
  cursor: pointer;
}

.t_assetUnavailabilitySchedule td {
  max-width: 140px !important;
  height: 74px !important;
  font-size: 11px !important;
  padding-top: 3px !important;
  /*padding-left: 0.3% !important;*/
  border: 1px solid #b8b8b8 !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

.t_assetUnavailabilitySchedule td:first-child,
.t_assetUnavailabilitySchedule th:first-child {
  border-left: none !important;
}

.t_assetUnavailabilitySchedule td:last-child,
.t_assetUnavailabilitySchedule th:last-child {
  border-right: none !important;
}

.coll {
  display: inline-block;
  width: 198px;
}

.active_td {
  border: 8px solid red !important;
}

#t_Calendar .span_minute2,
#t_Calendar .span_minute1 {
  width: 18.2px;
  height: 700px;
  text-align: right;
  display: inline-block;
}

#btnPrevYr {
  text-decoration: none;
  font-size: 35px;
  vertical-align: middle;
}

#btnPrev {
  text-decoration: none;
  font-size: 35px;
  margin-left: 20px;
  vertical-align: middle;
}

#monthandyearspan {
  width: 50px;
  font-size: 25px;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: middle;
}

#monthandyear {
  vertical-align: middle;
}

#btnNext {
  text-decoration: none;
  font-size: 35px;
  margin-right: 20px;
  vertical-align: middle;
  /*background: #00FFCC;*/
}

#btnNextYr {
  text-decoration: none;
  font-size: 35px;
  vertical-align: middle;
}

.prevmonthdates,
.nextmonthdates {
  background-color: #e0e0e0;
}

.currentmonthdates {
  background-color: white;
}

.span_notCurrentMonth {
  padding-left: 3px;
  opacity: 0.4;
}

#cellvaluelist {
  background: #ffcc00;
}

.activityAvailabilityRed {
  background-image: linear-gradient(to bottom, #e24d4d, white);
}

.activityAvailabilityYellow {
  background-image: linear-gradient(to bottom, #fffacd, white);
}

.activityAvailabilityGreen {
  background-image: linear-gradient(to bottom, #9de98e, white);
}

.activityAvailabilityRed .span_star {
  color: #a22c2c;
  font-size: 17px;
  float: left;
}

.activityAvailabilityYellow .span_star {
  color: #facf5a;
  font-size: 17px;
  float: left;
}

.activityAvailabilityGreen .span_star {
  color: #318521;
  font-size: 17px;
  float: left;
}

.b_dwm {
  background-color: #f1f0f0;
  color: grey;
  display: inline-block;
  margin: -2px;
}

.b_day {
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  width: 60px;
  height: 36px;
}

.b_week {
  border: 1px solid #e0e0e0;
  height: 36px;
}

.b_month {
  border: 1px solid #e0e0e0;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  width: 60px;
  height: 36px;
}

.b_pn {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  color: #909090;
  font-size: 16px;
  height: 34px;
  width: 40px;
  margin: -2px;
}

.b_previousYear {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.b_nextYear {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

.event {
  border: 1px solid grey;
  padding: 3px;
  border-radius: 15px;
  cursor: pointer;
  color: grey;
  height: 33px;
  background-color: white;
  text-align: center;
  display: block;
  /*margin-left: 0.3% !important;*/
  z-index: 6;
  position: absolute !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 26px;
  font-size: 10px;
}

.event.active {
  background-color: #e6f1f6;
}

.event.noFinishedDay {
  border-right: none !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.event.fullWeek {
  border-radius: 0px !important;
  border-left: none !important;
  border-right: none !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 99.9% !important;
}

.event.continueDay {
  border-left: none !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  margin-left: 0 !important;
}

.activeWeek {
  background-color: white !important;
  color: #006c9b;
  font-weight: bold;
  padding: 0px 8px;
  border-radius: 25px;
}

.divCell {
  height: 50px;
  vertical-align: middle;
  display: table-cell;
  padding: 10px 36px;
  border-bottom: 2px solid #f5f5f5;
}

.br_mod {
  display: block;
  /* makes it have a width */
  content: "";
  /* clears default height */
  margin-top: 7px;
  /* change this to whatever height you want it */
}

.b_edi {
  border: none;
  background-color: transparent;
}

.b_edi > i {
  color: grey;
}

.d_address {
  font-weight: bold;
  color: dimgrey;
  font-size: small;
}

.close {
  font-size: 30px;
}

.s_FiltrerPar {
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  color: #909090;
  border-radius: 25px;
  width: auto;
  padding: 4px 14px;
  font-family: Montserrat-Medium;
}

.s_FiltrerPar:hover {
  color: #006c9b;
}

.dropdown-menu {
  padding: 0px !important;
}

.dropdown-menu > li > a {
  color: #606060 !important;
  font-family: Montserrat-Medium;
  line-height: 1.72857143 !important;
  border: 1px solid #f8f8f8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 10px !important;
}

.dropdown-menu > li > a:last-child {
  border: none;
  border-radius: 0px 0px 15px 15px !important;
}

.dropdown_active {
  background-color: #e6f1f6;
  font-family: Montserrat-Bold !important;
}

.dropdown-separator {
  background-color: #e8e8e8;
  cursor: default;
}

.dropdown-separator:hover {
  background-color: transparent !important;
  background-image: none !important;
  background-color: red !important;
  cursor: default !important;
}

.dropdown-menu > li > a:hover {
  background-color: transparent !important;
  background-image: none !important;
  background-color: #e8e8e8 !important;
  font-family: Montserrat-Bold !important;
}

.sop-auto-comp-container {
  border: solid 1px #dcdcdc;
  background-color: #fff;
  position: absolute;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 9999;
  width: 340px;
}

.sop-auto-comp-item {
  padding: 5px 5px;
  font-weight: 600;
  font-size: 11px;
  border-bottom: solid 1px #dcdcdc;
  cursor: pointer;
  color: #686868;
}

.sop-auto-comp-item:hover {
  background-color: #edf5fd;
}

.sop-auto-comp-item > span {
  display: block;
  pointer-events: auto;
}

.sop-auto-comp-item.sop-auto-comp-detail {
  font-size: 10px;
  font-style: italic;
}

.b_onglets {
  background-color: #f8f8f8 !important;
  /*border: 1px solid #e8e8e8 !important;*/
  text-align: center;
  padding: 4px 0px;
  cursor: pointer;
  display: inline-block;
}

.b_onglets > a {
  color: #b8b8b8 !important;
  text-decoration: none !important;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
}

.b_onglets_active {
  background-color: white !important;
  border-bottom: none !important;
}

.b_onglets_active > a {
  color: #303030 !important;
}

.agGrid_cell1 {
  text-align: center !important;
}

.ag-header-cell-label {
  justify-content: center;
}

.ag-cell {
  text-align: center;
}

i:hover,
em:hover,
.table-responsive tr:hover {
  /*color: #006c9b !important;*/
  opacity: 0.7 !important;
  cursor: pointer !important;
}

.row_table {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid rgb(189, 195, 199);
  border-left: 1px solid rgb(189, 195, 199);
  min-height: 50px;
  display: flex !important;
  align-items: center !important;
}

.row_table2 {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid rgb(189, 195, 199);
  border-left: 1px solid rgb(189, 195, 199);
  min-height: 43px !important;
  border-bottom: 1px solid #e8e8e8 !important;
  display: flex !important;
  align-items: center !important;
}

.row_table_dynamic {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid rgb(189, 195, 199);
  border-left: 1px solid rgb(189, 195, 199);
  min-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f8f8f8;
}

.demo-btns > li {
  margin-bottom: 0px !important;
}

.demo-btns > li:not(:last-child) {
  margin-right: 4px;
}

.demo-btns i {
  font-size: 18px !important;
}

.pagination1 {
  color: #006c9b !important;
  font-size: 12px !important;
  min-height: 30px;
  font-family: Montserrat-ExtraBold;
}

.pagination1 span:hover {
  cursor: pointer !important;
  background-color: #e6f1f6 !important;
}

.button-circle-small {
  border-radius: 50%;
  border: 1px solid #b8b8b8;
}

.file-list {
  font-size: smaller;
  margin: 1em;
}

.button-circle {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 1px solid #b8b8b8;
  display: inline-block;
  color: #b8b8b8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

.button-circle-new {
  margin: 10px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 1px solid #84a0c9;
  display: inline-block;
  color: #85a1c7 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

.button-circle:hover .button-circle-small:hover {
  color: #006c9b !important;
  border-color: #006c9b !important;
}

a.disabled {
  pointer-events: none;
  color: #e8e8e8;
  border: 1px solid #e8e8e8;
}

.ag-icon {
  background-color: #e6f1f6 !important;
}

.collapse-sign > em {
  font-size: 14px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #b8b8b8;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #b8b8b8;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #b8b8b8;
}

/*.inputSearch {
  color: #909090 !important;
  background-color: #f8f8f8 !important;
  z-index: 7;
  border: 1px solid #e6e6e6 !important;
  border-left: none !important;
  padding: 4px 0px !important;
  font-family: Montserrat-Medium;
}*/
h3 {
  color: #303030 !important;
}

nav ul span.menu-item-parent {
  font-family: 'Rosario', sans-serif;
  font-weight: 700;
  font-size: 11px;
}

.smart-style-2 nav ul li a {
  font-family: Montserrat-SemiBold;
}

.smart-style-2 nav ul li.open > a,
.smart-style-2 nav ul li.open > a b,
.smart-style-2 nav ul .active > a {
  font-family: Montserrat-Bold;
}

.btn1 {
  background-color: #006c9b;
  color: white !important;
  border-radius: 25px !important;
  font-size: 13px !important;
  font-family: Montserrat-SemiBold !important;
}

.btn2 {
  background-color: white;
  border-radius: 25px !important;
  font-size: 13px !important;
  font-family: Montserrat-SemiBold !important;
  margin-right: 10px;
}

.btn4 {
  background-color: white;
  border-radius: 5px !important;
  border: solid 0.2px #aaa !important;
}

.btn4:hover {
  border: solid 0.2px #ccc !important;
}

.btn-delete {
  background-color: #c7092f;
  color: white !important;
  border-radius: 25px !important;
  font-size: 13px !important;
  font-family: Montserrat-SemiBold !important;
}
/* #f7f9fc */

.btn3 {
  background-color: white;
  color: #909090;
  border: 1px solid #909090 !important;
  border-radius: 25px !important;
  font-size: 13px;
  font-family: Montserrat-SemiBold !important;
  padding: 4px 10px !important;
}

.btn1:hover {
  color: white !important;
}

.btn3:hover {
  color: #006c9b !important;
  border-color: #006c9b !important;
}

.modal-header {
  border-color: #e8e8e8 !important;
  color: #303030;
}

.modal-title {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}

.modal-body {
  background-color: white !important;
}

.modal-header {
  padding: 10px !important;
  background-color: #006d9b !important;
  color: white;
}

.modal-footer {
  padding: 10px !important;
  background-color: white !important;
}

.label {
  text-transform: uppercase;
}

.centerVerticallyHorizontally {
  display: flex;
  align-items: center !important;
  text-align: center !important;
  justify-content: center;
}

/*INPUT-SOPUMP CSS*/
.input-container {
  display: flex;
  width: 100%;
  border-radius: 25px !important;
  background-color: #f8f8f8 !important;
  border: 1px solid #e8e8e8 !important;
  height: 30px;
}

.icon {
  color: #b8b8b8;
  width: 39px;
  font-size: 15px;
}

.input-field {
  background-color: #f8f8f8 !important;
  border-radius: 25px !important;
  border: none !important;
  font-family: Montserrat-Medium !important;
  font-size: 11px !important;
  color: #303030 !important;
  padding-left: 3px;
  outline: none;
  width: 100%;
}

.input-field-new {
  background-color: #f8f8f8 !important;
  border-radius: 25px !important;
  border: solid #eaeaea 1.5px !important;
  font-family: Montserrat-Medium !important;
  color: #303030 !important;
  padding-left: 3px;
  outline: none;
  width: 100%;
  padding-left: 20px;
  min-height: 30px;
}

.input-star {
  padding-left: 7%;
  font-family: Montserrat-Bold !important;
  font-size: 18px !important;
  background-color: transparent !important;
}

.icon-star {
  padding-right: 4%;
  color: #f2b01e;
  font-size: 18px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f8f8f8 inset !important;
  -webkit-text-fill-color: #303030 !important;
}

.open > .dropdown-menu {
  display: block;
  margin-top: 0px !important;
  width: 100%;
  border: 1px solid #e8e8e8 !important;
  border-radius: 0px 0px 15px 15px;
}

.dropdown.open,
.open > button,
.dropdown.open,
.open > input {
  border-radius: 15px 15px 0px 0px !important;
}

textarea {
  resize: none !important;
  width: 100%;
  height: 100%;
  padding: 15px !important;
  background-color: #f8f8f8 !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 15px !important;
  font-family: Montserrat-Medium !important;
  font-size: 14px !important;
  color: #303030 !important;
}

.open > button {
  /*background-color: #006d9b !important;
  color: white !important;*/
}

.open .glyphicon-triangle-top {
  display: inline !important;
}

.open .glyphicon-triangle-bottom {
  display: none !important;
}

.help-block {
  display: inline-block !important;
  font-family: Montserrat-SemiBold !important;
  color: #dd5a4f !important;
  padding-left: 5px;
  margin-bottom: 0px !important;
  font-size: x-small;
}

.fontSize1 {
  font-size: 12px !important;
}

.fontSize2 {
  font-size: 22px !important;
}

.input-rightLabel {
  font-family: Montserrat-Bold;
  font-size: 12px;
  color: #006d9b;
  padding-right: 13px;
}

.input-right {
  padding-left: 9px !important;
  padding-right: 7px !important;
}

.modal-dialog-Width1 {
  width: 70% !important;
}

.modal-dialog-Width2 {
  width: 75% !important;
}

.MessageBoxContainer {
  background-color: white !important;
}

#bot1-Msg1 {
  background-color: #6cb537 !important;
  color: white;
}

body.delete-warning-active #bot1-Msg1.btn-default {
  background-color: #a94442 !important;
  color: white;
}
#bot2-Msg1 {
  background-color: #606060 !important;
  color: white;
}

.botTempo {
  border-radius: 25px !important;
  font-family: Montserrat-SemiBold !important;
}

.MessageBoxMiddle .MsgTitle {
  text-transform: uppercase;
  color: #303030;
  font-family: Montserrat-SemiBold;
}

.MessageBoxMiddle .pText {
  font-size: 14px;
  color: #303030;
  font-family: Montserrat-SemiBold;
  margin-bottom: 14px !important;
}

.MessageBoxMiddle .pName {
  color: #006d9b;
  font-family: Montserrat-Bold;
  font-size: 15px;
  margin-left: 5px;
}

.MessageBoxMiddle i {
  color: #006d9b;
}

.filter-nested-component {
  margin-left: 50px;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #006d9b !important;
  font-family: Montserrat-Bold;
}

body {
  background-color: #e8e8e8 !important;
}

li.active i {
  color: #006d9b !important;
}

.tooltip-inner {
  background-color: white !important;
  border: 1px solid #b8b8b8;
  color: #606060 !important;
  font-size: 12px !important;
  z-index: 999;
  /*min-width: 100px !important;*/
  max-width: 100% !important;
  z-index: 999 !important;
}

#extr-page {
  background-color: unset !important;
}

.H_ib_content,
.H_ib_body {
  font-size: 13px !important;
  background-color: #606060 !important;
  width: 250px;
}

.H_ui {
  z-index: 2 !important;
}

.smart-style-2 .dropdown-menu > li > a:hover,
.smart-style-2 .dropdown-menu > li > a:focus {
  background-color: #e6f1f6;
  font-family: Montserrat-Bold !important;
}

.spinner {
  right: 50% !important;
  top: 50% !important;
}

.spinner-icon {
  width: 42px !important;
  height: 42px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

.bookingInput {
  background-color: white !important;
}

.bookingBar3,
.bookingBar3 div {
  background-color: #006d9b !important;
}

.bookingBar1 {
  background-color: #f8f8f8 !important;
}

.bookingBar1 div:first-child {
  background-color: #006d9b !important;
}

.bookingBar2 {
  background: linear-gradient(to right, #006d9b 50%, #f8f8f8 50%) !important;
}

.bookingBar2 div:nth-child(1),
.bookingBar2 div:nth-child(3) {
  background-color: #006d9b !important;
}

.addressLocationName {
  color: #606060;
  font-family: Montserrat-SemiBoldItalic;
  font-size: 11px !important;
}

.hidden {
  display: none !important;
}

.readonly {
  pointer-events: none !important;
  opacity: 0.6 !important;
}

.autocompleteFound {
  font-size: 10px;
  color: red;
  text-transform: uppercase;
}

.sop-search-results-container {
  background-color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  width: 95%;
  box-shadow: 0px 0px 5px #909090;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: 15px !important;
}

.sop-search-results-filterrow {
  padding: 0px 0px;
  line-height: 40px;
}

.sop-search-results-tabs {
  padding: 0px 0px !important;
}

.sop-search-results-tab {
  border: solid 1px #eaeaea;
  padding: 0px 0px !important;
  cursor: pointer;
}

.sop-search-results-tab.col-lg-10 {
  width: 20%;
}

.sop-search-results-tab > span {
  display: block;
  color: #909090;
  line-height: 30px;
  text-align: center;
}

.sop-search-results-tab > span.result-count {
  background-color: #7fb6cd;
  color: #fff;
}

.sop-search-results-tab.active > span {
  color: #000;
}

.sop-search-results-tab.active > span.result-count {
  background-color: #006d9b;
  color: #fff;
}

.sop-search-results-row {
  padding: 5px 5px;
  border-bottom: solid 1px #eaeaea;
}

.sop-search-results-row > span {
  display: block;
}

.sop-search-results-title {
  color: #006d9b;
  font-weight: bold;
  display: block;
}

.sop-search-results-title > small {
  font-weight: 100;
  font-style: italic;
  font-size: 10px;
  text-transform: none;
}

.sop-search-results-subtitle {
  color: #606060;
  text-transform: none;
  display: block;
}

.border-bottom-none {
  border-bottom: none !important;
}

.float-left {
  float: left !important;
}

.new-line-none {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.collapse-container {
  float: right;
  font-size: 17px;
  color: #006d9b;
}

.icon-checked-circle {
  color: #6cb537 !important;
  font-size: 17px !important;
}

.icon-unchecked-circle {
  color: #dd5a4f !important;
  font-size: 17px !important;
}

.icon-circle {
  color: #e8e8e8;
}

.rowStatusBar .col-xs-1 {
  background-color: #f8f8f8;
}

.rowStatusBar .col-xs-1:last-child {
  background: linear-gradient(to right, #f8f8f8 53%, transparent 50%);
}

.circleProgressBar {
  height: 12px;
  width: 12px;
  background-color: #e8e8e8;
  /*border: 1px solid #e8e8e8;*/
  border-radius: 50%;
  border-right: none;
  border-left: none;
  margin-top: -2px;
  margin-left: 49%;
}

.border-radius-left-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.border-radius-right-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/*Spinner Animation*/
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.icon-refresh.active:before {
  animation: spin 1.5s linear infinite;
}

/*.icon-refresh.active {
  display: initial !important;
}*/

.b_pcn {
  background-color: white;
  color: #006d9b;
  display: inline-block;
  margin: -3px;
  font-size: 13px !important;
  text-transform: uppercase;
}

.b_previous {
  border: 1px solid #e8e8e8;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  height: 30px;
}

.b_current {
  border: 1px solid #e8e8e8;
  height: 30px;
  padding: 0px 10px;
}

.b_next {
  border: 1px solid #e8e8e8;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  height: 30px;
}

.svg-small {
  height: 18px;
  width: 18px;
  margin-top: -2px;
  margin-right: 1px;
}

.svg-medium {
  height: 32px;
  margin-top: -2px;
  margin-right: 5px;
}

input {
  color: #303030 !important;
}

/*calendar*/

.date-picker-calendar .daysheader {
  font-size: 10px !important;
  border: none !important;
  font-family: montserrat-bold !important;
  height: 25px !important;
  text-transform: uppercase;
}

.date-picker-calendar td {
  height: 25px !important;
  border: none !important;
  vertical-align: middle !important;
}

.date-picker-calendar .currentmonthdates.day-active {
  background-color: #006d9b !important;
  color: white !important;
}

.date-picker-calendar .t_assetUnavailabilitySchedule {
  height: 175px;
}

date-picker {
  position: absolute;
  margin-top: 65px !important;
  left: 34%;
  width: 447px;
  z-index: 9999;
}

.col-lg-4.sop-search-results-tab.active {
  font-family: montserrat-bold !important;
  background-color: #e8e8e8;
}

.info-message {
  font-size: 11px !important;
  color: #006d9b !important;
  font-family: Montserrat-SemiBoldItalic !important;
}

.btn {
  padding: 6px 9px !important;
}

.icon-menu-button {
  cursor: pointer;
}

.colStatusBar {
  width: 7.1% !important;
}

.colStatusBar2 {
  width: 21% !important;
}

@media (max-width: 979px) {
  #left-panel {
    left: 0px;
    display: none;
  }

  #main {
    margin-left: 0 !important;
  }

  #menu-button {
    display: unset;
  }

  #logo-group {
    padding-left: 0 !important;
    width: 177px !important;
  }
}

@media (min-width: 980px) {
  #menu-button {
    display: none;
  }

  #left-panel {
    left: 0px;
    display: unset !important;
  }
}

.btn-header.transparent a {
  width: auto !important;
}

.g_input {
  width: 300px !important;
}

/*Responsive Form*/
.smart-form .label {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.modal-dialog-Width2 {
  width: 75% !important;
}

.smart-form div [class*="col-xs"],
div [class*="col-sm"],
div [class*="col-md"] {
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .modal-footer .btn {
    margin-top: 7px !important;
    margin-right: 0px !important;
    float: unset !important;
    font-size: 12px !important;
  }

  .modal-footer {
    text-align: center !important;
  }

  .col-md-4.card-- {
    width: 100% !important;
  }

  .modal-dialog {
    width: 100% !important;
    margin: 0 !important;
  }

  date-picker {
    margin-top: -2px;
    left: 50%;
    width: 366px !important;
    margin-left: -183px;
  }

  date-picker br {
    display: none !important;
  }

  .date-picker-calendar .daysheader {
    font-size: 8px !important;
  }

  .t_assetUnavailabilitySchedule td {
    font-size: 10px !important;
  }

  .header-day {
    font-size: 27px !important;
  }

  .header-month-year {
    font-size: 12px !important;
  }
}

@media only screen and (min-device-width: 500px) and (max-width: 699px) {
  .colStatusBar[_ngcontent-c2] {
    width: 10% !important;
    font-size: 6px;
  }

  .colStatusBar2 {
    width: 25% !important;
    font-size: 8px;
  }
}

@media screen and (min-width: 700px) {
  .colStatusBar[_ngcontent-c2] {
    width: 10% !important;
    font-size: 8px;
  }
}

@media screen and (max-width: 800px) {
  .detailsBooking div,
  .detailsBooking span {
    font-size: 9px !important;
  }

  .detailsBooking em {
    font-size: 14px !important;
  }

  .detailsBooking i {
    font-size: 11px !important;
  }
}

/*Mobile Version*/
@media only screen and (min-device-width: 350px) and (max-width: 499px) {
  /*SideBar Main*/
  .btn {
    padding: 4px !important;
    font-size: 9px !important;
  }

  a.btn.btn1 {
    margin-top: 11px !important;
    margin-left: -59px !important;
    padding: 6px !important;
    font-size: 9px !important;
  }

  .btn-header.pull-right {
    margin-left: -4px !important;
  }

  i#menu-button {
    margin-left: 2px !important;
    font-size: 15px !important;
  }

  .lazyloaded {
    height: 43% !important;
    width: unset !important;
  }

  .smart-style-2 .btn-header > :first-child > a,
  .smart-style-2 #hide-menu a > i {
    font-size: 16px !important;
  }

  h3 {
    font-size: 19px !important;
  }

  h3 i {
    font-size: 22px !important;
  }

  h5 {
    font-size: 10px !important;
  }

  .colStatusBar {
    width: 10% !important;
    font-size: 4px;
  }

  .colStatusBar2 {
    width: 25% !important;
    font-size: 5px;
  }

  .detailsBooking div,
  .detailsBooking span {
    font-size: 7px !important;
  }

  .detailsBooking em {
    font-size: 13px !important;
  }

  .detailsBooking i {
    font-size: 10px !important;
  }

  .newBooking .row.row_table2 {
    font-size: 8px !important;
  }

  .info-message {
    font-size: 8px !important;
  }

  .newBooking i {
    font-size: 11px !important;
  }

  .MessageBoxMiddle .MsgTitle {
    font-size: 20px !important;
  }

  .MessageBoxButtonSection button {
    margin-top: 2px !important;
  }

  .MessageBoxButtonSection {
    width: 61%;
    height: 57px;
    display: grid;
    text-align: center !important;
    margin-left: 20%;
  }

  .MessageBoxMiddle .pText {
    font-size: 8px !important;
  }

  .pName {
    font-size: 8px !important;
  }

  .dashboard-table td,
  .dashboard-table th {
    font-size: 5.5px !important;
  }
}

.minified nav > ul > li > ul {
  margin-top: -6px !important;
  padding: 0px !important;
  min-height: auto !important;
  overflow-y: auto;
  max-height: 300px;
}

.smart-style-2.minified nav ul > li > ul > li a {
  padding: 9px;
  font-size: 11px !important;
  border: 1px solid #e8e8e8;
}

.smart-style-2.minified nav ul > li > ul > li:nth-child(even) {
  background-color: #fcfcfc !important;
}

.smart-style-2.minified nav ul > li > ul > li.active {
  background-color: #e6f1f6 !important;
}

.statusExecHour {
  /* font-family: montserrat-bold; */
  font-size: 9.5px;
  color: #303030;
  margin-left: 7px;
  width: 38px;
  text-align: right;
  border: none;
  margin-top: 2px;
  background: transparent;
}

.statusExecHour.active {
  border: 1px solid;
  border-radius: 5px;
  font-size: 10px;
  padding: 2px;
  text-align: center;
}

.pac-container {
  z-index: 10000 !important;
  /*display: block !important;*/
}

.column1 legend,
.column1 label {
  opacity: 0.9;
}

.list-phone .ag-body-viewport-wrapper,
.list-phone .ag-layout-auto-height.ag-body-container {
  min-height: 140px !important;
}

.selected-list .c-list .c-token .c-label {
  font-size: 11px !important;
}

.selected-list .c-list .c-token {
  background: #006d9b !important;
  border-radius: 5px !important;
}

.multi-small .c-token {
  padding: 0px 25px !important;
  margin-top: 0px !important;
  float: unset !important;
  font-size: 10px !important;
  height: 22px;
}

.multi-small div#container {
  padding-top: 0px;
  background: transparent !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.clear-all {
  display: none !important;
}

.pure-checkbox input[type="checkbox"] + label {
  padding-left: 2.5em !important;
}

.pure-checkbox input[type="checkbox"] + label:before {
  color: #006d9b !important;
  border: 1px solid #006d9b !important;
}

.pure-checkbox input[type="checkbox"]:checked + label:before {
  background: #006d9b !important;
}

.selected-list .c-btn {
  font-family: Montserrat-Medium;
  font-size: 11px !important;
  color: #b8b8b8;
}

.list-message {
  font-size: 11px !important;
}

.style1 .c-btn {
  border-radius: 25px !important;
  background-color: #f8f8f8 !important;
  border: 1px solid #e8e8e8 !important;
}

.helppanel {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 2;
  padding: 2px 6px !important;
}

.gestHeader {
  margin-top: -25px;
}

button .icon-file-pdf {
  color: #d9534f;
}

img {
  cursor: pointer;
}

.required-field:after {
  content: " *";
  color: red;
  font-size: 13px;
}

.ag-grid-header {
  width: 100%;
  color: white;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.ag-grid-header.mandatory:before {
  content: "* ";
  color: red;
  font-size: 13px;
}

.auto-dimensions {
  width: auto !important;
  height: auto !important;
}

.height-popup {
  width: auto !important;
  height: 200px !important;
}

.label-hour-minute {
  margin-bottom: 0px !important;
  padding: 0 !important;
  width: 44% !important;
  display: inline-block;
  color: #006d9b;
}

.icon-warning,
.icon-no-entry,
.icon-visibility-button {
  color: #b8b8b8;
}

.icon-warning.active {
  color: #ecce58 !important;
}

.icon-no-entry.active {
  color: #dd5a4f !important;
}

.icon-visibility-button.active {
  color: #6cb537;
}

.icon-concrete_pump.active {
  color: #006d9b;
}

body.minified .sticky {
  width: calc(100% - 348px) !important;
}

.tooltip-header {
  color: #006d9b !important;
}

body.desktop-detected.smart-style-2.modal-open {
  padding: 0px !important;
}

popup2 .btn.margin-side-10,
popup2 .dropdown {
  margin-top: 7px;
  float: unset !important;
}

popup2.datepicker div#wrap {
  top: 160px !important;
  width: 533px !important;
  height: 140px !important;
}

popup2.dragbooking div#wrap {
  width: 72% !important;
  height: 373px !important;
}

.bookingCxtMenu {
  position: absolute;
  display: grid;
  z-index: 6;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 10px 0;
  border-radius: 5px;
}

.bookingCxtMenu button {
  font-size: 11px !important;
}

/*Calendar Month Unavailability*/
.calendar__date,
.calendar__day-name {
  display: inline-block;
  width: calc(100% / 7);
}

.calendar__date.disabled {
  color: #b8b8b8 !important;
  background-color: #e8e8e8 !important;
}

.calendar__date.disabled .calendar__number {
  opacity: 0.7;
}

.calendar__date {
  height: inherit;
  color: #909090 !important;
  background-color: #fcfcfc !important;
  cursor: pointer;
  font-size: 11px !important;
  padding-top: 3px;
  padding-left: 3px;
  border: 1px solid #b8b8b8 !important;
}

.calendar__date.today,
.calendar__day-name.today {
  background-color: #e6f1f6 !important;
}

.calendar__week {
  height: 66px;
}

.calendar__day-name {
  color: #303030 !important;
  background-color: white !important;
  border-top: 1px solid #b8b8b8 !important;
  border-bottom: 1px solid #b8b8b8 !important;
  font-size: 14px !important;
  padding: 2px;
  text-align: center;
  height: 26px;
}

.disabled {
  color: blueviolet;
  pointer-events: none;
  cursor: not-allowed;
}

.infoWin {
  font-family: Montserrat-Bold !important;
}

[hidden],
template {
  display: none !important;
}

.step-title {
  color: #4473c2;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.step-body {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.step-title,
.step-body {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.icon-link {
  margin-top: -5px !important;
  font-size: 12px !important;
}

.minimized .ag-body-viewport {
  min-height: 140px !important;
}

.input-container.active {
  border: 3px solid #e6f1f6 !important;
}

.step-body,
.step-title {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding: 7px;
  display: flex;
  align-items: center !important;
  text-align: center !important;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  font-size: 10px;
}

.radioBtn2 {
  background-color: #f8f8f8;
  color: #b8b8b8;
  border-radius: 25px;
  font-family: Montserrat-Medium !important;
  margin: 0px 2px;
  height: 28px;
  width: 90%;
}

.radioBtn2_Oui {
  background-color: #a9be1c;
  color: white;
  font-family: Montserrat-Bold !important;
}

.radioBtn2_Non {
  background-color: #dd5a4f;
  color: white;
  font-family: Montserrat-Bold !important;
}

/* .radioBtn2_Oui.separated::before {
  content: "Oui";
}

.radioBtn2_Non.separated::before {
  content: "Non";
}

.radioBtn2_Oui.separated.inversed::before {
  content: "Non";
}

.radioBtn2_Non.separated.inversed::before {
  content: "Oui";
} */

.separated {
  width: 40px;
  display: inline-flex;
  font-size: 10px;
  height: 20px;
}

.file-preview-text {
  position: relative;
  background-color: #f8f8f8;
  border: 1px solid !important;
  border-radius: 5px !important;
  padding: 5px;
  font-size: 11px;
  width: 100%;
  cursor: pointer !important;
}

.file-preview-text .icon-close {
  position: absolute;
  right: 3px;
}

.icon-link.active {
  color: blue;
}

.bulle-container {
  border: 1px solid #b8b8b8;
  border-radius: 25px;
  padding: 5px 11px;
  margin: 7px -11px;
}

.bulle-container .title,
.bulle-title {
  color: red;
  font-size: 11px;
}

.week tr.hover {
  border: 5px solid #e6f1f6;
}

body.busy-cursor,
body.busy-cursor * {
  cursor: wait !important;
}

.doc-viewer {
  height: 100%;
  width: 100%;
  z-index: 1107;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#f3f3f3)
  );
}

.doc-viewer.spec {
  /*padding-left: 25%;*/
}

i.doc-viewer {
  background: black;
  color: white;
  border-radius: 5px;
  padding: 3px;
  z-index: 1107;
  position: fixed;
  top: 25px;
  left: 52%;
  width: 30px;
  height: 30px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.style2 .radioBtn2_Oui {
  background-color: grey !important;
}

.style2 .radioBtn2_Non {
  background-color: darkblue !important;
}

modal-dragged-booking .radioBtn2_Non,
modal-dragged-booking .radioBtn2_Oui {
  background-color: #006d9b !important;
}

.icon-checked-circle.red {
  color: #ce1414fc !important;
  font-size: 10px !important;
}

.icon-checked-circle.blue {
  color: #2c8bf5 !important;
  font-size: 10px !important;
}

.icon-checked-circle.orange {
  color: orange !important;
  font-size: 10px !important;
}

.icon-checked-circle.green {
  color: #6cb537 !important;
  font-size: 10px !important;
}

.cancel-loading {
  margin-right: 5px;
  font-family: montserrat-bold;
  font-size: 11px;
  text-align: center;
  margin-top: -5px;
}

date-picker .row {
  margin: 0px -15px !important;
}

date-picker div [class*="col-xs"] {
  margin-bottom: 0 !important;
}

.smart-form .label.inline {
  display: inline-block !important;
  overflow: unset !important;
}

.warningLight {
  color: #ff9966 !important;
}

.warningLight i {
  color: #ff9966;
  font-size: 14px;
}

.title-desc {
  color: grey;
  font-style: italic;
  font-size: 13px;
  margin-left: 5px;
}

.hatched {
  background-image: linear-gradient(
    -45deg,
    #ffffff 43.75%,
    #d99797 43.75%,
    #d99797 50%,
    #ffffff 50%,
    #ffffff 93.75%,
    #d99797 93.75%,
    #d99797 100%
  );
  background-size: 11.31px 11.31px;
  color: black !important;
  border: 1px solid #dedcd9;
  border-color: #ded5c1;
}

.hatched.black {
  border-color: #303030 !important;
}

.hatched *:not(.booking.top) {
  background: transparent !important;
}

.date-info {
  font-size: 11px;
  padding-top: 2px;
  white-space: nowrap;
  margin-top: 0px;
  line-height: 1.33333;
  float: left;
}

.switch1 {
  font-family: montserrat-bold;
}

/* reduce ag-grid default header line-height and padding */
.minimizedL .ag-header-cell {
  line-height: normal;
  padding: 2px;
}

/* make header separator height proportional to header height */
.minimizedL .ag-header-cell:after,
.minimizedL .ag-header-group-cell:after {
  height: 50%;
}

/* set icons height to their real absolute value to ensure proper vertical alignment */
.minimizedL .ag-header-cell-menu-button .ag-icon-menu,
.minimizedL .ag-header-cell-label .ag-header-icon {
  height: 16px;
}

/* make header text wrap, without breaking words and without ellipsis */
.minimizedL .ag-header-cell-label,
.minimizedL .ag-header-cell-text {
  height: auto !important;
  overflow: visible !important;
  overflow-wrap: normal !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

.minimizedL .ag-cell-focus,
.minimizedL .ag-root,
.minimizedL .ag-root-wrapper,
.minimizedL .ag-body-viewport,
.minimizedL .ag-center-cols-viewport,
.minimizedL .ag-center-cols-clipper {
  overflow: visible !important;
}

.icon2 {
  font-size: 15px !important;
  width: 39px;
}

.min-opacity {
  opacity: 0.5;
}

.minim-input {
  height: 26px !important;
  color: #006c9b !important;
}

.minim-input-diff {
  height: 26px !important;
  color: red !important;
}

.border-radius-15px-top {
  border-radius: 15px 15px 0px 0px !important;
}

.border-radius-15px-bottom {
  border-radius: 0px 0px 15px 15px !important;
}

.smart-style-2.minified #left-panel {
  position: fixed !important;
  top: 0 !important;
  border-bottom: 1px solid #303030;
}

.bookings-infos-tooltip div {
  display: block !important;
  line-height: 20px;
  text-transform: capitalize;
  font-size: 12px !important;
}

.bookings-infos-tooltip .tooltip-inner {
  padding: 0px !important;
}

.icon-visibility-button:before {
  margin: 0px !important;
  margin-right: 2px !important;
}

.calendar-booking-tooltip {
  min-width: 230px;
}

.calendar-booking-tooltip .tooltip-inner {
  font-size: 12px !important;
  padding: 0px !important;
}

.tooltip-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 12px;
  height: 40px;
}

.calendar-booking-tooltip .status {
  color: #74849c !important;
}

.booking-range {
  display: flex;
  align-items: center;
  padding: 5px 12px;
  background: #55769a;
  color: white;
  font-family: "Montserrat-SemiBold";
}

.booking-range span {
  margin: 0 5px;
}

.booking-detail-container {
  text-align: left;
}

.booking-detail {
  margin: 4px 7px;
  font-family: "Montserrat-SemiBold";
  color: black;
}

.booking-detail i {
  color: #006c9b !important;
  margin-right: 7px;
}

.booking-detail i {
  font-size: 17px;
}

.italic {
  font-family: "Montserrat-SemiBoldItalic";
}

.fa-paper-plane {
  color: #006c9b !important;
}

.volumeLinearTube {
  word-spacing: 5px;
}

.section-name {
  color: #006c9b;
  background-color: #b7e1e4;
  padding: 6px;
}

.nested-link {
  margin-left: 7px;
  font-family: Montserrat-SemiBoldItalic !important;
  padding-bottom: 0 !important;
  border: none !important;
}

li.active > a > a.nested-link.active {
  color: #006d9b !important;
}

.hour-minute-picker .row {
  margin: 0px !important;
}

.smart-form .hour-minute-picker [class*="col-xs"] {
  margin: 0;
}

.hour-minute-picker {
  font-size: 12px;
}

.visualize-content {
  color: #006d9b;
  opacity: 1 !important;
  font-size: 15px;
}

/* Smart-Admin Notification left-style */
#MsgBoxBack.left-style {
  background: rgba(0, 0, 0, 0.2) !important;
}

#MsgBoxBack.left-style #Msg1 {
  width: 60% !important;
  margin-left: 3% !important;
}

#MsgBoxBack.left-style .MessageBoxContainer input {
  width: 100% !important;
}

.icon-target {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-size: 22px;
  margin-top: 10px;
}

.map-pumpcategory {
  position: absolute;
  right: 0;
  margin-right: 25px;
  margin-top: 75px;
  z-index: 1;
}

.gm-style-iw.left {
  margin-left: 110px;
}

.gm-style-iw.right {
  margin-left: -134px;
}

.gm-style-iw.top {
  margin-top: 134px;
}

.gm-style-mtc > button {
  height: 30px !important;
}

.btn-field {
  margin-top: 22px;
  font-size: 12px !important;
}

.resizer {
  width: 10px;
  height: 100%;
  position: absolute;
  bottom: 0;
  cursor: ew-resize;
}

.resizer-left {
  left: 0;
}

.resizer-right {
  right: 0;
}

.color-red {
  color: red !important;
}

.youHaveBeenDisconnectedPleaseRefresh {
  position: absolute;
  margin-left: 34%;
  margin-top: -20px;
  color: red;
}

.rectangle {
  height: 15px;
  width: 50px;
}

contact-crud .col-md-3,
contact-crud .col-md-2 {
  padding: 5px;
}

.smart-form .row {
  margin: 8px -15px;
}

.tab-container {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
  margin-top: -27px;
  margin-bottom: 15px;
  cursor: pointer;
}

.tab-container .b_onglets {
  width: 22%;
}

.autocomplete-loading::after {
  content: "\f1ce";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  z-index: 999999;
  margin-right: 5px;
  color: #006d9b;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.toast-message {
  font-size: 13px;
  letter-spacing: inherit;
  font-weight: normal;
  margin-top: 0px;
}

.toast-container .ngx-toastr {
  background-position-y: 26px !important;
}

body.minified .reservation-calendrier .sticky {
  width: calc(100% - 267px) !important;
}
/* alpine theme for ag grid */

.ag-theme-alpine {
  -webkit-font-smoothing: antialiased;
  color: #181d1f;
  color: var(--ag-foreground-color, #181d1f);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: normal;
}

@font-face {
  font-family: "agGridAlpine";
  src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABNkAAsAAAAAIqAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAAlMAAAReYc5joU9TLzIAAANcAAAAQAAAAFZWUVJ5Y21hcAAAA5wAAAHqAAAFgHCsDfxnbHlmAAAFiAAACesAABCUC9Ir6mhlYWQAAA90AAAANAAAADZ2zsSBaGhlYQAAD6gAAAAeAAAAJAfSBC5obXR4AAAPyAAAABcAAAEou4D/+2xvY2EAAA/gAAAAbwAAAJbPsst2bWF4cAAAEFAAAAAfAAAAIAFgAHNuYW1lAAAQcAAAATUAAAJG5xgJvXBvc3QAABGoAAABuQAAApPSPvKNeJx9k81SE1EQhc9kQgwJBkREjREU//GPYX4yJiGQMAFisXDhwoUbXGhpUa54Atc+gOUD+BQ+geXSlQ/gA1g+gN/tTAyyIFOZubf79Onuc/vKk1TRmroqZDv7z1U7PDh6r7qKGv2c//jaO3z75kDl8Q5f0b5lef4f1bSiFzrSN0/ea+9zoeQX/K6/73/wP/k/5IO6pkegq1rnCRXxDhQrUVOpCiphC1k/UQu0z7tt1nktaso8mQa6QM6QmIExruqpbmkOnr7x9LQJKuZxnD3euzy3NXsKItUd+BOq2cDqWBvUeU7T2qHGHnV0iG7hncO3ReaAmD6+PrX5hiqajnt6SeS89eYikxwX8w+1bfvAdkuoMEa14W/C7/gek3Vsb5IpIuIh7Amobq7hKv8q3hhMQGzHNHPRSyAjKoy1zMp1FtHZjG7C/kyvdJ+47TymZyqOer5H9RN73/hS8hy3duDaBfuAGiZWdyJ3yRVoiL/CSWV6p4/6oq/6rp/6pd/gF8kSWQebcG+dqsw0+p1EZ3jb/6yu0zOcxUnU/4gKfTdNmxDfIFfQZZvB57SJWQdYY8NX4XT4jGpS9Jpi8gLLG2Etsd9gH4Ku5dPY4jlrOg+YATcBdbRY5+2YRvOWsr9MtFuN6rpoarXguWSn5TR1N2nWdm7m3SnX0fkK34DOEtNnD+9VLI5pYmlYVErVjmMNf0q1k2yuqgZVRcxA2SZraLcgI9N1+hhVEumG3YChTdUKFST5jVzQeau+k5/UguFCi/JQIshvcmyauUnuU5ubit2/LKNqzAB4nGNgZOpknMDAysDAVMW0h4GBoQdCMz5gMGRkAooysDIzYAUBaa4pDA4Muh8NmF8AuVHMb0GmMDCC5ADUogpqeJy11IdSWkEYxfE/RdNM79X0jgJiQIogIMhjmO6Y4pju5CnzJt8LxJzlnjyAmcnO/Fh2udy9O3fPB8wABXkqRcgXyZHab83mpvMFjk7ni/zSeI7D5PW9xBY77EV5f1+zJTbZZjdy09HfltPVc1zjPs80WqNClxZ9aoyp0tHsKm0GNKizzhJNlhkyYYUeIzb0/7xWLzLLIa16RM9xTPc7zglOcorTnOEs5zjPBS5yictc4apWu84N5rnJLW5zh7vc0/oPeMgjHvNE+ynp9wUWKesBZzlYWzvg9alVuq1+bVztaLftQaOujTaXh5OV3mjjH272H9pc+ij89GhCepuZtNtNq8hz68oLa8lL68srq8lrG8sbq8pb68iWpROybavyztry3gbywRry0eqyY+uya0vyyZry2Zbliw3lq6W9f7MV+W49+WEj2TO9wMhlUlYinyH1hUzKVhQzKV8xk9GZJkynmzCdc8J04glLGQxTCghLby9MySBMGSFMaSFMuSFMCSJMWSJMqSJM+SJMSSNMmSNM6SNMOSRMiSRM2SRMKSVMeSVMySVMGSVMaSZMuSZMCSdMWSdMqSdM+SdMlYAw1QTCVB0IU50gTBWDMNUOwlRFCEt1MyxlJmz6/AsZUr+YIfXlDOU/rrOgigAAeJzFF21sU9f1nntjvzgJSRx/vJgQg/3ivNSxwxL7+dkx2JAEEmhIqWpYCqMhMCbWdFppM7EBbsd+dEVV1apS6A/yY9O2oFVaQEOb+sFKtZaRqh/qVLQf/fixdkxkXbNRodIZ3mXnXttpApnW/Zr93rnn3nt8zrnnni8TIPihcyxKqgmBgEdVPAEjYOoBOsdrCgW4yu9HeJxFs4VCJlMoCHLbzes3r7NP2afEhr+qIx7SRIhLURXdtJkChhAwVaAuXcBPnn028uqrNIMg8iwfHR4eXidXInKBPrFgMnzv8DD/YiE9qiWEsh7WQypRjmo6Y07VhJPds7nLaX4GrqZnuQ2uz6ZhCx5F0k6wCeImq/CnQcWu2N2qV/V2mQkzEddb9VaXoqOSqBnqBlcPjI6YqZQ5MvpRGRnpPn68e2JCQjaxaEsi1uvlXYTk/yOTle6tFjFF3l3MqekxjyZG+G0+fzafh4P5PFtmvY0XeJAfK+t5mV0mLuITtx2sBY/T7YdYoCsDhjPeAQ4wVVDZD2587o/58WFVcrTm+N+GZmBqiF3G+aLNG5+Dd+gCTN21mL+6NH+GznUb9yetizRyO2fr4oMLeTLJ0xlwhpbiizxZ1S18i4vfvZVv0Xbs++yb6L+VpJEQByiqA5i5Euzi6jxub1fCENdGP+Ej3Xu5BZmZmQunq6t9dd7ODZ3eOh/8Hn6axg3+KqydmcksW+ZvavUFOzuDvtAKv2BfIWVEMa6K91NHSCjgDNg0Z8ylOdPg1Jwsaj1FD/DN8q5eyhdoLM+PiZsq3lbJ7+lp5GFDHSm6DxyEFL+AYcii/AKfKcVj8Tw/ZOfwND7SLC1v92CUBFSJuL1oqATaqVVzoQ70NK/ROnNwNc8NoTK8gVADbsAb7OXOoPUC7b+nU7NeEHu0X+u09tH+Ugw+zZ4WvuYANJfiAB3dBa7Cvb18Cnb08pN8qhd2IKCJRVPYgSTkljgGXUEb6Aqw9TKQYYsIZLjObbMY1IvPHkKBioq2moEk5qGzkIRUduHZn8A4aCIdZK3ga6qJWJcfVoJSCyIp2ZUOuhrMDKg499NYl6nbtWAHGHFTVxNI6VbUhNlBg9C4NjKwfWT75HgzY+6+aDRi7hr7+uT4iooKz9BotM+9fPTowN2b0mGjfVM4UJlsuWdT2D0w1OLbc/RJ+nP87R19h7dWVZu7tI5IIgbQd2hrddWafY7me7rW7zVbuleG+9uN9t1Jd3gg1zKQ3omLC/SvxdwRRf3RpYUyUtdQhpZOQlHh1WDDTfR23ETvpxX9R/f4UPhTR0eXo2r8/IrxyV9J5ZslsqICfhzeFA5v2iYA+My961FkEV7aerhPaFtVGidRp4GwBKWYG0PbK2QZaqR4FKduBGyqxzRMNlZ4qUBPWdPvZ9+jc4XJszBcyGbffy8z+T4p50J6jc7hvTnkbeiKKnISvfbKK+lCgRu5HBjnzqVlbakhNcU4QfpynIjc0URWEo3opJ2sJsTUjJi64A39lznWqbPZ7EsSWm/9p0khX/xkS2OmNKI6lfPnv1UnAlgdQ/i6UI6Br46vWFNwDODIxoSPWm9LViiCnuIziMFv+Aw9IOXyzVmUleXHUIVMJrOEzVzo61iA0WZXpMngYC5Hz0iT8RpyWxxhscYw1ANsfTF0YIsII+qf7eZn+Jnu2XKMTNDzWJ8aSQQlxDOQBkMr+pHEOkDF1BzSPBg6tBbaARHpaz8LrtGmplK7k8ndqakpbU3wORjiv4aDEgdtfhOuamntruTIQyPJu7S0kptCuFGs7D4wkpQ2vXmTzco8fotNA5gTRXG0ic4BlbCJBqQ0F/mSLh8cPHbNvEbbzWsmJpQ3IW4NCrgL5/QT3OFvDg5CvBUxfMy1g4OD4zjic+2PEC/XkOfYc6iFU+bhmAfQKTEZagbogPWSHxsG2sP5h1g07+W8B+gHWTj4oVxjLn7sA7k2n2++9Fe0vzH/LWb08gspvOd8piz/HfZOUf682HlFsvNC0X/KmgilimL/VNZkviZMF/OiSG8qwPfSnKchxaI4dkOy5E+XWL3sz0SmVbG0KaL5oJeuXImcPx+RkPrl8JiE82cr9jEBzKZLdzIQF2isy6tCB0CwVQc/eNyCcKm+hvdEI4Nbdqb2t/NosAW2IALvBlvE4lJtDh/ZuWUwEm0J8mj7fv73liC8274/JdfK+j2Adc6LfqOjfhrmQrui3VLkAl1etz3YGk+AMHDAiLHGU8vWbV237JQsaQMC8g+cPl/Q5wPDej4HP8mxsVBHRwir3z5JcyLY2ag14mM10BMiKRTv8Ag7TIKlKpMoflWzVQxZAMWOhkZTKfY6NLkuegm0eitaBgQFliDVG/MiqsPdz2D2tjmau1ebeyvranwNqhv8nnUb9gNQ5vZE1eN/icAll6Omsn4y0dblhOWVKoVKOlFZVV1X21B/ER55xlFdXVfTVu2oHl3ub2xyNdTyj1Zsq9lnt/mM9q+p1ciBPlVf76r1TtYy1sT/anfrjfGG4xUVoFQ2XBTHqZJnmmbTGImrSBtZTzaSO0mO7CSj5Ft4Rj9VG1gtVSpCHVSnrgw1W2wBpxcrqZmwuVVRmAzpVorucWO90lQ58UrDhNxqzMDaGzPMMKBFYpioPTG9A/SQXVM8MbMVcw1ztm0IA6oU3tDGP+YffzmDZjhkXfjHnBanDqsSaFxbBS9WRbblIo7wxrZxR2TbtkjVupau5X6wXocjhwHy2fidSYBDWfjdIUGP5kiFHz2X7H+U/XJJ/s1ydsN63e5A8rm3nPUoDA5DnWTueLCtv506IjmUAzbF5Q37NyYfeXmz8ei/EqGR7JEjQaRmAEfy8MhtcSkzMp1O8wuQSnP6WVp0a92cLOxn3eSOcoTVC7dZJcxWLyKMBQWUYdYldkrB9fj4gd6+vt4D41Bfxh7/zq4dhmkaO3a9V0bYZbHB/7mY+MaRRUQSKcWT0KUG4z0htJEFoZj49f9Btb6He3sfflyAvq+mJZ0r0SMofGWFb6t9iopFV6TABf8BZT85241/BovnG2Rjsq7KTkbkQPyXG5AdSTEXWh/T09ZWTNYZmJUL/GSWzllvl2UxekLcmssBl6AO6ugJrH5Dpfs+wZjYc9DiKmP8Cr+yeA97V2xtsWTKXy/Ns0hQ2vsFc8l+X/TYJtwPX/Ra5/mfe6BJYH+AlT0luijtFSd04WnOyoLTc9+8faJ0ulgfdOzS6WeyLECKTmOdEC65INePYUXykC6RS0XpB4/Xrqj4pwodAOM5Jnpmz5c9ghFPmCoSqviYQF8rNgFmeG08m9y95xu5Suv5H3UPlDuFns7tKx8aGTgZt/rpa9gOaJEN1Wub9qxJjSSncvDA0cZvr0vJbkHr3GzbnrsPKemLhPwbDwYCEQB4nGNgZGBgAOLsD0FR8fw2Xxm4mV8ABaI4H+9rgNH/f///zfyW+S1QJQcDE5BkAACRug+HeJxjYGRgYH7BwAAi///+/5v5LQMjAyrwAgCe2QcHAAB4nGNgYGBgfgHC/39D6KGH6QEAIHUuCwB4nGNgAAIphiCGDIZFDHcYvjGqMQYwVjGuYTzH+IhJhMmMyYcpgekAMxezBrMDcxfzIeZbzJ9YTFiKWGawbGK5wfKKlY01jHUK6z+2JWw72P6xR7Dnsfexz2Ffxb6D/Rj7LfYX7H84vEiHANyaI6IAeJxjYGRgYPBiSGfgYQABJiDmAkIGhv9gPgMAGzsB1AB4nHWRPU7DQBCFnxMniBghJCREx1Y0SM5PQZEuFHGfIgWdE68dR7bXWm8ipeMYnIBjUHIETsEheDFTREjZ1a6/+fbNNAZwgy94OC4PV+19XB1csPrjLulW2Cc/CPcQ4Em4T/8sPKB9EQ7YWXKC51/S3ONNuINrvAt36T+EffKncA93+Bbu0/8ID7D0fOEAj95rnEU2T2ZFnVd6obNdEdtTdcpLbZvcVGocjk51pCttY6cTtTqoZp9NnEtVak2p5qZyuiiMqq3Z6rULN87V0+EwFR+uTYkYGSJY5EgwQ4GaVEFjwZNhRxPz9VzqnF/yWDSsDGuFMUKMzqYjnqrtiOH4TdixwoF3gz17JrQOKeuUGcO/ojBvJx/TBbehqdu3Lc2aPsSm7aoxxZA7/ZcPmeKkXwK+aWkAAAB4nG2S6W7bMBCE/cWSI9tpk7ptet/3obbpfaf3kT4FQ9EyEYkUSMp28vRl4yBAgO4fzgwWs7MLdpY6ixp0/l9bLNElIaXHMhl9BgxZ4RjHWWWNE4w4ySlOs84ZznKO81zgIpe4zBWuco3r3OAmt7jNHe5yj/s84CE5j3jMEzZ4yjOe84KXvOI1b3jLO97zgY9s8onPfOEr3/jOD37yi99s8aczFGXpVCmCtqYnnLMz3xVe9qQwUlXZ4sk3UjkRLqzJiZI723ae7wNVrB8K2hQqKFdrI4IaHcqtOehckbayLm90JG45krY2fiCtCU7IoIpE2mY3lc56nxTKy0zNGxE9i77aVbmvhJ90I+qNdRXHpGPtfEhKp5u0dLZtktgQkkqNQ6/SJs5brqwotCmzWsx1rfdUUivTZjHfghk1D4mxRg2NDbmoKjtTRdpEF9VttEkbPbUha5yaatv6NRfNbL7dhmBNbsfj1aOCSZ0uJyHxYqoGvo52eWFn5gD+izVcwP22bIFj6hDPMQpOqaP36+9LtlEma81iHwQlDkVAYzHM8EgqJuywzTx+g4KaloZdxuwx7XT+AvL3sQsAAAA=")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
.ag-theme-alpine .ag-icon {
  font-family: "agGridAlpine";
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ag-theme-alpine .ag-icon-aggregation:before {
  content: "\f101";
}
.ag-theme-alpine .ag-icon-arrows:before {
  content: "\f102";
}
.ag-theme-alpine .ag-icon-asc:before {
  content: "\f103";
}
.ag-theme-alpine .ag-icon-cancel:before {
  content: "\f104";
}
.ag-theme-alpine .ag-icon-chart:before {
  content: "\f105";
}
.ag-theme-alpine .ag-icon-color-picker:before {
  content: "\f109";
}
.ag-theme-alpine .ag-icon-columns:before {
  content: "\f10a";
}
.ag-theme-alpine .ag-icon-contracted:before {
  content: "\f10b";
}
.ag-theme-alpine .ag-icon-copy:before {
  content: "\f10c";
}
.ag-theme-alpine .ag-icon-cross:before {
  content: "\f10d";
}
.ag-theme-alpine .ag-icon-desc:before {
  content: "\f10e";
}
.ag-theme-alpine .ag-icon-expanded:before {
  content: "\f10f";
}
.ag-theme-alpine .ag-icon-eye-slash:before {
  content: "\f110";
}
.ag-theme-alpine .ag-icon-eye:before {
  content: "\f111";
}
.ag-theme-alpine .ag-icon-filter:before {
  content: "\f112";
}
.ag-theme-alpine .ag-icon-first:before {
  content: "\f113";
}
.ag-theme-alpine .ag-icon-grip:before {
  content: "\f114";
}
.ag-theme-alpine .ag-icon-group:before {
  content: "\f115";
}
.ag-theme-alpine .ag-icon-last:before {
  content: "\f116";
}
.ag-theme-alpine .ag-icon-left:before {
  content: "\f117";
}
.ag-theme-alpine .ag-icon-linked:before {
  content: "\f118";
}
.ag-theme-alpine .ag-icon-loading:before {
  content: "\f119";
}
.ag-theme-alpine .ag-icon-maximize:before {
  content: "\f11a";
}
.ag-theme-alpine .ag-icon-menu:before {
  content: "\f11b";
}
.ag-theme-alpine .ag-icon-minimize:before {
  content: "\f11c";
}
.ag-theme-alpine .ag-icon-next:before {
  content: "\f11d";
}
.ag-theme-alpine .ag-icon-none:before {
  content: "\f11e";
}
.ag-theme-alpine .ag-icon-not-allowed:before {
  content: "\f11f";
}
.ag-theme-alpine .ag-icon-paste:before {
  content: "\f120";
}
.ag-theme-alpine .ag-icon-pin:before {
  content: "\f121";
}
.ag-theme-alpine .ag-icon-pivot:before {
  content: "\f122";
}
.ag-theme-alpine .ag-icon-previous:before {
  content: "\f123";
}
.ag-theme-alpine .ag-icon-right:before {
  content: "\f126";
}
.ag-theme-alpine .ag-icon-save:before {
  content: "\f127";
}
.ag-theme-alpine .ag-icon-small-down:before {
  content: "\f128";
}
.ag-theme-alpine .ag-icon-small-left:before {
  content: "\f129";
}
.ag-theme-alpine .ag-icon-small-right:before {
  content: "\f12a";
}
.ag-theme-alpine .ag-icon-small-up:before {
  content: "\f12b";
}
.ag-theme-alpine .ag-icon-tick:before {
  content: "\f12c";
}
.ag-theme-alpine .ag-icon-tree-closed:before {
  content: "\f12d";
}
.ag-theme-alpine .ag-icon-tree-indeterminate:before {
  content: "\f12e";
}
.ag-theme-alpine .ag-icon-tree-open:before {
  content: "\f12f";
}
.ag-theme-alpine .ag-icon-unlinked:before {
  content: "\f130";
}
.ag-theme-alpine .ag-icon-row-drag:before {
  content: "\f114";
}
.ag-theme-alpine .ag-right-arrow:before {
  content: "\f117";
}
.ag-theme-alpine .ag-right-arrow:before {
  content: "\f126";
}
.ag-theme-alpine .ag-root-wrapper {
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
}
.ag-theme-alpine [class^="ag-"],
.ag-theme-alpine [class^="ag-"]:focus,
.ag-theme-alpine [class^="ag-"]:after,
.ag-theme-alpine [class^="ag-"]:before {
  box-sizing: border-box;
  outline: none;
}
.ag-theme-alpine [class^="ag-"]::-ms-clear {
  display: none;
}
.ag-theme-alpine .ag-checkbox .ag-input-wrapper,
.ag-theme-alpine .ag-radio-button .ag-input-wrapper {
  overflow: visible;
}
.ag-theme-alpine .ag-range-field .ag-input-wrapper {
  height: 100%;
}
.ag-theme-alpine .ag-toggle-button {
  flex: none;
  width: unset;
  min-width: unset;
}
.ag-theme-alpine .ag-ltr .ag-label-align-right .ag-label {
  margin-left: 6px;
}
.ag-theme-alpine .ag-rtl .ag-label-align-right .ag-label {
  margin-right: 6px;
}
.ag-theme-alpine input[class^="ag-"] {
  margin: 0;
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
}
.ag-theme-alpine textarea[class^="ag-"],
.ag-theme-alpine select[class^="ag-"] {
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
}
.ag-theme-alpine input[class^="ag-"]:not([type]),
.ag-theme-alpine input[class^="ag-"][type="text"],
.ag-theme-alpine input[class^="ag-"][type="number"],
.ag-theme-alpine input[class^="ag-"][type="tel"],
.ag-theme-alpine input[class^="ag-"][type="date"],
.ag-theme-alpine input[class^="ag-"][type="datetime-local"],
.ag-theme-alpine textarea[class^="ag-"] {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #babfc7;
  border-color: var(--ag-input-border-color, var(--ag-border-color, #babfc7));
}
.ag-theme-alpine input[class^="ag-"]:not([type]):disabled,
.ag-theme-alpine input[class^="ag-"][type="text"]:disabled,
.ag-theme-alpine input[class^="ag-"][type="number"]:disabled,
.ag-theme-alpine input[class^="ag-"][type="tel"]:disabled,
.ag-theme-alpine input[class^="ag-"][type="date"]:disabled,
.ag-theme-alpine input[class^="ag-"][type="datetime-local"]:disabled,
.ag-theme-alpine textarea[class^="ag-"]:disabled {
  color: rgba(24, 29, 31, 0.5);
  color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
  background-color: #f1f2f4;
  background-color: var(--ag-input-disabled-background-color, #f1f2f4);
  border-color: rgba(186, 191, 199, 0.3);
  border-color: var(--ag-input-disabled-border-color, rgba(186, 191, 199, 0.3));
}
.ag-theme-alpine input[class^="ag-"]:not([type]):focus,
.ag-theme-alpine input[class^="ag-"][type="text"]:focus,
.ag-theme-alpine input[class^="ag-"][type="number"]:focus,
.ag-theme-alpine input[class^="ag-"][type="tel"]:focus,
.ag-theme-alpine input[class^="ag-"][type="date"]:focus,
.ag-theme-alpine input[class^="ag-"][type="datetime-local"]:focus,
.ag-theme-alpine textarea[class^="ag-"]:focus {
  outline: none;
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine input[class^="ag-"][type="number"] {
  -moz-appearance: textfield;
}
.ag-theme-alpine input[class^="ag-"][type="number"]::-webkit-outer-spin-button,
.ag-theme-alpine input[class^="ag-"][type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ag-theme-alpine input[class^="ag-"][type="range"] {
  padding: 0;
}
.ag-theme-alpine input[class^="ag-"][type="button"]:focus,
.ag-theme-alpine button[class^="ag-"]:focus {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
}
.ag-theme-alpine .ag-drag-handle {
  color: #181d1f;
  color: var(
    --ag-secondary-foreground-color,
    var(--ag-foreground-color, #181d1f)
  );
}
.ag-theme-alpine .ag-list-item,
.ag-theme-alpine .ag-virtual-list-item {
  height: 24px;
}
.ag-theme-alpine .ag-keyboard-focus .ag-virtual-list-item:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-virtual-list-item:focus:after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-select-list {
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  overflow-y: auto;
  overflow-x: hidden;
}
.ag-theme-alpine .ag-list-item {
  display: flex;
  align-items: center;
}
.ag-theme-alpine .ag-list-item.ag-active-item {
  background-color: rgba(33, 150, 243, 0.1);
  background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1));
}
.ag-theme-alpine .ag-select-list-item {
  padding-left: 4px;
  padding-right: 4px;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-theme-alpine .ag-select-list-item span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ag-theme-alpine .ag-select .ag-picker-field-wrapper {
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  min-height: 24px;
  cursor: default;
}
.ag-theme-alpine .ag-select.ag-disabled .ag-picker-field-wrapper:focus {
  box-shadow: none;
}
.ag-theme-alpine .ag-select:not(.ag-cell-editor) {
  height: 24px;
}
.ag-theme-alpine .ag-select .ag-picker-field-display {
  margin: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-theme-alpine .ag-select .ag-picker-field-icon {
  display: flex;
  align-items: center;
}
.ag-theme-alpine .ag-select.ag-disabled {
  opacity: 0.5;
}
.ag-theme-alpine .ag-rich-select {
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
}
.ag-theme-alpine .ag-rich-select-list {
  width: 100%;
  min-width: 200px;
  height: 273px;
}
.ag-theme-alpine .ag-rich-select-value {
  padding: 0 6px 0 18px;
  height: 42px;
  border-bottom: solid 1px;
  border-bottom-color: #dde2eb;
  border-bottom-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-rich-select-virtual-list-item {
  cursor: default;
  height: 24px;
}
.ag-theme-alpine .ag-rich-select-virtual-list-item:hover {
  background-color: rgba(33, 150, 243, 0.1);
  background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1));
}
.ag-theme-alpine .ag-rich-select-row {
  padding-left: 18px;
}
.ag-theme-alpine .ag-rich-select-row-selected {
  background-color: rgba(33, 150, 243, 0.3);
  background-color: var(
    --ag-selected-row-background-color,
    rgba(33, 150, 243, 0.3)
  );
}
.ag-theme-alpine .ag-row-drag,
.ag-theme-alpine .ag-selection-checkbox,
.ag-theme-alpine .ag-group-expanded,
.ag-theme-alpine .ag-group-contracted {
  color: #181d1f;
  color: var(
    --ag-secondary-foreground-color,
    var(--ag-foreground-color, #181d1f)
  );
}
.ag-theme-alpine .ag-ltr .ag-row-drag,
.ag-theme-alpine .ag-ltr .ag-selection-checkbox,
.ag-theme-alpine .ag-ltr .ag-group-expanded,
.ag-theme-alpine .ag-ltr .ag-group-contracted {
  margin-right: 12px;
}
.ag-theme-alpine .ag-rtl .ag-row-drag,
.ag-theme-alpine .ag-rtl .ag-selection-checkbox,
.ag-theme-alpine .ag-rtl .ag-group-expanded,
.ag-theme-alpine .ag-rtl .ag-group-contracted {
  margin-left: 12px;
}
.ag-theme-alpine .ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
  height: 40px;
  display: flex;
  align-items: center;
  flex: none;
}
.ag-theme-alpine .ag-group-expanded,
.ag-theme-alpine .ag-group-contracted {
  cursor: pointer;
}
.ag-theme-alpine .ag-group-title-bar-icon {
  cursor: pointer;
  flex: none;
  color: #181d1f;
  color: var(
    --ag-secondary-foreground-color,
    var(--ag-foreground-color, #181d1f)
  );
}
.ag-theme-alpine .ag-ltr .ag-group-child-count {
  margin-left: 2px;
}
.ag-theme-alpine .ag-rtl .ag-group-child-count {
  margin-right: 2px;
}
.ag-theme-alpine .ag-group-title-bar {
  background-color: #fff;
  background-color: var(--ag-subheader-background-color, #fff);
  padding: 6px;
}
.ag-theme-alpine .ag-group-toolbar {
  padding: 6px;
}
.ag-theme-alpine .ag-disabled-group-title-bar,
.ag-theme-alpine .ag-disabled-group-container {
  opacity: 0.5;
}
.ag-theme-alpine .group-item {
  margin: 3px 0;
}
.ag-theme-alpine .ag-label {
  white-space: nowrap;
}
.ag-theme-alpine .ag-ltr .ag-label {
  margin-right: 6px;
}
.ag-theme-alpine .ag-rtl .ag-label {
  margin-left: 6px;
}
.ag-theme-alpine .ag-label-align-top .ag-label {
  margin-bottom: 3px;
}
.ag-theme-alpine .ag-ltr .ag-slider-field,
.ag-theme-alpine .ag-ltr .ag-angle-select-field {
  margin-right: 12px;
}
.ag-theme-alpine .ag-rtl .ag-slider-field,
.ag-theme-alpine .ag-rtl .ag-angle-select-field {
  margin-left: 12px;
}
.ag-theme-alpine .ag-angle-select-parent-circle {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
}
.ag-theme-alpine .ag-angle-select-child-circle {
  top: 4px;
  left: 12px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -4px;
  border-radius: 3px;
  background-color: #181d1f;
  background-color: var(
    --ag-secondary-foreground-color,
    var(--ag-foreground-color, #181d1f)
  );
}
.ag-theme-alpine .ag-picker-field-wrapper {
  border: 1px solid;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  border-radius: 5px;
}
.ag-theme-alpine .ag-picker-field-wrapper:focus {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
}
.ag-theme-alpine .ag-picker-field-button {
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  color: #181d1f;
  color: var(
    --ag-secondary-foreground-color,
    var(--ag-foreground-color, #181d1f)
  );
}
.ag-theme-alpine .ag-dialog.ag-color-dialog {
  border-radius: 5px;
}
.ag-theme-alpine .ag-color-picker .ag-picker-field-display {
  height: 16px;
}
.ag-theme-alpine .ag-color-panel {
  padding: 6px;
}
.ag-theme-alpine .ag-spectrum-color {
  background-color: red;
  border-radius: 2px;
}
.ag-theme-alpine .ag-spectrum-tools {
  padding: 10px;
}
.ag-theme-alpine .ag-spectrum-sat {
  background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0));
}
.ag-theme-alpine .ag-spectrum-val {
  background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0));
}
.ag-theme-alpine .ag-spectrum-dragger {
  border-radius: 12px;
  height: 12px;
  width: 12px;
  border: 1px solid white;
  background: black;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24);
}
.ag-theme-alpine .ag-spectrum-hue-background {
  border-radius: 2px;
}
.ag-theme-alpine .ag-spectrum-alpha-background {
  border-radius: 2px;
}
.ag-theme-alpine .ag-spectrum-tool {
  margin-bottom: 10px;
  height: 11px;
  border-radius: 2px;
}
.ag-theme-alpine .ag-spectrum-slider {
  margin-top: -12px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: #f8f8f8;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
.ag-theme-alpine .ag-recent-color {
  margin: 0 3px;
}
.ag-theme-alpine .ag-recent-color:first-child {
  margin-left: 0;
}
.ag-theme-alpine .ag-recent-color:last-child {
  margin-right: 0;
}
.ag-theme-alpine.ag-dnd-ghost {
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  background: #fff;
  background: var(--ag-background-color, #fff);
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 10;
  border: solid 1px;
  border-color: #dde2eb;
  border-color: var(--ag-secondary-border-color, #dde2eb);
  color: #181d1f;
  color: var(
    --ag-secondary-foreground-color,
    var(--ag-foreground-color, #181d1f)
  );
  height: 48px !important;
  line-height: 48px;
  margin: 0;
  padding: 0 12px;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}
.ag-theme-alpine .ag-dnd-ghost-icon {
  margin-right: 6px;
  color: #181d1f;
  color: var(--ag-foreground-color, #181d1f);
}
.ag-theme-alpine .ag-popup-child:not(.ag-tooltip-custom) {
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
}
.ag-dragging-range-handle .ag-theme-alpine .ag-dialog,
.ag-dragging-fill-handle .ag-theme-alpine .ag-dialog {
  opacity: 0.7;
  pointer-events: none;
}
.ag-theme-alpine .ag-dialog {
  border-radius: 3px;
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-panel {
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
}
.ag-theme-alpine .ag-panel-title-bar {
  background-color: #f8f8f8;
  background-color: var(--ag-header-background-color, #f8f8f8);
  color: #181d1f;
  color: var(
    --ag-header-foreground-color,
    var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f))
  );
  height: 48px;
  padding: 6px 18px;
  border-bottom: solid 1px;
  border-bottom-color: #babfc7;
  border-bottom-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button {
  margin-left: 6px;
}
.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button {
  margin-right: 6px;
}
.ag-theme-alpine .ag-tooltip {
  background-color: #f8f8f8;
  background-color: var(--ag-header-background-color, #f8f8f8);
  color: #181d1f;
  color: var(--ag-foreground-color, #181d1f);
  padding: 6px;
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  border-radius: 3px;
  transition: opacity 1s;
}
.ag-theme-alpine .ag-tooltip.ag-tooltip-hiding {
  opacity: 0;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-1 {
  padding-left: 16px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-1 {
  padding-right: 16px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-2 {
  padding-left: 32px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-2 {
  padding-right: 32px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-3 {
  padding-left: 48px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-3 {
  padding-right: 48px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-4 {
  padding-left: 64px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-4 {
  padding-right: 64px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-5 {
  padding-left: 80px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-5 {
  padding-right: 80px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-6 {
  padding-left: 96px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-6 {
  padding-right: 96px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-7 {
  padding-left: 112px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-7 {
  padding-right: 112px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-8 {
  padding-left: 128px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-8 {
  padding-right: 128px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-9 {
  padding-left: 144px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-9 {
  padding-right: 144px;
}
.ag-theme-alpine .ag-column-select-header-icon {
  cursor: pointer;
}
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header-icon:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header-icon:focus:after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-ltr .ag-column-group-icons:not(:last-child),
.ag-theme-alpine .ag-ltr .ag-column-select-header-icon:not(:last-child),
.ag-theme-alpine .ag-ltr .ag-column-select-header-checkbox:not(:last-child),
.ag-theme-alpine
  .ag-ltr
  .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-theme-alpine .ag-ltr .ag-column-select-checkbox:not(:last-child),
.ag-theme-alpine .ag-ltr .ag-column-select-column-drag-handle:not(:last-child),
.ag-theme-alpine
  .ag-ltr
  .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-theme-alpine .ag-ltr .ag-column-select-column-label:not(:last-child) {
  margin-right: 12px;
}
.ag-theme-alpine .ag-rtl .ag-column-group-icons:not(:last-child),
.ag-theme-alpine .ag-rtl .ag-column-select-header-icon:not(:last-child),
.ag-theme-alpine .ag-rtl .ag-column-select-header-checkbox:not(:last-child),
.ag-theme-alpine
  .ag-rtl
  .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-theme-alpine .ag-rtl .ag-column-select-checkbox:not(:last-child),
.ag-theme-alpine .ag-rtl .ag-column-select-column-drag-handle:not(:last-child),
.ag-theme-alpine
  .ag-rtl
  .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-theme-alpine .ag-rtl .ag-column-select-column-label:not(:last-child) {
  margin-left: 12px;
}
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-virtual-list-item:focus {
  outline: none;
}
.ag-theme-alpine
  .ag-keyboard-focus
  .ag-column-select-virtual-list-item:focus:after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-column-select-column-group:not(:last-child),
.ag-theme-alpine .ag-column-select-column:not(:last-child) {
  margin-bottom: 9px;
}
.ag-theme-alpine .ag-column-select-column-readonly,
.ag-theme-alpine .ag-column-select-column-group-readonly {
  color: rgba(24, 29, 31, 0.5);
  color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
  pointer-events: none;
}
.ag-theme-alpine .ag-ltr .ag-column-select-add-group-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-add-group-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-column-select-virtual-list-viewport {
  padding: 6px 12px;
}
.ag-theme-alpine .ag-rtl {
  text-align: right;
}
.ag-theme-alpine .ag-root-wrapper {
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-left: 46px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-right: 46px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-1 {
  padding-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-1 {
  padding-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-1 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-1 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-left: 74px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-right: 74px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-2 {
  padding-left: 56px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-2 {
  padding-right: 56px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-2 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-2 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-left: 102px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-right: 102px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-3 {
  padding-left: 84px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-3 {
  padding-right: 84px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-3 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-3 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-left: 130px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-right: 130px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-4 {
  padding-left: 112px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-4 {
  padding-right: 112px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-4 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-4 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-left: 158px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-right: 158px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-5 {
  padding-left: 140px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-5 {
  padding-right: 140px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-5 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-5 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-left: 186px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-right: 186px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-6 {
  padding-left: 168px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-6 {
  padding-right: 168px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-6 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-6 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-left: 214px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-right: 214px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-7 {
  padding-left: 196px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-7 {
  padding-right: 196px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-7 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-7 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-left: 242px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-right: 242px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-8 {
  padding-left: 224px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-8 {
  padding-right: 224px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-8 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-8 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-left: 270px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-right: 270px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-9 {
  padding-left: 252px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-9 {
  padding-right: 252px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-9 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-9 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-left: 298px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-right: 298px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-10 {
  padding-left: 280px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-10 {
  padding-right: 280px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-10 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-10 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-left: 326px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-right: 326px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-11 {
  padding-left: 308px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-11 {
  padding-right: 308px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-11 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-11 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-left: 354px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-right: 354px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-12 {
  padding-left: 336px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-12 {
  padding-right: 336px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-12 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-12 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-left: 382px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-right: 382px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-13 {
  padding-left: 364px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-13 {
  padding-right: 364px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-13 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-13 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-left: 410px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-right: 410px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-14 {
  padding-left: 392px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-14 {
  padding-right: 392px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-14 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-14 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-left: 438px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-right: 438px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-15 {
  padding-left: 420px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-15 {
  padding-right: 420px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-15 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-15 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-left: 466px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-right: 466px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-16 {
  padding-left: 448px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-16 {
  padding-right: 448px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-16 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-16 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-left: 494px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-right: 494px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-17 {
  padding-left: 476px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-17 {
  padding-right: 476px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-17 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-17 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-left: 522px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-right: 522px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-18 {
  padding-left: 504px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-18 {
  padding-right: 504px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-18 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-18 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-left: 550px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-right: 550px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-19 {
  padding-left: 532px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-19 {
  padding-right: 532px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-19 .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-19 .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-cell {
  -webkit-font-smoothing: subpixel-antialiased;
}
.ag-theme-alpine .ag-value-change-delta {
  padding-right: 2px;
}
.ag-theme-alpine .ag-value-change-delta-up {
  color: #43a047;
  color: var(--ag-value-change-delta-up-color, #43a047);
}
.ag-theme-alpine .ag-value-change-delta-down {
  color: #e53935;
  color: var(--ag-value-change-delta-down-color, #e53935);
}
.ag-theme-alpine .ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s;
}
.ag-theme-alpine .ag-value-change-value-highlight {
  background-color: rgba(22, 160, 133, 0.5);
  background-color: var(
    --ag-value-change-value-highlight-background-color,
    rgba(22, 160, 133, 0.5)
  );
  transition: background-color 0.1s;
}
.ag-theme-alpine .ag-cell-data-changed {
  background-color: rgba(22, 160, 133, 0.5) !important;
  background-color: var(
    --ag-value-change-value-highlight-background-color,
    rgba(22, 160, 133, 0.5)
  ) !important;
}
.ag-theme-alpine .ag-cell-data-changed-animation {
  background-color: transparent;
}
.ag-theme-alpine .ag-cell-highlight {
  background-color: #2196f3 !important;
  background-color: var(
    --ag-range-selection-highlight-color,
    var(--ag-range-selection-border-color, #2196f3)
  ) !important;
}
.ag-theme-alpine .ag-row {
  height: 42px;
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  color: #181d1f;
  color: var(--ag-data-color, var(--ag-foreground-color, #181d1f));
  border-width: 1px;
  border-color: #dde2eb;
  border-color: var(
    --ag-row-border-color,
    var(--ag-secondary-border-color, #dde2eb)
  );
}
.ag-theme-alpine .ag-row:not(.ag-row-first) {
  border-top-style: solid;
}
.ag-theme-alpine .ag-row.ag-row-last {
  border-bottom-style: solid;
}
.ag-theme-alpine .ag-row-highlight-above::after,
.ag-theme-alpine .ag-row-highlight-below::after {
  content: "";
  position: absolute;
  width: calc(100% - 1px);
  height: 1px;
  background-color: #2196f3;
  background-color: var(--ag-range-selection-border-color, #2196f3);
  left: 1px;
}
.ag-theme-alpine .ag-row-highlight-above::after {
  top: -1px;
}
.ag-theme-alpine .ag-row-highlight-above.ag-row-first::after {
  top: 0;
}
.ag-theme-alpine .ag-row-highlight-below::after {
  bottom: 0px;
}
.ag-theme-alpine .ag-row-odd {
  background-color: #fcfcfc;
  background-color: var(--ag-odd-row-background-color, #fcfcfc);
}
.ag-theme-alpine .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
  border-right: solid 1px;
  border-right-color: #babfc7;
  border-right-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
  border-left: solid 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-row-hover {
  background-color: rgba(33, 150, 243, 0.1);
  background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1));
}
.ag-theme-alpine .ag-ltr .ag-right-aligned-cell {
  text-align: right;
}
.ag-theme-alpine .ag-rtl .ag-right-aligned-cell {
  text-align: left;
}
.ag-theme-alpine .ag-ltr .ag-right-aligned-cell .ag-cell-value {
  margin-left: auto;
}
.ag-theme-alpine .ag-rtl .ag-right-aligned-cell .ag-cell-value {
  margin-right: auto;
}
.ag-theme-alpine .ag-cell {
  border: 1px solid transparent;
  line-height: 40px;
  padding-left: 17px;
  padding-right: 17px;
}
.ag-theme-alpine .ag-row > .ag-cell-wrapper {
  padding-left: 17px;
  padding-right: 17px;
}
.ag-theme-alpine .ag-row-dragging {
  cursor: move;
}
.ag-theme-alpine .ag-row-dragging {
  opacity: 0.5;
}
.ag-theme-alpine .ag-cell-inline-editing {
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  background: #fff;
  background: var(--ag-background-color, #fff);
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
  padding: 0;
  height: 42px;
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
}
.ag-theme-alpine .ag-popup-editor {
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  background: #fff;
  background: var(--ag-background-color, #fff);
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
  padding: 0;
}
.ag-theme-alpine .ag-large-text-input {
  height: auto;
  padding: 18px;
}
.ag-theme-alpine .ag-details-row {
  padding: 30px;
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
}
.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper,
.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container,
.ag-theme-alpine .ag-layout-print .ag-center-cols-clipper,
.ag-theme-alpine .ag-layout-print .ag-center-cols-container {
  min-height: 50px;
}
.ag-theme-alpine .ag-overlay-loading-wrapper {
  background-color: rgba(255, 255, 255, 0.66);
  background-color: var(
    --ag-modal-overlay-background-color,
    rgba(255, 255, 255, 0.66)
  );
}
.ag-theme-alpine .ag-overlay-loading-center {
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  background: #fff;
  background: var(--ag-background-color, #fff);
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
}
.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px;
}
.ag-theme-alpine .ag-loading {
  padding-left: 18px;
  display: flex;
  height: 100%;
  align-items: center;
}
.ag-theme-alpine .ag-loading-icon {
  padding-right: 12px;
}
.ag-theme-alpine .ag-icon-loading {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ag-theme-alpine .ag-floating-top {
  border-bottom: solid 1px;
  border-bottom-color: #babfc7;
  border-bottom-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-floating-bottom {
  border-top: solid 1px;
  border-top-color: #babfc7;
  border-top-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-ltr .ag-cell {
  border-right: solid transparent;
}
.ag-theme-alpine .ag-rtl .ag-cell {
  border-left: solid transparent;
}
.ag-theme-alpine .ag-ltr .ag-cell {
  border-right-width: 1px;
}
.ag-theme-alpine .ag-rtl .ag-cell {
  border-left-width: 1px;
}
.ag-theme-alpine
  .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(
    .ag-cell-range-single-cell
  ) {
  border-left: solid 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine
  .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(
    .ag-cell-range-single-cell
  ) {
  border-right: solid 1px;
  border-right-color: #babfc7;
  border-right-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-row-selected {
  background-color: rgba(33, 150, 243, 0.3);
  background-color: var(
    --ag-selected-row-background-color,
    rgba(33, 150, 243, 0.3)
  );
}
.ag-theme-alpine .ag-cell-range-selected:not(.ag-cell-focus),
.ag-theme-alpine
  .ag-body-viewport:not(.ag-has-focus)
  .ag-cell-range-single-cell:not(.ag-cell-inline-editing) {
  background-color: rgba(33, 150, 243, 0.2);
  background-color: var(
    --ag-range-selection-background-color,
    rgba(33, 150, 243, 0.2)
  );
}
.ag-theme-alpine
  .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,
.ag-theme-alpine
  .ag-body-viewport:not(.ag-has-focus)
  .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart {
  background-color: rgba(0, 88, 255, 0.1) !important;
  background-color: var(
    --ag-range-selection-chart-background-color,
    rgba(0, 88, 255, 0.1)
  ) !important;
}
.ag-theme-alpine
  .ag-cell-range-selected:not(
    .ag-cell-focus
  ).ag-cell-range-chart.ag-cell-range-chart-category,
.ag-theme-alpine
  .ag-body-viewport:not(.ag-has-focus)
  .ag-cell-range-single-cell:not(
    .ag-cell-inline-editing
  ).ag-cell-range-chart.ag-cell-range-chart-category {
  background-color: rgba(0, 255, 132, 0.1) !important;
  background-color: var(
    --ag-range-selection-chart-category-background-color,
    rgba(0, 255, 132, 0.1)
  ) !important;
}
.ag-theme-alpine .ag-cell-range-selected-1:not(.ag-cell-focus),
.ag-theme-alpine
  .ag-body-viewport:not(.ag-has-focus)
  .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
  background-color: rgba(33, 150, 243, 0.2);
  background-color: var(
    --ag-range-selection-background-color-1,
    var(--ag-range-selection-background-color, rgba(33, 150, 243, 0.2))
  );
}
.ag-theme-alpine .ag-cell-range-selected-2:not(.ag-cell-focus),
.ag-theme-alpine
  .ag-body-viewport:not(.ag-has-focus)
  .ag-cell-range-selected-2 {
  background-color: rgba(33, 150, 243, 0.36);
  background-color: var(
    --ag-range-selection-background-color-2,
    rgba(33, 150, 243, 0.36)
  );
}
.ag-theme-alpine .ag-cell-range-selected-3:not(.ag-cell-focus),
.ag-theme-alpine
  .ag-body-viewport:not(.ag-has-focus)
  .ag-cell-range-selected-3 {
  background-color: rgba(33, 150, 243, 0.488);
  background-color: var(
    --ag-range-selection-background-color-3,
    rgba(33, 150, 243, 0.488)
  );
}
.ag-theme-alpine .ag-cell-range-selected-4:not(.ag-cell-focus),
.ag-theme-alpine
  .ag-body-viewport:not(.ag-has-focus)
  .ag-cell-range-selected-4 {
  background-color: rgba(33, 150, 243, 0.5904);
  background-color: var(
    --ag-range-selection-background-color-4,
    rgba(33, 150, 243, 0.5904)
  );
}
.ag-theme-alpine
  .ag-cell.ag-cell-range-selected:not(
    .ag-cell-range-single-cell
  ).ag-cell-range-top {
  border-top-color: #2196f3;
  border-top-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine
  .ag-cell.ag-cell-range-selected:not(
    .ag-cell-range-single-cell
  ).ag-cell-range-right {
  border-right-color: #2196f3;
  border-right-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine
  .ag-cell.ag-cell-range-selected:not(
    .ag-cell-range-single-cell
  ).ag-cell-range-bottom {
  border-bottom-color: #2196f3;
  border-bottom-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine
  .ag-cell.ag-cell-range-selected:not(
    .ag-cell-range-single-cell
  ).ag-cell-range-left {
  border-left-color: #2196f3;
  border-left-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine
  .ag-ltr
  .ag-has-focus
  .ag-cell-focus:not(.ag-cell-range-selected),
.ag-theme-alpine .ag-ltr .ag-cell-range-single-cell,
.ag-theme-alpine .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,
.ag-theme-alpine
  .ag-rtl
  .ag-has-focus
  .ag-cell-focus:not(.ag-cell-range-selected),
.ag-theme-alpine .ag-rtl .ag-cell-range-single-cell,
.ag-theme-alpine .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
  border: 1px solid;
  border-color: #2196f3;
  border-color: var(--ag-range-selection-border-color, #2196f3);
  outline: initial;
}
.ag-theme-alpine .ag-cell.ag-selection-fill-top,
.ag-theme-alpine .ag-cell.ag-selection-fill-top.ag-cell-range-selected {
  border-top: 1px dashed;
  border-top-color: #2196f3;
  border-top-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-ltr .ag-cell.ag-selection-fill-right,
.ag-theme-alpine
  .ag-ltr
  .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-right: 1px dashed;
  border-right-color: #2196f3;
  border-right-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-rtl .ag-cell.ag-selection-fill-right,
.ag-theme-alpine
  .ag-rtl
  .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-left: 1px dashed;
  border-left-color: #2196f3;
  border-left-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-cell.ag-selection-fill-bottom,
.ag-theme-alpine .ag-cell.ag-selection-fill-bottom.ag-cell-range-selected {
  border-bottom: 1px dashed;
  border-bottom-color: #2196f3;
  border-bottom-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-ltr .ag-cell.ag-selection-fill-left,
.ag-theme-alpine
  .ag-ltr
  .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-left: 1px dashed;
  border-left-color: #2196f3;
  border-left-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-rtl .ag-cell.ag-selection-fill-left,
.ag-theme-alpine
  .ag-rtl
  .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-right: 1px dashed;
  border-right-color: #2196f3;
  border-right-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-fill-handle,
.ag-theme-alpine .ag-range-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: -1px;
  background-color: #2196f3;
  background-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-ltr .ag-fill-handle,
.ag-theme-alpine .ag-ltr .ag-range-handle {
  right: -1px;
}
.ag-theme-alpine .ag-rtl .ag-fill-handle,
.ag-theme-alpine .ag-rtl .ag-range-handle {
  left: -1px;
}
.ag-theme-alpine .ag-fill-handle {
  cursor: cell;
}
.ag-theme-alpine .ag-range-handle {
  cursor: nwse-resize;
}
.ag-theme-alpine .ag-cell-inline-editing {
  border-color: rgba(33, 150, 243, 0.4) !important;
  border-color: var(
    --ag-input-focus-border-color,
    rgba(33, 150, 243, 0.4)
  ) !important;
}
.ag-theme-alpine .ag-menu {
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  background: #fff;
  background: var(--ag-background-color, #fff);
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
  padding: 0;
}
.ag-theme-alpine .ag-menu-list {
  cursor: default;
  padding: 6px 0;
}
.ag-theme-alpine .ag-menu-separator {
  height: 13px;
}
.ag-theme-alpine .ag-menu-separator-part:after {
  content: "";
  display: block;
  border-top: solid 1px;
  border-top-color: #babfc7;
  border-top-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-menu-option-active,
.ag-theme-alpine .ag-compact-menu-option-active {
  background-color: rgba(33, 150, 243, 0.1);
  background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1));
}
.ag-theme-alpine .ag-menu-option-part,
.ag-theme-alpine .ag-compact-menu-option-part {
  line-height: 16px;
  padding: 8px 0;
}
.ag-theme-alpine .ag-menu-option-disabled,
.ag-theme-alpine .ag-compact-menu-option-disabled {
  opacity: 0.5;
}
.ag-theme-alpine .ag-menu-option-icon,
.ag-theme-alpine .ag-compact-menu-option-icon {
  width: 16px;
}
.ag-theme-alpine .ag-ltr .ag-menu-option-icon,
.ag-theme-alpine .ag-ltr .ag-compact-menu-option-icon {
  padding-left: 12px;
}
.ag-theme-alpine .ag-rtl .ag-menu-option-icon,
.ag-theme-alpine .ag-rtl .ag-compact-menu-option-icon {
  padding-right: 12px;
}
.ag-theme-alpine .ag-menu-option-text,
.ag-theme-alpine .ag-compact-menu-option-text {
  padding-left: 12px;
  padding-right: 12px;
}
.ag-theme-alpine .ag-ltr .ag-menu-option-shortcut,
.ag-theme-alpine .ag-ltr .ag-compact-menu-option-shortcut {
  padding-right: 6px;
}
.ag-theme-alpine .ag-rtl .ag-menu-option-shortcut,
.ag-theme-alpine .ag-rtl .ag-compact-menu-option-shortcut {
  padding-left: 6px;
}
.ag-theme-alpine .ag-menu-option-popup-pointer,
.ag-theme-alpine .ag-compact-menu-option-popup-pointer {
  padding-right: 6px;
}
.ag-theme-alpine .ag-tabs-header {
  min-width: 220px;
  width: 100%;
  display: flex;
}
.ag-theme-alpine .ag-tab {
  border-bottom: 2px solid transparent;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 1 1 auto;
  transition: border-bottom 0.3s;
}
.ag-theme-alpine .ag-keyboard-focus .ag-tab:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-tab:focus:after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-tab-selected {
  border-bottom-color: #2196f3;
  border-bottom-color: var(
    --ag-selected-tab-underline-color,
    var(--ag-alpine-active-color, #2196f3)
  );
}
.ag-theme-alpine .ag-menu-header {
  color: #181d1f;
  color: var(
    --ag-secondary-foreground-color,
    var(--ag-foreground-color, #181d1f)
  );
}
.ag-theme-alpine .ag-filter-separator {
  border-top: solid 1px;
  border-top-color: #babfc7;
  border-top-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-filter-condition-operator {
  height: 17px;
}
.ag-theme-alpine .ag-ltr .ag-filter-condition-operator-or {
  margin-left: 12px;
}
.ag-theme-alpine .ag-rtl .ag-filter-condition-operator-or {
  margin-right: 12px;
}
.ag-theme-alpine .ag-set-filter-select-all {
  padding-top: 12px;
}
.ag-theme-alpine .ag-set-filter-list,
.ag-theme-alpine .ag-filter-no-matches {
  height: 144px;
}
.ag-theme-alpine .ag-set-filter-filter {
  margin-top: 12px;
  margin-left: 12px;
  margin-right: 12px;
}
.ag-theme-alpine .ag-filter-to {
  margin-top: 9px;
}
.ag-theme-alpine .ag-mini-filter {
  margin: 12px 12px;
}
.ag-theme-alpine .ag-set-filter-item {
  margin: 0px 12px;
}
.ag-theme-alpine .ag-ltr .ag-set-filter-item-value {
  margin-left: 12px;
}
.ag-theme-alpine .ag-rtl .ag-set-filter-item-value {
  margin-right: 12px;
}
.ag-theme-alpine .ag-filter-apply-panel {
  padding: 12px 12px;
  border-top: solid 1px;
  border-top-color: #dde2eb;
  border-top-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-filter-apply-panel-button {
  line-height: 1.5;
}
.ag-theme-alpine .ag-ltr .ag-filter-apply-panel-button {
  margin-left: 12px;
}
.ag-theme-alpine .ag-rtl .ag-filter-apply-panel-button {
  margin-right: 12px;
}
.ag-theme-alpine .ag-simple-filter-body-wrapper {
  padding: 12px 12px;
  padding-bottom: 3px;
}
.ag-theme-alpine .ag-simple-filter-body-wrapper > * {
  margin-bottom: 9px;
}
.ag-theme-alpine .ag-filter-no-matches {
  padding: 12px 12px;
}
.ag-theme-alpine .ag-multi-filter-menu-item {
  margin: 6px 0;
}
.ag-theme-alpine .ag-multi-filter-group-title-bar {
  padding: 12px 6px;
  background-color: transparent;
}
.ag-theme-alpine .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus {
  outline: none;
}
.ag-theme-alpine
  .ag-keyboard-focus
  .ag-multi-filter-group-title-bar:focus:after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-side-bar {
  position: relative;
}
.ag-theme-alpine .ag-tool-panel-wrapper {
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
}
.ag-theme-alpine .ag-side-buttons {
  padding-top: 24px;
  width: 20px;
  position: relative;
  color: #181d1f;
  color: var(--ag-foreground-color, #181d1f);
  overflow: hidden;
}
.ag-theme-alpine button.ag-side-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: transparent;
  padding: 12px 0 12px 0;
  width: 100%;
  margin: 0;
  min-height: 108px;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  border: none;
}
.ag-theme-alpine button.ag-side-button-button:focus {
  box-shadow: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-side-button-button:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-side-button-button:focus:after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-side-button-icon-wrapper {
  margin-bottom: 3px;
}
.ag-theme-alpine .ag-ltr .ag-side-bar-left,
.ag-theme-alpine .ag-rtl .ag-side-bar-right {
  border-right: solid 1px;
  border-right-color: #babfc7;
  border-right-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-theme-alpine .ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper {
  border-left: solid 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-ltr .ag-side-bar-left .ag-side-button-button,
.ag-theme-alpine .ag-rtl .ag-side-bar-right .ag-side-button-button {
  border-right: 2px solid transparent;
  transition: border-right 0.3s;
}
.ag-theme-alpine .ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-theme-alpine
  .ag-rtl
  .ag-side-bar-right
  .ag-selected
  .ag-side-button-button {
  border-right-color: #2196f3;
  border-right-color: var(
    --ag-selected-tab-underline-color,
    var(--ag-alpine-active-color, #2196f3)
  );
}
.ag-theme-alpine .ag-rtl .ag-side-bar-left,
.ag-theme-alpine .ag-ltr .ag-side-bar-right {
  border-left: solid 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-theme-alpine .ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper {
  border-right: solid 1px;
  border-right-color: #babfc7;
  border-right-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-rtl .ag-side-bar-left .ag-side-button-button,
.ag-theme-alpine .ag-ltr .ag-side-bar-right .ag-side-button-button {
  border-left: 2px solid transparent;
  transition: border-left 0.3s;
}
.ag-theme-alpine .ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-theme-alpine
  .ag-ltr
  .ag-side-bar-right
  .ag-selected
  .ag-side-button-button {
  border-left-color: #2196f3;
  border-left-color: var(
    --ag-selected-tab-underline-color,
    var(--ag-alpine-active-color, #2196f3)
  );
}
.ag-theme-alpine .ag-filter-toolpanel-header {
  height: 36px;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-header,
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-search {
  padding-left: 6px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-header,
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-search {
  padding-right: 6px;
}
.ag-theme-alpine .ag-keyboard-focus .ag-filter-toolpanel-header:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine
  .ag-filter-toolpanel-group.ag-has-filter
  > .ag-group-title-bar
  .ag-group-title:after {
  font-family: "agGridAlpine";
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f112";
  position: absolute;
}
.ag-theme-alpine
  .ag-ltr
  .ag-filter-toolpanel-group.ag-has-filter
  > .ag-group-title-bar
  .ag-group-title:after {
  padding-left: 6px;
}
.ag-theme-alpine
  .ag-rtl
  .ag-filter-toolpanel-group.ag-has-filter
  > .ag-group-title-bar
  .ag-group-title:after {
  padding-right: 6px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-level-0-header {
  height: 48px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-item {
  margin-top: 3px;
  margin-bottom: 3px;
}
.ag-theme-alpine .ag-filter-toolpanel-search {
  height: 48px;
}
.ag-theme-alpine .ag-filter-toolpanel-search-input {
  flex-grow: 1;
  height: 24px;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-search-input {
  margin-right: 6px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-search-input {
  margin-left: 6px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-level-0 {
  border-top: solid 1px;
  border-top-color: #dde2eb;
  border-top-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-expand,
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-title-bar-icon {
  margin-right: 6px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-expand,
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-title-bar-icon {
  margin-left: 6px;
}
.ag-theme-alpine
  .ag-filter-toolpanel-group-level-1
  .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine
  .ag-ltr
  .ag-filter-toolpanel-group-level-1
  .ag-filter-toolpanel-group-level-2-header {
  padding-left: 22px;
}
.ag-theme-alpine
  .ag-rtl
  .ag-filter-toolpanel-group-level-1
  .ag-filter-toolpanel-group-level-2-header {
  padding-right: 22px;
}
.ag-theme-alpine
  .ag-filter-toolpanel-group-level-2
  .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine
  .ag-ltr
  .ag-filter-toolpanel-group-level-2
  .ag-filter-toolpanel-group-level-3-header {
  padding-left: 38px;
}
.ag-theme-alpine
  .ag-rtl
  .ag-filter-toolpanel-group-level-2
  .ag-filter-toolpanel-group-level-3-header {
  padding-right: 38px;
}
.ag-theme-alpine
  .ag-filter-toolpanel-group-level-3
  .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine
  .ag-ltr
  .ag-filter-toolpanel-group-level-3
  .ag-filter-toolpanel-group-level-4-header {
  padding-left: 54px;
}
.ag-theme-alpine
  .ag-rtl
  .ag-filter-toolpanel-group-level-3
  .ag-filter-toolpanel-group-level-4-header {
  padding-right: 54px;
}
.ag-theme-alpine
  .ag-filter-toolpanel-group-level-4
  .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine
  .ag-ltr
  .ag-filter-toolpanel-group-level-4
  .ag-filter-toolpanel-group-level-5-header {
  padding-left: 70px;
}
.ag-theme-alpine
  .ag-rtl
  .ag-filter-toolpanel-group-level-4
  .ag-filter-toolpanel-group-level-5-header {
  padding-right: 70px;
}
.ag-theme-alpine
  .ag-filter-toolpanel-group-level-5
  .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine
  .ag-ltr
  .ag-filter-toolpanel-group-level-5
  .ag-filter-toolpanel-group-level-6-header {
  padding-left: 86px;
}
.ag-theme-alpine
  .ag-rtl
  .ag-filter-toolpanel-group-level-5
  .ag-filter-toolpanel-group-level-6-header {
  padding-right: 86px;
}
.ag-theme-alpine
  .ag-filter-toolpanel-group-level-6
  .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine
  .ag-ltr
  .ag-filter-toolpanel-group-level-6
  .ag-filter-toolpanel-group-level-7-header {
  padding-left: 102px;
}
.ag-theme-alpine
  .ag-rtl
  .ag-filter-toolpanel-group-level-6
  .ag-filter-toolpanel-group-level-7-header {
  padding-right: 102px;
}
.ag-theme-alpine
  .ag-filter-toolpanel-group-level-7
  .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine
  .ag-ltr
  .ag-filter-toolpanel-group-level-7
  .ag-filter-toolpanel-group-level-8-header {
  padding-left: 118px;
}
.ag-theme-alpine
  .ag-rtl
  .ag-filter-toolpanel-group-level-7
  .ag-filter-toolpanel-group-level-8-header {
  padding-right: 118px;
}
.ag-theme-alpine
  .ag-filter-toolpanel-group-level-8
  .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine
  .ag-ltr
  .ag-filter-toolpanel-group-level-8
  .ag-filter-toolpanel-group-level-9-header {
  padding-left: 134px;
}
.ag-theme-alpine
  .ag-rtl
  .ag-filter-toolpanel-group-level-8
  .ag-filter-toolpanel-group-level-9-header {
  padding-right: 134px;
}
.ag-theme-alpine
  .ag-filter-toolpanel-group-level-9
  .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine
  .ag-ltr
  .ag-filter-toolpanel-group-level-9
  .ag-filter-toolpanel-group-level-10-header {
  padding-left: 150px;
}
.ag-theme-alpine
  .ag-rtl
  .ag-filter-toolpanel-group-level-9
  .ag-filter-toolpanel-group-level-10-header {
  padding-right: 150px;
}
.ag-theme-alpine
  .ag-filter-toolpanel-group-level-10
  .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine
  .ag-ltr
  .ag-filter-toolpanel-group-level-10
  .ag-filter-toolpanel-group-level-11-header {
  padding-left: 166px;
}
.ag-theme-alpine
  .ag-rtl
  .ag-filter-toolpanel-group-level-10
  .ag-filter-toolpanel-group-level-11-header {
  padding-right: 166px;
}
.ag-theme-alpine
  .ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header {
  padding-left: 6px;
}
.ag-theme-alpine .ag-filter-toolpanel-instance-filter {
  border-top: solid 1px;
  border-top-color: #babfc7;
  border-top-color: var(--ag-border-color, #babfc7);
  border-bottom: solid 1px;
  border-bottom-color: #babfc7;
  border-bottom-color: var(--ag-border-color, #babfc7);
  margin-top: 6px;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-instance-header-icon {
  margin-left: 6px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-instance-header-icon {
  margin-right: 6px;
}
.ag-theme-alpine .ag-pivot-mode-panel {
  height: 48px;
  display: flex;
}
.ag-theme-alpine .ag-pivot-mode-select {
  display: flex;
  align-items: center;
}
.ag-theme-alpine .ag-ltr .ag-pivot-mode-select {
  margin-left: 12px;
}
.ag-theme-alpine .ag-rtl .ag-pivot-mode-select {
  margin-right: 12px;
}
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header:focus:after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-column-select-header {
  height: 48px;
  align-items: center;
  padding: 0 12px;
  border-bottom: solid 1px;
  border-bottom-color: #dde2eb;
  border-bottom-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-column-panel-column-select {
  border-bottom: solid 1px;
  border-bottom-color: #dde2eb;
  border-bottom-color: var(--ag-secondary-border-color, #dde2eb);
  border-top: solid 1px;
  border-top-color: #dde2eb;
  border-top-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-column-group-icons,
.ag-theme-alpine .ag-column-select-header-icon {
  color: #181d1f;
  color: var(
    --ag-secondary-foreground-color,
    var(--ag-foreground-color, #181d1f)
  );
}
.ag-theme-alpine .ag-header {
  background-color: #f8f8f8;
  background-color: var(--ag-header-background-color, #f8f8f8);
  border-bottom: solid 1px;
  border-bottom-color: #babfc7;
  border-bottom-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-header-row {
  color: #181d1f;
  color: var(
    --ag-header-foreground-color,
    var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f))
  );
}
.ag-theme-alpine .ag-pinned-right-header {
  border-left: solid 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-pinned-left-header {
  border-right: solid 1px;
  border-right-color: #babfc7;
  border-right-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-header-row {
  height: 48px;
}
.ag-theme-alpine
  .ag-ltr
  .ag-header-cell:not(.ag-right-aligned-header)
  .ag-header-label-icon {
  margin-left: 6px;
}
.ag-theme-alpine
  .ag-rtl
  .ag-header-cell:not(.ag-right-aligned-header)
  .ag-header-label-icon {
  margin-right: 6px;
}
.ag-theme-alpine
  .ag-ltr
  .ag-header-cell.ag-right-aligned-header
  .ag-header-label-icon {
  margin-right: 6px;
}
.ag-theme-alpine
  .ag-rtl
  .ag-header-cell.ag-right-aligned-header
  .ag-header-label-icon {
  margin-left: 6px;
}
.ag-theme-alpine .ag-header-cell,
.ag-theme-alpine .ag-header-group-cell {
  padding-left: 18px;
  padding-right: 18px;
}
.ag-theme-alpine .ag-header-cell.ag-header-cell-moving,
.ag-theme-alpine .ag-header-group-cell.ag-header-cell-moving {
  background-color: #fff;
  background-color: var(
    --ag-header-cell-moving-background-color,
    var(--ag-background-color, #fff)
  );
}
.ag-theme-alpine .ag-keyboard-focus .ag-header-cell:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-header-cell:focus:after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-keyboard-focus .ag-header-group-cell:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-header-group-cell:focus:after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-header-icon {
  color: #181d1f;
  color: var(
    --ag-secondary-foreground-color,
    var(--ag-foreground-color, #181d1f)
  );
}
.ag-theme-alpine .ag-header-expand-icon {
  cursor: pointer;
}
.ag-theme-alpine .ag-ltr .ag-header-expand-icon {
  padding-left: 4px;
}
.ag-theme-alpine .ag-rtl .ag-header-expand-icon {
  padding-right: 4px;
}
.ag-theme-alpine .ag-header-row:not(:first-child) .ag-header-cell,
.ag-theme-alpine
  .ag-header-row:not(:first-child)
  .ag-header-group-cell.ag-header-group-cell-with-group {
  border-top: solid 1px;
  border-top-color: #babfc7;
  border-top-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-header-cell-resize {
  display: flex;
  align-items: center;
}
.ag-theme-alpine .ag-header-cell-resize::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  left: calc(50% - 1px);
  width: 2px;
  height: 30%;
  top: calc(50% - 15%);
  background-color: rgba(186, 191, 199, 0.5);
  background-color: var(
    --ag-header-column-resize-handle-color,
    rgba(186, 191, 199, 0.5)
  );
}
.ag-theme-alpine .ag-pinned-right-header .ag-header-cell-resize::after {
  left: calc(50% - 2px);
}
.ag-theme-alpine .ag-ltr .ag-header-select-all {
  margin-right: 18px;
}
.ag-theme-alpine .ag-rtl .ag-header-select-all {
  margin-left: 18px;
}
.ag-theme-alpine .ag-ltr .ag-floating-filter-button {
  margin-left: 18px;
}
.ag-theme-alpine .ag-rtl .ag-floating-filter-button {
  margin-right: 18px;
}
.ag-theme-alpine .ag-floating-filter-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  height: 16px;
  padding: 0;
  width: 16px;
}
.ag-theme-alpine .ag-filter-loading {
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
  height: 100%;
  padding: 12px 12px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.ag-theme-alpine .ag-paging-panel {
  border-top: 1px solid;
  border-top-color: #babfc7;
  border-top-color: var(--ag-border-color, #babfc7);
  color: #181d1f;
  color: var(
    --ag-secondary-foreground-color,
    var(--ag-foreground-color, #181d1f)
  );
  height: 48px;
}
.ag-theme-alpine .ag-paging-panel > * {
  margin: 0 18px;
}
.ag-theme-alpine .ag-paging-button {
  cursor: pointer;
}
.ag-theme-alpine .ag-paging-button.ag-disabled {
  cursor: default;
  color: rgba(24, 29, 31, 0.5);
  color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
}
.ag-theme-alpine .ag-keyboard-focus .ag-paging-button:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-paging-button:focus:after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-paging-button,
.ag-theme-alpine .ag-paging-description {
  margin: 0 6px;
}
.ag-theme-alpine .ag-status-bar {
  border-top: solid 1px;
  border-top-color: #babfc7;
  border-top-color: var(--ag-border-color, #babfc7);
  color: rgba(24, 29, 31, 0.5);
  color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
  padding-right: 24px;
  padding-left: 24px;
  line-height: 1.5;
}
.ag-theme-alpine .ag-status-name-value-value {
  color: #181d1f;
  color: var(--ag-foreground-color, #181d1f);
}
.ag-theme-alpine .ag-status-bar-center {
  text-align: center;
}
.ag-theme-alpine .ag-status-name-value {
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ag-theme-alpine .ag-column-drop-cell {
  background: rgba(24, 29, 31, 0.07);
  background: var(--ag-chip-background-color, rgba(24, 29, 31, 0.07));
  border-radius: 24px;
  height: 24px;
  padding: 0 3px;
}
.ag-theme-alpine .ag-column-drop-cell-text {
  margin: 0 6px;
}
.ag-theme-alpine .ag-column-drop-cell-button {
  min-width: 24px;
  margin: 0 3px;
  color: #181d1f;
  color: var(
    --ag-secondary-foreground-color,
    var(--ag-foreground-color, #181d1f)
  );
}
.ag-theme-alpine .ag-column-drop-cell-drag-handle {
  margin-left: 12px;
}
.ag-theme-alpine .ag-column-drop-cell-ghost {
  opacity: 0.5;
}
.ag-theme-alpine .ag-column-drop-horizontal {
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
  color: #181d1f;
  color: var(
    --ag-secondary-foreground-color,
    var(--ag-foreground-color, #181d1f)
  );
  height: 42px;
  border-bottom: solid 1px;
  border-bottom-color: #babfc7;
  border-bottom-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-ltr .ag-column-drop-horizontal {
  padding-left: 18px;
}
.ag-theme-alpine .ag-rtl .ag-column-drop-horizontal {
  padding-right: 18px;
}
.ag-theme-alpine
  .ag-ltr
  .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-right: solid 1px;
  border-right-color: #babfc7;
  border-right-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine
  .ag-rtl
  .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-left: solid 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-column-drop-horizontal-cell-separator {
  margin: 0 6px;
  color: #181d1f;
  color: var(
    --ag-secondary-foreground-color,
    var(--ag-foreground-color, #181d1f)
  );
}
.ag-theme-alpine .ag-column-drop-horizontal-empty-message {
  color: rgba(24, 29, 31, 0.5);
  color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
}
.ag-theme-alpine .ag-ltr .ag-column-drop-horizontal-icon {
  margin-right: 18px;
}
.ag-theme-alpine .ag-rtl .ag-column-drop-horizontal-icon {
  margin-left: 18px;
}
.ag-theme-alpine .ag-column-drop-vertical-list {
  padding-bottom: 6px;
  padding-right: 6px;
  padding-left: 6px;
}
.ag-theme-alpine .ag-column-drop-vertical-cell {
  margin-top: 6px;
}
.ag-theme-alpine .ag-column-drop-vertical {
  min-height: 50px;
  max-height: 150px;
  border-bottom: solid 1px;
  border-bottom-color: #dde2eb;
  border-bottom-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-column-drop-vertical.ag-last-column-drop {
  border-bottom: none;
}
.ag-theme-alpine .ag-column-drop-vertical-icon {
  margin-left: 6px;
  margin-right: 6px;
}
.ag-theme-alpine .ag-column-drop-vertical-list {
  position: relative;
}
.ag-theme-alpine .ag-column-drop-vertical-empty-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  color: rgba(24, 29, 31, 0.5);
  color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
  margin-top: 6px;
}
.ag-theme-alpine .ag-select-agg-func-popup {
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  background: #fff;
  background: var(--ag-background-color, #fff);
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
  background: #fff;
  background: var(--ag-background-color, #fff);
  height: 105px;
  padding: 0;
}
.ag-theme-alpine .ag-select-agg-func-virtual-list-item {
  cursor: default;
  line-height: 30px;
  padding-left: 12px;
}
.ag-theme-alpine .ag-select-agg-func-virtual-list-item:hover {
  background-color: rgba(33, 150, 243, 0.3);
  background-color: var(
    --ag-selected-row-background-color,
    rgba(33, 150, 243, 0.3)
  );
}
.ag-theme-alpine .ag-chart-menu {
  border-radius: 3px;
  background: #fff;
  background: var(--ag-background-color, #fff);
}
.ag-theme-alpine .ag-chart-menu-icon {
  opacity: 0.5;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin: 2px 0;
  cursor: pointer;
  border-radius: 3px;
  color: #181d1f;
  color: var(
    --ag-secondary-foreground-color,
    var(--ag-foreground-color, #181d1f)
  );
}
.ag-theme-alpine .ag-chart-menu-icon:hover {
  opacity: 1;
}
.ag-theme-alpine .ag-chart-mini-thumbnail {
  border: 1px solid;
  border-color: #dde2eb;
  border-color: var(--ag-secondary-border-color, #dde2eb);
  border-radius: 5px;
  margin: 5px;
}
.ag-theme-alpine .ag-chart-mini-thumbnail:nth-last-child(3),
.ag-theme-alpine
  .ag-chart-mini-thumbnail:nth-last-child(3)
  ~ .ag-chart-mini-thumbnail {
  margin-left: auto;
  margin-right: auto;
}
.ag-theme-alpine .ag-ltr .ag-chart-mini-thumbnail:first-child {
  margin-left: 0;
}
.ag-theme-alpine .ag-rtl .ag-chart-mini-thumbnail:first-child {
  margin-right: 0;
}
.ag-theme-alpine .ag-ltr .ag-chart-mini-thumbnail:last-child {
  margin-right: 0;
}
.ag-theme-alpine .ag-rtl .ag-chart-mini-thumbnail:last-child {
  margin-left: 0;
}
.ag-theme-alpine .ag-chart-mini-thumbnail.ag-selected {
  border-color: #2196f3;
  border-color: var(
    --ag-minichart-selected-chart-color,
    var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3))
  );
}
.ag-theme-alpine .ag-chart-settings-card-item {
  background: #181d1f;
  background: var(--ag-foreground-color, #181d1f);
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.ag-theme-alpine .ag-chart-settings-card-item.ag-selected {
  background-color: #2196f3;
  background-color: var(
    --ag-minichart-selected-page-color,
    var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3))
  );
}
.ag-theme-alpine .ag-chart-data-column-drag-handle {
  margin-left: 6px;
}
.ag-theme-alpine .ag-charts-settings-group-title-bar,
.ag-theme-alpine .ag-charts-data-group-title-bar,
.ag-theme-alpine .ag-charts-format-top-level-group-title-bar {
  border-top: solid 1px;
  border-top-color: #dde2eb;
  border-top-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-charts-settings-group-container {
  padding: 6px;
}
.ag-theme-alpine .ag-charts-data-group-container {
  padding: 12px 12px;
  padding-bottom: 3px;
}
.ag-theme-alpine .ag-charts-data-group-container > * {
  margin-bottom: 9px;
}
.ag-theme-alpine .ag-charts-format-top-level-group-container {
  margin-left: 12px;
  padding: 6px;
}
.ag-theme-alpine .ag-charts-format-top-level-group-item {
  margin: 6px 0;
}
.ag-theme-alpine .ag-charts-format-sub-level-group-container {
  padding: 12px 12px;
  padding-bottom: 3px;
}
.ag-theme-alpine .ag-charts-format-sub-level-group-container > * {
  margin-bottom: 9px;
}
.ag-theme-alpine .ag-charts-group-container.ag-group-container-horizontal {
  padding: 6px;
}
.ag-theme-alpine .ag-chart-data-section,
.ag-theme-alpine .ag-chart-format-section {
  display: flex;
  margin: 0;
}
.ag-theme-alpine .ag-chart-menu-panel {
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
}
.ag-theme-alpine .ag-ltr .ag-chart-menu-panel {
  border-left: solid 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-rtl .ag-chart-menu-panel {
  border-right: solid 1px;
  border-right-color: #babfc7;
  border-right-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-date-time-list-page-title {
  flex-grow: 1;
  text-align: center;
}
.ag-theme-alpine .ag-date-time-list-page-column-label {
  text-align: center;
}
.ag-theme-alpine .ag-date-time-list-page-entry {
  text-align: center;
}
.ag-theme-alpine .ag-checkbox-input-wrapper {
  font-family: "agGridAlpine";
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  background-color: #fff;
  background-color: var(
    --ag-checkbox-background-color,
    var(--ag-background-color, #fff)
  );
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  flex: none;
}
.ag-theme-alpine .ag-checkbox-input-wrapper input,
.ag-theme-alpine .ag-checkbox-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ag-theme-alpine .ag-checkbox-input-wrapper:focus-within,
.ag-theme-alpine .ag-checkbox-input-wrapper:active {
  outline: none;
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
}
.ag-theme-alpine .ag-checkbox-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-theme-alpine .ag-checkbox-input-wrapper::after {
  content: "\f108";
  color: #999;
  color: var(--ag-checkbox-unchecked-color, #999);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-theme-alpine .ag-checkbox-input-wrapper.ag-checked::after {
  content: "\f106";
  color: #2196f3;
  color: var(
    --ag-checkbox-checked-color,
    var(--ag-alpine-active-color, #2196f3)
  );
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-theme-alpine .ag-checkbox-input-wrapper.ag-indeterminate::after {
  content: "\f107";
  color: #999;
  color: var(
    --ag-checkbox-indeterminate-color,
    var(--ag-checkbox-unchecked-color, #999)
  );
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-theme-alpine .ag-toggle-button-input-wrapper {
  box-sizing: border-box;
  width: 28px;
  height: 18px;
  background-color: #999;
  background-color: var(
    --ag-toggle-button-off-background-color,
    var(--ag-checkbox-unchecked-color, #999)
  );
  border-radius: 9px;
  position: relative;
  flex: none;
  border: 1px solid;
  border-color: #999;
  border-color: var(
    --ag-toggle-button-off-border-color,
    var(--ag-checkbox-unchecked-color, #999)
  );
}
.ag-theme-alpine .ag-toggle-button-input-wrapper input {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.ag-theme-alpine .ag-toggle-button-input-wrapper:focus-within {
  outline: none;
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
}
.ag-theme-alpine .ag-toggle-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-theme-alpine .ag-toggle-button-input-wrapper.ag-checked {
  background-color: #2196f3;
  background-color: var(
    --ag-toggle-button-on-background-color,
    var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3))
  );
  border-color: #2196f3;
  border-color: var(
    --ag-toggle-button-on-border-color,
    var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3))
  );
}
.ag-theme-alpine .ag-toggle-button-input-wrapper::before {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: border-box;
  height: 18px;
  width: 18px;
  background-color: #fff;
  background-color: var(
    --ag-toggle-button-switch-background-color,
    var(--ag-background-color, #fff)
  );
  border-radius: 9px;
  transition: left 100ms;
  border: 1px solid;
  border-color: #999;
  border-color: var(
    --ag-toggle-button-switch-border-color,
    var(
      --ag-toggle-button-off-border-color,
      var(--ag-checkbox-unchecked-color, #999)
    )
  );
}
.ag-theme-alpine .ag-toggle-button-input-wrapper.ag-checked::before {
  left: calc(100% - 18px);
  border-color: #2196f3;
  border-color: var(
    --ag-toggle-button-on-border-color,
    var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3))
  );
}
.ag-theme-alpine .ag-radio-button-input-wrapper {
  font-family: "agGridAlpine";
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  background-color: #fff;
  background-color: var(
    --ag-checkbox-background-color,
    var(--ag-background-color, #fff)
  );
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  flex: none;
  border-radius: 16px;
}
.ag-theme-alpine .ag-radio-button-input-wrapper input,
.ag-theme-alpine .ag-radio-button-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ag-theme-alpine .ag-radio-button-input-wrapper:focus-within,
.ag-theme-alpine .ag-radio-button-input-wrapper:active {
  outline: none;
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
}
.ag-theme-alpine .ag-radio-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-theme-alpine .ag-radio-button-input-wrapper::after {
  content: "\f124";
  color: #999;
  color: var(--ag-checkbox-unchecked-color, #999);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-theme-alpine .ag-radio-button-input-wrapper.ag-checked::after {
  content: "\f125";
  color: #2196f3;
  color: var(
    --ag-checkbox-checked-color,
    var(--ag-alpine-active-color, #2196f3)
  );
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-theme-alpine input[class^="ag-"][type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: none;
  overflow: visible;
}
.ag-theme-alpine
  input[class^="ag-"][type="range"]::-webkit-slider-runnable-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: #babfc7;
  background-color: var(--ag-border-color, #babfc7);
  border-radius: 3px;
  border-radius: 3px;
}
.ag-theme-alpine input[class^="ag-"][type="range"]::-moz-range-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: #babfc7;
  background-color: var(--ag-border-color, #babfc7);
  border-radius: 3px;
  border-radius: 3px;
}
.ag-theme-alpine input[class^="ag-"][type="range"]::-ms-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: #babfc7;
  background-color: var(--ag-border-color, #babfc7);
  border-radius: 3px;
  border-radius: 3px;
  color: transparent;
  width: calc(100% - 2px);
}
.ag-theme-alpine input[class^="ag-"][type="range"]::-webkit-slider-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  border: 1px solid;
  border-color: #999;
  border-color: var(--ag-checkbox-unchecked-color, #999);
  border-radius: 16px;
  -webkit-transform: translateY(-6.5px);
  transform: translateY(-6.5px);
}
.ag-theme-alpine input[class^="ag-"][type="range"]::-ms-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  border: 1px solid;
  border-color: #999;
  border-color: var(--ag-checkbox-unchecked-color, #999);
  border-radius: 16px;
}
.ag-theme-alpine input[class^="ag-"][type="range"]::-moz-ag-range-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  border: 1px solid;
  border-color: #999;
  border-color: var(--ag-checkbox-unchecked-color, #999);
  border-radius: 16px;
}
.ag-theme-alpine input[class^="ag-"][type="range"]:focus {
  outline: none;
}
.ag-theme-alpine input[class^="ag-"][type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
  border-color: #2196f3;
  border-color: var(
    --ag-checkbox-checked-color,
    var(--ag-alpine-active-color, #2196f3)
  );
}
.ag-theme-alpine input[class^="ag-"][type="range"]:focus::-ms-thumb {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
  border-color: #2196f3;
  border-color: var(
    --ag-checkbox-checked-color,
    var(--ag-alpine-active-color, #2196f3)
  );
}
.ag-theme-alpine input[class^="ag-"][type="range"]:focus::-moz-ag-range-thumb {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
  border-color: #2196f3;
  border-color: var(
    --ag-checkbox-checked-color,
    var(--ag-alpine-active-color, #2196f3)
  );
}
.ag-theme-alpine
  input[class^="ag-"][type="range"]:active::-webkit-slider-runnable-track {
  background-color: rgba(33, 150, 243, 0.4);
  background-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine input[class^="ag-"][type="range"]:active::-moz-ag-range-track {
  background-color: rgba(33, 150, 243, 0.4);
  background-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine input[class^="ag-"][type="range"]:active::-ms-track {
  background-color: rgba(33, 150, 243, 0.4);
  background-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine input[class^="ag-"][type="range"]:disabled {
  opacity: 0.5;
}
.ag-theme-alpine .ag-filter-toolpanel-header,
.ag-theme-alpine .ag-filter-toolpanel-search,
.ag-theme-alpine .ag-status-bar,
.ag-theme-alpine .ag-header-row,
.ag-theme-alpine .ag-panel-title-bar-title,
.ag-theme-alpine .ag-multi-filter-group-title-bar {
  font-weight: 700;
  color: #181d1f;
  color: var(
    --ag-header-foreground-color,
    var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f))
  );
}
.ag-theme-alpine .ag-ltr .ag-pinned-right-header .ag-header-row:after,
.ag-theme-alpine .ag-rtl .ag-pinned-left-header .ag-header-row:before {
  content: "";
  position: absolute;
  height: calc(100% - 20px);
  top: 10px;
  width: 1px;
  background-color: #babfc7;
  background-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-ltr .ag-pinned-right-header .ag-header-row:after {
  right: 0;
}
.ag-theme-alpine .ag-rtl .ag-pinned-left-header .ag-header-row:before {
  left: 0;
}
.ag-theme-alpine .ag-row {
  font-size: 14px;
}
.ag-theme-alpine input[class^="ag-"]:not([type]),
.ag-theme-alpine input[class^="ag-"][type="text"],
.ag-theme-alpine input[class^="ag-"][type="number"],
.ag-theme-alpine input[class^="ag-"][type="tel"],
.ag-theme-alpine input[class^="ag-"][type="date"],
.ag-theme-alpine input[class^="ag-"][type="datetime-local"],
.ag-theme-alpine textarea[class^="ag-"] {
  min-height: 24px;
  border-radius: 3px;
}
.ag-theme-alpine .ag-ltr input[class^="ag-"]:not([type]),
.ag-theme-alpine .ag-ltr input[class^="ag-"][type="text"],
.ag-theme-alpine .ag-ltr input[class^="ag-"][type="number"],
.ag-theme-alpine .ag-ltr input[class^="ag-"][type="tel"],
.ag-theme-alpine .ag-ltr input[class^="ag-"][type="date"],
.ag-theme-alpine .ag-ltr input[class^="ag-"][type="datetime-local"],
.ag-theme-alpine .ag-ltr textarea[class^="ag-"] {
  padding-left: 6px;
}
.ag-theme-alpine .ag-rtl input[class^="ag-"]:not([type]),
.ag-theme-alpine .ag-rtl input[class^="ag-"][type="text"],
.ag-theme-alpine .ag-rtl input[class^="ag-"][type="number"],
.ag-theme-alpine .ag-rtl input[class^="ag-"][type="tel"],
.ag-theme-alpine .ag-rtl input[class^="ag-"][type="date"],
.ag-theme-alpine .ag-rtl input[class^="ag-"][type="datetime-local"],
.ag-theme-alpine .ag-rtl textarea[class^="ag-"] {
  padding-right: 6px;
}
.ag-theme-alpine .ag-tab {
  padding: 9px;
  transition: color 0.4s;
}
.ag-theme-alpine .ag-tab-selected {
  color: #2196f3;
  color: var(--ag-alpine-active-color, #2196f3);
}
.ag-theme-alpine .ag-menu {
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
}
.ag-theme-alpine .ag-menu-header {
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
  padding-top: 1px;
}
.ag-theme-alpine .ag-tabs-header {
  border-bottom: solid 1px;
  border-bottom-color: #babfc7;
  border-bottom-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-charts-settings-group-title-bar,
.ag-theme-alpine .ag-charts-data-group-title-bar,
.ag-theme-alpine .ag-charts-format-top-level-group-title-bar {
  padding: 6px 12px;
  line-height: 20px;
}
.ag-theme-alpine .ag-chart-mini-thumbnail {
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
}
.ag-theme-alpine .ag-chart-settings-nav-bar {
  border-top: solid 1px;
  border-top-color: #dde2eb;
  border-top-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-ltr .ag-group-title-bar-icon {
  margin-right: 6px;
}
.ag-theme-alpine .ag-rtl .ag-group-title-bar-icon {
  margin-left: 6px;
}
.ag-theme-alpine .ag-charts-format-top-level-group-toolbar {
  margin-top: 6px;
}
.ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar {
  padding-left: 20px;
}
.ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar {
  padding-right: 20px;
}
.ag-theme-alpine .ag-charts-format-sub-level-group {
  border-left: dashed 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
  padding-left: 6px;
  margin-bottom: 12px;
}
.ag-theme-alpine .ag-charts-format-sub-level-group-title-bar {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  font-weight: 700;
}
.ag-theme-alpine .ag-charts-format-sub-level-group-container {
  padding-bottom: 0;
}
.ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child {
  margin-bottom: 0;
}
.ag-theme-alpine .ag-dnd-ghost {
  font-size: 12px;
  font-weight: 700;
}
.ag-theme-alpine .ag-side-buttons {
  width: 30px;
}
.ag-theme-alpine .ag-standard-button {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px solid;
  border-color: #2196f3;
  border-color: var(--ag-alpine-active-color, #2196f3);
  color: #2196f3;
  color: var(--ag-alpine-active-color, #2196f3);
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  font-weight: 600;
  padding: 6px 12px;
}
.ag-theme-alpine .ag-standard-button:hover {
  border-color: #2196f3;
  border-color: var(--ag-alpine-active-color, #2196f3);
  background-color: rgba(33, 150, 243, 0.1);
  background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1));
}
.ag-theme-alpine .ag-standard-button:active {
  border-color: #2196f3;
  border-color: var(--ag-alpine-active-color, #2196f3);
  background-color: #2196f3;
  background-color: var(--ag-alpine-active-color, #2196f3);
  color: #fff;
  color: var(--ag-background-color, #fff);
}
.ag-theme-alpine .ag-standard-button:disabled {
  color: rgba(24, 29, 31, 0.5);
  color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
  background-color: #f1f2f4;
  background-color: var(--ag-input-disabled-background-color, #f1f2f4);
  border-color: rgba(186, 191, 199, 0.3);
  border-color: var(--ag-input-disabled-border-color, rgba(186, 191, 199, 0.3));
}
.ag-theme-alpine .ag-menu-header {
  min-width: 240px;
}
.ag-theme-alpine .ag-column-drop-vertical {
  min-height: 75px;
  max-height: 175px;
}
.ag-theme-alpine .ag-tool-panel-wrapper {
  width: 250px;
}
.ag-theme-alpine .ag-column-drop-vertical-title-bar {
  padding: 12px;
  padding-bottom: 0px;
}
.ag-theme-alpine .ag-column-drop-vertical-empty-message {
  display: flex;
  align-items: center;
  border: dashed 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  margin: 12px;
  padding: 12px;
}
.ag-theme-alpine .ag-column-drop-empty-message {
  color: #181d1f;
  color: var(--ag-foreground-color, #181d1f);
  opacity: 0.75;
}
.ag-theme-alpine .ag-status-bar {
  font-weight: normal;
}
.ag-theme-alpine .ag-status-name-value-value {
  font-weight: 700;
}
.ag-theme-alpine .ag-paging-number,
.ag-theme-alpine .ag-paging-row-summary-panel-number {
  font-weight: 700;
}
.ag-theme-alpine .ag-column-drop-cell-button {
  opacity: 0.5;
}
.ag-theme-alpine .ag-column-drop-cell-button:hover {
  opacity: 0.75;
}
.ag-theme-alpine .ag-header-cell-menu-button:hover,
.ag-theme-alpine .ag-side-button-button:hover,
.ag-theme-alpine .ag-tab:hover,
.ag-theme-alpine .ag-panel-title-bar-button:hover,
.ag-theme-alpine .ag-header-expand-icon:hover,
.ag-theme-alpine .ag-column-group-icons:hover,
.ag-theme-alpine .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine .ag-chart-settings-prev:hover,
.ag-theme-alpine .ag-chart-settings-next:hover,
.ag-theme-alpine .ag-group-title-bar-icon:hover,
.ag-theme-alpine .ag-column-select-header-icon:hover,
.ag-theme-alpine .ag-floating-filter-button-button:hover,
.ag-theme-alpine .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine .ag-chart-menu-icon:hover {
  color: #2196f3;
  color: var(--ag-alpine-active-color, #2196f3);
}
.ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover {
  opacity: 0.35;
}
.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button {
  margin-left: 12px;
  margin-right: 6px;
}
.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button {
  margin-right: 12px;
  margin-left: 6px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-container {
  padding-left: 6px;
}
.ag-theme-alpine .ag-filter-toolpanel-instance-filter {
  border: none;
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
  border-left: dashed 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
  margin-left: 8px;
  padding-left: 8px;
  margin-right: 12px;
}
.ag-theme-alpine .ag-set-filter-list {
  padding-top: 3px;
  padding-bottom: 3px;
}
.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper,
.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container,
.ag-theme-alpine .ag-layout-print .ag-center-cols-clipper,
.ag-theme-alpine .ag-layout-print .ag-center-cols-container {
  min-height: 150px;
}
.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 60px;
}
.ag-theme-alpine .ag-date-time-list-page-entry-is-current {
  background-color: #2196f3;
  background-color: var(--ag-alpine-active-color, #2196f3);
}

.btn-rounded {
  width: 27px;
  height: 27px;
  text-align: center !important;
  padding: 6px 0 !important;
  font-size: 10px;
  border-radius: 15px !important;
  border: 1px solid #a5b9d4 !important;
  background: #85a1c7;
  color: white !important;
}

.mixer-detail-modal .icon-factory-chimney {
  color: #226cd7;
  margin-left: 0px !important;
  content: url("/assets/img/mixer-icons/factory-chimney.svg");
  width: 16px;
  height: 16px;
  margin-left: 0px !important;
  margin-right: 5px !important;
}
.mixer-detail-modal .icon-concrete-pump {
  color: #226cd7;
  margin-left: 0px !important;
  content: url("/assets/img/mixer-icons/concrete-pump.svg");
  width: 16px;
  height: 16px;
  margin-left: 0px !important;
  margin-right: 5px !important;
}

.mixer-detail-modal .icon-user {
  color: #226cd7;
  font-size: 13px;
}

.mixer-detail-modal .icon-factory-chimney::before {
  content: "";
}
.mixer-detail-modal .icon-concrete-pump::before {
  content: "";
}
.mixer-detail-modal drop-down3 .input-container.dropdown {
  max-width: 400px;
  padding: 9px 10px;
  height: auto;
}

/* .mixer-detail-modal .field-editable .input-container {
  border: 1.5px solid  #226cd7 !important;
}
.mixer-detail-modal .field-editable .label-inline-1 {
  color: #226cd7 !important;
} */

.mixer-detail-modal .input-container {
  border: solid 1px rgba(133, 161, 199, 0.3);
}

.mixer-detail-modal app-trip-details drop-down3 .input-container.dropdown,
.mixer-detail-modal app-empty-runs drop-down3 .input-container.dropdown {
  max-width: 400px;
  padding: 6px 10px;
  height: auto;
}
.mixer-detail-modal
  app-trip-details
  drop-down3
  div[style="height: 14px;"]:empty,
.mixer-detail-modal app-empty-runs drop-down3 div[style="height: 14px;"]:empty {
  display: none;
}
.address-popup-container {
  max-width: 350px !important;
}

.disable-scroll {
  overflow: hidden !important;
}

.btn-toastr {
  border: 1px solid !important;
  border-radius: 15px !important;
  margin-top: 8px !important;
  min-width: 90px !important;
  padding: 4px 2px !important;
  font-size: 11px !important;
}


.k-state-active{
  background-color: #006c9b !important;
    color: white !important;
}

.report-header {
  height: 100px;
    border: solid 1px #E3E3E3;
    padding: 15px 30px;
}

.report-header-title {
  margin-bottom: 15px;
  padding-left: 12px;
}