/****** AG Grid *******/
/* .ag-bl .ag-header{
  height: 111px !important;
}
.ag-header-container .ag-header-row{
    height: 73px !important;
}
.ag-header-container .ag-header-row:last-child{
  height: 38px !important;
  top: 73px !important;
}
.ag-body{
  top: 111px !important;
  /-* height: 163px !important; *-/
} */
.ag-floating-filter-body input{
  background: #ebebeb;
  padding: 0px 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #414141;
  height: auto;
  margin-top: 4px;
}

.ag-theme-fresh .ag-icon-filter{
  background-size: 18px 18px;
  /*height: 18px;*/
  width: 18px;
}
/* .customHeaderLabel, */
.customSortDownLabel,
.customSortUpLabel{
  margin-top: 5px;
}

.ag-cell{
  font-size: 12px;
  border-bottom-style: solid;
  color: #243754;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
    white-space: normal;
}

.ag-theme-fresh .ag-row-odd {
    /*background: #fff;*/
}

.ag-theme-fresh .ag-row-selected{
  /*background: #ebebeb;*/
  background: #dff4ff !important;
}

.ag-cell-inline-editing input{
  border: 1px solid transparent;
}

.ag-cell-inline-editing input:focus,
.ag-cell-inline-editing input:active{
  border: 1px solid #C8CED8;
  padding-left: 10px;
}

.customHeaderLabel{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* flex-basis: 70%; */
  flex-basis: 50%;
  flex-grow: 1;
}

.ag-tab-header{
    background: #fff;
}

.ag-tab-header .ag-tab.ag-tab-selected{
    border: none;
    color: #fff;
    margin: 0;
}

.ag-theme-fresh .ag-filter .ag-filter-header-container,
.ag-set-filter-list{
  padding: 5px;
  height: auto;
}

.ag-filter .ag-filter-header-container input[type='text']{
  padding: 5px;
  border-radius: 4px;
    border: 1px solid #ccc;
}

.ag-menu{
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  
}

.ag-floating-filter-button button:hover{
  background-color: transparent;
}

.ag-bl-dont-fill-center-row + div,
.ag-bl-normal-center-row + div{
  position: absolute;
  top: -36px;
  right: 0;
  left: 0;
}

    .ag-bl-dont-fill-center-row + div .pq-grid-title,
.ag-bl-normal-center-row + div .pq-grid-title{
  position: absolute;
  left: 0;
  top: -3px;
}

    .ag-bl-dont-fill-center-row + div .ag-paging-panel,
.ag-bl-normal-center-row + div .ag-paging-panel{
  border: none;
}

select.ag-cell-edit-input{
  padding: 2px 20px 2px 10px;
}

.ag-paging-page-summary-panel button{
  padding: 5px;
  background: transparent;
  font-family: 'FontAwesome';
  font-size: 0;
  color: #808080;
  font-weight: 400;
  cursor: pointer;
}

.ag-paging-page-summary-panel button:hover{
  background: transparent;
  color: #414141;
}

.ag-paging-page-summary-panel button[ref="btPrevious"]:after{
  content:"\f104";
  font-size: 14px;
}

.ag-paging-page-summary-panel button[ref="btNext"]:after{
  content:"\f105";
  font-size: 14px;
}

.ag-paging-page-summary-panel button[ref="btFirst"]:after{
  content:"\f100";
  font-size: 14px;
}

.ag-paging-page-summary-panel button[ref="btLast"]:after{
  content:"\f101";
  font-size: 14px;
}

.ag-theme-fresh .ag-cell-inline-editing input{
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  width: 100%;
  padding: 2px 10px;
  height:24px;
}

.ag-theme-fresh .ag-popup-editor,
.ag-theme-fresh .ag-popup-editor textarea{
  border-radius: 4px;
}

.multiselect-container .input-group-addon{
  padding: 0;
  border: none;
}

.btn-group.open .dropdown-toggle{
  box-shadow: none;
  border: none;
}

.multiselect-container .multiselect-clear-filter{
  padding: 3px;
  border: 1px solid #d2d6de;
}

.multiselect{
  box-shadow: none;
}

btn.multiselect{
  border-color: transparent;
}

.btn.multiselect:hover{
  background: transparent !important;
  color: #223856;
}

.multiselect-container{
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
  padding: 0;
}

.multiselect-container > li{
  border-bottom: 1px solid #ccc;
  /* border-radius: 4px; */
}

.multiselect-container.dropdown-menu>li>a{
  padding: 1px 10px;
}

.multiselect-container.dropdown-menu>.active>a{
  background: #223856;
}

.multiselect-container.dropdown-menu>.active>a label{
  color: #fff;
}

.multiselect-item.filter .glyphicon-search{
  /* border: 1px solid #ccc; */
  padding: 5px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
  line-height: 1;
}

input.multiselect-search{
  padding: 4px !important;
  font-size: 12px !important;
}

.input-group-btn .multiselect-clear-filter{
  padding: 1px;
}

.multiselect.dropdown-toggle{
  font-size: 12px;
  padding: 5px 10px;
  color: #223856;
}

.multiselect-container > li label{
  margin: 2px 0px;
  font-size: 12px;
  margin: 2px 0px;
  font-size: 13px;
  line-height: 1.7;
}
/* .ag-header-container .ag-header-row,
.ag-body-container{
    width: 100% !important;
} */
.ag-theme-fresh .ag-header{
    background: #223856;
    color: #fff;
}

.ag-header-container .ag-header-row:last-child{
  background: #fff;
  height: 33px !important;
}

.ui-icon-newwin:before{
  content: "\e164";
  font-family: 'Glyphicons Halflings';
  padding-right: 0px;
  font-size: 16px;
}

.customTableRow table,
.ag-header-cell .customTableCell input{
  width: 100%;
}

.ag-paging-panel .customPager td,
.bulkupdates td.ui-search-input{
  border: none;
}

.ag-header-cell .bulkupdates{
  margin-top: 3px;
}

.ag-header-cell .bulkupdates select{
  /* padding: 5px 18px 5px 10px; */
  border: none;
}

.ag-header-cell .bulkupdates input[type="text"]{
  padding: 2px 18px 2px 10px;
}

.customTable .customSortDownLabel{
  margin-left: auto;
}
/*
.ag-header-cell .customTable {
  width: 100%;
  display: table;
  max-width: 100%;
  table-layout: fixed;
}*/
#subGridDialogData.row div.ag-paging-panel table.ag-ltr tr.customPager span.pq-grid-title.ui-corner-top{
    display: none !important;
}

#subGridDialogData div.ag-paging-panel table.ag-ltr tr.customPager span.pq-grid-title.ui-corner-top{
    display: none !important;
}

.ag-paging-panel .customPager span{
  display: flex;
  align-items: center;
}

.customPager span select{
  width: 65px;
  margin-left: 5px;
  padding-left: 5px;
}

.ag-paging-panel .pq-grid-title{
  font-weight: 400;
  font-size: 14px;
    color: #223856;
}

.ag-paging-panel #btnUpdate,
.ag-paging-panel .fullScreen button{
  font-size: 0 !important;
  background: transparent;
  color: #808080;
  padding: 0;
}

.ag-paging-panel #btnUpdate:after{
  content: "\E877";
  font-size: 21px;
  display: inline-block;
  font-family: "Material Icons";
}

.ag-paging-panel .ui-icon-arrowstop-1-n:after{
  content: "\E25A";
  font-size: 21px;
  display: inline-block;
  font-family: "Material Icons";
}

.ag-paging-panel #btnUpdate:focus{
  box-shadow: none;
}

.ag-paging-panel .fullScreen button:after{
  content: "\E5D0";
  font-size: 21px;
  display: inline-block;
  font-family: "Material Icons";
}

.lead-wrap + .panel-body{
  padding-bottom: 35px;
}

div.ag-fresh > div {
  display: flex;
  flex: 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  flex-direction: column;
}

.fullscreen-grid{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 45px;
  right: 0;
  z-index: 1040;
}

.fullscreen-grid .ag-theme-fresh{
  background: transparent;
}

.customHeaderMenuButton {
  margin-top: 2px;
  margin-right: 2px;
}
  
.ag-header-cell .customHeaderMenuButton {
  margin-left: -5px;
}

.ag-header-cell .customTable .customTableCell,
.ui-dialog .ag-header-cell .customTable{
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  line-height: 22px;
}

.customHeaderLabel {
    margin-left: 0;
    margin-top: 1px;
    /* float: left; */
}

