/* region place variables*/
/* endregion */
/* region map variables*/
/* endregion */
/* region variables for plugins */
/* endregion */
.graphical-report__tooltip {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 500px;
  z-index: 900;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.005);
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  /* Fade */
}
.graphical-report__tooltip.fade {
  opacity: 0;
  transition: opacity 200ms ease-out;
}
.graphical-report__tooltip.fade.in {
  opacity: 1;
  transition-duration: 100ms;
}
.graphical-report__tooltip__content {
  overflow: hidden;
  padding: 15px 15px 10px 15px;
  box-sizing: border-box;
  max-width: calc(100% - 26px);
}
.graphical-report__tooltip__vertical,
.graphical-report__tooltip__exclude {
  color: rgba(101, 113, 127, 0.8);
  cursor: pointer;
  min-height: 86px;
  width: 26px;
  position: relative;
  box-shadow: inset 2px 0 2px -2px rgba(0, 0, 0, 0.2);
}
.graphical-report__tooltip__vertical__wrap,
.graphical-report__tooltip__exclude__wrap {
  line-height: 26px;
  padding: 0 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  height: 100%;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 0;
  box-sizing: border-box;
}
.graphical-report__tooltip__vertical:hover,
.graphical-report__tooltip__exclude:hover {
  color: #65717f;
  background: linear-gradient(to right, rgba(235, 238, 241, 0.9) 0%, rgba(235, 238, 241, 0) 100%);
}
.graphical-report__tooltip__vertical .tau-icon-close-gray,
.graphical-report__tooltip__exclude .tau-icon-close-gray {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzAgMzAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGlkPSJTaGFwZV8zNV8iIGZpbGw9IiM4NDk2QTciIGQ9Ik0xMCwwLjcxNUw5LjI4NSwwTDUsNC4yODVMMC43MTUsMEwwLDAuNzE1TDQuMjg1LDVMMCw5LjI4NUwwLjcxNSwxMEw1LDUuNzE1TDkuMjg1LDEwTDEwLDkuMjg1TDUuNzE1LDVMMTAsMC43MTV6Ii8+PC9zdmc+);
}
.graphical-report__tooltip__list {
  display: table;
}
.graphical-report__tooltip__list__item {
  display: table-row;
}
.graphical-report__tooltip__list__elem {
  display: table-cell;
  padding-bottom: 4px;
  line-height: 1.3;
  color: #000000;
}
.graphical-report__tooltip__list__elem:not(:first-child) {
  padding-left: 15px;
}
.graphical-report__tooltip__list__elem:first-child {
  color: #8e8e8e;
}
.graphical-report__tooltip__gray-text {
  color: #8e8e8e;
}
