
.o_pivot {
  height: 100%;
  overflow: auto;
}
.o_pivot.o_enable_linking .o_pivot_cell_value:hover {
  color: #7c7bad;
  cursor: pointer;
}
.o_pivot table {
  background-color: white;
  width: auto;
}
.o_pivot table th {
  font-weight: normal;
  background-color: #ffffff;
}
.o_pivot table .o_pivot_measure_row {
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o_pivot table .o_pivot_measure_row:hover {
  background-color: #ffffff;
}
.o_pivot table .o_pivot_header_cell_closed {
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o_pivot table .o_pivot_header_cell_closed:hover {
  background-color: #ffffff;
}
.o_pivot table .o_pivot_header_cell_closed::before {
  font-family: FontAwesome;
  content: "";
  margin-right: 8px;
}
.o_pivot table .o_pivot_header_cell_opened {
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o_pivot table .o_pivot_header_cell_opened:hover {
  background-color: #ffffff;
}
.o_pivot table .o_pivot_header_cell_opened::before {
  font-family: FontAwesome;
  content: "";
  margin-right: 8px;
}
.o_pivot table .o_pivot_measure_row_sorted_asc::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  -moz-transform: scale(0.9999);
  margin-left: 5px;
}
.o_pivot table .o_pivot_measure_row_sorted_desc::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 4px solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 0;
  -moz-transform: scale(0.9999);
  margin-left: 5px;
}
.o_pivot .o_pivot_field_selection::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  border-right: 0;
  border-top: 4px solid transparent;
  -moz-transform: scale(0.9999);
  position: absolute;
  right: 6px;
  top: 9px;
}
.o_pivot_measures_list li {
  position: relative;
}
.o_pivot_measures_list li > a {
  color: #4c4c4c;
}
.o_pivot_measures_list li > a:hover {
  color: #333333;
}
.o_pivot_measures_list li.selected > a {
  color: #333333;
  font-weight: bold;
}
.o_pivot_measures_list li.selected > a:before {
  font-family: FontAwesome;
  position: absolute;
  left: 6px;
  content: "\f00c";
}
