/* Basics
-------------------------------------------------- */
body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	background: white;
	color: #000000;
}

.clear{
	clear: both;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: #a82b31;
}

input[type="text"],
input[type="password"]{
	margin: 0;
	padding: 2px;
	background: #ffffff;
	border: 1px solid #bfbfbf;
}

fieldset.flat {
	border: none;
}

table {
	max-width: 100%;
}

#site-wrapper {
	background: white; /* #f9f9fa */
	width: 100%;
}

#site-topbar {
	width: 100%;
	background: black;
}

	#site-topbar div {
		margin: 0px auto;
		height: 22px;
		padding: 4px 10px 0px 10px;
		color: white;
		font-size: 12px;
		text-transform: uppercase;
		text-align: right;
	}

		#site-topbar a.topbar-a {
			color: #ffffff;
			font-size: 12px;
		}

		#site-topbar a.topbar-a:hover {
			color: #d0d0d0;
		}

div.topbar-line {
	background: #a82b31;
	height: 6px;
}

#site-inner-wrapper {
	margin: 0px auto;
}

#site-header {
	padding: 18px 0px;
}

	#site-header div.bme-logo {
		width: 218px;
		height: 50px;
		margin: 5px 0 0 0;
	}

		#site-header div.bme-logo a.logo {
			width: 218px;
			height: 50px;
			display: block;
			float: left;
		}

	#site-header div.text {
		font-weight: bold;
	}

		#site-header div.text h1 {
			font-family: 'Open Sans', sans-serif;
			font-size: 14px;
			font-weight: 600;
			letter-spacing: 1px;
			margin: 0;
			text-transform: uppercase;
		}

		#site-header div.text h2 {
			font-family: 'Open Sans', sans-serif;
			font-size: 14px;
			letter-spacing: 2px;
			margin: 5px 0px 0px 0px;
			text-transform: none;
		}

#site-footer {
	background: white;
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	padding: 20px 0px;
}

	#site-footer div.content {
		margin: 0px auto;
	}

	#site-footer p.copyright {
		color: #808080;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 2px;
		text-align: center;
		margin: 0;
	}

		#site-footer p.copyright a {
			color: #808080;
		}

		#site-footer p.copyright a:hover {
			color: #a82b31;
		}

div.main-menu {
	padding: 4px 0px;
	border-bottom: 1px solid #e6e6e6;
}

	div.main-menu ul {
		margin: 0 auto;
		padding: 0;
		list-style: none;
		text-align: center;
	}

		div.main-menu ul li {
			display: inline;
			padding: 0;
			font-family: 'Oswald', sans-serif;
			text-transform: uppercase;
		}

			div.main-menu ul li a {
				color: black;
				text-decoration: none;
				padding: 6px 15px;
				display: inline-block;
			}

			div.main-menu ul li a:hover {
				color: #a82b31;
				background: #f0f0f0;
			}

			div.main-menu ul li.active a {
				color: #a82b31;
			}

div#main {
	font-size: 14px;
	padding: 10px;
	min-height: 400px;
}

	div#main h1 {
		font-size: 24px;
	}

	div#main h2 {
		font-size: 20px;
	}

	div#main h3 {
		font-size: 18px;
	}

	div#main h4 {
		font-size: 16px;
	}

	div#main p {
		margin: 10px 0px 0px 0px;
	}

	div#main ul li {
		margin-top: 6px;
	}

div#sidebar {
	font-size: 13px;
	padding: 10px;
}

	div#sidebar p {
		margin: 6px 0px 0px 0px;
	}

	div#sidebar div.sidebar-box {
		border-bottom: 1px solid #E6E6E6;
		padding-bottom: 10px;
	}

		div#sidebar div.sidebar-box h2 {
			font-size: 16px;
		}


