
.tooltip.show {
  opacity: 1;
}

.tooltip .tooltip-inner {
  max-width: 300px;
  max-width: 100vw;
  background-color: white;
  color: #666666;
  border-radius: 0;
  box-shadow: 0px 0px 1px 1px #8f8f8f;
  margin: 5px;
  border-color: #666666;
  padding: 5px;
  text-align: left;
}

.tooltip .tooltip-inner .oe_tooltip_string {
  background-color: #F7F7F7;
  font-weight: bold;
  padding: 5px 8px;
}

.tooltip .tooltip-inner .oe_tooltip_help {
  white-space: pre-line;
  padding: 8px;
  margin-bottom: 0px;
}

.tooltip .tooltip-inner .oe_tooltip_technical {
  padding: 8px;
  margin: 0 0 0 15px;
  list-style-type: circle;
}

.tooltip .tooltip-inner .oe_tooltip_technical .oe_tooltip_technical_title {
  font-weight: bold;
}

.tooltip .tooltip-inner .oe_tooltip_help + .oe_tooltip_technical {
  padding-top: 0px;
}

.tooltip .arrow::after {
  content: '';
  position: absolute;
}

.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  margin-top: 0.4rem;
}

.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0.4rem;
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border: 6px solid transparent;
  border-bottom-color: #666666;
}

.tooltip.bs-tooltip-bottom .arrow::after, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::after {
  bottom: -1px;
  border: 6px solid transparent;
  border-bottom-color: #F7F7F7;
}

.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  margin-bottom: 0.4rem;
}

.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0.4rem;
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border: 6px solid transparent;
  border-top-color: #666666;
}

.tooltip.bs-tooltip-top .arrow::after, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::after {
  border: 6px solid transparent;
  border-top-color: white;
  margin-top: -1px;
}

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  margin-right: 0.4rem;
}

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0.4rem;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border: 6px solid transparent;
  border-left-color: #666666;
}

.tooltip.bs-tooltip-left .arrow::after, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::after {
  border: 6px solid transparent;
  border-left-color: white;
  margin-left: -1px;
}

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  margin-left: 0.4rem;
}

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0.4rem;
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.bs-tooltip-right .arrow::after, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::after {
  border: 6px solid transparent;
  border-right-color: #666666;
}

.tooltip.bs-tooltip-right .arrow::after, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::after {
  border: 6px solid transparent;
  border-right-color: white;
  margin-right: -1px;
  right: 0px;
}

