body {
	font-family: sans-serif;
	font-size: 14px
}

table {
	font-size: 25px;
	margin: 0 auto
}

#border {
	border: 2px solid #999;
	background: #CCC;
	padding: 15px;
	margin: 0 auto;
	width: 300px;
}


.login-form {
	width: 300px;
	margin: 0 auto;
	font-family: Tahoma, Geneva, sans-serif;
}

	.login-form h1 {
		text-align: center;
		color: #4d4d4d;
		font-size: 24px;
		padding: 20px 0 20px 0;
	}

	.login-form input[type="password"],
	.login-form input[type="text"] {
		width: 100%;
		padding: 15px;
		border: 1px solid #dddddd;
		margin-bottom: 15px;
		box-sizing: border-box;
	}

	.login-form input[type="submit"] {
		width: 100%;
		padding: 15px;
		background-color: #535b63;
		border: 0;
		box-sizing: border-box;
		cursor: pointer;
		font-weight: bold;
		color: #ffffff;
	}

th, td {
	padding: 5px;
	font-size: 15px
}

th {
	text-align: left;
}

a.icon {
	-webkit-padding-start: 1.5em;
	text-decoration: none;
	user-select: auto;
}

	a.icon:visited {
		color: blue;
		text-decoration: none;
	}

	a.icon:hover {
		color: lightblue;
		text-decoration: underline;
	}

	a.icon:active {
		color: red;
		text-decoration: underline;
	}


a.unknown {
	background: url("/assets/images/unkownfile.svg") left top no-repeat;
}

a.dir {
	background: url("/assets/images/folder.svg") left top no-repeat;
}

a.text {
	background: url("/assets/images/textfile.svg") left top no-repeat;
}

a.code {
	background: url("/assets/images/codefile.svg") left top no-repeat;
}

/*
.dropbtn {
	background-color: #4CAF50;
	color: white;
	padding: 15px;
	font-size: 16px;
	border: none;
}
.box {
	background-color: lightgrey;
	width: 64px;
	height: 128px;
	border: 4px solid orange;
	padding: 50px;
	margin: 20px;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}

	*/
a.buttona, a.buttona {
	background-color: #f44336;
	color: black;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

	a.buttona:hover, a.buttona:active {
		background-color: gray;
	}

.buttonb {
	background-color: #4CAF50;
	color: black;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}

	.buttonb:hover {
		background-color: gray;
	}


.dropdown {
	float: left;
	overflow: hidden;
}

	.dropdown .dropbtn {
		font-size: 16px;
		border: none;
		outline: none;
		color: white;
		padding: 15px 16px;
		background-color: inherit;
		font-family: inherit;
		margin: 0;
	}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

	.dropdown-content a {
		float: none;
		color: black;
		background-color: #333;
		padding: 14px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}

		.dropdown-content a:hover {
			background-color: #ddd;
		}

.dropdown:hover .dropdown-content {
	display: block;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: black;
}

.topnav {
	background-color: #333;
	overflow: hidden;
}

	/* Style the links inside the navigation bar */
	.topnav a {
		float: left;
		color: #f2f2f2;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
		font-size: 17px;
	}

		/* Change the color of links on hover */
		.topnav a:hover {
			background-color: #ddd;
			color: black;
		}

		/* Add a color to the active/current link */
		.topnav a.active {
			background-color: #4CAF50;
			color: white;
		}


.sidenavright {
	height: 100%;
	width: 160px;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	padding-top: 20px;
}

	.sidenavright a {
		padding: 20px 16px;
		text-decoration: none;
		font-size: 14px;
		color: #ccc;
		background-color: #606060;
		display: block;
	}

		.sidenavright a:hover {
			color: #000;
			background-color: lightgrey
		}

.addgap {
	height: 10px;
	width: auto;
}


.serverlist {
	align-items: center;
	padding: 1em;
}

	.serverlist button {
		align-content: center;
		color: white;
		background: #454545;
		padding: 10px 25px;
	}

		.serverlist button:hover {
			background: #252525
		}