#aiShareCenterHeader
{
  position:absolute;
  z-index: 1;
  top:0;
  left:0;
  width:100%;
  height:7.5em;
  margin-top:1em;
  box-sizing: border-box;
  border-top:0.2em solid #5c9ec8;
  border-bottom:0.2em solid #5c9ec8;
  background: linear-gradient(#555, #000000);
}

#aiShareCenterUserPhoto
{
  display: block;
  height: 6em;
  width: 6em;
  border: 2px solid #5c9ec8;
  border-radius: 0.4em;
  object-fit: cover;
  box-sizing: border-box;
}

.AiShareCenterDownload
{
  display: inline-block;
  font-size: 175%;
  width: 68%;
  color: white;
  vertical-align: top;
  margin-top: 1.5em;
  margin-left: .2em;
  overflow-x:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.AiShareCenterUsername
{
  font-size: 250%;
  color: white;
  overflow-x:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#i18n_aiShareCenterPoweredBy
{
  display: inline-block;
  color: #999;
  line-height: 2em;
}


#aiShareCenterLogo
{
  display: inline-block;
  height: 6em;
  margin: 0.5em 0 0 0.5em;
  cursor: pointer;
}

#aiShareCenterLogoPassword
{
  display: inline-block;
  height: 9em;
  cursor: pointer;
}

#aiShareCenterHeaderContent
{
  margin: 0 auto;
  width: 90%;
  display: table;
  height: 100%;
}

#aiShareCenterUserPhotoWrap
{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 25%;
}

#aiShareCenterTitle
{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 50%;
}

.AiShareCenterType
{
  color: #5c9ec8;
}

#aiShareCenterPoweredBy
{
  display: inline-table;
  text-align: right;
  width: 100%;
}

#aiShareCenterPoweredBySpan
{
  display: table-cell;
  vertical-align: top;
  padding-top: 4.5em;
}

#aiShareCenterLogoWrap
{
  display: table-cell;
  width: 7em;
}

#aiShareCenterContent
{
  position:fixed;
  top: 0;
  padding-top: 9em;
  min-height: 26.5em;
  width:100%;
  height:100%;
  text-align:center;
}

#aiShareCenterMainContent
{
  margin:0 auto;
  height:26em;
  width:60em;
}

#aiShareCenterFooter
{
    width: 100%;
    height: 6.5em;
    margin-top: 1em;
    border-top: 0.2em solid #5c9ec8;
    background: -webkit-linear-gradient(#555, #000000);
    background: -o-linear-gradient(#555, #000000);
    background: -moz-linear-gradient(#555, #000000);
    background: linear-gradient(#555, #000000);
    position: fixed;
    bottom: 0em;
    left: 0;
}

#aiShareCenterFooterContent
{
  margin:0 auto;
  height:100%;
  width:70em;
  text-align:center;
}

#aiSiteNameFooter
{
  font-size: 130%;
  color: #DDD;
  margin: 0.5em auto;
  text-align: center;
  display:block;
}


footer
{
  display:none;
}

.SocialMediaFooter
{
  height: 2.7em;
  margin-left: 1em;
  margin-right: 1em;
  cursor:pointer;
}

.AiShareLeft
{
  text-align:center;
}

#i18n_aiShareCenterLinkExpired, #i18n_aiShareCenterInvalidLink
{
  top: 45%;
  width: 100%;
  position: absolute;
  font-family: "Arial Black";
  text-transform: uppercase;
  text-align: center;
  font-size: 500%;
  color:white;
  -webkit-text-stroke: 2px black;
  text-shadow: 0em 0em .5em #5c9ec8, 0em 0em 1.5em #5c9ec8;
}

#aiShareCenterLinkExpired, #aiShareCenterInvalidLink
{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: url('../../images/system_emails/email_expiration_page.jpg') no-repeat center;
  background-size: cover;
}

#aiShareCenterLinkLogo
{
  position: fixed;
  width:128px;
  height:128px;
  cursor: pointer;
  text-align: left;
  vertical-align: top;
  top:1em;
  left:1em;
  background: url('../../images/ai_logo_128.png') no-repeat;
  background-size: auto;
  z-index: 999999;
}

#aiSharePasswordProtectedContainer
{
  text-align: center;
  margin: 1em auto;
  height: 10em;
  font-size: 120%;
  font-weight: 500;
  width: 50%;
  border: 0.2em solid rgba(92, 158, 200, 0.9);
  border-radius: 0.3em;
  display:none;
}

#i18n_aiShareCenterEnterPass
{
  width: 100%;
  margin-top: 0.8em;
  text-align: center;
  color: white;
}

#aiShareCenterPasswordInput
{
  background: #fff;
  outline: none;
  border: 0;
  width: 16em;
  padding: 0.7em 1em;
  margin-top: 1em;

}

#i18n_aiShareEnterPasswordButton
{
  text-transform: uppercase;
  padding: 0.5em;
  text-align: center;
  width: 5em;
  font-size: 90%;
  font-weight: 500;
  margin: 0.8em auto;
  background: #999;
  border: 0.15em solid rgba(92, 158, 200, 0.9);
  border-radius: 0.2em;
  cursor: pointer;
}

#i18n_shareReportCopyrightInfringement
{
  display:none;
  color: #AAA;
  text-align: left;
  margin-top: -1.5em;
  cursor: pointer;
}

#i18n_shareReportInappropriateMaterial
{
  display:none;
  color: #AAA;
  text-align: right;
  margin-top: -1.1em;
  cursor: pointer;
}


#aiShareCenterDisplayContainer
{
  text-align: center;
  margin: 0.6em auto;
  height: 25em;
  border: 0.1em solid #000;
  border-radius: 0.3em;
  display:none;
  background:#fff;
  position: relative;
}


.aiShareCenterType
{
  font-size: 40%;
  margin-bottom: 0.8em;
  text-transform: uppercase;
  text-align: center;
  color:#5c9ec8;
}

#aiShareCenterUser
{
  font-size: 250%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-family: 'arial black';
}
