/* JWS enabled */
#vpcAppletForm,
#vpcExpressForm
{
  display: none;
  display: block\9; /* IE 9 always shows form buttons */
}
#vpcAppletForm.isAvailable,
#vpcExpressForm.isAvailable
{
  display: block;
}

#errorCSS
{
  display: none;
}

/* Launch */

#vpcInfoLayer
{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

#vpcInfoLayerShadow
{
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #000;
  color: white;
  text-align: center;
  line-height: 100vh;
  font-size: xxx-large;
}

#vpcInfoLayerLinkInfoContent
{
  height: 12%;
  text-align: center;
  background-color: #FFFF80;
  box-shadow: 5px 5px 5px #666;
  position: absolute;
  border: 3px solid #4E5E76;
  border-radius: 10px;
  top: 20%;
  left: 20%;
  width: 50%;
  padding: 30px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  min-height: 100px;
  min-width: 200px;
}

#vpcInfoLayerLinkInfoApp,
#vpcInfoLayerLinkInfoExpress
{
  width: 20%;
  height: 70px;
  position: absolute;
  top: 55%;
  left: 40%;
  text-align: center;
  min-width: 180px;
}
#vpcInfoLayerLinkInfoExpress
{
  top: 75%;
}
#vpcInfoLayerLinkInfoRememberDiv
{
  top: 90%;
  width: 20%;
  left: 40%;
  position: absolute;
  text-align: center;
  min-width: 180px;
  color: white;
  font-size: initial;
}

#vpcInfoLayerClose
{
  position: fixed;
  right: 15px;
  padding: 10px 15px;
  top: 15px;
  background-color: buttonface;
  border-radius: 5px;
}

/* JWS */

#vpcInfoLayerJWSInfo
{
  overflow: auto;
  text-align: center;
  box-shadow: #666 5px 5px 5px;
  border: 3px solid #4E5E76;
  border-radius: 10px;
  padding: 30px 30px 10px 30px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  background-color: #FFFF80;
  min-height: 100px;
  min-width: 520px;
  position: absolute;
  top: 15%;
  left: 25%;
  height: 280px;
  width: 50%;
  max-height: 70vh;
  /* max-width: 580px; */
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  opacity: 1;
  box-sizing: border-box;
}
#vpcInfoLayerJWSInfoDownload
{
  padding: 20px 10px;
}
#vpcInfoLayerJWSInfo[status="default"]
{
  height: auto;
}
#vpcInfoLayerJWSInfo[status="download"]
{
  height: 55%;
}
#vpcInfoLayerJWSInfo[status="msgBeforeSave"]
{
  height: auto;
  transition: opacity 0.5s;
  opacity: 0;
}
#vpcInfoLayerJWSInfo[status="sync"]
{
  height: auto;
  transition: opacity 0.5s;
  opacity: 0;
}
#vpcInfoLayerJWSInfo[status="syncOK"]
{
  height: auto;
  transition: opacity 0.5s;
  opacity: 0;
  /* background-color: #beffa0; */
  background-color: #05eba2;
}

#vpcInfoLayerJWSInfo
{
}
#vpcInfoLayerJWSInfo ul
{
  text-align: initial;
}
#vpcInfoLayerJWSSessionLaunch,
#vpcInfoLayerJWSSessionReconnect,
#vpcInfoLayerJWSInfoDownloadShow
{
  padding: 10px 15px;
  /* position: absolute; */
  position: relative;
  bottom: 0px;
}
#vpcInfoLayerJWSSessionLaunch,
#vpcInfoLayerJWSSessionReconnect
{
  margin: 30px 0px 10px 0px;
}
#vpcInfoLayerJWSInfoDownloadShow
{
  margin: 30px 0px 10px 0px;
}
#vpcInfoLayerJWSSessionLaunch,
#vpcInfoLayerJWSInfoDownloadShow
{
  /* right: 0px; */
  float: right;
  display: block;
}
#vpcInfoLayerJWSSessionReconnect
{
  display: block;
  /* left: 0px; */
  float: left;
  /* right: auto; */
  /* display: none; */
}
#vpcInfoLayerJWSSessionData
{
  margin-left: auto;
  bottom: 100px;
  display: block;
  height: 10px;
  max-height: 10px;
}
.vpcName
{
  font-weight: bold;
  white-space: nowrap;
  /* text-decoration: underline; */
  /* color: darkblue; */
  /* color: #070707; */
}
.vpcAdditionalText
{
  font-size: 0.9em;
  color: #303030;
  display: block;
  padding: 20px 0px 0px 0px;
}