div.home-news-box {
	margin: 0px 0px 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

div.news-container div.news-item {
	margin: 0px 20px 10px 0px;
	font-size: 13px;
}

div.news-container div.news-item-current {
	float: left;
}

	div.news-container div.news-item img {
		max-width: 100%;
	}

	div.news-item div.news-head {
		margin-bottom: 10px;
	}

	div#main div.news-item div.news-head h3.news-title {
		margin: 0;
		font-size: 16px;
	}

	div#main div.news-item p {
		margin: 0px;
	}

	div#main div.news-item div.news-head p.date {
		font-size: 11px;
		margin: 0px;
		color: #808080;
	}

		div#main div.content div.news-item p.more {
			margin: 5px 0px 0px 0px;
			text-align: right;
		}

	div.news-item div.news-content {
	}

		div.news-item div.news-content div.img {
			float: left;
		}

		div.news-item div.news-content div.desc {
		}

	div#main div.news-archives-link {
		border-top: 1px solid #e0e0e0;
		margin-top: 30px;
		padding-top: 10px;
		font-weight: bold;
	}

div#news-container div.news-item {
	margin: 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

	div#news-container div.news-item div.news-head {
		margin-bottom: 10px;
		margin-top: 10px;
	}

		div#news-container div.news-item div.news-head h2.news-title {
			margin-bottom: 6px;
		}

	div#news-container div.news-item div.news-body {
		margin-top: 12px;
	}

		div#news-container div.news-item div.news-body p {
			line-height: 1.5em;
			margin-top: 8px;
		}

p.error {
	margin: 10px 0px;
	text-align: center;
	color: red;
}

div.actions {
	margin-top: 20px;
	font-size: 13px;
}

div.postponed_messages {
	margin: 20px 0px;
}

	div.postponed_messages p.postponed_error {
		color: red;
	}

	div.postponed_messages p.postponed_warning {
		color: blue;
	}

	div.postponed_messages p.postponed_message {
		color: green;
	}

div.fb-like {
	margin: 20px 0px;
}

div.home-rss-box {
	float: left;
}

	div#main div.home-rss-box h3 {
		margin: 0;
		font-size: 16px;
	}

	div#main div.home-rss-box p.title {
		font-size: 13px;
		margin: 8px 0px 0px 0px;
	}

	div#main div.home-rss-box p.date {
		font-family: Verdana, Helvetica, Arial;
		font-size: 12px;
		margin: 0;
		color: #808080;
	}

div#sidebar-box-facebook-messages {
	word-break: break-word;
	-ms-word-wrap: break-word;
}

div#search-box .search-form input:focus {
	outline: none;
}

		input#search-form-text {
			height: 24px;
			padding: 2px 4px;
			background: white;
			border: 1px solid #bfbfbf;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			-o-border-radius: 7px;
			border-radius: 7px;
		}

div.youtube-video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}

	div.youtube-video-container iframe,
	div.youtube-video-container object,
	div.youtube-video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

div#main div.sitemap p.level_1 {
	margin-left: 20px;
}

div#main div.sitemap p.level_2 {
	margin-left: 40px;
}







/* Calendar
-------------------------------------------------- */
.calendar {
	font-family: 'Oswald', sans-serif;
}

