.kalender{
    border: 1px solid black;
    display:inline-table;
    margin: 2px;
}

details{
    margin-left: 20px;
}

details > summary{
    cursor:pointer;
}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);
body{
    color:#202020;
    max-width:1030px;
    margin:auto;
    font-family: 'Roboto', sans-serif;
    background-color:white;
    padding:15px;
    line-height: 150%;
}

.material-icons.tweak{
    padding-top:0px;
    padding-bottom:0px;
    font-size:30px;
}

.split-button-l {
    border-radius: 6px 0px 0px 6px;
    padding-right: 5px;
}

.split-button-r {
    border-radius: 0px 6px 6px 0px;
    padding-left: 5px;
}

textarea {
    vertical-align: top;
}

.prettyTable tr:nth-child(odd){
    background-color:lightgray;
}

.prettyTable td, .prettyTable th{
    padding: 2px 5px;
    border: 1px solid;
}

html{
    background-color:#009ca6;
}

.bordered{
    border:1px solid black;
    border-radius:5px;
    padding:5px;
    margin:5px;
}

.kalender td{
    border: 3px solid grey;
    height: 20px;
    width: 20px;
    border-radius:5px;
    text-align:center;
}

.wochenende{
    background-color:lightgray;
}

.kalenderWoche{
    color: #6d6d6d;
}

.heute{
    color:red !important;
}

.menu{
    background-color:#009ca6;
    padding: 3px;
    margin-bottom: 5px;
}

.legende{
    height:15px;
    width:15px;
    display:inline-block;
    border: 2px solid grey;
}

.legendeBlock{
    vertical-align:top;
    display:inline-block;
    padding:5px;
}

.error{
    font-weight: bold;
    font-size: 30px;
    border: 5px solid red;
    margin: 20px;
    padding: 10px;
}

.warning{
    box-shadow: 0px 0px 10px red;
    border-color: red;
}

.saveButton{
    font-size: 110%;
}

.hidden{
    display: none;
}

button, input[type=submit], .fakeButton {
	box-shadow:0px 1px 0px 0px;
    font-family: 'Roboto', sans-serif;
	
	background-color:#009ca6;
	border-radius:6px;
	border:1px solid black;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-size:15px;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
    vertical-align:middle;
}

.uploadButton{
    position:relative;
}

.buttonSmall{
    font-size:inherit;
    padding: 2px;
}

button:disabled, input[type=submit]:disabled{
    background-color:#6d6d6d;
} 

button:hover, input[type=submit]:hover {
	box-shadow:inset 0px 1px 0px 0px;
}

button:active, input[type=submit]:active {
	position:relative;
	top:1px;
}
/* index. php  */
.success-message {
    color: green;
    font-weight: bold;
}
.error-message {
    color: red;
    font-weight: bold;
}

