.ag-nextio {
  line-height: 1.4;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222;
/* this is for the rowGroupPanel, that appears along the top of the grid */
/* this is for the column drops that appear in the toolPanel */
}

.ag-cell {
  text-align: center;
  padding: 15px 0px !important;
  /*height: 100px !important;*/
}

/*.ag-row, .ag-row-even, .ag-row-odd {
  height: 100px !important;
}
.ag-scrolls .ag-row {
  height: 100px !important;
}*/

.cell-number {
  text-align: center !important;
}

/*[colid = Title] {
    background-color: orange !important;
} */

.ag-nextio img {
  vertical-align: middle;
  border: 0;
}
.ag-nextio .ag-root {
}
.ag-nextio .ag-cell-not-inline-editing {
  padding: 2px;
}
.ag-nextio .ag-cell-range-selected-1:not(.ag-cell-focus) {
  background-color: rgba(120,120,120,0.4);
}
.ag-nextio .ag-cell-range-selected-2:not(.ag-cell-focus) {
  background-color: rgba(80,80,80,0.4);
}
.ag-nextio .ag-cell-range-selected-3:not(.ag-cell-focus) {
  background-color: rgba(40,40,40,0.4);
}
.ag-nextio .ag-cell-range-selected-4:not(.ag-cell-focus) {
  background-color: rgba(0,0,0,0.4);
}
.ag-nextio .ag-column-moving .ag-cell {
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -o-transition: left 0.2s;
  -ms-transition: left 0.2s;
  transition: left 0.2s;
}
.ag-nextio .ag-column-moving .ag-header-cell {
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -o-transition: left 0.2s;
  -ms-transition: left 0.2s;
  transition: left 0.2s;
}
.ag-nextio .ag-column-moving .ag-header-group-cell {
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -o-transition: left 0.2s;
  -ms-transition: left 0.2s;
  transition: left 0.2s;
}
.ag-nextio .ag-cell-focus {
  border: 0px solid #a9a9a9;
  outline: none !important;
}
.ag-nextio .ag-cell-no-focus {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.ag-nextio .ag-ltr .ag-cell-no-focus {
  border-left: 0px solid transparent;
}
.ag-nextio .ag-rtl .ag-cell-no-focus {
  border-right: 0px solid transparent;
}
.ag-nextio .ag-rtl .ag-cell-first-right-pinned {
  border-left: 0px solid #808080;
}
.ag-nextio .ag-ltr .ag-cell-first-right-pinned {
  border-left: 0px solid #808080;
}
.ag-nextio .ag-rtl .ag-cell-last-left-pinned {
  border-right: 0px solid #808080;
}
.ag-nextio .ag-ltr .ag-cell-last-left-pinned {
  border-right: 0px solid #808080;
}
.ag-nextio .ag-cell-highlight {
  border: 1px solid #006400;
}
.ag-nextio .ag-cell-highlight-animation {
  -webkit-transition: border 1s;
  -moz-transition: border 1s;
  -o-transition: border 1s;
  -ms-transition: border 1s;
  transition: border 1s;
}
.ag-nextio .ag-value-change-delta {
  padding-right: 2px;
}
.ag-nextio .ag-value-change-delta-up {
  color: #006400;
}
.ag-nextio .ag-value-change-delta-down {
  color: #8b0000;
}
.ag-nextio .ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  -ms-transition: background-color 1s;
  transition: background-color 1s;
}
.ag-nextio .ag-value-change-value-highlight {
  background-color: #cec;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.ag-nextio .ag-rich-select {
  font-size: 14px;
  border: 1px solid #808080;
  background-color: #fff;
}
.ag-nextio .ag-rich-select-value {
  padding: 2px;
}
.ag-nextio .ag-rich-select-list {
  border-top: 1px solid #d3d3d3;
}
.ag-nextio .ag-rich-select-row {
  padding: 2px;
}
.ag-nextio .ag-rich-select-row-selected {
  background-color: #bde2e5;
  
}
.ag-nextio .ag-large-text {
  border: 1px solid #808080;
}
.ag-nextio .ag-header {
  color: #000;
  background-color: #f6f7f8;
  font-weight: normal;
}
.ag-nextio .ag-header-icon {
  color: #000;
  stroke: none;
  fill: #000;
}

