html{
	height:100%;
	width:100%;
	position: relative;
}

body{
	padding-top:70px;
	padding-bottom:40px;
	overflow:hidden;
	height:100%
	
}
@media print {
    body{
		height:auto;
	}
}


#fixspan{
	display: block;
	margin-bottom:-2em;
	margin-top:0;
	
}

#home{
	margin-top:0.5em;
	padding-left:10%;
	margin-bottom:0.25em;
	width:6%;
	height:80%;
}

#home_img{
	height:90%;
	width:auto;

}

#title{
	height:100%;
	width:80%;
	margin-top:5px;

}

#title_bar{
	height:68px;
	border-bottom: 2px solid black;
}

#right_menu_item{
	width:150px;
	margin-right:40px;
	float:right;
}

#leiste{
    font-size:2em;
    text-align:right;
	text-decoration:none;
	overflow:hidden;
	border-radius: 1em;
	margin:20px;
	border:0.07em solid black;
}

.menu_item{
	margin-left:50px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	
}

#content{
	height:100%;
	text-align:left;
	overflow:auto;
} 
#load{
	height:100%;
	overflow:auto;
	
}

#beitrag{
	border:0.07em solid black;
	margin-top:0.5em;
	margin-bottom:0.25em;
	padding:0.3em;
	font-size:75%;

}

#lehrer, #schueler, #fach{

	width:100%;

}

#stamm_title_data{
	width:16%;
}

#stamm_data{
	margin:20px;
	vertical-align: top;
}

#stamm_row{
	background:white;
	padding:10px;
}

#stamm_title_row{
	font-size:0.9em;
}


#note_detail_span{
	 font-size:0.6em;
}

.color_box{
	margin:20px;
	width:20px;
	height:20px;
	float:left;

}

.first_level_layout_div{
	width:100%;
	
}
.left{
	float:left;
}

.right{
	float:right;
}

.ta-fix{

	height:auto !important;
	font-size:100% !important;

}

.row-fix{

	margin-left:0px;
	margin-right:0px;
}

.form-signin {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin-heading{
	margin-bottom:20px;
}
.form-signin .form-control:focus {
  z-index: 2;
}

.form-group input:last-child{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-group input:first-child{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom:0;
}


.g-recaptcha{
  margin-bottom:10px;
}

textarea.form-control {
  height: 50%;
}

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  overflow:hidden;
}

.my-event-list-item{
font-weight:bold;
}


.stay-left{
display:inline-block;
}
.inactive{
opacity:0.6;
}
.slightly-inactive{
	opacity:0.8;
}

.chat-left{
	margin-right:20%;
}
.chat-right{
	margin-left:20%;
}
.chat-late{
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.chat-late a{
  color: yellow;
}
.list-button{
  width: 100%;
  text-align: left;
}
.height-fill{
	height:100%;
}
.changeable{
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  background-color: #BFC;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 22px;
  padding-left: 5px;
  color: black;
}
.list-row{
	margin-bottom:10px;
}
.list-row .form-control{
	padding:0px;
	height:initial;
}
.filter-select{
  margin-bottom:20px;
}

.bg-danger{
  background-color: #f2dede;
}

.bg-info{
  background-color: #d9edf7;
}

.tabs-left {
  border-right: 1px solid #ddd;
  border-bottom: none;
  padding-top: 2px;
  padding-right: 0px;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.bg-success{
  background-color:#d6e9c6;
}
.available{
  border:2px inset;
  overflow:auto;
  padding:2px;
  min-height:40px;
}

.clickable{
	cursor:pointer;
}

.clickable:hover{
	background-color:lightgray;
}

._hidden {
	display: none;
}

.margin-right {
	margin-right: 10px;
}

.margin-left {
	margin-left: 10px;
}

.margin-bottom {
	margin-bottom: 10px;
}

.margin-top {
	margin-top: 10px;
}

:invalid {
    border: 1px solid red;
}

.flex-cont-wrap-reverse {
	display: flex;
	flex-wrap: wrap-reverse;
}

.horizontal-center {
	margin-right: auto;
	margin-left: auto;
}

.inline-box {
	display: inline-block;
	padding: 5px;
	border: 1px solid black;
	border-radius: 4px;
}

.height-300 {
	max-height: 300px;
	overflow: auto;
}

.text-colored {
	background-color: #d0e2ec;
}
.assignment-colored {
	background-color: #a6daef;
}
.file-colored {
	background-color: #bfe2ca;
}

/* Text input with button next to it placing didn't work */
.text-with-button-container {
	display:flex;
	padding: 10px 15px 0px 8px;
}

.text-with-button {

}

.button-with-text {
	flex-shrink: 5;
}

.flip-horizontally{
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}

.larger-item {
	font-size: 150%;
}