body
{ font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
  background-image: url('img/Background.jpg');
  background-position:center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding:0;
  margin:0;
}

.HeaderLine
{ background-color: rgba(160,220,255,0.7);
  margin:0;
  box-shadow: 0px 10px 30px black;
}

.HeaderLine a
{ text-decoration: none;
  color: black;
}

.Header
{ width: 1000px;
  height: 100px;
  margin: 0 auto;
/*  background-image: url('img/LeftTruck.png'),url('img/RightTruck.png');
  background-position:left,right;
  background-repeat: no-repeat;*/
}
.Header h1
{ margin: 0px;
  padding: 10px 0;
  font-size:2.5em;
  color: #800;
  text-align:center;
}

.Header_Logged
{ width:1000px;
  height:30px;
  margin:0 auto; }

/************************************************************/
.Content
{ width: 1000px;
  height: calc(100vh - 30px);
  margin:0px auto;
  position:relative; 
/*  background-color: rgba(255,255,255,0.6); */
}

.TypeID
{ display:inline-block; }

.TypeID input
{ display: none; }

.TypeID label input:checked ~ span
{ font-weight: bold;
}

.TypeID span
{ cursor: pointer; }

.Wrong 
{ color: Red;
}

.EditImage
{ width: 80px;
  height:110px;
  float: left;
  margin:0 0 0 5px;
  border-top   :2px solid darkgrey;
  border-right :2px solid whitesmoke;
  border-bottom:2px solid whitesmoke;
  border-left  :2px solid darkgrey;
  overflow: hidden;
  text-align:center;
  position: relative;
}

.EditImage img
{ height: 100%; 
  min-height:100%; 
  position:relative;
  left:50%;
  transform: translatex(-50%);
}

.EditImage button
{ visibility:hidden; 
  position: absolute; 
  top:0; right:0; 
}

.EditImage:hover button
{ visibility:visible; }

.EditImage .AddImg
{ width:100%;
  height:90px;
  color: darkgrey;
  font-size: 1.1em;
  text-align:center;
  text-transform: uppercase;
  font-weight:bold;
  line-height:140%;
  cursor:pointer;
  padding:10px 0 0 0;
}

.EditImage .AddImg:hover
{ color:gray; }

.AddFile
{ cursor:pointer;
  text-align: center;
  padding:2px;
  margin:0 1px;
}

.AddFile:hover
{ color: darkred;
  background-color:rgba(0,0,0,0.2); }
  
.FileExt
{ float: left; 
  padding: 2px; } 
  
.FileLink 
{ cursor:pointer; }

.FileLink:hover
{ color: #e00; }
