@charset "UTF-8";

/* realgrid custom styles */

.rg-body .rg-table tr td {
  border-right: none;
}

.right-cell {
  text-align: right;
}

span.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.rg-body .rg-table tr td:hover, .rg-fixed-body .rg-table tr td:hover {
  background-color: rgba(0, 0, 0, 0.0);}

.rgsample-blue-column {
  color: blue;
}

.alternate-row {
  background: #f8f8f8;
}

.blue-column {
  color: blue;
}

.bold-cell {
  font-weight: bold;
  background-color: greenyellow;
}

#actions {
  height: 50px;
}

#realgrid {
  width: 100%;
  height: 450px; /* for WebKit */
}

.test-style {
  background: linear-gradient(to right, #96f58f, red);
}

.right-column {
  text-align: right;
}

.left-column {
  text-align: left;
}

.red-bar-solid .rg-bar-renderer-bar {
  background: #ff0000;
}

.green-bar-solid .rg-bar-renderer-bar-right {
  background: #00ff00;
}

.blue-bar-solid .rg-bar-renderer-bar-top {
  background: #0000ff;
}

.yellow-bar-solid .rg-bar-renderer-bar-bottom {
  background: #ffff00;
}

.green-hidden span {
  right: 12% !important;
  transform: translate(0%, -50%) !important;
  display: none !important;
}

.yellow-column {
  background: #ffff00
}

.cursor {
  cursor: crosshair;
}

.orange-column{
  background: #ff8b00;
}