/**** Alert ***************************************/
.AlertShow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f4;
}
.AlertShow_File {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.AlertShow_File_IFrame {
  position: absolute;
  border: 0;
  width: 100%;
  height: 100%;
}