#calendar_button_left {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 30px;
	height: 30px;
	background-image: url(/static/img/default/angle-left.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

#calendar_button_right {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 30px;
	height: 30px;
	background-image: url(/static/img/default/angle-right.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.calendar-head {
	text-align: center;
}

	.calendar-head .prev-month,
	.calendar-head .next-month,
	.calendar-head .actual-month{
		font-size: 14px;
		text-transform: uppercase;
	}
	
	.calendar-head .prev-month{
		float: left;
	}

	.calendar-head .next-month{
		float: right;
	}

.calendar-body {
	font-size: 13px;
}

	.calendar-body .calendar-table tr.day-names td {
		background: #f0f0f0;
	}

	.calendar-body .calendar-table td {
		width: 30px;
		height: 30px;
		text-align: center;
	}

	.calendar-body .calendar-table td.default {
		background: transparent;
	}

	.calendar-body .calendar-table td.has-event {
		background: #c6a1a3;
	}

		.calendar-body .calendar-table td.default a {
			color: black;
		}

		.calendar-body .calendar-table td.default a.day-passed {
			color: #b7b7b7;
		}

	.calendar-body .calendar-table td.today {
/*		background: #a82b31; */
		border: 1px solid #a82b31;
	}

		.calendar-body .calendar-table td.today a {
/*			color: white; */
		}

		.calendar-body .calendar-table td a {
		}

		.calendar-body .calendar-table td a.has-event {
			/* color: #1c4c97; */
			color: white;
			cursor: pointer;
		}

		.calendar-body .calendar-table td.today a.has-event {
			color: #a82b31;
		}

		.calendar-body .calendar-table td a.no-event {
			color: black;
		}

div.calendar_day_events {
	/* border: 1px solid #808080; */
	background: white;
	padding: 10px 0px;
}

div.calendar_day_events p {
	font-size: 12px;
	margin: 4px 0px;
}



/* Big calendar */

div.big_calendar_main {
	clear: both;
}

div.big_calendar_main div.big_calendar_cal {
	width: 330px;
	border-right: solid 1px #81181D;
	min-height: 254px;
	float: left;
	clear: left;
}

	div.big_calendar_main div.big_calendar_cal div.big_calendar div.week {
		clear: both;
		margin-left: 0;
	}

		div.big_calendar div.week div.day {
			width: 25px;
			font-size: 14px;
			margin: 4px;
			padding: 9px 9px 8px 2px;
			float: left;
			cursor: pointer;
			text-align: right;
		}

		div.big_calendar div.week div.active {
			border: 1px solid #d0d0d0;
		}

		div.big_calendar div.week div.inactive {
			color: #a0a0a0;
			border: 1px solid #f0f0f0;
		}

		div.big_calendar div.week div.event {
			background: #f2c5cc;
		}

		div.big_calendar div.week div.no_event {
			background: #f8f8f8;
		}
		
		div.big_calendar div.week div.selected {
			background: #B93E5A;
		}

	div.big_calendar_button {
		cursor: pointer;
		background: #f0f0f0;
		border: 1px solid #a0a0a0;
		padding-top: 10px;
		width: 36px;
		height: 26px;
		float: left;
		text-align: center;
		margin-bottom: 4px;
	}
	
	div.big_calendar_month {
		width: 234px;
		float: left;
		margin: 4px 2px;
		text-align: center;
		font-weight: bold;
		color: #722536;
		font-size: 15px;
		padding-top: 6px;
	}


div.big_calendar_main div.big_calendar_events {
	width: 307px;
	min-height: 234px;
	float: left;
	clear: none;
	padding: 10px;
}

	div.big_calendar_main div.big_calendar_events div.event p {
		margin-bottom: 5px;
	}
	
		div.big_calendar_main div.big_calendar_events div.event p.title a {
			font-size: 16px;
			text-decoration: none;
		}
	
	div.big_calendar_main div.big_calendar_events div.event p.date {
		font-size: 12px;
	}
	
	div.big_calendar_main div.big_calendar_events div.event p.more {
		text-align: right;
		font-size: 12px;
	}


div.big_calendar_main div.big_calendar_event_data {
	width: 100%;
	min-height: 254px;
	float: left;
	clear: both;
	margin-top: 10px;
}

	div.big_calendar_main div.big_calendar_event_data h3 {
		font-size: 18px;
		text-decoration: none;
		font-weight: normal;
	}
	
	div.big_calendar_main div.big_calendar_event_data p.date {
		font-size: 12px;
		margin-bottom: 15px;
	}
	
	div.big_calendar_main div.big_calendar_event_data div.description {
		font-size: 12px;
	}

/* Tinyscrollbar CSS */

.tinyscrollbar { width: 306px; }
.tinyscrollbar .viewport { width: 292px; height: 234px; overflow: hidden; position: relative; }
.tinyscrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; }
.tinyscrollbar .thumb { background-color: #722536; -webkit-border-radius: 4px; border-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
.tinyscrollbar .scrollbar { position: relative; float: right; width: 13px; }
.tinyscrollbar .track { background-color: #F0F0F0; height: 232px; width:13px; position: relative; padding: 0; border: solid 1px #722536; -webkit-border-radius: 4px; border-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
.tinyscrollbar .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.tinyscrollbar .thumb .end { overflow: hidden; height: 5px; width: 13px; }
.tinyscrollbar .disable{ display: none; }
.tinyscrollbar .thumb .end {background-color: #722536; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;}














div.archive_warning {
	padding: 20px 20px 20px 40px;
	margin: 20px 0;
	border: solid 1px #dce18b;
	background: #f0f2ce url("/static/img/icons/error.png") no-repeat 15px center;
	font-size: 13px;
}

	div.archive_warning p {
		margin: 0;
	}


div#main div.admin-row {
	margin-top: 20px;
}

	div#main div.admin-row div.actions {
	}

	div#main div.admin-row div.last_modified {
		font-family: Verdana;
		font-size: 11px;
		color: #888888;
		float: right;
	}











div.form {
}

	div.form div.form-description {
		margin: 10px 0px;
		padding: 10px;
		border: 1px solid #e0e0e0;
	}

	div.form td {
		border-bottom: 1px solid #e0e0e0;
		padding: 4px 0px;
	}

	div.form td.label {
		padding: 4px 6px;
	}

	div.form div.button-descriptions {
		margin: 10px 0px;
		padding: 10px;
		border: 1px solid #e0e0e0;
	}

		div.form div.button-descriptions p {
			color: #808080;
			padding: 4px;
		}

		div.form form input.multiply_button,
		div.form form input.form-button {
			background: #f0f0f0;
			border: 1px solid #c0c0c0;
			margin-top: 5px;
			padding: 5px 10px;
		}

	div.form div.submit {
		margin-top: 10px;
	}

span.form-fill-button {
	padding-left: 20px;
}

span.form-public {
	background: url("/static/img/icons/information.png") no-repeat;
	margin-left: 10px;
}

span.form-public-login,
span.form-restricted {
	background: url("/static/img/icons_custom/information_red.png") no-repeat;
	margin-left: 10px;
}

div.form-desc {
	position: absolute;
	width: 300px;
	border: 1px solid #d0d0d0;
	font-size: 12px;
	background: #e0e0e0;
	padding: 4px;
	z-index: 1000;
}

	div.form-desc div.content {
		background: white;
		padding: 6px 8px;
		border: 1px solid #f0f0f0;
	}

div.forms div.form {
	margin-top: 6px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d0d0d0;
}

div.forms div.form p.form-title {
	font-weight: bold;
	margin: 4px 0px;
	color: #a82b31;
}

div#mobile-infobox {
	display: none;
}

