
.o_graph_controller .o_graph_renderer {
  height: 100%;
}

.o_graph_controller .o_graph_renderer .o_graph_canvas_container {
  padding-top: 5px;
  position: relative;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.o_graph_controller .o_graph_renderer .o_graph_canvas_container canvas {
  background-color: white;
}

.o_graph_controller div.o_tooltip_legend {
  background-color: white;
  color: black;
  font-size: 12px;
  border: black solid 0.5px;
  border-radius: 3px;
  opacity: 1;
  position: absolute;
  padding: 10px;
  z-index: 2;
  pointer-events: none;
  word-break: break-all;
}

.o_graph_controller div.o_graph_custom_tooltip {
  border-radius: 3px;
  background-color: white;
  border: black solid 0.5px;
  position: absolute;
  z-index: 1;
  padding: 6px;
  pointer-events: none;
  opacity: 0.9;
  font-family: Arial;
}

.o_graph_controller div.o_graph_custom_tooltip table {
  font-size: 12px;
  overflow: hidden;
  display: block;
  border-collapse: collapse;
}

.o_graph_controller div.o_graph_custom_tooltip th.o_measure {
  color: black;
  font-weight: bolder;
  vertical-align: baseline;
  padding-bottom: 1px;
}

.o_graph_controller div.o_graph_custom_tooltip td span.o_square {
  height: 12px;
  width: 12px;
  display: inline-block;
  vertical-align: middle;
}

.o_graph_controller div.o_graph_custom_tooltip td span.o_label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: black;
  display: inline-block;
  vertical-align: middle;
}

.o_graph_controller div.o_graph_custom_tooltip td.o_value {
  color: black;
  padding-left: 5px;
  text-align: right;
  font-weight: bold;
}

.o_graph_controller div.o_graph_custom_tooltip tr.o_show_more {
  text-align: center;
  color: black;
  font-weight: bolder;
}

