/* 
    Created on : Oct 11, 2017, 11:09:52 AM
    Author     : Sebastian Björkqvist <sebastian@valuatum.com>
*/

.chartjs_graph {
    width: 220px;
    height: 150px;
}

.loader {
    margin-top: 50px;
}

.fusioncharts_loader {
    margin-top: 50px;
}

.companyListSelection {
    display: inline-block;
    padding-top: 10px;
}

.okImageHolder {
    display: none;
    padding-top: 10px;
}

.commentIcon {
    width: 12px;
    height: 12px;
    margin-left: 2px;
    cursor: pointer;
}

.commentPopup {
    display: none;
}

.tooltip-question-mark {
  width: 10px;
  font-size: 0.8em;
  border-radius: 8px;
  color: #444;
  border: 1px solid rgba(0.2, 0.2, 0.2, 0.3);
  display: inline-block;
  margin-left: 2px;
  padding: 0;
  text-align: center;
  cursor: help;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 0.15s;
  pointer-events: none;
}

.tooltip.in {
  opacity: 0.9;
  pointer-events: auto;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}

.tooltip.top .tooltip-arrow {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-top: none;
  border-bottom: 5px solid #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