div#main div.news-page h1 {
	margin-bottom: 0;
}

div#main div.news-page p.date {
	color: #888888;
	font-family: Verdana;
	font-size: 9pt;
	margin: 2px 0px 20px 0px;
}


	div#sidebar-link-box ul {
		margin: 0;
		padding: 0;
	}

		div#sidebar-link-box ul li {
			list-style: none;
			margin: 5px;
			padding: 0;
		}


div#main div.content div.events div.row {
	margin: 0px;
	padding: 3px;
}

div#main div.content div.events div.zebra-gray {
	background: #f0f0f0;
}

	div#main div.content div.events div.row span.name {
		padding-left: 20px;
	}

form#unit-form {
	margin-top: 20px;
}


div.dirlist a {
	display: block;
	margin: 2px 0px;
	padding: 2px 4px;
	background: #f8f8f8;
	border: 1px solid #f0f0f0;
}

	div.dirlist a:hover {
		background: #f0f0f0;
		border: 1px solid #e0e0e0;
		text-decoration: none;
	}

div.dirlist-dirs a {
	font-weight: bold;
}


form#login {
	margin-top: 10px;
}

	form#login table.login {
		margin: auto;
	}

		form#login table.login td,
		form#lost_password table.lost_password td {
			padding: 4px;
		}

		form#login table.login td.button {
			text-align: center;
		}

	form#login input.text,
	form#lost_password input.text {
		border: 1px solid #d0d0d0;
		padding: 2px 4px;
	}

	form#lost_password table.lost_password {
		margin: auto;
	}

		form#lost_password table.lost_password td.button {
			text-align: right;
		}




	div#site-content div.page-numbers {
		line-height: 2em;
		text-align: left;
	}

		div#site-content div.page-numbers span.page-button {
			border: 1px solid #a82b31;
			padding: 4px 10px;
			margin-top: 5px;
			font-size: 12px;
			color: black;
		}

		div#site-content div.page-numbers span.page-button-disabled {
			border: 1px solid #e0e0e0;
			padding: 4px 10px;
			margin-top: 5px;
			font-size: 12px;
			color: #e0e0e0;
		}

		div#site-content div.page-numbers span.page-button {
			background: white;
			color: #a82b31;
		}

		div#site-content div.page-numbers a.current-page span.page-button {
			border: 1px solid #a82b31;
			background: #a82b31;
			padding: 4px 10px;
			margin-top: 5px;
			font-size: 12px;
			color: white;
		}












