body {
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	/*background: radial-gradient(#002200, #000000)!important;*/
	background-color: #222;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow:hidden;
}
#header{
	height: 3em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    display: table;
    table-layout: fixed;
	z-index: 2;
}
.headerlabel{
    display: table-cell;
	background-color: rgb(36, 105, 255);
	height: 100%;
	position: relative;
	text-align:center;
	vertical-align: middle;
    line-height: normal;
	cursor: pointer;
	font-size: 2vh;
	font-weight: bold;
	z-index: 3;
}
.headerlabel:hover{
	filter: brightness(110%);
}
.main{
	position: absolute;
	top: 3em;
	left: 13em;
	width: 100%;
	color: white;
	padding:2em;
	max-height: 100%;
	overflow-y: scroll; /* Show vertical scrollbar */
	overflow-x: hidden; /* Hide horizontal scrollbar */
}
.main div.centeredContainer{
	background-color: rgba(200,200,200,.8);
	color: black;
	margin: 0 auto;
	max-width: 30vw;
	width: auto;
    table-layout: fixed;
    text-align: center;
}
.main div.centeredContainer .loginForm{
	margin: 0 auto;
	width: 20vw;
}
#login_form{
	left:-13em;
}
.main div.centeredContainer .loginForm input{
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.left_oriented_form{
	padding-top: 3em;
	position: absolute;
	left: 0;
	width: 13em;
	height: 100vh;
	background-color: rgb(140, 177, 255);
}
.menuelabel{
    width: 80%;
	min-height: 1.5em;
	padding:.15em;
	margin-top: 0.5em;
	margin-left: 10%;
	background-color: rgb(36, 105, 255);
	position: relative;
	text-align:center;
	vertical-align: middle;
    line-height: normal;
	cursor: pointer;
	font-size: 1.5em;
	font-weight: bold;
	z-index: 3;
}
.menuelabel:hover{
	filter: brightness(110%);
}
.main #carSearchBox{
}
.main #carSearchBox form{
	width: 48em;
	background-color: #ddd;
	border-radius: 4px;
	padding:1em;
	color: black;
}
.main img.theImages{
	width: 40vw;
	height: auto;
	margin-left: 7vw;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
}
.main img.theImages:hover {
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
	cursor: pointer;
}
#output{
	max-height: 66em;
	overflow-y: scroll; /* Show vertical scrollbar */
	overflow-x: hidden; /* Hide horizontal scrollbar */
}
#output #accordion{
	width:100%;
	overflow-y: scroll; /* Show vertical scrollbar */
	overflow-x: hidden; /* Hide horizontal scrollbar */
}
#output #galerie{
	max-height: 90vh;
	overflow-y: scroll; /* Show vertical scrollbar */
	overflow-x: hidden; /* Hide horizontal scrollbar */
}
#galerie .ui.fluid.image{
	max-height: 404px;
}
#galerie #addImage:hover{
	max-height: 390px;
}
#galerie .ui.fluid.image img{
	max-height: 390px;
}
#output div{
	/* font-family: "Courier"; */
	/* background-color: rgba(200,200,200,.8); */
	/* color: black; */
	margin: 0 auto;
}







/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1000px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
.ui.inverted.accordion{
	width: 600px;
}
#output .ui.inverted.segment{
	width:600px;
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}