#agSortDesc {
    background-image: url("/public/images/sort-down.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    
}

#agSortDesc > svg {
    display: inline-block;
    width: 17px;
}

#agSortDesc > svg polygon {
  display: none;
}

#agSortAsc {
    background-image: url("/public/images/sort-up.svg");
    background-repeat: no-repeat;
    background-position: 50%;
   
}

#agSortAsc > svg {
    display: inline-block;
    width: 17px;
}

#agSortAsc > svg polygon {
  display: none;
}


.ag-nextio .ag-no-scrolls .ag-header-container {
  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 #808080;
}

.ag-nextio .ag-header-cell-moving .ag-header-cell-label {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.ag-nextio .ag-header-cell-moving {
  background-color: #bebebe;
}

.ag-header-cell-sorted-asc, .ag-header-cell-sorted-desc {
background-color: #DEF2F9;
}

.ag-nextio .ag-ltr .ag-header-group-cell {
  border-right: 1px solid #808080;
}
.ag-nextio .ag-rtl .ag-header-group-cell {
  border-left: 1px solid #808080;
}
.ag-nextio .ag-header-group-cell-with-group {
  border-bottom: 1px solid #808080;
}
.ag-nextio .ag-header-cell-label {
  padding: 15px 2px 4px 2px;
}
.ag-nextio .ag-header-cell-text {
  padding-left: 2px;
  color: #223238;
  font-size: 13px;
  opacity: 0.6;
}
.ag-nextio .ag-header-group-cell-label {
  padding: 4px;
}
.ag-nextio .ag-ltr .ag-header-group-cell-label {
  padding-left: 10px;
}
.ag-nextio .ag-rtl .ag-header-group-cell-label {
  padding-right: 10px;
}
.ag-nextio .ag-rtl .ag-header-group-text {
  margin-left: 2px;
}
.ag-nextio .ag-ltr .ag-header-group-text {
  margin-right: 2px;
}
.ag-nextio .ag-header-cell-menu-button {
  padding: 2px;
  margin-top: 4px;
  margin-left: 1px;
  margin-right: 1px;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-sizing: content-box /* When using bootstrap, box-sizing was set to 'border-box' */;
  -moz-box-sizing: content-box /* When using bootstrap, box-sizing was set to 'border-box' */;
  box-sizing: content-box /* When using bootstrap, box-sizing was set to 'border-box' */;
  line-height: 0px /* normal line height, a space was appearing below the menu button */;
}
.ag-nextio .ag-ltr .ag-pinned-right-header {
  border-left: 1px solid #808080;
}
.ag-nextio .ag-rtl .ag-pinned-left-header {
  border-right: 1px solid #808080;
}
.ag-nextio .ag-header-cell-menu-button:hover {
  border: 1px solid #808080;
}
.ag-nextio .ag-body {
  background-color: #f6f6f6;
}
.ag-nextio .ag-row-odd {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.ag-nextio .ag-row-even {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.ag-nextio .ag-row-selected {
  background-image: linear-gradient(to top, #ffffff, #eef6fb);
  box-shadow: 0 1px 0 0 #e7e7e7, 0 -1px 0 0 #cccccc;
}
.ag-nextio .ag-floating-top .ag-row {
  background-color: #f0f0f0;
}
.ag-nextio .ag-floating-bottom .ag-row {
  background-color: #f0f0f0;
}
.ag-nextio .ag-overlay-loading-wrapper {
  background-color: rgba(255,255,255,0.5);
}
.ag-nextio .ag-overlay-loading-center {
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 10px;
  padding: 10px;
  color: #000;
}
.ag-nextio .ag-overlay-no-rows-center {
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 10px;
  padding: 10px;
}
.ag-nextio .ag-group-cell-entire-row {
  background-color: #f6f6f6;
  padding: 2px;
}
.ag-nextio .ag-footer-cell-entire-row {
  background-color: #f6f6f6;
  padding: 2px;
}
.ag-nextio .ag-group-cell {
  font-style: italic;
}
.ag-nextio .ag-ltr .ag-group-expanded {
  padding-right: 4px;
}
.ag-nextio .ag-rtl .ag-group-expanded {
  padding-left: 4px;
}
.ag-nextio .ag-ltr .ag-group-contracted {
  padding-right: 4px;
}
.ag-nextio .ag-rtl .ag-group-contracted {
  padding-left: 4px;
}
.ag-nextio .ag-ltr .ag-group-value {
  padding-right: 2px;
}
.ag-nextio .ag-rtl .ag-group-value {
  padding-left: 2px;
}
.ag-nextio .ag-ltr .ag-group-checkbox {
  padding-right: 2px;
}
.ag-nextio .ag-rtl .ag-group-checkbox {
  padding-left: 2px;
}
.ag-nextio .ag-group-child-count {
  display: inline-block;
}
.ag-nextio .ag-footer-cell {
  font-style: italic;
}
.ag-nextio .ag-menu {
  border: 1px solid #808080;
  background-color: #f6f6f6;
  cursor: default;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.ag-nextio .ag-menu .ag-tab-header {
  background-color: #e6e6e6;
}
.ag-nextio .ag-menu .ag-tab {
  padding: 6px 8px 6px 8px;
  margin: 2px 2px 0px 2px;
  display: inline-block;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.ag-nextio .ag-menu .ag-tab-selected {
  background-color: #f6f6f6;
  border-right: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
}
.ag-nextio .ag-menu-separator {
  border-top: 1px solid #d3d3d3;
}
.ag-nextio .ag-menu-option-active {
  background-color: #bde2e5;
}
.ag-nextio .ag-menu-option-icon {
  padding: 2px 4px 2px 4px;
  vertical-align: middle;
}
.ag-nextio .ag-menu-option-text {
  padding: 2px 4px 2px 4px;
  vertical-align: middle;
}
.ag-nextio .ag-menu-option-shortcut {
  padding: 2px 2px 2px 2px;
  vertical-align: middle;
}
.ag-nextio .ag-menu-option-popup-pointer {
  padding: 2px 4px 2px 4px;
  vertical-align: middle;
}
.ag-nextio .ag-menu-option-disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.ag-nextio .ag-menu-column-select-wrapper {
  margin: 2px;
}
.ag-nextio .ag-filter-checkbox {
  position: relative;
  top: 2px;
  left: 2px;
}
.ag-nextio .ag-filter-header-container {
  border-bottom: 1px solid #d3d3d3;
}
.ag-nextio .ag-filter-apply-panel {
  border-top: 1px solid #d3d3d3;
  padding: 2px;
}
.ag-nextio .ag-filter-value {
  margin-left: 4px;
}
.ag-nextio .ag-ltr .ag-selection-checkbox {
  padding-right: 4px;
}
.ag-nextio .ag-rtl .ag-selection-checkbox {
  padding-left: 4px;
}
.ag-nextio .ag-paging-panel {
  padding: 4px;
}
.ag-nextio .ag-paging-button {
  margin-left: 4px;
  margin-right: 4px;
}
.ag-nextio .ag-paging-row-summary-panel {
  display: inline-block;
  width: 300px;
}
.ag-nextio .ag-tool-panel {
  background-color: #f6f6f6;
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
  color: #222;
}
.ag-nextio .ltr .ag-tool-panel {
  border-right: 1px solid #808080;
}
.ag-nextio .rtl .ag-tool-panel {
  border-left: 1px solid #808080;
}
.ag-nextio .ag-status-bar {
  color: #222;
  background-color: #f6f6f6;
  font-size: 14px;
  height: 22px;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  padding: 2px;
}
.ag-nextio .ag-status-bar-aggregations {
  float: right;
}
.ag-nextio .ag-status-bar-item {
  padding-left: 10px;
}
.ag-nextio .ag-column-drop-cell {
  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);
  color: #000;
  border: 1px solid #808080;
}
.ag-nextio .ag-column-drop-cell-ghost {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.ag-nextio .ag-column-drop-cell-text {
  padding-left: 2px;
  padding-right: 2px;
}
.ag-nextio .ag-column-drop-cell-button {
  border: 1px solid transparent;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 3px;
}
.ag-nextio .ag-column-drop-cell-button:hover {
  border: 1px solid #808080;
}
.ag-nextio .ag-column-drop-empty-message {
  padding-left: 2px;
  padding-right: 2px;
  color: #808080;
}
.ag-nextio .ag-column-drop-icon {
  margin: 3px;
}
.ag-nextio .ag-column-drop {
  background-color: #f6f6f6;
}
.ag-nextio .ag-column-drop-horizontal {
  padding: 2px;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
}
.ag-nextio .ag-column-drop-vertical {
  padding: 4px 4px 10px 4px;
  border-bottom: 1px solid #808080;
}
.ag-nextio .ag-column-drop-vertical .ag-column-drop-cell {
  margin-top: 2px;
}
.ag-nextio .ag-column-drop-vertical .ag-column-drop-empty-message {
  text-align: center;
  padding: 5px;
}
.ag-nextio .ag-pivot-mode {
  border-bottom: 1px solid #808080;
  padding: 4px;
  background-color: #f6f6f6;
}
.ag-nextio .ag-tool-panel .ag-column-select-panel {
  border-bottom: 1px solid #808080;
}
.ag-nextio .ag-select-agg-func-popup {
  cursor: default;
  position: absolute;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #808080;
}
.ag-nextio .ag-select-agg-func-item {
  padding-left: 2px;
  padding-right: 2px;
}
.ag-nextio .ag-select-agg-func-item:hover {
  background-color: #bde2e5;
}

    .flow {
        background-repeat: no-repeat;
        background-position: 50%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    .flow-no-data {
        background-image: url("/public/images/flow-none-none.svg");
    }
    .flow-fwd-yellow {
        background-image: url("/public/images/flow-medium-none.svg");
    }
    .flow-fwd-green {
        background-image: url("/public/images/flow-high-none.svg");
    }
    .flow-bwd-yellow {
        background-image: url("/public/images/flow-none-medium.svg");
    }
    .flow-bwd-green {
        background-image: url("/public/images/flow-none-high.svg");
    }

    .low-frequency {
        background-image: url("/public/images/frequency-3c-1.svg");
        background-repeat: no-repeat;
        background-position: 50%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    .medium-frequency {
        background-image: url("/public/images/frequency-3c-2.svg");
        background-repeat: no-repeat;
        background-position: 50%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    .high-frequency {
        background-image: url("/public/images/frequency-3c-3.svg");
        background-repeat: no-repeat;
        background-position: 50%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }



    .co-size-s {
        background-image: url("/public/images/co-size-s.svg");
        background-repeat: no-repeat;
        background-position: 50%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    .co-size-m {
        background-image: url("/public/images/co-size-m.svg");
        background-repeat: no-repeat;
        background-position: 50%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    .co-size-l {
        background-image: url("/public/images/co-size-l.svg");
        background-repeat: no-repeat;
        background-position: 50%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    .co-size-xl {
        background-image: url("/public/images/co-size-xl.svg");
        background-repeat: no-repeat;
        background-position: 50%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
/* eof */