.timeout-banner-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
}

#timeoutBanner {
    width: 100%;
    display: none;
    position: absolute;
    color: green;
    background: #f1f2f3;
    top: 41%;
    left: 0;
    overflow: auto;
    z-index: 1050;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 2;
    font-weight: bold;
    font-size: 16px;
}

#signOutSeconds {
    display: inline-block;
    width: auto;
    color: red;
}

#timeoutBanner .btn {
    margin-left: 10px;
    margin-top: 0;
}

body.opened, html.opened {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    z-index: 1040;
    display: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#timeoutBanner .popup-block {
    margin: 0 auto;
    background: #f1f2f3;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
}

.idle-timeout-paused-indicator {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;

  padding: 0.1rem 0.2rem;

  background-color: black;
  color: white;
  font-size: 0.75rem;

  cursor: help;
  user-select: none;
}
