.container {
	max-width: 1900px;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
}
.hidden {
		display : none;
	}
	
.show {
display : block;
		
	
	
	background-color: lightblue;

}	

.login {
	width: 600px;
	height: auto;
	margin: auto;
	margin-top: 150px;
	border: 1px groove orange;
	text-align:center;
}
.logn img {
	margin:10px;
}
.table {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	color: white;
}

.table input {
	width: 250px;
	text-align: center;
	font-size: 20px;
}

.table input[type='submit'] {
	width: 250px;
	text-align: center;
	background-color: #130f89;
	color : white;
}

.top {
	position:fixed;
	top: 0px;
	margin: 0 auto 0 auto;
	
	width:100%;
	background-color:#db991e;
	text-align:center;
	opacity: 0.7;
}
.top span {
	float:left;
	margin-left: 70%;
	margin-right: 20px;
}
.top input[type='submit'] {
	float:left;
	width: 250px;
	text-align: center;
	background-color: #130f89;
	color : white;
}

.main {
	margin-top:30px;
	text-align:center;
	width:100%;
	
	
}
.main li {
	float:left;
	display: inline-block;
	margin: 5px;
	padding: 10px;
	height: 100px;
	border: 2px #2AE3C4 groove;
	color:#2AE3C4;
	width: 350px;
	text-align:center;
	line-height: 100px;
}

.main a{
	text-decoration:none;
	font-size: 25px;
	 display: inline-block;
  vertical-align: middle;
  line-height: normal;
	
}


.main li:hover {
	background-color: #2AE3C4;
}

.header {
	box-sizing:border-box;
	width: 100%;
	height: 150px;
	margin-top: 50px;
	margin-bottom: 30px;
	padding:10px;
	border: groove 1px #db991e;
}
.header img{
	float: left;
	width: 20%;
}
.header ul{
	width: 80%;
}
.header li {
	float:left;
	display: inline-block;
	margin: 5px;
	padding: 10px;
	height: 50px;
	border: 2px #130f89 groove;
	
	width: 10%;
	text-align:center;
	line-height: 50px;
}

.header a {
		text-decoration:none;
	font-size: 1.5vh;
	 display: inline-block;
  vertical-align: middle;
  line-height: normal;
  color:#130f89;
}

.header li:hover {
	background-color: #130f89;
	
}
.header li:hover a {
	color: #FFFFFF;
}

.all {
	
	text-align: center;
	padding: 3px;
	border: none;
}

.all a{
	text-decoration:none;
}

.all tr {
	border: 2px #130f89 groove ;
	
}
.all td {
	padding: 5px;
}
.all button {
	float:left;
	width: 150px;
	text-align: center;
	background-color: #130f89;
	color : white;
	font-size: 20px;
}
.form {
	border: 2px #db991e groove;
	margin: 0 auto 0 auto;
	font-size: 20px;
	padding: 10px;
}
.form input[type='text'],input[type='email'],input[type='date'] {
	font-size:20px;
}
.form input[type='submit'] {
	float:left;
	width: 150px;
	text-align: center;
	background-color: #130f89;
	color : white;
	font-size: 20px;
}
.sidenav {
	box-sizing: border-box;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #130f89;
  overflow-x: hidden;
  transition: 1s;
  padding: 60px 10px 10px 10px;
  text-align: center;
}

.sidenav input[type='submit'],.sidenav input[type='text'],.sidenav input[type='date'] {
  box-sizing: border-box;
  padding: 10px;
  font-weight: bold;
  background-color: white;
  font-size: 20px;
   color: #130f89;
  display: block;
  transition: 0.3s;
  margin: 10px;
  letter-spacing: 0.3;
}
.sidenav input[type='submit']:hover {
  background-color: #db991e;
}


.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: white;
}
.sidenav span,h3 {
color: white;
}
.navigation {
	box-sizing: border-box;
	width: 100%;
	float:left;
	
}

.search {
	box-sizing: border-box;
	width: 20%;
	padding: 15px;
	float:left;	
	
}
.search input{
	font-size: 20px;
	color: #130f89;
}
.filter {
	box-sizing: border-box;
	width:80%;
	padding:15px;
	float:left;
}
.filter select{
	font-size: 20px;
	color: #130f89;
}