body {
	background-color: #f0f0f0;
	padding-top: 60px;
}

.desktop-only {
	display: none;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

div#site-title {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
}

	div#site-title h1.site-name {
		font-size: 16pt;
		margin-top: 16px;
	}

body div#site-container {
	background-image: none;
}

a.hc-nav-trigger {
	position: fixed;
}

span.mobile-user-icon {
	display: block;
	position: fixed;
	right: 100px;
	top: 20px;
	width: 20px;
}
span.mobile-user-logout-icon {
	display: block;
	position: fixed;
	right: 64px;
	top: 20px;
	width: 25px;
}

	span.mobile-user-icon svg {
		fill: #d0d0d0;
	}

h1 {
	font-size: 20pt;
	margin-left: 20px;
	margin-right: 20px;
}

	div.page > p {
		margin-left: 20px;
		margin-right: 20px;
	}

div#main {
	padding-top: 10px;
	padding-bottom: 20px;
}

	div#main div.page {
		margin: 15px;
	}

		div#main div.page h1 {
			margin-left: 0;
			margin-right: 0;
		}

form div.row div.cell input.tiny,
form div.row div.cell select.tiny {
	width: 60px;
}

form div.row div.cell input.small,
form div.row div.cell select.small {
	width: 120px;
}

form div.row div.cell input.normal,
form div.row div.cell select.normal {
	width: 200px;
}

form div.row div.cell input.large,
form div.row div.cell select.large,
form div.row div.cell textarea.large {
	width: 400px;
}

form div.row div.cell input.xlarge,
form div.row div.cell select.xlarge,
form div.row div.cell textarea.xlarge {
	width: 500px;
}

form div.row div.cell input.xxlarge,
form div.row div.cell select.xxlarge,
form div.row div.cell textarea.xxlarge {
	width: 600px;
}

form div.row div.cell input.h-large,
form div.row div.cell select.h-large,
form div.row div.cell textarea.h-large {
	height: 200px;
}

div#main {
	padding-top: 10px;
	padding-bottom: 20px;
}

	div#main > h2 {
		margin-left: 20px;
		margin-right: 20px;
	}

	div#main > h3 {
		margin-left: 20px;
		margin-right: 20px;
	}

	div#main > p {
		margin-left: 20px;
		margin-right: 20px;
	}

	div#main div.news-container {
		margin-left: 20px;
		margin-right: 20px;
	}

		div#main div.news-container div.news-item {
			border-bottom: 1px solid #f0f0f0;
			margin-bottom: 20px;
			padding-bottom: 20px;
		}

div.news-archives {
	border-top: 1px solid #d0d0d0;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}

	div#main div.news-archives p {
		margin-left: 0;
		margin-right: 0;
	}

div.side-box {
	display: none;
}

form.filter {
	margin: 20px;
}

	form div.filter_item {
		margin-bottom: 10px;
	}

	form select, form input {
		max-width: 100%;
		padding: 5px;
	}

.table {
	display: block;
	/* padding: 10px; */
}

.row {
	display: block;
}

	.row .cell-label {
		display: none;
	}

div.item-list .row {
	padding-top: 15px;
	margin: 0px 0px 10px 0px;
}

.row.header {
	background: transparent;
	border-bottom: 2px solid #963b4e;
	padding: 0px 10px 10px 10px;
}

	.row.header .cell {
		color: #963b4e;
		font-size: 18px;
	}


div.item-list .row.header {
	display: none;
}

.container-table100 {
	padding: 20px 0px;
}

div.container-table100 div.header {
	padding-left: 15px;
}

div.header a.anchor {
	display: none;
}

.cell {
	display: block;
}

.cell.label {
}

form .row .cell.label {
	display: table-cell;
}

.row.normal .cell {
	color: #555555;
	font-size: 16px;
	font-weight: unset !important;
	line-height: 1.2;
	padding: 15px;
}

div#side a.logo {
	display: none;
}

div.no-results {
	margin-left: 20px;
	margin-right: 20px;
}



div.page-numbers {
	line-height: 2em;
	text-align: center;
}

		div.page-numbers span {
			display: none;
		}

		div.page-numbers span.page-button {
			font-size: 12px;
			margin-top: 5px;
			min-width: 34px;
		}

		div.page-numbers span.page-arrow,
		div.page-numbers span.page-button-current {
			display: inline-block;
		}

			div.page-numbers span.page-button svg.button {
				height: 10px;
			}

div.pagesize {
	text-align: center;
	padding: 20px 0px;
}

div#site-footer {
	margin: 0;
}









table.list {
	border-width: 0;
	font-size: 10pt;
	margin-top: 15px;
	width: 100%;
}

	table.list thead {
		display: none;
	}

	table.list tr {
		background: white;
		display: block;
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 15px;
	}

		table.list tr.normal {
			margin-top: 15px;
		}

		table.list tr.normal.last {
			margin-top: 0px;
		}

	table.list td {
		border-top-width: 1px;
		border-top-style: solid;
		color: #555555;
		display: block;
		font-size: 18px;
		font-weight: unset !important;
		line-height: 1.2;
		padding: 20px 15px 10px 15px;
	}

	table.list td::before {
		font-size: 12px;
		color: #808080;
		line-height: 1.2;
		text-transform: uppercase;
		font-weight: unset !important;
		margin-bottom: 13px;
		content: attr(data-title);
		min-width: 98px;
		display: block;
	}

	table.list td:last-child {
		border-bottom: 0;
	}


div.size-buttons {
	display: none;
}

div.export {
	margin-bottom: 10px;
}

form.pagesize {
	margin-top: 10px;
}





div.wrap-table100 {
	width: 100%;
	overflow: hidden;
}

div.table {
	width: 100%;
	display: table;
	margin: 0;
}

.table .row {
	display: table-row;
}

	div.table .rowgroup {
		display: table;
		width: 100%;
	}

	.row.header .cell {
		border-bottom: 2px solid #963b4e;
		color: #963b4e;
		font-weight: bold;
		line-height: 1.2;
		padding-bottom: 9px;
		padding-top: 9px;
	}

	.row.header .cell svg.svg-button {
		fill: #963b4e;
		height: 16px;
		vertical-align: top;
		width: 16px;
	}

	.row.header .cell svg.svg-button-disabled {
		fill: #c0c0c0;
		height: 16px;
		vertical-align: top;
		width: 16px;
	}

/*
	.row.header a.cell:hover {
		text-decoration: none;
	}
*/

.cell {
	display: table-cell;
}

	.cell p {
		margin: 0 0 10px 0;
	}

.row .cell {
	border-bottom: 1px solid #f0f0f0;
	font-size: 15px;
	line-height: 1.4;

	padding: 15px;
/*
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
*/
}

.container-save {
	text-align: center;
	margin: 20px 20px 40px 20px;
}

.container-search {
	text-align: center;
}

.container-delete {
	border: 1px solid red;
	margin: 20px;
	padding: 20px;
}

	form select, form input {
		max-width: 100%;
		padding: 5px;
	}

div.login-option-container {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px 20px;
}

		div#main div.login-option-container h3 {
			margin-left: 0;
			margin-right: 0;
		}

		div#main div.login-option-container p {
			margin-left: 0;
			margin-right: 0;
		}

div.filters {
	font-size: 10pt;
	padding: 20px;
}

div.messages {
	margin: 20px;
}

div#main div.cell p.branch_of_science {
	margin-left: 0px;
}
div#main div.cell p.discipline {
	margin-left: 20px;
}

form#login_form {
	margin-left: 20px;
	margin-right: 20px;
}

button.reset-form {
	margin-left: 40px;
}
