* {
	box-sizing: border-box;
}

body, html {
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	background-color: rgba(44, 62, 80,1.0);
	color: rgba(255,255,255,1);
}

body {
	padding: 30px;
}

.width {
	margin: 0 auto;
	max-width: 800px;
	
}
.content {
	color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
	padding: 20px;
	border-radius: 10px;

}
.content.login {
	width: 50%;
	margin: 0 auto;
}
h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
}

h1 img {
	max-height: 70px;
	margin-bottom: -20px;
	margin-right: 5px;

}

a {
	text-decoration: none;
	color: rgba(52, 152, 219,1.0);
}
a:hover {
	color: rgba(255,255,255,1.0);
}
.menu-entry {
	max-width: 100%;
	margin: 1%;
	margin-bottom: 15px;
	line-height: 40px;
	font-size: 30px;
	font-weight: 700;
	background-color: rgba(52, 152, 219,1.0);
	padding: 20px;
	color: rgba(255,255,255,1);
	border-radius: 10px;

	transition: all 0.5s ease;
}

.menu-entry img {
	max-height: 40px;
	margin-bottom: -10px;
	margin-right: 10px;
	max-width: 40px;

}

.menu-entry:hover {
	background-color: rgba(41, 128, 185,1.0);
		transform: scale(1.03);
}


.half {
	width: 50%;
	float: left;
	display: block;
}
.third {
	width: 33.33%;
	float: left;
	display: block;
}
.quad {
	width: 25%;
	float: left;
	display: block;
}
.two_thirds {
	width: 66.66%;
	float: left;
	display: block;
}
.three_fourths {
	width: 75%;
	float: left;
	display: block;

}
.clear {
	width: 100%;
	display: block;
	height: 1px;
	clear: both;
}


.right_align {
	text-align: right;
	padding-right: 10px;
}

.center {
	text-align: center;
}

.third.top_padding {
	padding-top: 10px;
}
.login input[type=text], .login input[type=password] {
	width: 90%;
	margin: 5px auto;

}

.login  {
	text-align: center;
}
input[type=text], input[type=password]  {
	font-family: 'Roboto Mono', monospace;
	font-weight: 300;
	font-size: 1em;
	width: 100px;
	margin-top: 5px;
	background-color: rgba(255,255,255,1);
	border: 3px solid rgba(220,220,220,1);
	border-radius: 10px;
	padding: 5px;
	height: 40px;
	line-height: 40px;
	padding-left: 8px;
}
input[type=text]:focus {
	border: 3px solid rgba(100,100,100,1);
}
input[type=text].discrepancy {
	background-color: rgba(192, 57, 43,1.0);
	color: rgba(255,255,255,1);
}

.original input[type=text] {
	border-radius: 0px 10px 10px 0px;
}

.original input[type=text]:disabled {
	background-color: rgba(240,240,240,1);
}

.form_label {
	margin-top: 5px;
	border-radius: 10px 0px 0px 10px;
	height: 40px;
	line-height: 40px;
	font-family: 'Roboto Mono', monospace;
	background-color: rgba(220,220,220,1);
	font-weight: 700;
}


.a_button, input[type=submit]#submit_button {
	display: block;
	border: 3px solid rgba(52, 152, 219,1);
	/*font-family: 'Roboto Mono', monospace;*/
	background-color: rgba(52, 152, 219,1.0);
	font-weight: 700;
	border-radius: 10px;
	height: 46px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	text-align: center;
	color: rgba(255,255,255,1);
	transition: all 0.5s ease;
	padding-left: 25px;
	padding-right: 25px;
	
}


.a_button:hover, input[type=submit]#submit_button:hover, input[type=submit]#submit_button:focus, input[type=submit]#submit_button.discrepancy:focus, input[type=submit]#submit_button.discrepancy:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,1);
	
	color: rgba(52, 152, 219,1);
}
input[type=submit]#submit_button:hover, input[type=submit]#submit_button:focus {

	color: rgba(39, 174, 96,1.0);
}

input[type=submit]#submit_button {
	float: right;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: rgba(39, 174, 96,1.0);
	border: 3px solid rgba(39, 174, 96,1.0);
}

input[type=submit]#submit_button.discrepancy:hover, input[type=submit]#submit_button.discrepancy:focus {

	color: rgba(192, 57, 43,1.0);
}

input[type=submit]#submit_button.discrepancy {
	float: right;
	margin-bottom: 15px;
	background-color: rgba(192, 57, 43,1.0);
	border: 3px solid rgba(192, 57, 43,1.0);
}


.footer {
	text-align: center;
	font-weight: 300;
	padding-top: 20px;
	font-size: 0.8em;
	line-height: 1.2em;
}

.footer b {
	font-weight: 700;
}
