body,
html {
  height: 100%;
  min-height: 100%;
  width: calc(100% - 1px);
}
.fill {
  height: calc(100vh - 81px);
}
#copyright-notice {
  padding: 0px;
  text-align: center;
  height: 23px;
  font-size: 6pt;
}
#forge-viewer-container,
#forgeViewer {
  height: 100%;
  padding: 0;
  width: 100%;
}
/* .navbar {
  background-color: #333;
}
.nav > li > a {
  padding: 0;
} */
.fn-cursor {
  cursor: pointer;
}

/* video { 
  position:fixed;
  left:0;
  top:0;
  min-width:100%;
  min-height:calc(100vh - 23px);
} */

.adsk-viewing-viewer{
  background:transparent!important;
  height:calc(100vh - 58px)!important;
}

.PGBK{
  background-image: url(<?=$applicationRoute;?>Image/pglogo-cn.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#ARCamera { 
  object-fit: fill;
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  min-height:calc(100vh - 57.5px);
  padding-right: 7.5px;
  padding-left: 7.5px;
}