*
{
	box-sizing: border-box;
}

body
{
	display: block;
	margin: 0px;
	background-color: #ebfaf5;
	font-family: Verdana;
	color: black;
}

h2
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight:normal;
	color: white;
	display: block;
	margin-left: 10px;
	text-align: center;
}

h3
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight:normal;
	color: grey;
	display: block;
	margin-left: 10px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 1px;
}

table
{
	
}

.submenu
{
	font-size: 10pt;
	width: 97%;
	margin: 20px;
	border: 1px solid black;
	border-radius: 5px;
	border-spacing: 0px;
	padding: 10px;
	text-align: left;
}

.lista
{
	font-size: 10pt;
	width: 97%;
	margin: 20px;
	border: 1px solid black;
	border-radius: 5px;
	border-spacing: 0px;
}

.lista tr:nth-child(odd) 
{
	background-color:white;
	border: none;
}

.lista tr:nth-child(even)
{
	background-color: none;
	border: none;
}

.lista_l
{
	font-size: 10pt;
	width: 97%;
	margin: 20px;
	border: 1px solid black;
	border-radius: 5px;
	border-spacing: 0px;
	/*text-align: left;*/
}

.lista_l tr:nth-child(odd) 
{
	background-color:white;
	border: none;
	/*text-align: left;*/
}

.lista_l tr:nth-child(even)
{
	background-color: none;
	border: none;
	/*text-align: left;*/
}

.lista_left
{
	text-align: right;
	padding: 10px;
	width: 50%
}

.lista_right
{
	text-align: left;
	padding: 10px;
}

.lista_head
{
	text-align: center;
	padding: 20px;
	font-size: 12pt;
	font-weight: bold;
}

.lista_cols
{
	text-align: center;
	padding: 20px;
	font-size: 10pt;
	font-weight: bold;
}

td 
{
    display: table-cell;
}

form
{
	text-align: center;
	display: block;
}

.loginform
{
	border: 1px solid black;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
	padding: 20px;
}

.loginform_left
{
	font-size: 8pt;
	text-align: right;
}

.loginform_input
{
	width: 150px;
	text-align: left;
	font-family: Verdana;
	background-color: #f5fffc;
}

.login input[type="text" i]
{
    padding: 1px 2px;
	font-size: 8pt;
}

input[type="text" i]
{
    padding: 1px 2px;
	font-size: 10pt;
}

input[type="submit" i]
{
	text-align: center;
	background-color: #41a64b;
	color: white;
	padding: 1px 6px;
	border: 5px solid #41a64b;
	border-radius: 5px;
}

	input[type="submit" i] a
	{
		text-align: center;
		background-color: #41a64b;
		color: white;
		padding: 1px 6px;
		border: 5px solid #41a64b;
		border-radius: 5px;
	}

	input[type="submit" i] a:hover
	{
		text-align: center;
		background-color: #388c40;
		color: white;
		padding: 1px 6px;
		border: 5px solid #388c40;
		border-radius: 5px;
	}
	
input[type="button" i]
{
	text-align: center;
	background-color: #41a64b;
	color: white;
	padding: 1px 6px;
	border: 5px solid #41a64b;
	border-radius: 5px;
}

	input[type="button" i] a
	{
		text-align: center;
		background-color: #41a64b;
		color: white;
		padding: 1px 6px;
		border: 5px solid #41a64b;
		border-radius: 5px;
	}

	input[type="button" i] a:hover
	{
		text-align: center;
		background-color: #388c40;
		color: white;
		padding: 1px 6px;
		border: 5px solid #388c40;
		border-radius: 5px;
	}	

article
{
	float: left;
	text-align: center;
	width: 100%;
}

header
{
	height: 15vh;
	display: block;
	padding-left: 200px;
}

section
{
	display: block;
	height: 80vh;
	margin-left: 200px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}	

.page_login
{
	display: block;
	height: 95vh;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20%;
	text-align: center;
}	

section::after 
{
	content: "";
	display: table;
	clear: both;
}

footer 
{
	background-color: white;
    padding-left: 30%;
    text-align: center;
    color: grey;
    margin-bottom: -10px;
    font-family: Verdana;
    font-size: 10pt;
    border-top: 1px solid black;
	height: 5vh;
}

.footer_left
{
	text-align: left;
}

.footer_right
{
	text-align: right;
}

.stopka_login
{
	background-color: white;
    text-align: center;
    color: grey;
    margin-bottom: -10px;
    padding-left: 30%;	
    font-family: Verdana;
    font-size: 10pt;
    border-top: 1px solid black;
	height: 5vh;
}

@media (max-width: 600px) 
{
	nav, article {
		width: 100%;
		height: auto;
	}
}

nav 
{
	float: left;
	width: 250px;
	height: 100vh;
	background: #41a64b;
	padding: 20px;
	overflow-x: hidden;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	margin-left: -50px;
	
}

	nav h1
	{
		font-family: Verdana;
		font-size: 10pt;
		color: white;
		line-height: 30px;
		display: block;
		margin-left: 10px;
		margin-bottom: -5px;
	}

	nav ul
	{
		list-style-type: none;
	}
	
	nav li
	{
		font-family: Verdana;
		font-size: 8pt;
		color: white;
		
	}

	nav li a
	{
		line-height: 40px;
		display: block;
		color: white;
		text-decoration: none;
		background-color: green;
		border: 5px solid green;
		border-radius: 5px;
		margin-top: 2px;
	}
		
	nav li a:hover
	{
		line-height: 40px;
		display: block;
		color: white;
		text-decoration: none;
		background-color: #388c40;
		border: 5px solid #388c40;
		border-radius: 5px;
		margin-top: 2px;
	}