/* Layout */

.highlight {
    background-color:lightyellow;
}
.columns.collapse-left {
	padding-left: 0;
}
.columns.collapse-right {
	padding-right: 0;
}
.columns.divider-left {
	border-left: 1px solid #cacaca;
}

/* Logo */
#logo {
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 80px;
}

/* Big tables */
div.table-big {
	max-height: 80vh;
}

/* Fonts */
body {
	color: black;
}

.errorlist {
	color: red;
}

/* Forms */
button, .button, .button:link, .button:visited, .button:hover, .label {
	background-color: #f9f9f9;
	border-color: #cacaca;
	color: #2056ae;
}

/* Table styles */
table.elegant th {
	text-align: center;
	vertical-align: top;
}
table.elegant td ul {
	margin-bottom: 0;
}
th.number,td.number {
	text-align: right;
}

tr.primary td {
    background: #def2f8;
}

tr.warning td {
	background: #fff3d9;
}

tr.alert td {
	background: #f7e4e1;
}

/* Main menu */
#ui-menu {
	margin-bottom: 0.5em;
}

/* Main title */
#ui-title {
	background-color: #2056AE;
	color: white;
	margin-bottom: 0.5em;
}
#ui-title h1 {
	font-weight: bold;
	margin: 0.35em 0;
}
