.ag-root {
  font-size: 14px;
  cursor: default;
/* Set to relative, so absolute popups appear relative to this */
  position: relative;
/*disable user mouse selection */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ag-no-scrolls {
  white-space: nowrap;
  display: inline-block;
}
.ag-scrolls {
  height: 100%;
}
.ag-popup-backdrop {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.ag-header {
  position: absolute;
  top: 0px;
  left: 0px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
.ag-pinned-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  height: 100%;
}
.ag-header-viewport {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  height: 100%;
}
.ag-scrolls .ag-header-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  height: 100%;
}
.ag-no-scrolls .ag-header-container {
  white-space: nowrap;
}
.ag-header-cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  text-align: center;
  display: inline-block;
}
.ag-header-cell-grouped {
  height: 50%;
}
.ag-header-cell-not-grouped {
  height: 100%;
}
.ag-header-group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
}
.ag-header-group-cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  height: 50%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ag-header-group-cell-label {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ag-header-cell-label {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ag-header-cell-resize {
  height: 100%;
  width: 4px;
  float: right;
  cursor: col-resize;
}
.ag-header-cell-menu-button {
  float: right;
}
.ag-loading-panel {
  display: table;
  width: 100%;
  height: 100%;
}
.ag-loading-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ag-body {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ag-pinned-cols-viewport {
  float: left;
  position: absolute;
  overflow: hidden;
}
.ag-pinned-cols-container {
  display: inline-block;
  position: relative;
}
.ag-body-viewport-wrapper {
  height: 100%;
}
.ag-body-viewport {
  overflow: auto;
  height: 100%;
}
.ag-scrolls .ag-body-container {
  position: relative;
  display: inline-block;
}
.ag-scrolls .ag-row {
  white-space: nowrap;
  position: absolute;
  width: 100%;
}
.agile-gird-row:hover {
  background-color: #f0f8ff;
}
.ag-cell {
  display: inline-block;
  white-space: nowrap;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
}
.ag-group-cell-entire-row {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ag-footer-cell-entire-row {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ag-large .ag-root {
  font-size: 20px;
}
.ag-filter {
  position: absolute;
  z-index: 100;
}
.ag-filter-list-viewport {
  overflow-x: auto;
  height: 200px;
  width: 200px;
}
.ag-filter-list-container {
  position: relative;
  overflow: hidden;
}
.ag-filter-item {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}
.ag-filter-filter {
  width: 170px;
  margin: 4px;
}
.ag-filter-select {
  width: 110px;
  margin: 4px 4px 0px 4px;
}
.ag-no-vertical-scroll .ag-scrolls {
  height: unset;
}
.ag-no-vertical-scroll .ag-body {
  height: unset;
}
.ag-no-vertical-scroll .ag-body-viewport-wrapper {
  height: unset;
}
.ag-no-vertical-scroll .ag-body-viewport {
  height: unset;
}
.ag-list-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.ag-tool-panel-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  width: 200px;
}

/******************/
/***Theme Mosses***/
/******************/
.ag-mosses .ag-root {
    /*line-height: 22px;*/
  border: 1px solid #e2e9e6;
  /*font-family: "Open Sans"*/
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
.ag-mosses .ag-cell {
  padding: 2px;
}
.ag-mosses .ag-cell:focus {
  outline: none;
}
.ag-mosses .ag-cell-focus {
  border: 1px solid #a9a9a9;
}
.ag-mosses .ag-cell-no-focus {
  border-right: 1px dotted #e2e9e6;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.ag-mosses .ag-pinned-header {
  background: -webkit-linear-gradient(#fff, #d3d3d3);
  background: -moz-linear-gradient(#fff, #d3d3d3);
  background: -o-linear-gradient(#fff, #d3d3d3);
  background: -ms-linear-gradient(#fff, #d3d3d3);
  background: linear-gradient(#fff, #d3d3d3);
  border-bottom: 1px solid #e2e9e6;
}
.ag-mosses .ag-header-container {
  /*background-color: #fcfcfc;*/
  background-color: white;
  border-bottom: 1px solid #e2e9e6;
  /*font-weight: bold;*/
}
.ag-mosses .ag-header-cell {
  border-right: 1px solid #e2e9e6;
}
.ag-mosses .ag-header-group-cell {
  border-right: 1px solid #e2e9e6;
}
.ag-mosses .ag-header-group-cell-with-group {
  border-bottom: 1px solid #e2e9e6;
}
.ag-mosses .ag-header-cell-label {
  padding: 4px 2px 4px 2px;
}
.ag-mosses .ag-header-cell-text {
  padding-left: 2px;
}
.ag-mosses .ag-header-group-cell-label {
  padding: 4px;
  font-weight: bold;
}
.ag-mosses .ag-header-group-text {
  margin-right: 2px;
}
.ag-mosses .ag-header-cell-menu-button {
  padding: 2px;
  margin-top: 4px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; /* When using bootstrap, box-sizing was set to 'border-box' */
}
.ag-mosses .ag-header-cell-menu-button:hover {
  border: 1px solid #000;
}
.ag-mosses .ag-header-icon {
  color: #800000;
}
.ag-mosses .ag-dark .ag-header-expand-icon:hover {
  cursor: pointer;
}
.ag-mosses .ag-row-odd {
  background-color: #f6f6f6;
}
.ag-mosses .ag-row-even {
  background-color: #fff;
}
.ag-mosses .ag-loading-panel {
  background-color: rgba(255,255,255,0.5);
}
.ag-mosses .ag-loading-center {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
}
.ag-mosses .ag-body {
  /*background-color: #fcfcfc;*/
  background-color: white;
}
.ag-mosses .ag-row-selected {
  background-color: #DBFFE5;
}
.ag-mosses .ag-group-cell-entire-row {
  background-color: #aaa;
  padding: 4px;
}
.ag-mosses .ag-footer-cell-entire-row {
  background-color: #aaa;
  padding: 4px;
}
.ag-mosses .ag-group-cell {
  font-style: italic;
}
.ag-mosses .ag-footer-cell {
  font-style: italic;
}
.ag-mosses .ag-filter-checkbox {
  position: relative;
  top: 2px;
  left: 2px;
}
.ag-mosses .ag-filter-header-container {
  border-bottom: 1px solid #d3d3d3;
}
.ag-mosses .ag-filter {
  border: 1px solid #000;
  background-color: #f0f0f0;
}
.ag-mosses .ag-selection-checkbox {
  margin-left: 4px;
  margin-right: 4px;
}
.ag-mosses .ag-paging-panel {
  padding: 4px;
}
.ag-mosses .ag-paging-button {
  margin-left: 4px;
  margin-right: 4px;
}
.ag-mosses .ag-paging-row-summary-panel {
  display: inline-block;
  width: 300px;
}
.ag-row .actionBtns {
  display: none !important;
  visibility: hidden !important;
}

.ag-row:hover .actionBtns {
  display: block !important;
  visibility: visible !important;
}

.ag-mosses.no-border .ag-root {
  border: 0 !important;
}

.ag-mosses.bigger-mosses .ag-cell-value {
  line-height: 32px !important;
}

.ag-mosses.bigger-mosses .ag-header-cell {
  font-weight: bold;
  line-height: 32px !important;
}
