/* DIM SCREEN */
.popup-screen {
  width: 100%;
  height: 100%;
  z-index: 1100;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: none; }
  .popup-screen .popup-window {
    z-index: 1101;
    margin: 0px auto 0px;
    background: #FFF;
    border: 3px solid #9A969E;
    padding-top: 0px;
    color: #111;
    position: absolute;
    border-radius: 5px; }
    .popup-screen .popup-window .btn-close {
      position: absolute;
      right: 10px;
      top: 10px;
      background: #FFF;
      z-index: 1101;
      border-radius: 5px;
      cursor: pointer; }
      .popup-screen .popup-window .btn-close a {
        display: block;
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        color: #111;
        text-decoration: none;
        font-size: 12px; }
    .popup-screen .popup-window > .title {
      background: #9A969E;
      color: #111;
      padding: 10px; }
    .popup-screen .popup-window .container {
      overflow: auto;
      width: 100%;
      padding: 0px; }
      .popup-screen .popup-window .container .inner {
        padding: 10px; }
      .popup-screen .popup-window .container a {
        color: #111;
        text-decoration: underline; }
    .popup-screen .popup-window .buttons .inner {
      text-align: center;
      padding: 5px 0px 15px; }
      .popup-screen .popup-window .buttons .inner .btn {
        margin-right: 10px; }

.popup-screen-bg {
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: top repeat-x #F0F0F0;
  opacity: 0.9;
  position: fixed;
  top: 0px;
  left: 0px; }

#popup-screen2 {
  z-index: 2100; }

/*# sourceMappingURL=app_popup.css.map */
