.cmpVisuCont {
  position:relative;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
}
.cmpVisuPanel, .cmpVisuBox, .cmpVisuInfo, .cmpVisuName {
  position:absolute;
  border: 1px solid black;
  left:5px;
  overflow: hidden;
  display: inline-block;
}

.cmpVisuPanel {
  background:lightgray;
  top:5px;
  height: 50px;
  font-size: 19px;
}

.cmpVisuBox {
  top:60px;
}

.cmpVisuInfo, .cmpVisuName {
  top: 13px;
  height: 27px;
  border: 0;
  white-space: nowrap;
}

.cmpVisuInfo {
   left:145px; 
   width: 100px;
}

.cmpVisuName {
   left:260px; 
   width: 50px;
}

.cmpIMG {
  position:absolute;
  left:0px;
  top:0px;
  visibility: hidden;
  cursor: move;
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.btnControl {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 10px;
  float: left;
}

.zoomIn {
  left: 5px;
  background: url("images/zoom_in.svg") no-repeat; 
  background-size: contain;
}

.zoomOut {
  left: 40px;
  background: url("images/zoom_out.svg") no-repeat;
  background-size: contain;
}

.arrowLeft {
  left: 75px;
  background: url("images/arrowLeft.svg") no-repeat;
  background-size: contain;
}

.arrowRight {
  left: 110px;
  background: url("images/arrowRight.svg") no-repeat;
  background-size: contain;
}