table.opening_hours {
	background: #f0f0f0;
	width: 100%;
}

	table.opening_hours td {
		font-size: 12px;
		width: 14%;
		background: white;
		padding: 2px;
		border: 1px solid #d0d0d0;
		vertical-align: top;
		text-align: center;
	}

		table.opening_hours td div.name {
			font-size: 14px;
			background: #f0f0f0;
			border-bottom: 1px solid #d0d0d0;
			padding: 4px 2px;
		}

		table.opening_hours td div.name span.weekday_name {
			font-size: 11px;
			font-weight: normal;
		}

		table.opening_hours td div.opening_hours_entries {
			min-height: 60px;
			padding: 8px 2px;
		}

			div#main table.opening_hours td div.opening_hours_entries p.entry {
				margin: 0;
			}

	table.opening_hours td.past {
		color: #808080;
	}

	table.opening_hours td.today div.name {
		color: #8c2532;
		background: white;
		font-weight: bold;
	}

form#opening-hours-interval div {
	text-align: center;
	margin: 10px;
}

div#neptun_operating_box-content {
	text-align: center;
}

	div#neptun_operating_box-content table {
		margin: auto;
	}

		div#neptun_operating_box-content table td {
			padding: 2px 5px;
			text-align: left;
		}

	div#sidebar-neptun-operating-box p.comment {
		margin-top: 10px;
		color: #808080;
	}

.slider-image {
	background-position: 50% 25%;
	background-repeat: no-repeat;
}

		div.sidebar-rss-box a#rss-btn {
			display: block;
			float: left;
			width: 27px;
			height: 28px;
			background: url('/static/img/default/rss.png') no-repeat;
		}

		div#main h1 a#rss-btn {
			display: block;
			float: right;
			width: 27px;
			height: 28px;
			background: url('/static/img/default/rss.png') no-repeat;
		}

div#opening_hours-current_status {
	text-align: center;
	margin-top: 4px;
	color: #808080;
}



div.phonebook div.persons div.person {
	margin-top: 20px;
}

		div.phonebook div.persons div.person div.image {
			background-repeat: no-repeat;
			background-size: 140px auto;
			float: left;
			height: 180px;
			overflow: hidden;
			width: 140px;
		}

		div.phonebook div.persons div.person div.data {
			height: 200px;
			overflow: hidden;
			padding-left: 10px;
			width: 210px;
		}

			div#main div.phonebook div.persons div.person div.data h4 {
				margin-top: 0;
			}

			div#main div.phonebook div.persons div.person div.data svg {
				fill: #a0a0a0;
				height: 16px;
				margin-right: 6px;
				vertical-align: middle;
				width: 16px;
			}

div#main div.phonebook h3 {
	clear: both;
	margin: 20px 0px 0px 0px;
}

div#main div.phonebook div.person div.picture img {
	height: auto;
	max-width: 200px;
}

div#main div.phonebook div.person svg {
	fill: #a0a0a0;
	height: 16px;
	margin-right: 6px;
	width: 16px;
}

div#main div.phonebook div.back {
	border-top: 1px solid #e6e6e6;
	margin-top: 40px;
	padding-top: 10px;
}


div.container-table100 div.header {
	border-bottom: 2px solid #963b4e;
	color: #963b4e;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 9px;
	padding-top: 9px;
}

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

div.row a.cell,
div.row div.cell {
	vertical-align: top;
}

form#application_form input[type="text"],
form#application_form textarea {
	border: 1px solid #bfbfbf;
	margin: 0;
	padding: 4px;
}

	div.login-options a.eduid-button {
		background-image: url('/static/img/default/eduid_button_belepes_retina_gray.png');
		background-repeat: no-repeat;
		background-size: 122px 21px;
		display: block;
		height: 21px;
		margin: 20px auto;
		width: 122px;
	}