.customSortDownLabel {
    /* float: left; */
    margin-left: 10px;
    margin-top: 5px;
    right: 25px;
}

.customSortUpLabel {
    /* float: left; */
    margin-left: 2px;
    margin-top: 4px;
    right: 18px;
}

.customSortRemoveLabel {
    /* float: left; */
    font-size: 11px;
    margin-left: 2px;
    margin-top: 6px;
    right: 8px;
}

.customBulkUpdate {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}
/*.active {
    color: cornflowerblue;
}*/
/*
.customSortRemoveLabel,
.customSortUpLabel,
.customSortDownLabel{
  position: absolute;
}
*/
/*
.customTable {
    display: table;
    width: 100%;
}
.customTableRow{
    display: table-row;
}
.customTableCell{
    display: table-cell;
    position: relative;
}
.customTableCell .bulkupdates{
  margin-bottom: 0 !important;
}
    */
 .filter {
    margin: 0;
    }

.dd {
    width: 20px !important;
}

.mm {
    width: 25px !important;
}

.yyyy {
    width: 35px !important;
}

.divider {
    margin: 0;
    padding: 0;
}

.reset {
    padding: 2px;
    background-color: red;
    border-radius: 3px;
    font-size: 10px;
    margin-right: 5px;
    color: white;
}

.ui-dialog .ag-filter{
  padding-bottom: 50px;
}

.ui-dialog .ag-bl-dont-fill-center-row + div {
    /* max-width: 650px; */
    width: 100%;
    left: auto;
}

.ui-dialog .ag-bl-normal-center-row + div{
    /* max-width: 650px; */
    width: 100%;
    left: auto;
}

#subGridDialogData table.ag-theme-fresh{
  table-layout: fixed;
  width: 100% !important;
}
/* .ag-theme-fresh .ag-cell-inline-editing{
  text-align: center;
} */
/* .ag-theme-fresh .ag-cell-inline-editing input[type="checkbox"]{
  margin-left: 10px;
  display: inline-block;
} */
.ag-theme-fresh .ag-cell-inline-editing input[type="checkbox"]:focus{
  outline: none;
}

body.viewMode .parent-container.ui-tabs{
  padding-bottom: 45px;
}
/* F U L L S C R E E N Popup */
.ui-dialog.fullscreen-grid{
  position: fixed;
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
/* .fullscreen-grid .ag-body{
  height: 100%  !important;
} */
/* .fullscreen-grid .ag-bl-normal-center-row{
    height: 100% !important;
} */
.fullscreen-grid .ag-theme-fresh{
  height: 80vh !important;
  background-color: #ebebeb;
}

#repeaterRowData .col-xs-3 + .ui-icon-document.viewLimits{
  padding-left: 15px;
}

.ui-dialog .col-xs-3 > .staticLabel{
  display: block;
}

/* Dialog Boxes */
#altRuleAssignmentDialog #selectAltServiceRule{
  width: 74%;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}

#altRuleAssignmentDialog #btnAdvanceFilterAlt{
  padding: 5px 0;
}

#pg_pServiceRuleAdvanceFilterGrid > table,
#pg_pTierDetailsGrid > table,
#pg_paltRuleGrid > table{
  display: flex;
  justify-content: baseline;
 -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#pg_pServiceRuleAdvanceFilterGrid > table .ui-pg-button,
#pg_pTierDetailsGrid > table .ui-pg-button{
  padding: 0;
}

#first_pServiceRuleAdvanceFilterGrid,
#last_pServiceRuleAdvanceFilterGrid,
#first_pTierDetailsGrid,
#last_pTierDetailsGrid{
    display: none;
}

.ui-dialog .multiselect-ui select:after{
  display: none;
}

#pg_paltRuleGrid > table td:first-child{
  float: none;
}

.DropdownTextbox input{
  border: 1px solid #57BD99;
}

#altRuleDialog .staticLabel,
#tierDataDialog .staticLabel{
  display: block;
  padding-left: 0;
}

#altRuleDialog .row,
#tierDataDialog .staticLabel{
  margin-bottom: 10px;
}

#tierDataDialog .ui-jqgrid-title{
  padding-left: 10px;
}

#altRuleDialog .panel-title{
  padding: 10px 15px;
}

#altRuleDialog select{
  -webkit-appearance: menulist;
    -moz-appearance: menulist;
    -ms-appearance: menulist;
    appearance: menulist;
}

#altRuleDialog{
  height: 450px !important;
  overflow-x: hidden;
  overflow-y: auto;
}

/* AG Grid Filter Changes */
.ag-menu .ag-filter{
  position: relative;
  padding-top: 43px;
}

.ag-menu .ag-filter .ag-filter-apply-panel{
  position: absolute;
  top: 0;
  right: 0;
        left: 0;
}

.ag-theme-fresh .ag-menu{
  /*min-width: 250px;*/
      top: 82px !important;
}

.ag-menu .ag-filter .ag-filter-apply-panel button{
  padding: 5px 14px;
  font-weight: normal;
}

.cellRichTextbox {
    width: 370px;
    white-space: normal;
    word-wrap: break-word;
    display: block;
    word-break: break-all;
    height: 250px;
    overflow: auto;
}

#gridCellDialogCancelBtn{
  margin-left: 5px;
}

.ag-header .ag-pinned-left-header,
.ag-pinned-left-cols-container .ag-row{
  
}
/*.ag-theme-fresh .ag-ltr .ag-cell-last-left-pinned{
  border-bottom: 1px solid #ccc;
}*/
.ag-paging-page-summary-panel button:hover,
.ag-paging-page-summary-panel button:focus{
  color: #000 !important;
}
/* .ag-layout-normal .ag-body{
  overflow: hidden;
} */
.ag-header-cell .customTableCell > table.bulkupdates{
  margin-bottom: 0 !important;
}

.ag-tool-panel .ag-side-buttons button{
  -webkit-transform: rotate(90deg) translateY(-25px);
    transform: rotate(90deg) translateY(-25px);
    -webkit-transform-origin: left top 0;
}

.ag-theme-fresh .ag-tool-panel .ag-side-buttons button {
  height: 25px;
  background: #223856;
  padding-top: 3px;
  color: #fff;
}

.ag-tool-panel .ag-side-buttons button:hover,
.ag-tool-panel .ag-side-buttons button:focus{
  background: #57BC9A;
  color: #fff;
}

.details-custom-pagination > button:hover{
  color: #000 !important;
}

.ag-theme-fresh .ag-column-name-filter{
  border: 1px solid #ccc;
}

.ag-theme-fresh .ag-column-name-filter:focus{
  border: 1px solid #57bd99;
}

.ag-theme-fresh .ag-header-cell{
  padding-right: 3px;
}

.ag-header-cell .ag-floating-filter-button{
  margin-right: 5px;
}

/* IF Pinned at left */
.ag-pinned-left-header .ag-header-row:last-child,
.ag-pinned-right-header .ag-header-row:last-child{
  bottom: 0;  
  background: #fff;
  /* top: auto !important; */
  /* height: 36px !important; */
}

.ag-pinned-left-cols-container .ag-cell,
.ag-pinned-right-cols-container .ag-cell{
  border-bottom: 1px solid #ccc;
}
/*.ag-pinned-left-header .ag-header-row,
.ag-pinned-right-header .ag-header-row{
  height: auto !important;
  bottom: 0;
}*/
.ui-widget-content .ag-theme-fresh .ui-icon.ui-icon-document{
  cursor: pointer;
}

.ui-widget-content .ag-theme-fresh .ui-icon.ui-icon-document[title="Grid Preference"]:before{
  content: "\E8B8";
}

#btnFullScreen:hover,
#btnUpdate:hover,
.ag-paging-panel .ui-icon:hover{
  color: #243754 !important;
}

.customPager{
  border-bottom: 0;
}


/*Balham CSS*/
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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* was getting some 'should be there' scrolls, this sorts it out */
  overflow: hidden;
  /* set to relative, so absolute popups appear relative to this */
    position: relative;
}

.ag-layout-normal .ag-root {
    height: 100%;
}

.ag-font-style {
  cursor: default;
  /* disable user mouse selection */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
    user-select: none;
}

.ag-layout-for-print {
  display: block;
    white-space: nowrap;
}

.ag-layout-for-print .ag-row,
.ag-layout-for-print .ag-cell {
        page-break-inside: avoid !important;
    }

.ag-layout-normal {
    height: 100%;
}

.ag-popup-backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
    width: 100%;
}

.ag-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
    width: 100%;
}

.ag-layout-normal .ag-header {
  left: 0;
  position: absolute;
    top: 0;
}

