@font-face {
	font-family: "Evogria";
	src: url('fonts/Evogria.otf');
}

@font-face {
	font-family: "Roboto";
	src: url('fonts/Roboto.ttf');
}

html {
	background-color: black;
	font-family: "Roboto";
	font-size: 30px;
}

body {
	width: 950px;
	margin: auto;
	background-color: white;
}

form {
	text-align : center;
	padding-bottom: 40px;
}

input[type=date],
input[type=number],
input[type=text],
select {
	font-size: 40px;
}

input[type=number] {
	width: 200px;
}

input[type=text] {
	width: 500px;
}

input[type=submit] {
	width: 200px;
	border: solid black 1px;
	padding: 15px;
	background-color: #e1e1e1;
	color: black;
	border-radius: 5px;
	font-size: 30px;
}

h1 {
	font-family: "Evogria";
	font-size: 40px;
}

a {
	text-decoration: none;
	color: black;
}

.banner {
	background-color: #e1e1e1;
	padding: 15px;
	text-align: center;
}

.banner a {
	color: black;
}

.expenses,
.incomes,
.budget,
.accounts,
.forecast,
.stats {
	color: white;
	padding: 15px;
	padding-left: 30px;
	display: flex;
	font-family: "Evogria";
}

.expenses a,
.incomes a,
.budget a,
.accounts a,
.forecast a,
.stats a {
	color: white;
	text-decoration: none;
}

.expenses a:hover,
.incomes a:hover,
.budget a:hover,
.accounts a:hover,
.forecast a:hover, 
.stats a:hover {
	color: lightgrey;
	text-decoration: none;
}

.expenses {
	background-color: #f50000;
}

.incomes {
	background-color: #00cf29;
}

.budget {
	background-color: #ffc500;
}

.accounts {
	background-color: #0027c6;
}

.forecast {
	background-color: #8a05ff;
}

.stats {
	background-color: #FF5733;
}

.shortcuts {
	float: right;
}

.expenseshortcut,
.incomeshortcut,
.budgetshortcut,
.accountshortcut,
.forecastshortcut,
.logoutshortcut,
.statsshortcut {
	color: white;
	padding: 5px;
	font-weight: bold;
	margin-left: -7px;
	font-size: 30px;
}

.expenseshortcut {
	background-color: #f50000;
}

.incomeshortcut {
	background-color: #00cf29;
}

.budgetshortcut {
	background-color: #ffc500;
}

.accountshortcut {
	background-color: #0027c6;
}

.forecastshortcut {
	background-color: #8a05ff;
}

.statsshortcut {
	background-color: #FF5733;
}

.logoutshortcut {
	background-color: black;
}

.leftdiv {
	height: 100%;
	flex: 3;
	/*border: solid red 1px;*/
}

.rightdiv {
	height: 100%;
	flex: 1;
	/*border: solid red 1px;*/
}

.hidden-details {
	display: none;
}

.hidden-details,
.details {
	width: 100%;
	border-collapse: collapse;
	padding-top: 10px;
	font-size: 30px;
}

.hidden-details td,
.details td {
	border-top: 1px solid #e1e1e1;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hidden-details tr:hover,
.details tr:hover {
	background-color: #e1e1e1;
}

.icons {
	width: 30px;
	height: auto;
}

.largeicons {
	width: 35px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.prevnextmonth {
	text-align: center;
	padding: 20px;
	border-bottom: solid 5px lightgrey;
	font-size: 150%;
}

.greybottom {
	border-bottom: solid 1px lightgrey;
}

.categoryname {
	font-weight: bold;
	text-align: right;
	font-size: 120%;
	font-family: "Evogria";
}

.bottomicons {
	padding: 20px;
	text-align: right;
}

.bottomicons img {
	width: 50px;
	padding: 15px;
}

.account {
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bottomaccount {
	text-align: center;
	padding: 10px;
}

.bottomaccount a {
	display: inline-block;
	width: 200px;
	border: solid black 1px;
	padding: 15px;
	background-color: #e1e1e1;
	color: black;
	border-radius: 5px;
	margin: 10px;
}

.budgetline {
	background-color: #fce28c;
}

.boldline {
	font-weight: bold;
	font-size: 120%;
	background-color: black;
	color: white;
}

.redtext {
	color : #f50000;
}

.greentext {
	color : #00cf29;
}

.connection {
	background-color: black;
	padding: 40px;
}

.connection input[type=submit] {
	background-color: #e1e1e1;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px black solid;
	border-radius: 10px;
	font-size: 30px;
}

.connection input[type=password] {
	font-size: 30px;
	border: 1px black solid;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.graphs {
	text-align: center;
	font-size: 14px;
	padding-bottom: 20px;
}

.graphs h1 {
	font-size: 20px;
}

.budgets {
	text-align: center;
}

.budgets h1 {
	text-align: left;
	padding-left: 20px;
}

.small-text {
	font-size: 50%;
	font-style: italic;
}
