
    .view {
      display: none;
      visibility: hidden;
    }

    
    #div-growl{
      position: absolute;
      inset: 0;
      top: 5px;
      height: 25px;
      background: #DDDDDD;
      color: #333333;
      font-size: 14px;
      font-weight:bold;
      text-align: center;
      padding: 3px;
      margin-left:10px;
      margin-right:10px;
      border-radius: 10px;;
    }

    #div-debug {
      position: absolute;
      top: 5px;
      left: 5px;
      width: 150px;
      background-color: black;
      border: 1px solid white;
      color: white;
      font-size: 10px;
      padding: 5px;
      visibility: hidden;
      display:none;
    }

    
    .template {
      display: none;
      visibility: hidden;;
    }

    .overlay {
      display:none;
      width: 100%;
      height: 100%;
      background: white;
      z-index: 99;
      position: absolute;
      text-align: center;
      vertical-align: center;
      padding-top: 35%;
    }