body
{ font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
  background-image: url('Images/Background.jpg');
  background-position:center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:cover;
  padding:0;
  margin:0;
}

/************************************************************/
.HeaderLine
{ background-color: rgba(160,220,255,0.7);
  margin:0;
/*  border-bottom: 2px solid whitesmoke;*/
  box-shadow: 0px 10px 30px black;
}

.HeaderLine a
{ text-decoration: none;
  color: black;
}

.Header
{ width: 1200px;
  height: 100px;
  margin: 0 auto;
  background-image: url('img/LeftHIcon.png'),url('img/RightHIcon.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:1200px;
  height:40px;
  margin:0 auto; }

/************************************************************/
.Content
{ width: 1200px;
  height: calc(100vh - 40px);
  margin:0px auto;
  position:relative; 
/*  background-color: rgba(255,255,255,0.6); */
}

.OperPhotosSet
{ position: absolute; 
  bottom:40px; 
  left:0px; 
  width:100%; 
  height:120px;
  padding:0; 
/*  display:table; */
  overflow-x:scroll;
  overflow-y:hidden;
  white-space: nowrap;
}

.Photo
{ width: 100px;
  height:100px;
  /*float: left;*/
  display: inline-block;
  margin:0 0 0 -2px;
  border-top   :1px solid darkgrey;
  border-right :1px solid whitesmoke;
  border-bottom:1px solid whitesmoke;
  border-left  :1px solid darkgrey;
  overflow: hidden;
  text-align:center;
  position: relative;
}
.Photo:first-child
{ margin-left:2px; }

.Photo img
{ max-width: 100%; 
  max-height:100%; 
  position:relative;
/*  left:50%;
  transform: translateX(-50%);*/
  top:50%;
  transform: translateY(-50%);
  margin:0 auto;
}

.Photo button
{ visibility:hidden; 
  position: absolute; 
  top:0; right:0; 
}

.Photo:hover button
{ visibility:visible; }  

.AddPhoto
{ 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;
}

.AddPhoto: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; }

/*********************************************************/
.FlagCountry
{ width: 25px;
  height: 18px;
  border: 1px inset #999;
/*  background-color: rgb(240,240,240);*/
  background-size: 100% 100%;
  float: left;
}

/**********************************************************/
.Stations 
{ margin-top: 5px;
  float:left;
  width: 750px;
}

.Stations>ul
{ list-style:none;
  padding: 0;
  margin:0 4px;
  z-index:1;
}

.Stations>ul li
{ float:left;
  display: block;
  padding:2px;
  border: 1px solid grey;
  height: 45px;
  text-align:center;
  border-radius:8px 8px 0 0;
  margin:0 2px;
  padding: 0 2px;
  background-color: whitesmoke;
  cursor: pointer;
  position: relative;
}

.Stations>ul li button
{ visibility:hidden; 
  position: absolute; 
  top:0; right:0; 
}

.Stations>ul li:hover button
{ visibility:visible; }  

.Stations li.Select.Loading
{ border-bottom-color: Aquamarine; }

.Stations li.Select.Unloading
{ border-bottom-color: #ffc8b3; }

.Stations>ul li:hover
{ color: #e00; }

.Stations .Loading
{ background-color: Aquamarine; }

.Stations .Unloading
{ background-color: #ffc8b3; }


.Stations>div.Edit
{ border:1px solid grey;
  margin:-1px 2px 0 2px;
}

button[name='NewCln']
{ position: absolute;
  top:0px;
  right:5px;
}
button[name='NewStock']
{ float:left;
  margin-top:17px;
}
.ClnRating
{ margin: 20px 0 0 5px;
  padding: 2px 5px;
  float:left;
  cursor: pointer;
  display: none;
}

.ClnRating:hover
{ color: #e00;
  background-color: #ddd;
  border-radius: 5px;
}
/**********************************************************/
.VehicleReq
{ width:137px;
 /* border:1px solid grey;*/
  margin-left:30px;
  padding-bottom:3px;
  z-index:1;
  height: 30px;
  float: left;
  position:relative;
}

.VehicleReq h1.leg
{ padding: 2px 0;
  text-align: center;
  margin:0 0 3px 0;
  background-color: #ded;
  color: black;
  cursor: pointer;
  border-radius: 8px;
  border:1px outset grey;
}

.VehicleReq h1.leg:hover
{ color: red; }

.VehicleReq h1.Select
{ background-color: #dde; 
  border-radius: 0 0 8px 8px;
}

.VehicleReq ul
{ display: none; 
  list-style:none;
  margin:0 0 2px 0;
  padding:0 0 2px 0;
  background-color: whitesmoke;
  border: 1px solid grey;
  width: 135px;
}

.VehicleReq ul.Select
{ display: block; 
  position: absolute;
  bottom:30px;
}

.VehicleReq li
{ display: block;
  margin-top:5px;
}

/****************************************************/
.Text2Upper 
{ text-transform: uppercase; }

.DateField  
{ background-image: url("img/iconCalendar.gif");
  background-repeat: no-repeat;
  background-position: 99% 50%;
  width: 90px; 
  cursor:pointer;
}
/**********************************************************/
.EstateData
{ border:1px solid grey;
  margin:-1px 0 0px 5px;
  padding-bottom:5px;
  clear:both;
  width:550px;
  height:350px;
}
  
.EstateData.Main { background-color: Aquamarine; }
.EstateData.Extra { background-color: #ffc8b3;  overflow-y:scroll; }

.DataType
{ list-style:none;
  padding: 0;
  margin:5px 5px 0px 5px;
  z-index:1;
}

.DataType li
{ float:left;
  display: block;
  padding:2px;
  border: 1px solid grey;
  text-align:center;
  border-radius:8px 8px 0 0;
  margin:0px 8px -1px 8px;
  padding: 2px 10px;
  background-color: Aquamarine;
  cursor: pointer;
  position: relative;
}

.DataType li:last-child
{ float:right;
  background-color: #ffc8b3;
}

.DataType li.Select:first-child { border-bottom-color: Aquamarine; }
.DataType li.Select:last-child  { border-bottom-color: #ffc8b3; }
.DataType li:hover { color: #e00; }

.DataType .Main { background-color: Aquamarine; }
.DataType .Extra { background-color: #ffc8b3; }

/********************************************************/
.ED_FieldSet
{ margin:5px 0 0 3px;
  width: 525px;
  padding:0 0 5px 0;
  float:left; 
  border:1px solid grey;
  overflow-y: hidden;
  transition: max-height 1s;
}

.ED_FieldSet.AloBG
{ max-height: 50px; }

.ED_FieldSet.AloBG.Collapse
{ max-height: 340px; 
/*  height: 340px;*/ }

.ED_FieldSet.Prod
{ max-height: 155px; }

.ED_FieldSet.Prod.Collapse
{ max-height: 68px; }

.ED_FieldSet h1
{ margin:0px; 
  width:100%; 
  box-sizing:border-box; 
  background-color:#ccc; 
  padding:2px 5px;
  font-size:12px;
}

div[name='AloBG_Features']
{ border: 1px solid grey;
  height: 270px;
  margin:5px 3px 0 0;
  float:right;
  width:235px;
  overflow-y:auto;
}

div.AloBG label.Features
{ /*border-bottom:1px solid gray;*/
  position: absolute;
  right:230px;
  top: 180px;
  transform: rotate(270deg);
  width:90px;
  text-align: center;
}
/********************************************************/