.ag-pinned-left-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  height: 100%;
    overflow: hidden;
}

.ag-pinned-right-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: right;
  height: 100%;
    overflow: hidden;
}

.ag-header-viewport {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
    overflow: hidden;
}

.ag-layout-normal .ag-header-row {
    position: absolute;
}

.ag-layout-normal .ag-header-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative;
    white-space: nowrap;
}

.ag-layout-auto-height .ag-header-row {
    position: absolute;
}

.ag-layout-auto-height .ag-header-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative;
    white-space: nowrap;
}

.ag-layout-for-print .ag-header-container {
    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%;
    height: 26px !important;
}

.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;
}

.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-panel {
  display: table;
  height: 100%;
  pointer-events: none;
    width: 100%;
}

.ag-overlay-wrapper {
  display: table-cell;
  text-align: center;
    vertical-align: middle;
}

.ag-bl-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
    width: 100%;
}

.ag-bl-full-height {
  height: 100%;
  overflow: auto;
    position: relative;
}

.ag-bl-west {
    float: left;
}

.ag-bl-full-height-west {
    height: 100%;
}

.ag-bl-east {
    float: right;
}

.ag-bl-full-height-east {
    height: 100%;
}

.ag-bl-full-height-center {
    height: 100%;
}

.ag-bl-normal {
  height: 100%;
    position: relative;
}

.ag-bl-normal-center-row {
    overflow: hidden;
}
/* 17 Jan 2020 */
.ag-bl-normal-west {
  float: left;
    height: 100%;
}

.ag-bl-normal-east {
  float: right;
    height: 100%;
}

.ag-bl-normal-center {
    height: 100%;
}

.ag-bl-dont-fill {
    position: relative;
}

.ag-body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    width: 100%;
}

.ag-layout-normal .ag-body {
  height: 100%;
    position: absolute;
}

.ag-floating-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
    width: 100%;
}

.ag-layout-normal .ag-floating-top {
  left: 0;
    position: absolute;
}

.ag-pinned-left-floating-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  overflow: hidden;
    position: relative;
}

.ag-layout-normal .ag-pinned-left-floating-top {
    height: 100%;
}

.ag-pinned-right-floating-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: right;
  overflow: hidden;
    position: relative;
}

.ag-layout-normal .ag-pinned-right-floating-top {
    height: 100%;
}

.ag-floating-top-viewport {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    overflow: hidden;
}

.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%;
}

.ag-layout-normal .ag-floating-bottom {
  left: 0;
    position: absolute;
}

.ag-pinned-left-floating-bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  overflow: hidden;
    position: relative;
}

.ag-layout-normal .ag-pinned-left-floating-bottom {
    height: 100%;
}

.ag-pinned-right-floating-bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: right;
  overflow: hidden;
    position: relative;
}

.ag-layout-normal .ag-pinned-right-floating-bottom {
    height: 100%;
}

.ag-floating-bottom-viewport {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    overflow: hidden;
}

.ag-layout-normal .ag-floating-bottom-viewport {
    height: 100%;
}

.ag-floating-bottom-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
    white-space: nowrap;
}

.ag-pinned-left-cols-viewport {
    float: left;
}

.ag-pinned-left-cols-container {
  display: inline-block;
    position: relative;
}

.ag-pinned-right-cols-viewport {
    float: right;
}

.ag-ltr .ag-pinned-right-cols-viewport {
  overflow-x: hidden;
    overflow-y: auto;
}

.ag-ltr .ag-pinned-left-cols-viewport {
    overflow: hidden;
}

.ag-rtl .ag-pinned-right-cols-viewport {
    overflow: hidden;
}

.ag-rtl .ag-pinned-left-cols-viewport {
  overflow-x: hidden;
    overflow-y: auto;
}

.ag-pinned-right-cols-container {
  display: inline-block;
    position: relative;
}

.ag-layout-normal .ag-body-viewport-wrapper {
    height: 100%;
}

.ag-body-viewport {
  overflow-x: auto;
    overflow-y: auto;
}

.ag-layout-normal .ag-body-viewport {
    height: 100%;
}

.ag-full-width-viewport {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
    width: 100%;
}

.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-layout-normal .ag-body-container {
  display: inline-block;
  margin-bottom: -2px;
    position: relative;
}

.ag-layout-auto-height .ag-body-container {
  display: block;
    position: relative;
}

.ag-row-animation .ag-row {
  -webkit-transition: height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
  transition: height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
  transition: transform 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s;
    transition: transform 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;
}

.ag-layout-normal .ag-row {
  position: absolute;
  white-space: nowrap;
    width: 100%;
}

.ag-layout-auto-height .ag-row {
  position: relative;
  white-space: nowrap;
    width: 100%;
}

.ag-layout-for-print .ag-row {
    position: relative;
}

.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: block;
    }

  .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;
}

  .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;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
    white-space: nowrap;
}

.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-large .ag-root {
    font-size: 20px;
}

.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-layout-normal .ag-column-panel {
    height: 100%;
}

.ag-layout-normal .ag-column-panel-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    height: 100%;
}

.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: 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-folder-open {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEuMzMzIDIuNUwuNSAzLjV2Ni4yMTRsMSAuNzg2aDhsMS0xdi01bC0xLTFoLTNsLTEtMXoiLz48cGF0aCBkPSJNMi41IDEwLjVMMiA5bDEtMyAyLjUtLjVoNmwtMSA1eiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
    width: 12px;
}

.ag-icon-folder {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEuMzMzIDIuNUwuNSAzLjV2Ni4yMTRsMSAuNzg2aDhsMS0xdi01bC0xLTFoLTNsLTEtMXoiLz48cGF0aCBkPSJNNy41IDMuNWwtMiAyaC01Ii8+PC9nPjwvc3ZnPg==) 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;
    height: 100%;
}

  .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;
}

