.drawCur {
  cursor: url(../../static/images/cur/draw.cur), auto;
}

.measureCur {
  cursor: url(../../static/images/cur/measure.cur), auto;
}

html,
body {
  background-color: black;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #eee;
}

#loadingbar {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999999;
}

