﻿

.garbage{
}

body{
	background-image:url('imgs/fruits.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
	margin-top:20px;
	padding:0;
	margin:0;
}

h3{
	margin-top:50px;
}

#header{
	background-color:rgba(255,255,255,0.85);
	font-size:20px;
	border-bottom:1px solid black;
	box-shadow:0 0 5px black;
	width:100%;
	overflow:auto;
}

#headercontainer{
	margin:5px;
}

#mainnav{
	float:right;
}

#mainnav a{
	margin-right:10px;
	font-size:14px;
	margin-top:5px;
	display:inline-block;
	text-decoration:none;
	color:voilet;
}

#mainnav a:hover{
	color:orange;
}


#container{
	background-color:rgba(255,255,255,0.92);
	font-size:14px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	border:1px solid green;
	box-shadow:0 0 5px gray;
	margin-top:10px;
}

.welcome{
	font-size:28px;
	margin:5px;
}

#progopts{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	
}

#progopts a{
	color:inherit;
	text-decoration:inherit;

}

.progopts{
	margin-left:5px;
	margin-right:5px;
	display:inline-block;
	text-align:center;
	width:150px;
	padding:3px;
	font-size:14px;
	height:175px;
	vertical-align:text-top;
}

.progopts:hover{
	box-shadow:0 0 5px black;	
}

.progopts img{
	margin-bottom:10px;
}

#container input{
	margin:5px 10px;
}

.stockcustomizer{
	padding:8px;
	border:1px gray solid;
	margin:10px;
	overflow:auto;
}
#orderholder{
	display:inline-block;
}

#vegetablesholder{
	display:inline-block;
}

.orderholder{
	width:200px;
	height:320px;
}

#footer{
	font-size:10px;
	background-color:rgba(255,255,255,0.85);
	border-top:1px solid black;
	box-shadow:0 0 5px black;
	width:100%;
	overflow:auto;
	position:fixed;
	bottom:0;
	
}

.notification{
	margin:5px;
	background-color:gainsboro;
	border: 1px green dashed;
	padding: 3px;
}

.vegetablesholder{
	height:320px;
}

#container #vegetablesholder input{
	margin: 5px 0;
	box-sizing: border-box;
	width: 99%;
}


#container .listbox-root{
	display:inline-block;
	min-width: 237px;
}
