#stage-parent {
  /*pointer-events: none;*/
  overflow: auto;
  height: 700px;
  position: relative;
  /*z-index: 1000;*/
}

ngbss-door-status-bar {
  pointer-events: auto;
}

.grmStatusBar {
  position: absolute;
  display: inline-block;
}

.grmStatusBar .inlineBlockClosure {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.grmStatusBar .inlineBlockClosure.grmStatusBarBackGround {
  background-image: url(../images/graphicMap/controlbar_bg.png);
  background-size: contain;
  background-position: left;
}


.grmStatusBar .titleBar {
  position: absolute;
  top: -22px;
  background-color: #E13A71;
  font-size: 15px;
  /*max-width: 180px;*/
  height: 18px;
  padding: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.grmStatusBar .titleBar.zone {
  background-color: rgba(156, 58, 225, 255);
}

.grmStatusBar .titleBar:hover {
  max-width: max-content;
}

.grmStatusBar .titleBar div {
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  white-space: nowrap;
  color: #FFFFFF;
}

.grmStatusBar .titleBar div:hover {
  text-overflow: unset;
  white-space: nowrap;
}

.grmStatusBar .titleBar.disconnected div {
  color: #692856;
}

.grmStatusBar .button {
  display: inline-block;
  padding: 5px 3px;
  width: 38px;
  height: 38px;
}

.grmStatusBar .button.float {
  position: relative;
  background-color: #0ED4CA;
}

.grmStatusBar .buttonForDisconnect {
  display: inline-block;
  padding: 5px 3px;
  width: 38px;
  height: 38px
}

@keyframes blink {
  0%  {background-color: #FFC002}
  50%  {background-color: #FFC002}
  51%  {background-color: #FF646F}
  100% {background-color: #FF646F}
}

.grmStatusBar .button.blink {
  animation-name: blink;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

.grmStatusBar .icon {
  display: inline-block;
  width: 32px;
  height: 28px;
}

.grmStatusBar .doorIcon {
  background-image: url(../images/graphicMap/controlbar_door_close.png);
}

.grmStatusBar .doorIcon.open {
  background-image: url(../images/graphicMap/controlbar_door_open.png);
}

.grmStatusBar .doorIcon.disabled {
  background-position-x: -96px;
}

.grmStatusBar .relayIcon {
  background-image: url(../images/graphicMap/controlbar_relay2.png);
}

.grmStatusBar .relayIcon.manual {
  background-position-x: -128px;
}

.grmStatusBar .relayIcon.open {
  background-image: url(../images/graphicMap/controlbar_relay1.png);
}

.grmStatusBar .relayIcon.release {
  background-image: url(../images/graphicMap/controlbar_relay3.png);
}

.grmStatusBar .relayIcon.disabled {
  background-position-x: -96px;
}

.grmStatusBar .camIcon {
  background-image: url(../images/graphicMap/controlbar_camera.png);
}

.grmStatusBar .camIcon.open {
  background-position-x: -32px;
}

.grmStatusBar .disconnectIcon {
  position: relative;
  width: 13px;
  height: 12px;
  top: -14px;
  left: 16px;
  background-image: url(../images/graphicMap/badge_warning.png);
  background-repeat: no-repeat;
}

.grmStatusBar .button.alarm {
  padding: 5px 9px;
  width: 38px;
  height: 38px;
}

.grmStatusBar .alarmIcon {
  transform: translateX(6px);
  width: 20px;
  height: 28px;
  background-image: url(../images/graphicMap/controlbar_ico_alarm.png);
}

.grmStatusBar .alarmIcon .open {
  background-image: url(../images/graphicMap/controlbar_relay1.png);
}

.grmStatusBar .apbIcon {
  transform: translateX(6px);
  width: 20px;
  height: 28px;
  background-image: url(../images/graphicMap/controlbar_apbzn.png);
}

.grmStatusBar .fireIcon {
  transform: translateX(6px);
  width: 20px;
  height: 28px;
  background-image: url(../images/graphicMap/controlbar_frzn.png);
}

.grmStatusBar .musterZoneIcon {
  transform: translateX(6px);
  width: 20px;
  height: 28px;
  background-image: url(../images/graphicMap/controlbar_mtzn.png);
}

.grmStatusBar .alarmIcon .manual {
  background-image: url(../images/graphicMap/controlbar_relay2.png);
}

.grmStatusBar .button:hover {
  background-position-x: -32px;
  background-color: #0BAAA1;
}

.grmStatusBar .button.blockBlink:hover {
  background-color: unset;
}

.grmStatusBar .button:active {
  background-position-x: -64px;
  background-color: #088C84;
}

.grmStatusBar .message {
  position: absolute;
  padding: 6px;
  min-width: 152px;
  max-width: 190px;
  min-height: 32px;
  max-height: 62px;
  background-color: #0ED4CA;
  top: 38px;
  opacity: 0.9;
}

.grmStatusBar .message.fail {
  background-color: #FF646F;
}

.grmStatusBar .message.disconnected div {
  color: #5E244D;
}

.grmStatusBar .message:hover {
  max-width: max-content;
}

.grmStatusBar .message div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFFFFF;
}

.grmStatusBar .message div:hover {
  text-overflow: unset;
  white-space: nowrap;
}

.grmStatusBar .message .closeBtn {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 6px;
  top: 0;
  right: 0;
}
.grmStatusBar .message .closeBtn .icon{
  width: 8px;
  height: 8px;
  background-image: url(../images/graphicMap/Sub_pop_close_bu1.png);
  background-repeat: no-repeat;
}
.grmStatusBar .message .closeBtn .icon:hover {
  background-image: url(../images/graphicMap/Sub_pop_close_bu2.png);
  background-repeat: no-repeat;
}

.grmStatusBar .message .clearBtn {
  position: absolute;
  width: 51px;
  height: 17px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 3px;
  bottom: 0;
  right: 0;
}
.grmStatusBar .message .clearBtn .icon{
  width: 39px;
  height: 14px;
  background-image: url(../images/graphicMap/btn_clear1.png);
  background-repeat: no-repeat;
}
.grmStatusBar .message .clearBtn .icon:hover {
  background-image: url(../images/graphicMap/btn_clear2.png);
  background-repeat: no-repeat;
}

.grmStatusBar .message .time {
  color: #000000;
}

.grmStatusBar .message .first {
  font-size: 14px;
  padding-bottom: 8px;
  padding-right: 14px;
}

.grmStatusBar .message .second {
  padding-right: 51px;
  font-size: 10px;
  padding-right: 45px;
}


.grmStatusBar .message.three-line .first {
  font-size: 14px;
  padding-bottom: 4px;
}
.grmStatusBar .message.three-line .second {
  font-size: 10px;
}
.grmStatusBar .message.three-line .third {
  font-size: 12px;
  padding-bottom: 4px;
}

.grmStatusBar .disconnected {
  background-color: #F1D100;
}

.grmStatusBar .alarmMessage {
  position: absolute;
  top: -39px;
  right: 0;
  /*margin-top: -50%;*/
  background-color: #FF646F;
}

.grmStatusBar .alarmMessage.message.three-line {
  top: -51px;
}

.liveWindowOuterBox {
  position: absolute;
}

.liveWindow {
  width: 400px; height: 225px;
}

.liveWindow canvas.viewPort {
  background-image: url(../images/graphicMap/videoliveview_icon_error2.gif);
  background-repeat: no-repeat;
  background-position: 5px 8px;
  background-size: 23px;
  background-color: #312d2e;
  text-align: center;
  margin: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.liveWindow canvas.disconnectIcon {
  position: absolute;
  margin: 3px;
  top: 0;
  left: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.liveWindow canvas.loadingIcon.disconnected {
  background-image: url(../images/graphicMap/videoliveview_icon_error2.gif);
  background-repeat: no-repeat;
  background-position: 5px 8px;
  background-size: 23px;
  position: absolute;
  margin: 3px;
  top: 0;
  left: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.liveWindow canvas.disconnectIcon.disconnected {
  background-image: url(../images/graphicMap/videoliveview_icon_error4.png);
  background-position: 50%;
  background-repeat: no-repeat;
  /*background-color: #535353;*/
}

.liveWindow .liveWindowTitle {
  position: absolute;
  top: -26px;
  display: none;
  width: 100%;
  height: 26px;
  background-color: #0ed4ca;
}

.liveWindow .liveWindowTitle .doorNameBox {
  display: inline-block;
  padding: 6px;
  width: 149px;
  height: 28px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFFFFF;
}

.liveWindow .liveWindowTitle .doorNameBox div {
  vertical-align: text-bottom;
}

.liveWindow .liveWindowTitle .doorNameBox span {
  color: #FFFFFF;
  text-shadow: #000000;
  text-space: 2 2;
  /*vertical-align: bottom;*/
}


.liveWindow .liveWindowTitle .camaraComboBox {
  width: calc(100% - 183px);
  display: inline-block;
  color: #02605b;
}


.liveWindow .liveWindowTitle .camaraComboBox .floatRightM {
  right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: inline-block;
  color: #02605b;
}

.liveWindow .liveWindowTitle span {
  vertical-align: text-bottom;
  width: 100%
}

.liveWindow .liveWindowTitle.titleOn {
  display: block;
}

.liveWindow .liveWindowTitle:hover {
  display: block;
}

.liveWindow .liveWindowBorder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid #0ed4ca 3px;
}

.liveWindow .prevCam {
  position: absolute;
  left: 5px;
  top: calc(50% - 15px);
  background-image: url(../images/graphicMap/btn_prev2.png);
  width: 31px;
  height: 31px;
}

.liveWindow .prevCam:hover {
  background-image: url(../images/graphicMap/btn_prev1.png);
}

.liveWindow .nextCam {
  position: absolute;
  right: 5px;
  top: calc(50% - 15px);
  background-image: url(../images/graphicMap/btn_next2.png);
  width: 31px;
  height: 31px;
}

.liveWindow .nextCam:hover {
  background-image: url(../images/graphicMap/btn_next1.png);
}

@keyframes directionalMove {
  from {
    right: 26px;
    bottom: 25px;
    width: 0;
    height: 0;
  }
  to {
    right: 0;
    bottom: 0;
    width: 26px;
    height: 25px;
  }
}

.liveWindow .spender {
  display: none;
  animation-name: directionalMove;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

.liveWindow .spender.titleOn {
  position: absolute;
  display: block;
  background-image: url(../images/graphicMap/drag_hander_clue.png);
  animation-name: directionalMove;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

.liveWindow .closeBtn {
  position: absolute;
  width: 30px;
  height: 28px;
  padding: 6px 8px;
  top: 0;
  right: 0;
}
.liveWindow .closeBtn .icon{
  width: 14px;
  height: 14px;
  background-image: url(../images/graphicMap/Sub_pop_close_bu3.png);
  background-repeat: no-repeat;
}
.liveWindow .closeBtn .icon:hover {
  background-image: url(../images/graphicMap/Sub_pop_close_bu4.png);
  background-repeat: no-repeat;
}

div.select.selectTypeC {
  z-index: 0;
}

div.select.selectTypeC > div {
  right: unset;
}

div.select.selectTypeC .selectList {
  min-width: 152px;
}

div.select.selectTypeC > a {
  position: relative;
  height: 28px;
  line-height: 26px;
  border-radius: 4px;
  text-decoration: none;
  text-align: left;
  padding-right: 0;
  padding-left: 30px;
}

div.select.selectTypeC > a:after {
  left: 14px;
  top: 11px;
}

div.select.selectTypeC.open > div {
  top: 26px;
}

div.select.selectTypeC.open.up > div {
  top: auto;
  bottom: 27px;
}

div.select.selectTypeC.open > a:after {
  top: 10px;
}

.graphicMapTooltipBase {
  position: absolute;
  left: 0;
  top: 0;
}

.graphicMapTooltip {
  position: absolute;
  display: none;
  pointer-events: none;
  background-color: #FBFAFA !important;
  color: #707070 !important;
  font-size: 14px !important;
  box-shadow: 4px 4px 4px 0 #00000035;
  padding: 6px;
  border-style: solid;
  border-width: 2px;
  z-index: 10000;
  white-space: nowrap;
}