/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30.03.2020, 20:31:15
    Author     : jochen.bromberger
*/

body {
	background-color: #6699CC;
}

.accordion {
	font-size:0.8em;
}

.Timetable {
	table-layout: fixed;
	border:1px solid grey;
	width:100%;
}
table th {
	word-wrap: break-word;
	border:1px solid grey;
}

.datumzeit {
	width:160px;
}

.mybadge {
	padding:2px;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	overflow: hidden;
}

.free {
	background-color:green;
}

.busy {
	background-color:red;
}

.busyUserFilter {
	color:black;
	background-color:#ffff00;
	font-style:italic;
}

.overview {
	font-size:0.8em;
	background-color:#BDD3E9;
}

.HeaderTitle {
	font-size: 1.2em;
	font-weight:bold;
	color:#fff;
	padding:10px;
}

.rowOdd {
	background-color:#A2C1E1;
}

.weekdivider {
	border-top: 6px solid #FFC249;
}

.menubutton {
	border-radius: 10px;
}

.passwordResetButton {
	width:180px;
	background-color:#FFC249;
	margin: 8px 0px 0px 0px;
}

@media only screen and (max-width: 600px) {
	.overview {
		font-size:2vw;
	}
}