﻿#popup {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

#session-confirmation {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000; }

#dialog-container {
  display: none;
  width: 400px;
  min-height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -200px;
  padding: 20px;
  border-radius: 20px;
  background-color: #eeeeee;
  color: #818184;
  font-size: 14px; }

#session-dialog-container {
  display: none;
  width: 400px;
  min-height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -200px;
  padding: 20px;
  border-radius: 20px;
  background-color: #eeeeee;
  color: #818184;
  font-size: 14px; }

#still-here {
  border-radius: 5px;
  width: 360px;
  height: 60px;
  margin: 10px 0 0 0;
  background-color: #818184;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px; }

#still-here:hover {
  cursor: pointer; }

#dialog a {
  color: #454545; }

#dismiss {
  border-radius: 5px;
  height: 60px;
  margin: 10px 0 0 0;
  background-color: #818184;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px; }

#dismiss:hover {
  cursor: pointer; }

/*# sourceMappingURL=popup.css.map */