@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans Condensed', sans-serif;
}
html, body{
	height: 98%;
}
h2 {
	width: 100%;
	text-align: center;
	color: #6E6B6B;
	font-size: 2rem;
	font-weight: 100;
	margin: 20px 0 5px 0;
}
.logout {
	position: fixed;
	right: 20px;
}
.line {
	margin: 0 0 40px 0;
}
table, td {
	border: 1px solid black;
	border-collapse: collapse;
	margin: auto;
}
td {
	padding: 2px 5px 2px 5px;
	font-size: 1.2rem;
}
.firstTD {
	border: 0;
	background-color: #fff;
}
tr:nth-child(even) {
	background-color: #EBEBEB;
	color: #646464;
}
tr:nth-child(odd) {
	background-color: #fff;
	color: #646464;
}
.trBlack>td {
	background-color: #2E2E2E;
	color: #E3DEDE;
	font-weight: bolder;
}
.trReset>td {
	background-color: #fff;
	font-size: 1.2rem;
}
.tdReset {
	color: #646464;
}
tr>td:first-child {
	width: 300px;
}
.buttons {
	width: 305px;
	margin: 20px auto;
}
.home {
	position:fixed;
	top:calc(50% + 80px);
	left:0;
	display: block;
	float: left;
	width: 100px;
	height: 35px;
	box-sizing: border-box;
	line-height: 35px;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
	color: #B42B2D;
	border: 1px solid #B42B2D;
	border-radius: 5px;
	margin: 10px;
}
.phpMyAdmin {
	width: 165px;
}
.logout {
	border: 0;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	letter-spacing: 1px;
}
.home:hover {
	border-color: #646464;
	color: #646464;
}
.wrapper {
	position:relative;
	top:calc(50% - 123px);;
	text-align: center;
	margin: 20px auto;
	width: 235px;
	padding: 10px 10px 10px 10px;
	background-color: #920508;
}
.wrapper>div {
	width: 235px;
	height: 35px;
	margin: 0 auto 5px auto;
}
.logoDiv {
	float: left;
	box-sizing: border-box;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	border: #fff 2px solid;
	overflow: hidden;
}
.logoDiv>img {
	width: 100%;
}
.beansoupText {
	float: left;
	width: 200px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
}
form {
	clear: left;
}
.inputLogin {
	width: 235px;
	height: 30px;
	box-sizing: border-box;
	font-size: 1.2rem;
	margin: 5px 0 5px 0;
	padding: 0 0 0 5px;
	border: 0;
	color: #646464;
	font-style: italic;
}
button {
	font-size: 1.4rem;
	padding: 2px;
}
.resetButton1, .resetButton2 {
	visibility: hidden;
	font-size: 16px;
	background-color: #fff;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	color: #B42B2D;
	border: 1px solid #B42B2D;
	border-radius: 5px;
	margin: 5px 0 5px 0;
	padding:3px;
}
.loginButton {
	font-size: 16px;
	background-color: #920508;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	margin: 5px 0 5px 0;
	padding:5px;
}
.loginButton:hover {
	background-color: #C9060A;
}
.resetButton1:hover, .resetButton2:hover {
	border-color: #646464;
	color: #646464;
}
.reloadDiv {
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}
