@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

#theta-viewer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
 
  overflow: hidden;
}

#theta-viewer.active {
    border: 4px solid red;
}
#loading{opacity:0.9;border-radius:5px;position:fixed;z-index:11;top:50%;left:45%;width:200px;height:200px;overflow:hidden;z-index:55;background:url("../loader.gif") #2d2d2d no-repeat center center;background-size:32px 32px;line-height:50px;opacity:0.7;color:#ffefc4;display:inline;}
#mubu{background:#000;width:100%;height:100%;position:fixed;z-index:9}