* {
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
}

@media (min-width: 1025px) {
	html, * {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	html, * {
		font-size: 17px;
	}
}

body {
	background-color: #eeeeee;
	color: #333333;
	margin-bottom: 20px;
}

.header {
	background-color: #282a58;
	color: #ffffff;
}

.header h1 {
	font-size: 20px;
	text-transform: uppercase;
}

.header .user-info {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}

.header .user-info button {
	margin-left: 10px;
	padding: 2px 4px;
}

.header .user-info button:hover {
	background-color: #dddddd;
	cursor: pointer;
}

ul.main-menu {
	list-style: none;
	background-color: #d8d8e6;
	border-bottom: 1px solid #dddddd;
}

ul.main-menu li {
	display: inline-block;
	padding: 10px 0;
	margin-left: 20px;
	font-size: 16px;
}

ul.main-menu li a {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
}

ul.main-menu li a:hover {
	color: #282a58;
	text-decoration: underline;
}

body > h1 {
	font-size: 20px;
	margin-top: 20px;
	margin-left: 20px;
}

.section {
	position: relative;
	margin: 20px 20px 0 20px;
	padding: 10px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

.section.extra-margin {
	margin-top: 30px;
}

.section span.section-description {
	position: absolute;
	right: 0;
	top: -16px;
	font-size: 13px;
	font-style: italic;
}

span.link {
	color: #282a58;
}

span.link:hover {
	text-decoration: underline;
	cursor: pointer;
}

table.form th {
	text-align: left;
	width: 200px;
}

table.form th, table.form td {
	padding: 2px 4px;
}

table.form input {
	padding: 2px 4px;
}

ul.errorlist {
	margin-left: 20px;
}

ul.errorlist li {
	font-size: 11px;
	color: #dd0000;
	font-weight: 400;
}

ul.filters {
	display: inline-block;
	list-style: none;
}

ul.filters li {
	white-space: no-wrap;
	display: inline-block;
	margin-right: 20px;
}

table.data {
	border-collapse: collapse;
	width: 100%;
}

table.data thead tr {
}

table.data tbody tr {
}

table.data tbody tr:nth-child(even) {
}

table.data th, table.data td {
	padding: 2px 4px;
	border: 1px solid #dddddd;
	text-align: left;
}

button, input[type=submit] {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	padding: 2px 4px;
}

button:hover, input[type=submit]:hover {
	background-color: #eeeeee;
	cursor: pointer;
}

label {
	margin-bottom: 0 !important;
}

i.action-icon {
	color: #007bff;
	cursor: pointer;
}

i.action-icon:hover {
	color: #0056b3;
}

.red {
	color: #dd0000;
}

.green {
	color: #00dd00;
}