/*//FreshTheme CSS*/
.ag-theme-fresh {
  background-color: white;
  color: #000;
    font: 400 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

  .ag-theme-fresh .ag-header,
  .ag-theme-fresh .ag-row,
  .ag-theme-fresh .ag-header-cell,
  .ag-theme-fresh .ag-header-group-cell,
  .ag-theme-fresh .ag-rich-select-value,
  .ag-theme-fresh .ag-root {
        box-sizing: border-box;
    }

  .ag-theme-fresh .ag-menu, .ag-theme-fresh .ag-theme-fresh.ag-dnd-ghost, .ag-theme-fresh .ag-cell-inline-editing, .ag-theme-fresh .ag-popup-editor, .ag-theme-fresh .ag-select-agg-func-popup, .ag-theme-fresh .ag-overlay-loading-center {
        border: 1px solid #BDC3C7;
    }

  .ag-theme-fresh .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-fresh .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-fresh .ag-ltr .ag-toolpanel-indent-1 {
        padding-left: 20px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-1 {
        padding-right: 20px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-1 {
        padding-left: 28px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-1 {
        padding-right: 28px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-2 {
        padding-left: 40px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-2 {
        padding-right: 40px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-2 {
        padding-left: 56px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-2 {
        padding-right: 56px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-3 {
        padding-left: 60px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-3 {
        padding-right: 60px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-3 {
        padding-left: 84px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-3 {
        padding-right: 84px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-4 {
        padding-left: 80px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-4 {
        padding-right: 80px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-4 {
        padding-left: 112px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-4 {
        padding-right: 112px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-5 {
        padding-left: 100px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-5 {
        padding-right: 100px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-5 {
        padding-left: 140px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-5 {
        padding-right: 140px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-6 {
        padding-left: 120px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-6 {
        padding-right: 120px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-6 {
        padding-left: 168px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-6 {
        padding-right: 168px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-7 {
        padding-left: 140px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-7 {
        padding-right: 140px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-7 {
        padding-left: 196px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-7 {
        padding-right: 196px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-8 {
        padding-left: 160px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-8 {
        padding-right: 160px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-8 {
        padding-left: 224px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-8 {
        padding-right: 224px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-9 {
        padding-left: 180px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-9 {
        padding-right: 180px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-9 {
        padding-left: 252px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-9 {
        padding-right: 252px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-10 {
        padding-left: 200px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-10 {
        padding-right: 200px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-10 {
        padding-left: 280px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-10 {
        padding-right: 280px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-11 {
        padding-left: 220px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-11 {
        padding-right: 220px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-11 {
        padding-left: 308px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-11 {
        padding-right: 308px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-12 {
        padding-left: 240px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-12 {
        padding-right: 240px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-12 {
        padding-left: 336px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-12 {
        padding-right: 336px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-13 {
        padding-left: 260px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-13 {
        padding-right: 260px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-13 {
        padding-left: 364px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-13 {
        padding-right: 364px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-14 {
        padding-left: 280px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-14 {
        padding-right: 280px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-14 {
        padding-left: 392px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-14 {
        padding-right: 392px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-15 {
        padding-left: 300px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-15 {
        padding-right: 300px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-15 {
        padding-left: 420px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-15 {
        padding-right: 420px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-16 {
        padding-left: 320px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-16 {
        padding-right: 320px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-16 {
        padding-left: 448px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-16 {
        padding-right: 448px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-17 {
        padding-left: 340px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-17 {
        padding-right: 340px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-17 {
        padding-left: 476px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-17 {
        padding-right: 476px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-18 {
        padding-left: 360px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-18 {
        padding-right: 360px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-18 {
        padding-left: 504px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-18 {
        padding-right: 504px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-19 {
        padding-left: 380px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-19 {
        padding-right: 380px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-19 {
        padding-left: 532px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-19 {
        padding-right: 532px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-20 {
        padding-left: 400px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-20 {
        padding-right: 400px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-20 {
        padding-left: 560px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-20 {
        padding-right: 560px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-21 {
        padding-left: 420px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-21 {
        padding-right: 420px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-21 {
        padding-left: 588px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-21 {
        padding-right: 588px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-22 {
        padding-left: 440px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-22 {
        padding-right: 440px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-22 {
        padding-left: 616px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-22 {
        padding-right: 616px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-23 {
        padding-left: 460px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-23 {
        padding-right: 460px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-23 {
        padding-left: 644px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-23 {
        padding-right: 644px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-24 {
        padding-left: 480px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-24 {
        padding-right: 480px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-24 {
        padding-left: 672px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-24 {
        padding-right: 672px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-25 {
        padding-left: 500px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-25 {
        padding-right: 500px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-25 {
        padding-left: 700px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-25 {
        padding-right: 700px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-26 {
        padding-left: 520px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-26 {
        padding-right: 520px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-26 {
        padding-left: 728px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-26 {
        padding-right: 728px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-27 {
        padding-left: 540px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-27 {
        padding-right: 540px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-27 {
        padding-left: 756px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-27 {
        padding-right: 756px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-28 {
        padding-left: 560px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-28 {
        padding-right: 560px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-28 {
        padding-left: 784px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-28 {
        padding-right: 784px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-29 {
        padding-left: 580px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-29 {
        padding-right: 580px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-29 {
        padding-left: 812px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-29 {
        padding-right: 812px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-30 {
        padding-left: 600px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-30 {
        padding-right: 600px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-30 {
        padding-left: 840px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-30 {
        padding-right: 840px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-31 {
        padding-left: 620px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-31 {
        padding-right: 620px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-31 {
        padding-left: 868px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-31 {
        padding-right: 868px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-32 {
        padding-left: 640px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-32 {
        padding-right: 640px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-32 {
        padding-left: 896px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-32 {
        padding-right: 896px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-33 {
        padding-left: 660px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-33 {
        padding-right: 660px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-33 {
        padding-left: 924px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-33 {
        padding-right: 924px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-34 {
        padding-left: 680px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-34 {
        padding-right: 680px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-34 {
        padding-left: 952px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-34 {
        padding-right: 952px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-35 {
        padding-left: 700px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-35 {
        padding-right: 700px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-35 {
        padding-left: 980px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-35 {
        padding-right: 980px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-36 {
        padding-left: 720px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-36 {
        padding-right: 720px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-36 {
        padding-left: 1008px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-36 {
        padding-right: 1008px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-37 {
        padding-left: 740px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-37 {
        padding-right: 740px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-37 {
        padding-left: 1036px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-37 {
        padding-right: 1036px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-38 {
        padding-left: 760px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-38 {
        padding-right: 760px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-38 {
        padding-left: 1064px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-38 {
        padding-right: 1064px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-39 {
        padding-left: 780px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-39 {
        padding-right: 780px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-39 {
        padding-left: 1092px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-39 {
        padding-right: 1092px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-40 {
        padding-left: 800px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-40 {
        padding-right: 800px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-40 {
        padding-left: 1120px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-40 {
        padding-right: 1120px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-41 {
        padding-left: 820px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-41 {
        padding-right: 820px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-41 {
        padding-left: 1148px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-41 {
        padding-right: 1148px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-42 {
        padding-left: 840px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-42 {
        padding-right: 840px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-42 {
        padding-left: 1176px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-42 {
        padding-right: 1176px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-43 {
        padding-left: 860px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-43 {
        padding-right: 860px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-43 {
        padding-left: 1204px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-43 {
        padding-right: 1204px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-44 {
        padding-left: 880px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-44 {
        padding-right: 880px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-44 {
        padding-left: 1232px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-44 {
        padding-right: 1232px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-45 {
        padding-left: 900px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-45 {
        padding-right: 900px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-45 {
        padding-left: 1260px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-45 {
        padding-right: 1260px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-46 {
        padding-left: 920px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-46 {
        padding-right: 920px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-46 {
        padding-left: 1288px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-46 {
        padding-right: 1288px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-47 {
        padding-left: 940px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-47 {
        padding-right: 940px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-47 {
        padding-left: 1316px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-47 {
        padding-right: 1316px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-48 {
        padding-left: 960px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-48 {
        padding-right: 960px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-48 {
        padding-left: 1344px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-48 {
        padding-right: 1344px;
    }

  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-49 {
        padding-left: 980px;
    }

  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-49 {
        padding-right: 980px;
    }

  .ag-theme-fresh .ag-ltr .ag-row-group-indent-49 {
        padding-left: 1372px;
    }

  .ag-theme-fresh .ag-rtl .ag-row-group-indent-49 {
        padding-right: 1372px;
    }

  .ag-theme-fresh .ag-rtl .ag-cell-first-right-pinned {
        border-left: 1px solid #BDC3C7;
    }

  .ag-theme-fresh .ag-ltr .ag-cell-first-right-pinned {
        border-left: 1px solid #BDC3C7;
    }

  .ag-theme-fresh .ag-rtl .ag-cell-last-left-pinned {
        border-right: 1px solid #BDC3C7;
    }

  .ag-theme-fresh .ag-ltr .ag-cell-last-left-pinned {
        border-right: 1px solid #BDC3C7;
    }

  .ag-theme-fresh .ag-value-change-delta {
        padding-right: 2px;
    }

  .ag-theme-fresh .ag-value-change-delta-up {
        color: #43a047;
    }

  .ag-theme-fresh .ag-value-change-delta-down {
        color: #e53935;
    }

  .ag-theme-fresh .ag-value-change-value {
    background-color: transparent;
    border-radius: 1px;
    padding-left: 1px;
    padding-right: 1px;
        transition: background-color 1s;
    }

  .ag-theme-fresh .ag-value-change-value-highlight {
    background-color: rgba(22, 160, 133, 0.5);
        transition: background-color 0.1s;
    }

  .ag-theme-fresh .ag-header {
    /*background-color: #f5f7f7;*/
    /*color: rgba(0, 0, 0, 0.54);*/
        font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    }

  .ag-theme-fresh .ag-header-row {
    /* border-bottom: 1px solid #BDC3C7; */
        box-sizing: border-box;
    }

  .ag-theme-fresh .ag-row {
    /* border-bottom: 1px solid #BDC3C7; */
        box-sizing: border-box;
    }
  /*.ag-theme-fresh .ag-row-odd {
    background-color: #fcfdfe; }*/
  .ag-theme-fresh .ag-row-even {
        /*background-color: white;*/
    }

  .ag-theme-fresh .ag-row-hover {
        /*background-color: #ECF0F1;*/
        background-color: rgba(18, 191, 149, 0.61) !important;
    }

  .ag-theme-fresh .ag-numeric-cell {
        text-align: right;
    }

  .ag-theme-fresh .ag-header-cell-label {
    display: flex;
    float: left;
    height: 100%;
        width: calc(100% - 16px);
    }

    .ag-theme-fresh .ag-header-cell-label span {
            height: 100%;
        }

    .ag-theme-fresh .ag-header-cell-label > span {
            float: left;
        }

    .ag-theme-fresh .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-fresh .ag-header-cell-label .ag-header-cell-text {
      overflow: hidden;
      text-overflow: ellipsis;
            white-space: nowrap;
        }

  .ag-theme-fresh .ag-numeric-header .ag-header-cell-label {
    flex-direction: row-reverse;
        float: right;
    }

    .ag-theme-fresh .ag-numeric-header .ag-header-cell-label > span {
            float: right;
        }

  .ag-theme-fresh .ag-numeric-header .ag-header-cell-menu-button {
        float: left;
    }

  .ag-theme-fresh .ag-header-cell,
  .ag-theme-fresh .ag-header-group-cell {
    line-height: 32px;
    padding-left: 8px;
        padding-right: 8px;
    }

  .ag-theme-fresh .ag-cell {
    line-height: 25px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid transparent;
    padding-left: 11px;
        padding-right: 11px;
    }

  .ag-theme-fresh .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-fresh .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;
    float: left;
    height: 100%;
        width: 20px;
    }

  .ag-theme-fresh .ag-row-dragging {
    opacity: 0.5;
        z-index: 10000;
    }

  .ag-theme-fresh .ag-cell-focus {
    border: 1px solid #b5b5b5;
        outline: initial;
    }

  .ag-theme-fresh .ag-header-cell-resize {
    position: absolute;
    right: -4px;
    width: 8px;
        z-index: 4;
    }


    .ag-theme-fresh .ag-header-cell-resize::after {
        display: none;
      border-right: 1px solid transparent;
      box-sizing: content-box;
      content: "resize";
      display: block;
      height: 16px;
      margin-top: 8px;
      overflow: hidden;
      text-indent: 4px;
            width: 4px;
        }

  .ag-theme-fresh .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-fresh .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-fresh .ag-icon-asc {
    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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .ag-icon-desc {
    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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .ag-icon-menu {
    background-color: transparent;
    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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .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-fresh .ag-header-cell-menu-button .ag-icon-menu {
    display: block;
        height: 32px;
    }
  /* .ag-theme-fresh .ag-icon-checkbox-checked:empty { */
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDA5MUVBIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iMiIvPjxwYXRoIHN0cm9rZT0iIzAwOTFFQSIgZD0iTTEyIDVsLTUuNSA1LjVMNCA4Ii8+PC9nPjwvc3ZnPg==); } */
  .ag-theme-fresh .ag-menu {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
        z-index: 5;
    }

    .ag-theme-fresh .ag-menu .ag-menu-list {
      cursor: default;
      margin-bottom: 4px;
      margin-top: 4px;
            width: 100%;
        }

    .ag-theme-fresh .ag-menu .ag-menu-option {
      line-height: 16px;
      padding-left: 8px;
            padding-right: 8px;
        }

      .ag-theme-fresh .ag-menu .ag-menu-option > span {
        display: table-cell;
                vertical-align: middle;
            }

    .ag-theme-fresh .ag-menu .ag-menu-option-active {
            background: #ECF0F1;
        }

    .ag-theme-fresh .ag-menu .ag-menu-option-disabled {
            opacity: 0.5;
        }

    .ag-theme-fresh .ag-menu .ag-menu-option-icon {
      padding-left: 4px;
            padding-right: 4px;
        }

      .ag-theme-fresh .ag-menu .ag-menu-option-icon span {
        height: 16px;
        line-height: 0;
                margin-top: 4px;
            }

    .ag-theme-fresh .ag-menu .ag-menu-option-shortcut {
            padding-left: 8px;
        }

    .ag-theme-fresh .ag-menu .ag-menu-separator {
            margin-left: -4px;
        }

      .ag-theme-fresh .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-fresh .ag-menu .ag-menu-option-popup-pointer {
            width: 24px;
        }

  .ag-theme-fresh.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-fresh.ag-dnd-ghost span,
    .ag-theme-fresh.ag-dnd-ghost div {
      float: left;
      height: 100%;
      margin: 0;
            padding: 0;
        }

    .ag-theme-fresh.ag-dnd-ghost .ag-dnd-ghost-icon {
      margin-right: 4px;
            opacity: 0.87;
        }

  .ag-theme-fresh .ag-tab-header {
    background: #f5f7f7;
    min-width: 220px;
        width: 100%;
    }

    .ag-theme-fresh .ag-tab-header .ag-tab {
      border-bottom: 2px solid transparent;
      height: 16px;
      text-align: center;
            vertical-align: middle;
        }
      /*.ag-theme-fresh .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-fresh .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-fresh .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-fresh .ag-tab-body {
        padding: 4px 0;
    }

    .ag-theme-fresh .ag-tab-body .ag-filter-select {
      margin: 4px;
            width: calc(100% - 8px);
        }

    .ag-theme-fresh .ag-tab-body .ag-menu-list {
      margin-bottom: 0;
            margin-top: 0;
        }

      .ag-theme-fresh .ag-tab-body .ag-menu-list > div:first-child > span {
                padding-top: 0;
            }

      .ag-theme-fresh .ag-tab-body .ag-menu-list > div:last-child > span {
                padding-bottom: 0;
            }

      .ag-theme-fresh .ag-tab-body .ag-menu-list > div:last-child > .ag-menu-option-popup-pointer {
                background-position-y: 0;
            }

  .ag-theme-fresh .ag-filter-select {
    margin: 4px;
        width: calc(100% - 8px);
    }

  .ag-theme-fresh .ag-filter input[type="text"],
  .ag-theme-fresh .ag-filter input[type="date"] {
    padding-left: 4px;
    margin-right: 0;
    margin-left: 0; 
  }

  .ag-theme-fresh .ag-filter label {
    display: block;
        padding-left: 0px;
    }

  .ag-theme-fresh .ag-filter .ag-set-filter-list {
    /* height: 182px; */
        padding-top: 4px;
    }
  /*.ag-theme-fresh .ag-filter .ag-filter-header-container {
    box-sizing: border-box;
    height: 28px; }*/
  .ag-theme-fresh .ag-filter .ag-filter-header-container:nth-child(2) {
        border-bottom: 1px solid #BDC3C7;
    }

  .ag-theme-fresh .ag-filter .ag-filter-checkbox {
        float: left;
    height: 19px;
    margin-right: 4px;
    padding-top: 2px;
    width: 21px;
    }

  .ag-theme-fresh .ag-filter .ag-filter-value {
    height: 28px;
        line-height: 14px;
        font-size: 13px;
    }

  .ag-theme-fresh .ag-filter .ag-filter-apply-panel {
    display: flex;
    justify-content: flex-end;
    padding: 4px;
        padding-top: 8px;
    }

    .ag-theme-fresh .ag-filter .ag-filter-apply-panel button + button {
            margin-left: 8px;
        }

  .ag-theme-fresh .ag-column-select-panel .ag-column-select-column-group,
  .ag-theme-fresh .ag-column-select-panel .ag-column-select-column {
    height: 16px;
    line-height: 16px;
        margin-left: 0;
    }

    .ag-theme-fresh .ag-column-select-panel .ag-column-select-column-group span,
    .ag-theme-fresh .ag-column-select-panel .ag-column-select-column span {
      float: left;
            height: 100%;
        }

    .ag-theme-fresh .ag-column-select-panel .ag-column-select-column-group .ag-column-select-indent,
    .ag-theme-fresh .ag-column-select-panel .ag-column-select-column .ag-column-select-indent {
            width: 8px;
        }

    .ag-theme-fresh .ag-column-select-panel .ag-column-select-column-group .ag-column-select-checkbox,
    .ag-theme-fresh .ag-column-select-panel .ag-column-select-column-group .ag-column-group-icons,
    .ag-theme-fresh .ag-column-select-panel .ag-column-select-column .ag-column-select-checkbox,
    .ag-theme-fresh .ag-column-select-panel .ag-column-select-column .ag-column-group-icons {
      margin-right: 4px;
            margin-left: 4px;
        }

  .ag-theme-fresh .ag-column-select-panel .ag-column-container {
        padding-top: 4px;
    }

  .ag-theme-fresh .ag-column-select-panel .ag-column-select-column.ag-toolpanel-add-group-indent {
        margin-left: 24px;
    }

  .ag-theme-fresh .ag-column-tool-panel {
        display: flex;
    }

  .ag-theme-fresh .ag-filter-body {
    flex-grow: 1;
    flex-shrink: 1;
        padding-right: 4px;
    }

  .ag-theme-fresh .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-fresh .ag-filter-filter {
        margin-bottom: 4px;
    }

  .ag-theme-fresh .ag-column-select-header {
    border-bottom: 1px solid #BDC3C7;
    box-sizing: border-box;
    height: 32px;
        padding-top: 4px;
    }

    .ag-theme-fresh .ag-column-select-header label {
      display: block;
            padding-left: 4px;
        }

      .ag-theme-fresh .ag-column-select-header label .ag-filter-checkbox {
        float: left;
                margin-right: 4px;
            }

    .ag-theme-fresh .ag-column-select-header .ag-column-tool-panel a {
      margin: 0 4px;
            padding-top: 2px;
        }

  .ag-theme-fresh .ag-group-child-count::before {
        content: " ";
    }

  .ag-theme-fresh .ag-column-panel {
        border-right: 0;
    }

    .ag-theme-fresh .ag-column-panel .ag-pivot-mode {
      border-bottom: 1px solid #BDC3C7;
      box-sizing: border-box;
      height: 32px;
            line-height: 32px;
        }

      .ag-theme-fresh .ag-column-panel .ag-pivot-mode span {
        float: left;
                height: 100%;
            }

      .ag-theme-fresh .ag-column-panel .ag-pivot-mode .ag-pivot-mode-select {
                margin-left: 4px;
            }

        .ag-theme-fresh .ag-column-panel .ag-pivot-mode .ag-pivot-mode-select .ag-checkbox-label {
                    margin-left: 4px;
                }

    .ag-theme-fresh .ag-column-panel .ag-column-select-panel {
      border-bottom: 1px solid #BDC3C7;
      padding-bottom: 3px;
            padding-top: 0;
        }

    .ag-theme-fresh .ag-column-panel .ag-column-drop {
      border-bottom: 1px solid #BDC3C7;
      clear: both;
      overflow: auto;
      padding: 4px 0;
            padding-bottom: 8px;
        }

      .ag-theme-fresh .ag-column-panel .ag-column-drop .ag-icon {
        float: left;
        height: 20px;
                margin: 0 4px;
            }

      .ag-theme-fresh .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-fresh .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-fresh .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-fresh .ag-sort-ascending-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-fresh .ag-sort-descending-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-fresh .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-fresh .ag-numeric-header .ag-header-cell-label .ag-header-icon {
    margin-left: 0;
        margin-right: 4px;
    }

  .ag-theme-fresh .ag-paging-panel {
    align-items: center;
    border-top: 1px solid #BDC3C7;
    color: rgba(0, 0, 0, 0.54);
    display: flex;
    height: 32px;
    justify-content: flex-end;
        padding: 0 12px;
    }

    .ag-theme-fresh .ag-paging-panel > span {
            margin-left: 16px;
        }
    /*.ag-theme-fresh .ag-paging-panel 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-fresh .ag-paging-panel button[ref="btFirst"][disabled] {
        opacity: 0.38; }
    .ag-theme-fresh .ag-paging-panel 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-fresh .ag-paging-panel button[ref="btPrevious"][disabled] {
        opacity: 0.38; }
    .ag-theme-fresh .ag-paging-panel 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-fresh .ag-paging-panel button[ref="btLast"][disabled] {
        opacity: 0.38; }
    .ag-theme-fresh .ag-paging-panel 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-fresh .ag-paging-panel button[ref="btNext"][disabled] {
        opacity: 0.38; }*/
  /*.ag-theme-fresh .ag-row-selected {
    background-color: #b7e4ff; }*/
  .ag-theme-fresh .ag-cell-range-selected:not(.ag-cell-focus) {
        background-color: rgba(0, 145, 234, 0.2);
    }

  .ag-theme-fresh .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-fresh .ag-cell-inline-editing select {
            height: auto;
        }

  .ag-theme-fresh .ag-popup-editor {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    background: #f5f7f7;
        padding: 0;
    }

    .ag-theme-fresh .ag-popup-editor .ag-large-textarea textarea {
      height: auto;
            padding: 12px;
        }

  .ag-theme-fresh .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-fresh .ag-rich-select .ag-rich-select-list {
            height: 182px;
        }

    .ag-theme-fresh .ag-rich-select .ag-rich-select-value {
      height: 28px;
      line-height: 28px;
            padding-left: 12px;
        }

    .ag-theme-fresh .ag-rich-select .ag-virtual-list-item {
      cursor: default;
      height: 28px;
            line-height: 28px;
        }

      .ag-theme-fresh .ag-rich-select .ag-virtual-list-item:hover {
                background-color: #ECF0F1;
            }

    .ag-theme-fresh .ag-rich-select .ag-rich-select-row {
            padding-left: 12px;
        }

    .ag-theme-fresh .ag-rich-select .ag-rich-select-row-selected {
            background-color: #b7e4ff;
        }

  .ag-theme-fresh .ag-floating-filter-body {
    float: left;
    height: 100%;
    margin-right: 0;
    width: calc(100% - 24px);
        /*width: 100%;*/
    }

    .ag-theme-fresh .ag-floating-filter-body input {
            box-sizing: border-box;
        }

  .ag-theme-fresh .ag-floating-filter-full-body input {
        box-sizing: border-box;
    }

    .ag-theme-fresh .ag-floating-filter-full-body input:not(:read-only) {
        border: 1px solid #C8CED8;
        border-radius: 4px;
        font: 400 13px 'Heebo',sans-serif;
        color: #222;
        padding: 10px 5px;
    }

    .ag-theme-fresh .ag-floating-filter-button {
        float: right;
        line-height: 16px;
        margin-top: 10px;
    }

    .ag-theme-fresh .ag-floating-filter-button button {
      appearance: none;
      background: transparent;
      border: 0;
      height: 16px;
      padding: 0;
            width: 16px;
        }

  .ag-theme-fresh .ag-cell-label-container {
        height: 100%;
    }

  .ag-theme-fresh .ag-header-group-cell-label {
        height: 100%;
    }

    .ag-theme-fresh .ag-header-group-cell-label span {
      float: left;
            height: 100%;
        }

  .ag-theme-fresh .ag-header-select-all {
    height: 100%;
        margin-right: 12px;
    }

    .ag-theme-fresh .ag-header-select-all span {
            height: 100%;
        }

  .ag-theme-fresh .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
    float: left;
            width: calc(100% - 16px - 12px);
        }

  .ag-theme-fresh .ag-selection-checkbox span,
  .ag-theme-fresh .ag-group-expanded span,
  .ag-theme-fresh .ag-group-contracted span {
        margin-right: 12px;
    }

  .ag-theme-fresh .ag-selection-checkbox span {
    position: relative;
        top: 2px;
    }

  .ag-theme-fresh .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-fresh .ag-column-drop-horizontal {
    /*background-color: #f5f7f7;*/
    height: 28px;
    line-height: 16px;
        padding-left: 12px;
    }

    .ag-theme-fresh .ag-column-drop-horizontal.ag-width-half {
            margin-bottom: -3px;
        }

    .ag-theme-fresh .ag-column-drop-horizontal span {
      float: left;
            height: 100%;
        }

    .ag-theme-fresh .ag-column-drop-horizontal > div:first-child {
      float: left;
            height: 100%;
        }

    .ag-theme-fresh .ag-column-drop-horizontal .ag-icon-group,
    .ag-theme-fresh .ag-column-drop-horizontal .ag-icon-pivot {
            margin-right: 12px;
        }

    .ag-theme-fresh .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-fresh .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-fresh .ag-column-drop-horizontal .ag-left-arrow,
    .ag-theme-fresh .ag-column-drop-horizontal .ag-right-arrow {
      overflow: hidden;
      text-indent: 100%;
      height: 100%;
      margin: 0 4px;
            opacity: 0.54;
        }

    .ag-theme-fresh .ag-column-drop-horizontal .ag-column-drop-empty-message {
      height: 100%;
      line-height: 28px;
            opacity: 0.38;
        }

  .ag-theme-fresh .ag-column-drop-cell {
    background: #dde4e6;
    border-radius: 16px;
    box-sizing: border-box;
    height: 16px !important;
    margin-top: 4px;
        padding: 0 2px;
    }

    .ag-theme-fresh .ag-column-drop-cell .ag-column-drop-cell-text {
      height: 100%;
      line-height: 16px;
            margin: 0 4px;
        }

    .ag-theme-fresh .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%;
      height: 100%;
      margin: 0 2px;
            opacity: 0.54;
        }

      .ag-theme-fresh .ag-column-drop-cell .ag-column-drop-cell-button:hover {
                opacity: 0.87;
            }

    .ag-theme-fresh .ag-column-drop-cell .ag-column-drag {
      width: 16px;
      margin-left: 8px;
            margin-top: 2px;
        }

  .ag-theme-fresh .ag-select-agg-func-popup {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    background: white;
    height: 70px;
        padding: 0;
    }

    .ag-theme-fresh .ag-select-agg-func-popup .ag-virtual-list-item {
      cursor: default;
      line-height: 20px;
            padding-left: 8px;
        }

  .ag-theme-fresh .ag-set-filter-list,
  .ag-theme-fresh .ag-menu-column-select-wrapper {
        width: auto;
    }

  .ag-theme-fresh .ag-column-drop-vertical > .ag-column-drop-cell {
    float: left;
    margin-bottom: 4px;
    margin-left: 4px;
        margin-top: 0;
    }

  .ag-theme-fresh .ag-cell-data-changed {
        background-color: rgba(22, 160, 133, 0.5) !important;
    }

  .ag-theme-fresh .ag-cell-data-changed-animation {
    background-color: transparent;
        transition: background-color 1s;
    }

  .ag-theme-fresh .ag-stub-cell {
    padding-left: 12px;
        padding-top: 4px;
    }

    .ag-theme-fresh .ag-stub-cell .ag-loading-icon {
      float: left;
            height: 100%;
        }

    .ag-theme-fresh .ag-stub-cell .ag-loading-text {
      float: left;
      height: 100%;
      margin-left: 4px;
            margin-top: 4px;
        }

  .ag-theme-fresh .ag-rtl .ag-numeric-cell {
        text-align: left;
    }

  .ag-theme-fresh .ag-rtl .ag-header-cell-menu-button {
        float: left;
    }

  .ag-theme-fresh .ag-rtl .ag-header-cell-label {
    float: right;
        width: calc(100% - 16px);
    }

    .ag-theme-fresh .ag-rtl .ag-header-cell-label > span {
            float: right;
        }

    .ag-theme-fresh .ag-rtl .ag-header-cell-label .ag-header-icon {
            margin-top: 2px;
        }

  .ag-theme-fresh .ag-rtl .ag-numeric-header .ag-header-cell-menu-button {
        float: right;
    }

  .ag-theme-fresh .ag-rtl .ag-numeric-header .ag-header-cell-label {
        float: left;
    }

    .ag-theme-fresh .ag-rtl .ag-numeric-header .ag-header-cell-label > span {
            float: left;
        }

  .ag-theme-fresh .ag-rtl .ag-column-panel .ag-pivot-mode span {
        float: right;
    }

  .ag-theme-fresh .ag-rtl .ag-column-panel .ag-pivot-mode .ag-pivot-mode-select {
        margin-right: 4px;
    }

    .ag-theme-fresh .ag-rtl .ag-column-panel .ag-pivot-mode .ag-pivot-mode-select .ag-checkbox-label {
            margin-right: 4px;
        }

  .ag-theme-fresh .ag-rtl .ag-column-panel .ag-column-drop .ag-icon {
        float: right;
    }

  .ag-theme-fresh .ag-rtl .ag-column-panel .ag-column-drop .ag-column-drop-title {
    clear: left;
        float: right;
    }

  .ag-theme-fresh .ag-rtl .ag-column-panel .ag-column-drop .ag-column-drop-empty-message {
    padding-left: 4px;
        padding-right: 16px;
    }

  .ag-theme-fresh .ag-rtl .ag-filter-checkbox {
    float: right;
        margin-left: 4px;
    }

  .ag-theme-fresh .ag-rtl .ag-column-select-panel .ag-column-select-column-group span,
  .ag-theme-fresh .ag-rtl .ag-column-select-panel .ag-column-select-column span {
        float: right;
    }

  .ag-theme-fresh .ag-rtl .ag-column-select-panel .ag-column-select-column-group .ag-column-select-checkbox,
  .ag-theme-fresh .ag-rtl .ag-column-select-panel .ag-column-select-column-group .ag-column-group-icons,
  .ag-theme-fresh .ag-rtl .ag-column-select-panel .ag-column-select-column .ag-column-select-checkbox,
  .ag-theme-fresh .ag-rtl .ag-column-select-panel .ag-column-select-column .ag-column-group-icons {
    margin-left: 4px;
        margin-right: 4px;
    }

  .ag-theme-fresh .ag-rtl .ag-column-select-panel .ag-column-select-column.ag-toolpanel-add-group-indent {
    margin-left: 0;
        margin-right: 24px;
    }

  .ag-theme-fresh .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-fresh .ag-rtl .ag-header-group-cell-label {
        height: 100%;
    }

    .ag-theme-fresh .ag-rtl .ag-header-group-cell-label span {
      float: right;
            height: 100%;
        }

  .ag-theme-fresh .ag-rtl .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
        float: right;
    }

  .ag-theme-fresh .ag-rtl .ag-header-select-all {
    margin-left: 12px;
        margin-right: 0;
    }

  .ag-theme-fresh .ag-rtl .ag-selection-checkbox span,
  .ag-theme-fresh .ag-rtl .ag-group-expanded span,
  .ag-theme-fresh .ag-rtl .ag-group-contracted span {
    margin-left: 12px;
        margin-right: 0;
    }

  .ag-theme-fresh .ag-rtl .ag-column-drop-horizontal {
        padding-right: 12px;
    }

    .ag-theme-fresh .ag-rtl .ag-column-drop-horizontal span {
            float: right;
        }

    .ag-theme-fresh .ag-rtl .ag-column-drop-horizontal > div:first-child {
            float: right;
        }

    .ag-theme-fresh .ag-rtl .ag-column-drop-horizontal .ag-icon-group,
    .ag-theme-fresh .ag-rtl .ag-column-drop-horizontal .ag-icon-pivot {
      margin-left: 12px;
            margin-right: 0;
        }

    .ag-theme-fresh .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-fresh .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-fresh .ag-rtl .ag-floating-filter-body {
    float: right;
        margin-left: 0;
    }

  .ag-theme-fresh .ag-rtl .ag-floating-filter-button {
        float: left;
    }

  .ag-theme-fresh .ag-rtl .ag-header .ag-header-cell-resize {
    left: -4px;
        right: auto;
    }

  .ag-theme-fresh .ag-rtl .ag-header .ag-header-cell-resize::after {
    border-left: 1px solid #BDC3C7;
            border-right: 0;
        }

  .ag-theme-fresh .ag-rtl .ag-column-select-header .ag-filter-body {
    margin-left: 4px;
        margin-right: 0;
    }

  .ag-theme-fresh .ag-rtl .ag-column-drag {
        background-position-x: right;
    }

  .ag-theme-fresh .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-fresh .ag-status-bar .ag-status-bar-item {
            margin-right: 8px;
        }

      .ag-theme-fresh .ag-status-bar .ag-status-bar-item span:nth-child(1)::after {
                content: ":";
            }

      .ag-theme-fresh .ag-status-bar .ag-status-bar-item span:nth-child(2) {
                color: #000;
            }

  .ag-theme-fresh .ag-details-row {
    box-sizing: border-box;
        padding: 20px;
    }

  .ag-theme-fresh .ag-overlay-loading-wrapper {
        background-color: rgba(255, 255, 255, 0.5);
    }

  .ag-theme-fresh .ag-overlay-loading-center {
    background: white;
    border-radius: 2px;
    box-shadow: none;
        padding: 4px;
    }

  .ag-theme-fresh .ag-tool-panel {
    /*background-color: #f5f7f7;*/
    border-right: 1px solid #BDC3C7;
        border-top: 1px solid #BDC3C7;
    }

    .ag-theme-fresh .ag-tool-panel .ag-side-buttons {
            border-bottom: 1px solid #BDC3C7;
        }

      .ag-theme-fresh .ag-tool-panel .ag-side-buttons button {
        background: transparent;
        border: 0;
        border-right: 1px solid #BDC3C7;
        color: #000;
                height: 20px;
            }

    .ag-theme-fresh .ag-tool-panel .ag-panel-container {
      border-right: 1px solid #BDC3C7;
            box-sizing: border-box;
        }

    .ag-theme-fresh .ag-tool-panel.full-width .ag-panel-container {
            border-right: 0;
        }

    .ag-theme-fresh .ag-tool-panel .ag-column-drop {
            min-height: 50px;
        }

  .ag-theme-fresh .ag-rtl .ag-tool-panel .ag-panel-container {
    border-left: 1px solid #BDC3C7;
        border-right: 0;
    }

  .ag-theme-fresh .ag-rtl .ag-tool-panel.full-width .ag-panel-container {
        border-left: 0;
    }

  .ag-theme-fresh .ag-rtl .ag-tool-panel .ag-side-buttons button {
    border-left: 1px solid #BDC3C7;
        border-right: 0;
    }

  .ag-theme-fresh .ag-column-name-filter {
    width: 100%;
        box-sizing: border-box;
    }

  .ag-theme-fresh .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-fresh .ag-header {
    /*background-color: #f5f7f7;*/
        border-bottom: 1px solid #BDC3C7;
    }
  /*.ag-theme-fresh .ag-cell-highlight {
    background-color: #0091EA !important; }*/
  .ag-theme-fresh .ag-header-cell-resize {
        right: -3px;
    }

  .ag-theme-fresh .ag-rtl .ag-header .ag-header-cell-resize {
        left: -4px;
    }

  .ag-theme-fresh .ag-header-cell-resize::after {
    height: 16px;
        margin-top: 8px;
    }

  .ag-theme-fresh .ag-header-cell::after,
  .ag-theme-fresh .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-fresh [ref="north"] .ag-column-drop {
    border: 1px solid #BDC3C7;
        border-bottom: 0;
    }

  .ag-theme-fresh [ref="north"] .ag-column-drop.ag-width-half:first-child {
            border-right: 0;
        }

  .ag-theme-fresh .ag-row {
        border-bottom-color: #d9dcde;
    }
  /*.ag-theme-fresh .ag-row-selected {
    border-bottom-color: #b7e4ff; }*/
  .ag-theme-fresh .ag-row-drag {
        background-position-y: center;
    }

  .ag-theme-fresh .ag-column-drag {
        background-position-y: center;
    }

  .ag-theme-fresh .ag-column-drop-cell {
        height: 24px !important;
    }

    .ag-theme-fresh .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-fresh .ag-column-drop-cell .ag-column-drop-cell-button:hover {
                opacity: 1;
            }

  .ag-theme-fresh .ag-column-drop-vertical .ag-column-drop-cell {
    display: block;
    float: none;
    margin-left: 8px;
        margin-right: 8px;
    }

    .ag-theme-fresh .ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
      line-height: 24px;
            margin-left: 8px;
        }

  .ag-theme-fresh .ag-column-drop-horizontal {
    /*background-color: #f5f7f7;*/
        height: 32px;
    }

    .ag-theme-fresh .ag-column-drop-horizontal .ag-column-drop-empty-message {
            line-height: 32px;
        }

    .ag-theme-fresh .ag-column-drop-horizontal .ag-column-drop-cell-text {
      line-height: 24px;
            margin-left: 8px;
        }
  /*.ag-theme-fresh .ag-filter .ag-filter-header-container {
    height: 24px; }*/
  .ag-theme-fresh .ag-root {
        border: 1px solid #BDC3C7;
    }

  .ag-theme-fresh .ag-tab {
        box-sizing: initial;
    }

  .ag-theme-fresh .ag-filter .ag-filter-value {
        line-height: 20px;
    }

  .ag-theme-fresh .ag-column-panel {
        border-right: 1px solid #BDC3C7;
    }

    .ag-theme-fresh .ag-column-panel .ag-column-select-panel {
            padding-bottom: 8px;
        }

      .ag-theme-fresh .ag-column-panel .ag-column-select-panel .ag-column-select-column-group,
      .ag-theme-fresh .ag-column-panel .ag-column-select-panel .ag-column-select-column {
        height: 20px;
                line-height: 20px;
            }

    .ag-theme-fresh .ag-column-panel .ag-column-drop {
      padding-bottom: 8px;
            padding-top: 8px;
        }

      .ag-theme-fresh .ag-column-panel .ag-column-drop .ag-icon {
                margin-bottom: 4px;
            }

      .ag-theme-fresh .ag-column-panel .ag-column-drop .ag-column-drop-title {
        display: inline-block;
        float: none;
                margin-bottom: 4px;
            }

      .ag-theme-fresh .ag-column-panel .ag-column-drop .ag-column-drop-empty-message {
        height: 16px;
        line-height: 16px;
                padding-left: 24px;
            }

  .ag-theme-fresh .ag-rtl .ag-tool-panel,
  .ag-theme-fresh .ag-rtl .ag-column-panel {
    border-left: 1px solid #BDC3C7;
        border-right: 0;
    }

  .ag-theme-fresh .ag-icon-expanded,
  .ag-theme-fresh .ag-icon-contracted {
        transform: translateY(2px);
    }

  .ag-theme-fresh .ag-rtl .ag-icon-expanded {
        transform: translateY(2px) rotate(180deg);
    }

  .ag-theme-fresh .ag-menu-option {
    height: 28px;
        line-height: 28px;
    }

  .ag-theme-fresh .ag-column-select-panel .ag-column-select-column-group,
  .ag-theme-fresh .ag-column-select-panel .ag-column-select-column {
    height: 20px;
        line-height: 20px;
    }

  .ag-theme-fresh .ag-filter-filter {
    margin-left: 4px;
    margin-right: 4px;
        width: calc(100% - 8px);
    }

  .ag-theme-fresh .ag-tab-header {
        border-bottom: 1px solid #BDC3C7;
    }

    .ag-theme-fresh .ag-tab-header .ag-tab {
            margin-bottom: -2px;
        }

    .ag-theme-fresh .ag-tab-header .ag-tab.ag-tab-selected {
      background-color: white;
                border-bottom-color: transparent;
            }

  .ag-theme-fresh .ag-tab-body,
  .ag-theme-fresh .ag-popup-editor,
  .ag-theme-fresh .ag-menu {
    background-color: white;
        color: #000;
    }

    .ag-theme-fresh .ag-cell-inline-editing {
        height: 28px;
        padding: 0;
        z-index: auto;
    }

    .ag-theme-fresh .ag-cell-inline-editing input {
            box-sizing: border-box;
        }

  .ag-theme-fresh .ag-details-row {
        background-color: white;
    }

  .ag-theme-fresh .ag-overlay-loading-wrapper {
        background-color: rgba(255, 255, 255, 0.5);
    }

  .ag-theme-fresh .ag-overlay-loading-center {
    background-color: #fff;
    border: 1px solid #BDC3C7;
    color: #000;
        padding: 16px;
    }

  .ag-theme-fresh .ag-cell-range-selected-1:not(.ag-cell-focus) {
        background-color: rgba(0, 145, 234, 0.3);
    }

  .ag-theme-fresh .ag-cell-range-selected-2:not(.ag-cell-focus) {
        background-color: rgba(0, 145, 234, 0.4);
    }

  .ag-theme-fresh .ag-cell-range-selected-3:not(.ag-cell-focus) {
        background-color: rgba(0, 145, 234, 0.5);
    }

  .ag-theme-fresh .ag-cell-range-selected-4:not(.ag-cell-focus) {
        background-color: rgba(0, 145, 234, 0.6);
    }

  .ag-theme-fresh .ag-rich-select-value {
        border-bottom: 1px solid #BDC3C7; }

  .ag-theme-fresh .ag-filter-apply-panel {
   border-top: 1px solid #BDC3C7; }
  .ag-theme-fresh .ag-header-cell-moving {
    background-color: #223856;
    color: #ffffff;
  }
/* ======= OVVERRIDE CSS =======*/
.ag-theme-fresh .ag-cell-no-focus,
.ag-theme-fresh .ag-cell{
  border-right: 1px solid #ccc;
}
.ag-body-container .ag-cell,
.ag-theme-fresh .ag-ltr .ag-cell-last-left-pinned,
.ag-pinned-left-header .ag-header-cell,
.ag-pinned-left-cols-container .ag-cell{
  border-bottom: 1px solid #ccc;
  /* padding-left: 10px;
  padding-right: 10px;
  z-index:auto; */
    }
.ui-dialog .ag-theme-fresh .ag-header-select-all {
    margin-right: 0;    
}
 .ag-header-cell .ag-header-select-all span {
    position: relative;
    top: 2px;
}
.ag-header-cell span.ag-icon.ag-icon-checkbox-unchecked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3C/svg%3E");
    height: 16px;
    width: 16px;
    background-size: contain;
}
.ag-header-cell .ag-icon-checkbox-checked:empty,
.ag-header-cell .ag-icon-checkbox-indeterminate {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.235.235 0 0 1 .02-.022z'/%3E%3C/svg%3E");
    height: 16px;
    width: 16px;
    background-size: contain;
}
.ag-header-cell .ag-icon-checkbox-indeterminate {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 12 12'%3E%3Cdefs%3E%3Crect id='a' width='12' height='12' rx='1'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse xlink:href='%23a'/%3E%3Crect stroke='%23fff' x='.5' y='.5' width='11' height='11' rx='1'/%3E%3Cpath fill='%23fff' d='M4 5h4v2H4z'/%3E%3C/g%3E%3C/svg%3E");
    top: -3px;
}
