body {
  margin: 0;
}
body.tour {
  background: #fff;
}

.navbar-static-top{
  display: none;
}
footer {
  display: none;
}

.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-grab {
  cursor: default;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.cursor-move {
  cursor: move;
}
.cursor-crosshair {
  cursor: crosshair;
}
.cursor-not-allowed {
  cursor: not-allowed;
}

.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  line-height: 80px;
}
.loading img {
  vertical-align: middle;
}

.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 191px;
  height: 48px;
  margin: -24px 0 0 -95px;
  padding: 0;
  line-height: 100%;
}