.graphView {
  display: none;
  height: 220px;
  position: relative; }
  .graphView.working {
    display: block; }

.navView {
  position: relative; }
  .navView > .btn {
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 !important;
    border: 0; }
    .navView > .btn:before {
      font-family: FontAwesome;
      color: #fff;
      font-size: 12px;
      display: block;
      text-align: center;
      line-height: 1;
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -6px; }
  .navView .zoomIn {
    left: 5px;
    top: 5px; }
    .navView .zoomIn:before {
      content: '\f067'; }
  .navView .zoomOut {
    left: 5px;
    top: 30px; }
    .navView .zoomOut:before {
      content: '\f068'; }
  .navView .reset {
    right: 5px;
    top: 5px; }
    .navView .reset:before {
      content: '\f03d'; }
  .navView .loadingIndicator {
    right: 5px;
    top: 30px;
    cursor: default; }
    .navView .loadingIndicator:before {
      content: '\f110';
      animation: fa-spin 2s infinite linear; }
  .navView .fullScreen {
    right: 5px;
    bottom: 5px; }
    .navView .fullScreen:before {
      content: '\f0b2'; }
  .navView:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.graph3d,
.graph2d {
  background: #eaeaea; }
  .graph3d canvas,
  .graph2d canvas {
    cursor: move; }

.mapView {
  display: none; }
  .mapView.working {
    display: block; }
  .mapView .ol-overlaycontainer-stopevent {
    display: none; }

.pointsChartView {
  display: none; }
  .pointsChartView .chartWrapper {
    position: relative; }
  .pointsChartView canvas {
    display: block;
    width: 100%;
    height: 100%; }
  .pointsChartView.working {
    display: block; }

.chartWithLabel[data-y-label] {
  padding-left: 30px;
  position: relative; }
  .chartWithLabel[data-y-label]:before {
    content: attr(data-y-label);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    white-space: nowrap;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: left top; }

.dualBarChart canvas, .pieChart canvas {
  display: block;
  width: 100%;
  height: 100%; }
.dualBarChart .chartWrapper, .pieChart .chartWrapper {
  position: relative; }
  .dualBarChart .chartWrapper.no-data, .pieChart .chartWrapper.no-data {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
.dualBarChart .chartLabels, .pieChart .chartLabels {
  position: relative;
  margin-top: -15px;
  padding: 0 8px 0 28px;
  z-index: 100;
  background: #fff;
  overflow: hidden; }
  .dualBarChart .chartLabels .chartLabel, .pieChart .chartLabels .chartLabel {
    float: left;
    word-break: break-all;
    box-sizing: border-box;
    text-align: center;
    padding: 0 5px; }
  .dualBarChart .chartLabels.count_1 .chartLabel, .pieChart .chartLabels.count_1 .chartLabel {
    width: 100%; }
  .dualBarChart .chartLabels.count_2 .chartLabel, .pieChart .chartLabels.count_2 .chartLabel {
    width: 50%; }
  .dualBarChart .chartLabels.count_3 .chartLabel, .pieChart .chartLabels.count_3 .chartLabel {
    width: 33.3333333333%; }
  .dualBarChart .chartLabels.count_4 .chartLabel, .pieChart .chartLabels.count_4 .chartLabel {
    width: 25%; }
  .dualBarChart .chartLabels.count_5 .chartLabel, .pieChart .chartLabels.count_5 .chartLabel {
    width: 20%; }
  .dualBarChart .chartLabels.count_6, .pieChart .chartLabels.count_6 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 94%; }
    .dualBarChart .chartLabels.count_6 .chartLabel, .pieChart .chartLabels.count_6 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 16.6666666667%; }
    .dualBarChart .chartLabels.count_6 span, .pieChart .chartLabels.count_6 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_7, .pieChart .chartLabels.count_7 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 93%; }
    .dualBarChart .chartLabels.count_7 .chartLabel, .pieChart .chartLabels.count_7 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 14.2857142857%; }
    .dualBarChart .chartLabels.count_7 span, .pieChart .chartLabels.count_7 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_8, .pieChart .chartLabels.count_8 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 92%; }
    .dualBarChart .chartLabels.count_8 .chartLabel, .pieChart .chartLabels.count_8 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 12.5%; }
    .dualBarChart .chartLabels.count_8 span, .pieChart .chartLabels.count_8 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_9, .pieChart .chartLabels.count_9 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 91%; }
    .dualBarChart .chartLabels.count_9 .chartLabel, .pieChart .chartLabels.count_9 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 11.1111111111%; }
    .dualBarChart .chartLabels.count_9 span, .pieChart .chartLabels.count_9 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_10, .pieChart .chartLabels.count_10 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 90%; }
    .dualBarChart .chartLabels.count_10 .chartLabel, .pieChart .chartLabels.count_10 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 10%; }
    .dualBarChart .chartLabels.count_10 span, .pieChart .chartLabels.count_10 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_11, .pieChart .chartLabels.count_11 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 89%; }
    .dualBarChart .chartLabels.count_11 .chartLabel, .pieChart .chartLabels.count_11 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 9.0909090909%; }
    .dualBarChart .chartLabels.count_11 span, .pieChart .chartLabels.count_11 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_12, .pieChart .chartLabels.count_12 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 88%; }
    .dualBarChart .chartLabels.count_12 .chartLabel, .pieChart .chartLabels.count_12 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 8.3333333333%; }
    .dualBarChart .chartLabels.count_12 span, .pieChart .chartLabels.count_12 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_13, .pieChart .chartLabels.count_13 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 87%; }
    .dualBarChart .chartLabels.count_13 .chartLabel, .pieChart .chartLabels.count_13 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 7.6923076923%; }
    .dualBarChart .chartLabels.count_13 span, .pieChart .chartLabels.count_13 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_14, .pieChart .chartLabels.count_14 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 86%; }
    .dualBarChart .chartLabels.count_14 .chartLabel, .pieChart .chartLabels.count_14 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 7.1428571429%; }
    .dualBarChart .chartLabels.count_14 span, .pieChart .chartLabels.count_14 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_15, .pieChart .chartLabels.count_15 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 85%; }
    .dualBarChart .chartLabels.count_15 .chartLabel, .pieChart .chartLabels.count_15 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 6.6666666667%; }
    .dualBarChart .chartLabels.count_15 span, .pieChart .chartLabels.count_15 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_16, .pieChart .chartLabels.count_16 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 84%; }
    .dualBarChart .chartLabels.count_16 .chartLabel, .pieChart .chartLabels.count_16 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 6.25%; }
    .dualBarChart .chartLabels.count_16 span, .pieChart .chartLabels.count_16 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_17, .pieChart .chartLabels.count_17 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 83%; }
    .dualBarChart .chartLabels.count_17 .chartLabel, .pieChart .chartLabels.count_17 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 5.8823529412%; }
    .dualBarChart .chartLabels.count_17 span, .pieChart .chartLabels.count_17 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_18, .pieChart .chartLabels.count_18 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 82%; }
    .dualBarChart .chartLabels.count_18 .chartLabel, .pieChart .chartLabels.count_18 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 5.5555555556%; }
    .dualBarChart .chartLabels.count_18 span, .pieChart .chartLabels.count_18 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_19, .pieChart .chartLabels.count_19 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 81%; }
    .dualBarChart .chartLabels.count_19 .chartLabel, .pieChart .chartLabels.count_19 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 5.2631578947%; }
    .dualBarChart .chartLabels.count_19 span, .pieChart .chartLabels.count_19 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_20, .pieChart .chartLabels.count_20 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 80%; }
    .dualBarChart .chartLabels.count_20 .chartLabel, .pieChart .chartLabels.count_20 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 5%; }
    .dualBarChart .chartLabels.count_20 span, .pieChart .chartLabels.count_20 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_21, .pieChart .chartLabels.count_21 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 79%; }
    .dualBarChart .chartLabels.count_21 .chartLabel, .pieChart .chartLabels.count_21 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 4.7619047619%; }
    .dualBarChart .chartLabels.count_21 span, .pieChart .chartLabels.count_21 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_22, .pieChart .chartLabels.count_22 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 78%; }
    .dualBarChart .chartLabels.count_22 .chartLabel, .pieChart .chartLabels.count_22 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 4.5454545455%; }
    .dualBarChart .chartLabels.count_22 span, .pieChart .chartLabels.count_22 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_23, .pieChart .chartLabels.count_23 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 77%; }
    .dualBarChart .chartLabels.count_23 .chartLabel, .pieChart .chartLabels.count_23 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 4.347826087%; }
    .dualBarChart .chartLabels.count_23 span, .pieChart .chartLabels.count_23 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_24, .pieChart .chartLabels.count_24 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 76%; }
    .dualBarChart .chartLabels.count_24 .chartLabel, .pieChart .chartLabels.count_24 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 4.1666666667%; }
    .dualBarChart .chartLabels.count_24 span, .pieChart .chartLabels.count_24 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_25, .pieChart .chartLabels.count_25 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 75%; }
    .dualBarChart .chartLabels.count_25 .chartLabel, .pieChart .chartLabels.count_25 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 4%; }
    .dualBarChart .chartLabels.count_25 span, .pieChart .chartLabels.count_25 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_26, .pieChart .chartLabels.count_26 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 74%; }
    .dualBarChart .chartLabels.count_26 .chartLabel, .pieChart .chartLabels.count_26 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 3.8461538462%; }
    .dualBarChart .chartLabels.count_26 span, .pieChart .chartLabels.count_26 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_27, .pieChart .chartLabels.count_27 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 73%; }
    .dualBarChart .chartLabels.count_27 .chartLabel, .pieChart .chartLabels.count_27 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 3.7037037037%; }
    .dualBarChart .chartLabels.count_27 span, .pieChart .chartLabels.count_27 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_28, .pieChart .chartLabels.count_28 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 72%; }
    .dualBarChart .chartLabels.count_28 .chartLabel, .pieChart .chartLabels.count_28 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 3.5714285714%; }
    .dualBarChart .chartLabels.count_28 span, .pieChart .chartLabels.count_28 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_29, .pieChart .chartLabels.count_29 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 71%; }
    .dualBarChart .chartLabels.count_29 .chartLabel, .pieChart .chartLabels.count_29 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 3.4482758621%; }
    .dualBarChart .chartLabels.count_29 span, .pieChart .chartLabels.count_29 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_30, .pieChart .chartLabels.count_30 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 70%; }
    .dualBarChart .chartLabels.count_30 .chartLabel, .pieChart .chartLabels.count_30 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 3.3333333333%; }
    .dualBarChart .chartLabels.count_30 span, .pieChart .chartLabels.count_30 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_31, .pieChart .chartLabels.count_31 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 69%; }
    .dualBarChart .chartLabels.count_31 .chartLabel, .pieChart .chartLabels.count_31 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 3.2258064516%; }
    .dualBarChart .chartLabels.count_31 span, .pieChart .chartLabels.count_31 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_32, .pieChart .chartLabels.count_32 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 68%; }
    .dualBarChart .chartLabels.count_32 .chartLabel, .pieChart .chartLabels.count_32 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 3.125%; }
    .dualBarChart .chartLabels.count_32 span, .pieChart .chartLabels.count_32 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_33, .pieChart .chartLabels.count_33 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 67%; }
    .dualBarChart .chartLabels.count_33 .chartLabel, .pieChart .chartLabels.count_33 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 3.0303030303%; }
    .dualBarChart .chartLabels.count_33 span, .pieChart .chartLabels.count_33 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_34, .pieChart .chartLabels.count_34 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 66%; }
    .dualBarChart .chartLabels.count_34 .chartLabel, .pieChart .chartLabels.count_34 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.9411764706%; }
    .dualBarChart .chartLabels.count_34 span, .pieChart .chartLabels.count_34 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_35, .pieChart .chartLabels.count_35 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 65%; }
    .dualBarChart .chartLabels.count_35 .chartLabel, .pieChart .chartLabels.count_35 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.8571428571%; }
    .dualBarChart .chartLabels.count_35 span, .pieChart .chartLabels.count_35 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_36, .pieChart .chartLabels.count_36 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 64%; }
    .dualBarChart .chartLabels.count_36 .chartLabel, .pieChart .chartLabels.count_36 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.7777777778%; }
    .dualBarChart .chartLabels.count_36 span, .pieChart .chartLabels.count_36 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_37, .pieChart .chartLabels.count_37 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 63%; }
    .dualBarChart .chartLabels.count_37 .chartLabel, .pieChart .chartLabels.count_37 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.7027027027%; }
    .dualBarChart .chartLabels.count_37 span, .pieChart .chartLabels.count_37 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_38, .pieChart .chartLabels.count_38 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 62%; }
    .dualBarChart .chartLabels.count_38 .chartLabel, .pieChart .chartLabels.count_38 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.6315789474%; }
    .dualBarChart .chartLabels.count_38 span, .pieChart .chartLabels.count_38 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_39, .pieChart .chartLabels.count_39 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 61%; }
    .dualBarChart .chartLabels.count_39 .chartLabel, .pieChart .chartLabels.count_39 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.5641025641%; }
    .dualBarChart .chartLabels.count_39 span, .pieChart .chartLabels.count_39 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_40, .pieChart .chartLabels.count_40 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 60%; }
    .dualBarChart .chartLabels.count_40 .chartLabel, .pieChart .chartLabels.count_40 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.5%; }
    .dualBarChart .chartLabels.count_40 span, .pieChart .chartLabels.count_40 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_41, .pieChart .chartLabels.count_41 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 59%; }
    .dualBarChart .chartLabels.count_41 .chartLabel, .pieChart .chartLabels.count_41 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.4390243902%; }
    .dualBarChart .chartLabels.count_41 span, .pieChart .chartLabels.count_41 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_42, .pieChart .chartLabels.count_42 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 58%; }
    .dualBarChart .chartLabels.count_42 .chartLabel, .pieChart .chartLabels.count_42 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.380952381%; }
    .dualBarChart .chartLabels.count_42 span, .pieChart .chartLabels.count_42 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_43, .pieChart .chartLabels.count_43 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 57%; }
    .dualBarChart .chartLabels.count_43 .chartLabel, .pieChart .chartLabels.count_43 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.3255813953%; }
    .dualBarChart .chartLabels.count_43 span, .pieChart .chartLabels.count_43 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_44, .pieChart .chartLabels.count_44 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 56%; }
    .dualBarChart .chartLabels.count_44 .chartLabel, .pieChart .chartLabels.count_44 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.2727272727%; }
    .dualBarChart .chartLabels.count_44 span, .pieChart .chartLabels.count_44 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_45, .pieChart .chartLabels.count_45 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 55%; }
    .dualBarChart .chartLabels.count_45 .chartLabel, .pieChart .chartLabels.count_45 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.2222222222%; }
    .dualBarChart .chartLabels.count_45 span, .pieChart .chartLabels.count_45 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_46, .pieChart .chartLabels.count_46 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 54%; }
    .dualBarChart .chartLabels.count_46 .chartLabel, .pieChart .chartLabels.count_46 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.1739130435%; }
    .dualBarChart .chartLabels.count_46 span, .pieChart .chartLabels.count_46 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_47, .pieChart .chartLabels.count_47 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 53%; }
    .dualBarChart .chartLabels.count_47 .chartLabel, .pieChart .chartLabels.count_47 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.1276595745%; }
    .dualBarChart .chartLabels.count_47 span, .pieChart .chartLabels.count_47 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_48, .pieChart .chartLabels.count_48 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 52%; }
    .dualBarChart .chartLabels.count_48 .chartLabel, .pieChart .chartLabels.count_48 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.0833333333%; }
    .dualBarChart .chartLabels.count_48 span, .pieChart .chartLabels.count_48 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_49, .pieChart .chartLabels.count_49 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 51%; }
    .dualBarChart .chartLabels.count_49 .chartLabel, .pieChart .chartLabels.count_49 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2.0408163265%; }
    .dualBarChart .chartLabels.count_49 span, .pieChart .chartLabels.count_49 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_50, .pieChart .chartLabels.count_50 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 50%; }
    .dualBarChart .chartLabels.count_50 .chartLabel, .pieChart .chartLabels.count_50 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 2%; }
    .dualBarChart .chartLabels.count_50 span, .pieChart .chartLabels.count_50 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_51, .pieChart .chartLabels.count_51 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 49%; }
    .dualBarChart .chartLabels.count_51 .chartLabel, .pieChart .chartLabels.count_51 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.9607843137%; }
    .dualBarChart .chartLabels.count_51 span, .pieChart .chartLabels.count_51 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_52, .pieChart .chartLabels.count_52 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 48%; }
    .dualBarChart .chartLabels.count_52 .chartLabel, .pieChart .chartLabels.count_52 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.9230769231%; }
    .dualBarChart .chartLabels.count_52 span, .pieChart .chartLabels.count_52 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_53, .pieChart .chartLabels.count_53 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 47%; }
    .dualBarChart .chartLabels.count_53 .chartLabel, .pieChart .chartLabels.count_53 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.8867924528%; }
    .dualBarChart .chartLabels.count_53 span, .pieChart .chartLabels.count_53 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_54, .pieChart .chartLabels.count_54 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 46%; }
    .dualBarChart .chartLabels.count_54 .chartLabel, .pieChart .chartLabels.count_54 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.8518518519%; }
    .dualBarChart .chartLabels.count_54 span, .pieChart .chartLabels.count_54 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_55, .pieChart .chartLabels.count_55 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 45%; }
    .dualBarChart .chartLabels.count_55 .chartLabel, .pieChart .chartLabels.count_55 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.8181818182%; }
    .dualBarChart .chartLabels.count_55 span, .pieChart .chartLabels.count_55 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_56, .pieChart .chartLabels.count_56 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 45%; }
    .dualBarChart .chartLabels.count_56 .chartLabel, .pieChart .chartLabels.count_56 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.7857142857%; }
    .dualBarChart .chartLabels.count_56 span, .pieChart .chartLabels.count_56 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_57, .pieChart .chartLabels.count_57 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 45%; }
    .dualBarChart .chartLabels.count_57 .chartLabel, .pieChart .chartLabels.count_57 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.7543859649%; }
    .dualBarChart .chartLabels.count_57 span, .pieChart .chartLabels.count_57 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_58, .pieChart .chartLabels.count_58 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 45%; }
    .dualBarChart .chartLabels.count_58 .chartLabel, .pieChart .chartLabels.count_58 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.724137931%; }
    .dualBarChart .chartLabels.count_58 span, .pieChart .chartLabels.count_58 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_59, .pieChart .chartLabels.count_59 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 45%; }
    .dualBarChart .chartLabels.count_59 .chartLabel, .pieChart .chartLabels.count_59 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.6949152542%; }
    .dualBarChart .chartLabels.count_59 span, .pieChart .chartLabels.count_59 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_60, .pieChart .chartLabels.count_60 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 45%; }
    .dualBarChart .chartLabels.count_60 .chartLabel, .pieChart .chartLabels.count_60 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.6666666667%; }
    .dualBarChart .chartLabels.count_60 span, .pieChart .chartLabels.count_60 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_61, .pieChart .chartLabels.count_61 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 45%; }
    .dualBarChart .chartLabels.count_61 .chartLabel, .pieChart .chartLabels.count_61 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.6393442623%; }
    .dualBarChart .chartLabels.count_61 span, .pieChart .chartLabels.count_61 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_62, .pieChart .chartLabels.count_62 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 45%; }
    .dualBarChart .chartLabels.count_62 .chartLabel, .pieChart .chartLabels.count_62 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.6129032258%; }
    .dualBarChart .chartLabels.count_62 span, .pieChart .chartLabels.count_62 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_63, .pieChart .chartLabels.count_63 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 45%; }
    .dualBarChart .chartLabels.count_63 .chartLabel, .pieChart .chartLabels.count_63 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.5873015873%; }
    .dualBarChart .chartLabels.count_63 span, .pieChart .chartLabels.count_63 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_64, .pieChart .chartLabels.count_64 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 45%; }
    .dualBarChart .chartLabels.count_64 .chartLabel, .pieChart .chartLabels.count_64 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.5625%; }
    .dualBarChart .chartLabels.count_64 span, .pieChart .chartLabels.count_64 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_65, .pieChart .chartLabels.count_65 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 45%; }
    .dualBarChart .chartLabels.count_65 .chartLabel, .pieChart .chartLabels.count_65 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.5384615385%; }
    .dualBarChart .chartLabels.count_65 span, .pieChart .chartLabels.count_65 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
  .dualBarChart .chartLabels.count_66, .pieChart .chartLabels.count_66 {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 50px;
    transition: height 500ms ease;
    font-size: 45%; }
    .dualBarChart .chartLabels.count_66 .chartLabel, .pieChart .chartLabels.count_66 .chartLabel {
      word-break: keep-all;
      white-space: nowrap;
      text-align: left;
      position: relative;
      padding: 0;
      height: 1px;
      width: 1.5151515152%; }
    .dualBarChart .chartLabels.count_66 span, .pieChart .chartLabels.count_66 span {
      display: block;
      position: absolute;
      padding: 5px 10px;
      left: 50%;
      margin-left: -13px;
      top: 0;
      background: #fff;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top; }
.dualBarChart:hover .chartLabels.count_6, .pieChart:hover .chartLabels.count_6 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_7, .pieChart:hover .chartLabels.count_7 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_8, .pieChart:hover .chartLabels.count_8 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_9, .pieChart:hover .chartLabels.count_9 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_10, .pieChart:hover .chartLabels.count_10 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_11, .pieChart:hover .chartLabels.count_11 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_12, .pieChart:hover .chartLabels.count_12 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_13, .pieChart:hover .chartLabels.count_13 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_14, .pieChart:hover .chartLabels.count_14 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_15, .pieChart:hover .chartLabels.count_15 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_16, .pieChart:hover .chartLabels.count_16 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_17, .pieChart:hover .chartLabels.count_17 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_18, .pieChart:hover .chartLabels.count_18 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_19, .pieChart:hover .chartLabels.count_19 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_20, .pieChart:hover .chartLabels.count_20 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_21, .pieChart:hover .chartLabels.count_21 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_22, .pieChart:hover .chartLabels.count_22 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_23, .pieChart:hover .chartLabels.count_23 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_24, .pieChart:hover .chartLabels.count_24 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_25, .pieChart:hover .chartLabels.count_25 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_26, .pieChart:hover .chartLabels.count_26 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_27, .pieChart:hover .chartLabels.count_27 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_28, .pieChart:hover .chartLabels.count_28 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_29, .pieChart:hover .chartLabels.count_29 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_30, .pieChart:hover .chartLabels.count_30 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_31, .pieChart:hover .chartLabels.count_31 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_32, .pieChart:hover .chartLabels.count_32 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_33, .pieChart:hover .chartLabels.count_33 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_34, .pieChart:hover .chartLabels.count_34 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_35, .pieChart:hover .chartLabels.count_35 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_36, .pieChart:hover .chartLabels.count_36 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_37, .pieChart:hover .chartLabels.count_37 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_38, .pieChart:hover .chartLabels.count_38 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_39, .pieChart:hover .chartLabels.count_39 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_40, .pieChart:hover .chartLabels.count_40 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_41, .pieChart:hover .chartLabels.count_41 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_42, .pieChart:hover .chartLabels.count_42 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_43, .pieChart:hover .chartLabels.count_43 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_44, .pieChart:hover .chartLabels.count_44 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_45, .pieChart:hover .chartLabels.count_45 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_46, .pieChart:hover .chartLabels.count_46 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_47, .pieChart:hover .chartLabels.count_47 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_48, .pieChart:hover .chartLabels.count_48 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_49, .pieChart:hover .chartLabels.count_49 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_50, .pieChart:hover .chartLabels.count_50 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_51, .pieChart:hover .chartLabels.count_51 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_52, .pieChart:hover .chartLabels.count_52 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_53, .pieChart:hover .chartLabels.count_53 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_54, .pieChart:hover .chartLabels.count_54 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_55, .pieChart:hover .chartLabels.count_55 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_56, .pieChart:hover .chartLabels.count_56 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_57, .pieChart:hover .chartLabels.count_57 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_58, .pieChart:hover .chartLabels.count_58 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_59, .pieChart:hover .chartLabels.count_59 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_60, .pieChart:hover .chartLabels.count_60 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_61, .pieChart:hover .chartLabels.count_61 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_62, .pieChart:hover .chartLabels.count_62 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_63, .pieChart:hover .chartLabels.count_63 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_64, .pieChart:hover .chartLabels.count_64 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_65, .pieChart:hover .chartLabels.count_65 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.dualBarChart:hover .chartLabels.count_66, .pieChart:hover .chartLabels.count_66 {
  height: 500px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.pieChart .chartLabels {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .pieChart .chartLabels .chartLabel {
    display: flex;
    align-items: center; }
    .pieChart .chartLabels .chartLabel .label-legend-color {
      width: 14px;
      height: 14px;
      margin-right: 7px; }

.curePlot {
  height: 400px;
  position: relative; }

.bigGraph .graphView.working {
  height: 500px; }

.bigMap .mapView.working {
  height: 500px; }

@media all and (min-width: 1200px) {
  .bigNavView .navView > .btn,
  .in-fullscreen .navView > .btn {
    width: 40px;
    height: 40px; }
    .bigNavView .navView > .btn:before,
    .in-fullscreen .navView > .btn:before {
      font-size: 20px;
      margin-top: -10px; }
  .bigNavView .navView .zoomIn,
  .in-fullscreen .navView .zoomIn {
    left: 10px;
    top: 10px; }
  .bigNavView .navView .zoomOut,
  .in-fullscreen .navView .zoomOut {
    left: 10px;
    top: 60px; }
  .bigNavView .navView .reset,
  .in-fullscreen .navView .reset {
    right: 10px;
    top: 10px; }
  .bigNavView .navView .loadingIndicator,
  .in-fullscreen .navView .loadingIndicator {
    right: 10px;
    top: 60px; }
  .bigNavView .navView .fullScreen,
  .in-fullscreen .navView .fullScreen {
    right: 10px;
    bottom: 10px; } }
.form-group.error input {
  border-radius: 4px 4px 0 0; }
.form-group .error-message {
  background: #a94442;
  color: #fff;
  font-size: 80%;
  padding: 4px 5px;
  border-radius: 0 0 4px 4px; }

.form .emailFix {
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0; }
.form .required label:after {
  content: '*';
  display: inline-block;
  margin-left: 5px;
  color: #1ab394; }
.form .form-group label span {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
  font-size: 80%; }

.peity {
  vertical-align: middle; }
  .peity + span {
    display: inline-block;
    margin-left: 10px; }

.functionsList .item:before {
  content: ' ';
  display: block;
  width: 60%;
  height: 1px;
  background: #1ab394;
  margin: 50px auto; }
.functionsList .item:first-child:before {
  display: none; }
.functionsList .expression {
  font-size: 20px;
  padding-left: 8px;
  margin-bottom: 10px; }
  .functionsList .expression .label {
    font-size: 80%; }
.functionsList .niceInfo {
  padding-top: 7px; }

.expressionText .pow {
  display: inline-block;
  vertical-align: text-top;
  font-size: 80%; }

.niceInfo {
  overflow: hidden;
  font-size: 15px; }
  .niceInfo dt {
    display: block;
    float: left;
    margin-right: 10px;
    clear: left;
    font-weight: normal; }
  .niceInfo dd {
    float: left;
    clear: right;
    font-weight: bold;
    margin-bottom: 10px; }

.operationsAdd .submit {
  margin-top: 50px;
  text-align: center; }
.operationsAdd .expressionAdd {
  overflow: hidden; }
  .operationsAdd .expressionAdd .prefix {
    float: left;
    margin: 33px 10px 0 0; }

.expressionField {
  overflow: hidden; }
  .expressionField .syntax {
    float: right;
    margin-left: 20px;
    margin-top: 17px; }
  .expressionField .form-group {
    overflow: hidden; }

.fieldParameters .table .form-group {
  margin-bottom: 0; }

.graphTab .nav > li > a {
  padding: 10px; }
.graphTab .tab-content > .tab-pane {
  display: block;
  visibility: visible;
  overflow: hidden;
  height: 0; }
.graphTab .tab-content > .active {
  height: auto; }

.tab-content > .tab-pane > p {
  margin: 10px; }

.testResults {
  margin-top: 15px; }
  .testResults .table td, .testResults .table th {
    vertical-align: middle; }
  .testResults .table thead th {
    text-align: center; }
  .testResults .table tbody td {
    text-align: center; }
  .testResults .table h3 {
    margin: 0;
    text-align: left; }
  .testResults .testErrors .label {
    font-size: 13px; }

.ajaxModelContent {
  height: 0;
  overflow: hidden;
  position: relative; }

.fullSizeIt {
  margin: 5px 0 0;
  text-align: right; }

.in-fullscreen .animated {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none; }

@media (min-width: 1280px) {
  .modal-lg {
    width: 1140px; } }
body.loading:after, body.loading:before {
  content: ' ';
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px auto 0; }
body.loading:before {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  z-index: 990; }
body.loading:after {
  text-align: center;
  content: '\f110';
  font-family: FontAwesome;
  color: #fff;
  line-height: 60px;
  font-size: 30px;
  z-index: 991;
  animation: fa-spin 2s infinite linear; }

.isLoading:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  content: '\f110';
  font-size: 32px;
  font-family: FontAwesome;
  color: #1ab394;
  animation: fa-spin 2s infinite linear; }

.legendLabel {
  font-size: 14px; }

.cureView {
  padding: 0 0 25px 25px;
  position: relative; }
  .cureView .curePlot:before, .cureView .curePlot:after {
    display: block;
    position: absolute;
    font-size: 16px;
    line-height: 1; }
  .cureView .curePlot:before {
    content: attr(data-x);
    bottom: -25px;
    left: 25px;
    right: 0;
    text-align: center; }
  .cureView .curePlot:after {
    content: attr(data-y);
    left: -25px;
    top: 50%;
    margin-top: -8px;
    transform: rotate(-90deg) translate3D(10px, -75px, 0);
    transform-origin: 54% 50%; }

.context-menu-item {
  font-size: 16px; }

.login-logo img {
  width: 25%; }

.auto-calibrate input.value {
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 60%;
  margin-left: 20px; }
  .auto-calibrate input.value.hide {
    display: none; }
.auto-calibrate input.checkbox {
  display: inline-block;
  margin-top: 9px; }

.projectDashboard .hide {
  display: none; }

.columns-settings .toggle-btn {
  margin-left: 15px; }

.columns-settings-row .checked {
  background-color: #18a689; }

.mapChanger {
  margin-top: 10px; }

.infoTables table.table {
  position: relative; }
  .infoTables table.table .placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d9d9d9;
    z-index: 10;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .infoTables table.table .placeholder i {
      font-size: 60px; }

.operationsAdd .radio-favorite input[type=checkbox] {
  display: none; }
.operationsAdd .radio-favorite .btn-primary {
  padding: 6px 12px; }

.p-0 {
  padding: 0; }

/*# sourceMappingURL=common.css.map */
