.HistManPanel canvas {
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.HistManPanel {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 150px;
  background: #f8f8f8;
  border-top: 1px solid #e7e7e7;
  z-index: 2000;
}

.HistManPanel .btnHistPanelSecetion {
  top: 1px;
  position: absolute;
  right: 19px;
}

.HistManPanel .btnHistPanelSecetion .btn {
  font-size: 12px;
  padding: 0px 6px 1px 6px;
  border-width: 1px;
  border-color: #aaaaaa;
}

.HistManPanel .btnHistPanelClose{
  margin-left:20px;
}

.loadericon {
  background-size: 50% 50% !important;
  width: 48px;
  height: 48px;
  background: url(../img/ajax-loader.gif) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
}