
#popup-root
{
  display: none;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-spacing: 0;
  margin: 0;
  z-index: 3;
  padding-top: 40pt;
  padding-bottom: 40pt;
}

#popup-content
{
  box-sizing: border-box;
  position: relative;
  top: 0;
  width: 700pt;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;

  background: rgba(255, 255, 255, 0.95);
  border: 2pt solid black;
  border-radius: 5pt;
  box-shadow: 0 0 10pt 0 #888888;

  text-align: justify;
  color: black;
}

#popup-root > a
{
  position: fixed;
  bottom: 30pt;
  left: 50%;
  width: 150px;
  margin: 0;
  margin-left: -75px;

  padding: 5pt 10pt 5pt 10pt;

  background-color: white;
  border: 2pt solid black;
  border-radius: 5pt;
  box-shadow: 0 3pt 3pt 0 #C0C0C0;

  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}

#popup-root > a:hover
{
  background-color: #D0E0FF;
}

#popup-content h1
{
  color: #519FE4;
  font-size: 3em;
}

#popup-content h2
{
  color: #519FE4;
  font-size: 2em;
/*   text-transform: upe; */
}

#popup-content a
{
/*   color: white; */
  text-decoration: none;
  font-weight: normal;
}

#popup-content a:hover
{
  text-decoration: underline;
}


#popup-inner-content
{
/*   vertical-align: middle; */
  display: table-cell;
  padding: 20pt;
  padding-bottom: 50pt;
/*   margin: 0; */
/*   margin: 10pt 10pt 400pt 10pt; */
/*   padding: 20pt 20pt 400pt 20pt; */
  height: 100%;
  width: 100%;
}

/*
 * PT:
 * EN: Waiting Popup
 *
 */
/*
#popup-table-w
{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.5);
  border-spacing: 0;
  margin: 0;
  z-index: 4;
}

#popup-container-w
{
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 0;

}

#popup-container-w > table
{
  margin: auto;
  max-width: 900pt;
  max-height: 700pt;
  width: 70%;
  height: 80%;
}

#popup-content-w
{
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #266EFF;
  color: white;
  padding: 0;
}

#popup-content-w a
{
  color: white;
  text-decoration: none;
  font-weight: normal;
}

#popup-content-w a:hover
{
  text-decoration: underline;
}

#popup-footer-w
{
  text-align: right;
}

#popup-footer-w a
{
  background-color: #266EFF;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 1em;
  padding-right: 1em;
}


#popup-inner-content-w
{
  vertical-align: middle;

  display: inline-block;
  padding: 20pt;
  margin: auto;
}


#popup-bottom-container
{
  border: 1px solid red;
  position: fixed;
  margin-left: auto;
  margin-right: auto;

  display: table-cell;

  bottom: 0;
  left: 0;
  right: 0;

  text-align: center;
}

#popup-bottom
{
  position: fixed;
  bottom: 0;
  display: none;
  margin: 0;
  border: 1px solid #90C0FF;
  border-bottom: 0 none;
  background-color: gray;
  color: black;
  z-index: 105;
}*/
