body {
  /*overflow: hidden;
  user-select: none;*/
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
*::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.modal-tour {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}
.modal-tour span.mtClose {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: url("/multi-sites/img/icons/tourClose.png") center center no-repeat #000;
  z-index: 1001;
  cursor: pointer;
  border-radius: 50%;
}
#images {
  width: 345px;
  height: 100vh;
  display: inline-block;
  vertical-align: top;
  overflow-y: scroll;
}
.panoViewer {
  user-select: none;
  width: calc(100vw - 400px);
  height: 100vh;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.panoMarker {
  border: 7px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.6;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
}
.panoMarker.empty {
  border-color: #f00;
}
.panoMarker:hover {
  border-color: #000;
  background: #000;
}
.panoPreview {
  display: inline-block;
  position: relative;
  margin: 5px;
  opacity: 0.8;
  cursor: pointer;
}
.panoPreview.panoPreviewChecked {
  opacity: 1;
}
.panoPreview img {
  width: 320px;
  height: 160px;
}
.panoPreviewMarkersCnt {
  position: absolute;
  left: 5px;
  top: 5px;
  background: #000;
  color: #fff;
  opacity: 0.3;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
}
.panoPreviewTitle {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  color: #fff;
  opacity: 0.3;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 50px;
  overflow: hidden;
  outline: none;
}
.panoPreviewChecked .panoPreviewTitle {
  opacity: 1;
}
.panoPreviewNum {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 30px;
  display: inline-block;
  border-right: 1px solid #fff;
  color: #fff;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  z-index: 10;
  outline: none;
}
.panoPreview:hover,
.panoPreviewTitle:hover,
.panoPreviewNum:hover {
  opacity: 1;
}
.panoPreviewMain {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  background-image: url("/multi-sites/vr/img/icons/crown_empty.png");
  background-size: contain;
}
.panoPreviewMain.panoChecked {
  background-image: url("/multi-sites/vr/img/icons/crown.png");
}
.panoPreviewCirclePlanCenterBtn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 80px;
  background-image: url("/multi-sites/vr/img/icons/target.png");
  background-size: contain;
}
.panoPreviewPov {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 40px;
  background-image: url("/multi-sites/vr/img/icons/eye_empty.png");
  background-size: contain;
}
.panoPreviewPov.panoPovChecked {
  background-image: url("/multi-sites/vr/img/icons/eye.png");
}
.psv-button {
  padding: 8px 7px;
}
.psv-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.psv-button img {
  width: 20px;
}
.psv-active {
  background-color: rgba(0, 0, 0, 0.5);
}
.planShadow {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  height: calc(100% - 26px);
  z-index: 98;
  background-color: #000;
  padding: 0 5px 5px 5px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.planShadow .planBtn {
  right: 5px;
  top: 30px;
  background-image: url("/multi-sites/vr/img/icons/blueprint.png");
}
.planContainer {
  width: 100%;
  height: 100%;
  margin: auto;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  position: relative;
  background-color: #000 !important;
  opacity: 0.8;
  display: inline-block;
}
.planBtn {
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  opacity: 0.5;
}
.planBtn:hover {
  opacity: 1;
}
.planPlansSelector {
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 100%;
  width: 10vw;
  height: 100%;
  display: none;
  z-index: 98;
  background-color: rgba(100, 100, 100, 0.4);
  vertical-align: top;
  text-align: center;
  padding-top: 25px;
}
.planPlansSelector img {
  width: calc(100% - 10px);
  margin: 5px 0;
  cursor: pointer;
  opacity: 0.8;
}
.planPlansSelector img:hover {
  opacity: 1;
}
.planCircle {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 102;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: #fff;
  cursor: pointer;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.planCircle.planMainCircle {
  background-color: #ee5656;
  color: #fff;
}
.planCircle:hover {
  background-color: #d02323;
  color: #fff;
}
.planLine {
  position: absolute;
  width: 200px;
  height: 1px;
  background-color: #296d16;
  transform-origin: center left;
  opacity: 0.8;
  z-index: 99;
}
.planLine.innerLine {
  background-color: #e27881;
}
.planLine.lineOK {
  background-color: #19a00e !important;
}
.panoSelect {
  height: 30px;
  line-height: 30px;
  background: #000;
  color: #fff;
  padding: 5px;
}
.panoSelect.pnLvlSelect {
  position: absolute;
  bottom: 0;
  right: 0;
}
.panoMenu {
  position: absolute;
  top: 2vh;
  left: 1vw;
  z-index: 100;
  color: #fff;
  box-sizing: content-box;
}
.panoMenu * {
  /*box-sizing: content-box;*/
}
.panoMenu *:before,
.panoMenu *:after {
  box-sizing: border-box;
}
.panoMenu .pmTitle {
  background: #000;
  cursor: pointer;
  position: relative;
  padding: 3px 10px;
}
.panoMenu .pmMore {
  z-index: 1;
  position: absolute;
  display: none;
  width: 20px;
  height: 26px;
  text-align: center;
  cursor: pointer;
  right: -20px;
  background: #000 url("/multi-sites/vr/img/icons/arr-right.png") center center no-repeat;
}
.panoMenu .pmMore.pmLess {
  background-image: url("/multi-sites/vr/img/icons/arr-left.png");
}
.panoMenu .pmContent {
  display: none;
  width: 300px;
  height: 300px;
  background: #4c4a4a;
}
.panoMenu .pmPlanLevels {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 5px 10px;
  overflow-x: auto;
}
.panoMenu .pmPlanLevels .pmPlanLevel {
  display: inline-block;
  border: 2px solid #fff;
  padding: 3px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.panoMenu .pmPlanLevels .pmPlanLevel.pmActive {
  background: #fff;
  color: #000;
}
.panoMenu .pmPlanLevels .pmPlanLevel:hover {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.panoMenu.pmBig .pmTitle {
  background: #000 url("/multi-sites/vr/img/icons/close.png") right 20px center no-repeat;
}
.panoMenu.pmBig .pmContent {
  display: block;
  opacity: 0.8;
}
.panoMenu.pmBig .pmMore,
.panoMenu.pmBig .pmPlanLevels {
  display: inline-block;
}
.panoMenu.pmHuge .pmContent {
  width: calc(84vw - 400px);
  height: 84vh;
}
.panoViewMode .panoViewer {
  width: 100vw;
}
.panoViewMode #images {
  display: none;
}
.panoViewMode .panoMenu.pmHuge .pmContent {
  width: 94vw;
}
.panoViewMode .planCircle {
  background-color: transparent;
}
.panoViewMode .planCircle::before {
  content: ' ';
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  z-index: 100;
  border: 1px solid #fff;
}
.panoViewMode .planCircle::after {
  content: ' ';
  left: 7px;
  top: 7px;
  width: 4px;
  height: 4px;
  position: absolute;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  z-index: 101;
}
.panoViewMode .planCircle:hover {
  background-color: transparent;
}
.panoViewMode .planCircle:hover::before {
  background-color: #fff;
}
.panoViewMode .planCircle.planMainCircle {
  border: 1px solid #fff;
}
.panoViewMode .planCircle.planMainCircle::before {
  background-color: #fff;
}
.panoViewMode .planCircle.planMainCircle:hover {
  background-color: #fff;
}
.panoMobile .panoMenu .pmTitle {
  font-size: 20px;
  padding: 10px 20px;
  line-height: 50px;
}
.panoMobile .panoMenu.pmBig .pmContent {
  width: 85vw;
  height: 55vh;
}
.panoMobile .panoMenu.pmBig .pmContent .planShadow {
  top: 50px;
}
.panoMobile .panoMenu .pmMore {
  display: none;
}
/*# sourceMappingURL=panorama.css.map */