:root {
	--theme-first-color: #202020;
	--theme-second-color: #0a1981;
	--theme-third-color: #415696;
	--theme-light-color: #b7b6b7;
	--theme-dark-color: black;
}

input[type="submit"].green,  a.button.green {
	background-color: #398003;
	color: black;
	text-decoration: none;
}

input[type="submit"].green:hover,  a.button.green:hover {
	background-color: black;
	color: #398003;
	text-decoration: none;
}

input[type="submit"].orange,  a.button.orange {
	background-color: #f09136;
	color: black;
	text-decoration: none;
}

input[type="submit"].orange:hover,  a.button.orange:hover {
	background-color: black;
	color: #f09136;
	text-decoration: none;
}

input[type="submit"].lightBlue,  a.button.lightBlue {
	background-color: #415696;
	color: black;
	text-decoration: none;
}

input[type="submit"].lightBlue:hover,  a.button.lightBlue:hover {
	background-color: black;
	color: #415696;
	text-decoration: none;
}

#formTasks #status {
	height: 2.5em;
}

body {
	max-width: 100%;
	height: 100%;
}

.container {
	background-color: #333333;
	padding: 1em;
	left: 50%;
	margin: auto;
	max-width: 1500px;
	min-height: 100%;
}

footer {
	padding: 8px;
	border-radius: 5px;
	background-color: var(--theme-third-color);
	position: fixed;
	bottom: 0px;
	width:100%;
	max-width: 1500px;
	border-radius: 0;
	margin-left: -1em;
}