#CMSPopupBg,
#CMSPopupContent {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
}
#CMSPopupBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000000000000000001;
  vertical-align: middle;
}
#CMSPopupContent {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 10000000000000000002;
  overflow: auto;
}
#CMSPopupContent::-webkit-scrollbar {
  display: none;
}
.uizoom {
  cursor: pointer;
}
.uizoomed {
  margin: auto;
  vertical-align: middle;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
