*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:14px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
html {
    font-family: "Times New Roman", Times, Georgia, serif;
}
body {
	margin: 0px;
}
#main{
	position: absolute;
	margin: 0;
	width:100%;
	height: 100%;
	backgroundd: yellow;
}
#top{
	position: absolute;
	left:0px;
	right: 0px;
	height: 50px;
	widthh:100%;
	background:url("../Images/Soil5.jpg");
		z-index: 300;
}
#Nav{
	position: absolute;
	top: 50px;
	
	height: 30px;
	width: 100%;
	background: aqua;
}
#large{
	position: absolute;
	top:80px;
	left:0px;
	right: 0px;
	bottom: 30px;
	backgroundd: aqua;
	padding: 0px;
	overflow-y: scroll;
}
#large table td{
	padding: 5px;
}
#large2{
	position: absolute;
	top:50px;
	left:0px;
	right: 0px;
	bottom: 30px;
	backgroundd: aqua;
	padding: 0px;
	overflow-y: scroll;
}
#botm{
	position:absolute;
	left:0px;
	right: 0px;
	bottom: 0px;
	height: 30px;
	background:url("../Images/farm.gif");
	text-align: center;
	vertical-align: middle;
	color: white;
	align-self: center;
}
#left{
	left:0px;
	width: 140px;
	top: 50px;
	position: fixed;
	bottom: 0px;
	background:url("../Images/Soil7.jpg");
	paddingg: 3px;

}
#body{
	position: absolute;
	left: 140px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	backgroundd: yellow;
	overfloww: scroll;
	padding: 5px;
}
#Nam{
	-webkit-box-shadow: 0 20px 50px 0 rgb(0 255 0 / 5%);
	box-shadow: 0 20px 50px 0 rgb(0 255 0 / 5%);
	z-index: 900;
}
#pr{
	-webkit-box-shadow: 0 20px 50px 0 rgb(0 255 0 / 5%);
	box-shadoww: 0 20px 50px 0 rgb(0 255 0 / 20%);
	box-shadow: 0 1px 2px 1px rgba(0, 0 ,0, 0.3);
	border-radius: 10%;
	background: white;
	opacity: 98%;
	padding: 20px;
	}
#cont
{
	position: absolute;
	left:10px;
	right:10px;
	backgroundd:url("../Images/Soil7.jpg");
}
#icon{
	display:inline-block;
	width:30vw;
	height: 90%;
	bottom: 0px;
	margin: 3px;
	background:white;
	line-height: 1.75rem;
	border-radius: 18px 18px 0 0;
	opacity: 99%;
	vertical-align: top;
}
#icon hr {line-height: 2px;padding: 0px;margin: 0px;}
#viw1 td{padding: 5px;}
.Menu{
	background: darkblue;
	color:white;
	width:150px;
	height: 30px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	border:solid 1px gray;
	text-decoration: none;
}
.Menu a{
	padding: 4px;
	display: block;
	text-decoration: none;
	color: white;
}
.Menu a:hover{
	text-decoration: none;
	background: white;
	color: black;	
}
@media only screen and (max-width:800px)
{
	#icon{
		width:90%;
		border-radius: 18px;
	}
	.Menu{
		width:100px;
	}
}

.tso_tbl{
border-radius: 8px;
box-shadow: 0 1px 2px 1px rgba(0, 0 ,0, 0.3);
	padding:20px; 
	background: white;
	
}


/* Side bar */
.Admin{
  	float:left;
	width:100%;
	height:35px;
	padding:5px;
	text-align:center;
	background-color:darkblue;
	display: block;
	margin-left: 0px;
	text-decoration: none;
	font-weight:bold;
	border: solid  gray 1px;
	marginn: 1px;
	color: white;
}
.Admin a{
	text-decoration:none;
	color: white;
	
}
.Admin:hover{
	color:red;
	background:yellow;
	border:0px solid  darkred;
	display: block;
}
.Atv {
  	float:left;
	width:100%;
	height:35px;
	padding:5px;
	text-align:center;
	background-color:white;
	display: block;
	margin-leftt: 2px;
	text-decoration: none;
	font-weight:bold;
	border: solid  gray 1px;
	marginn: 1px;
	color: black;
}
.Actv a {
  text-decoration: none;
}
#lgnn{
	margin-right: 20px;
	width: 50px;
	height: 25px;
	background: brown;
	color: white;
}
#lgnn a{
	display: block;
	text-decoration: none;
	padding: 2px;
	text-align: center;
	color:white;
}