/*
 *
 * ============================================================================================
 *
 *                                A r m o r e d  I n f o   W e b
 *
 *                                     Copyright(c) 2012 By
 *
 *                                       Armored Info LLC
 *
 *                             A L L   R I G H T S   R E S E R V E D
 *
 *  ============================================================================================
 * /
 */

html, body
{
    margin:0;
    padding:0;
}

body
{
  height:100%;
  width:100%;
}

#appLandingBackgroundImage
{
  position: absolute;
  width:100%;
  height:100%;
  object-fit: cover;
  z-index: -2;
  left: 0;
  top: 0;
}

#vaultContent
{
  height: 45.5em;
}
.AiVaultLanding img
{
  vertical-align:middle;

}

#userPicture
{
  width:30px;
  height:30px;
  vertical-align: middle;
  border-style:solid;
  border-color: black;
  border-top-color: #747b84;
  border-bottom-color: #353e4b;
  background-color: #525965;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#747b84), to(#353e4b));
  background-image: -moz-linear-gradient(-90deg, #747b84 0%, #353e4b 100%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.35), inset 0 1px 1px rgba(255,255,255,0.35), inset 0 3px 3px rgba(255,255,255,0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.35), inset 0 1px 1px rgba(255,255,255,0.35), inset 0 3px 3px rgba(255,255,255,0.15);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.35), inset 0 1px 1px rgba(255,255,255,0.35), inset 0 3px 3px rgba(255,255,255,0.15);
}

#profilePicImg
{
  width:60px;
  height:60px;
  z-index: 99999;
  vertical-align: middle;
  border-style:solid;
  border-color: black;
  border-top-color: #747b84;
  border-bottom-color: #353e4b;
  background-color: #525965;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#747b84), to(#353e4b));
  background-image: -moz-linear-gradient(-90deg, #747b84 0%, #353e4b 100%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.35), inset 0 1px 1px rgba(255,255,255,0.35), inset 0 3px 3px rgba(255,255,255,0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.35), inset 0 1px 1px rgba(255,255,255,0.35), inset 0 3px 3px rgba(255,255,255,0.15);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.35), inset 0 1px 1px rgba(255,255,255,0.35), inset 0 3px 3px rgba(255,255,255,0.15);
}

#notificationInd
{
  margin-left:5px;
  margin-top:5px;
  vertical-align:middle;

}

#notificationInd img
{
  vertical-align:middle;
  width:14px;
  height:14px;

}

#notificationInd span
{
  font-size:15px;
  font-weight: bold;
  display:inline-block;
  vertical-align: middle;
  color:Whitesmoke;

}

#spaceDiv
{
  margin-left:5px;
  margin-top:4px;

}


#spaceDiv span
{
  font-size:15px;
  font-weight: bold;
  display:inline-block;
  color:Whitesmoke;

}

.Menu
{
  width:100px;
  cursor:pointer;
  position:relative;
  background-color:black;
}

.Menu:hover #menuBody
{
  display:block;
}

#menuBody
{
  display:none;
  position:absolute;
  top:20px;
  background-color:black;
  color:white;
  width:120px;
}

#menuBody div
{
  margin-top:5px;
  font-size:110%;
}


#filePrintHeader
{
  height: 4.5em;
  background:url(../../images/title3.gif) repeat-x 0 0 #2e2e2e;
  background-size: 15%;
 	border-radius:0.1em;
 	color:#fff;
  text-align:center;
}



#filePrintHeaderWrap
{
  height: 15%;
  position: relative;
}


#fileprintIcon
{
  height: 3.5em;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

#i18n_filePrint
{
  font-size: 180%;
  color: white;
  font-family: "arial black";
  text-transform: uppercase;
  position: absolute;
  line-height: 2.5em;
  width: 100%;
  text-align: center;
  left: 0;
  box-sizing: border-box;
  padding-left: 1.2em;
}


#filePrintContainerWrap
{
  height: 85%;
}


#filePrintContainer
{
  height: 100%;
  padding-top: 0.5em;
  box-sizing: border-box;
}


@media all and (max-device-width:1630px), all and (max-width:1630px)
{
  html
  {
    width:100%;
  }

  body
  {
    font-size:90%;
    width:100%;
  }
}


@media all and (max-device-width:1440px), all and (max-width:1440px)
{
  html
  {
    width:100%;
  }

  body
  {
    font-size:75%;
    width:100%;
  }
}

@media all and (max-device-width:1280px), all and (max-width:1280px)
{
  html
  {
    width:100%;
  }

  body
  {
    font-size:75%;
    width:100%;
  }

}





