@charset "UTF-8";
/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);
@import url(../yaml/screen/basemod.css);
@import url(../yaml/screen/content.css);
@import url(../general.css);

.page_margins { width: 98%; background:#fff; }

* {
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

div#header {
  border-bottom:40px solid #3D76BB;
  height:79px;
  margin-bottom:5px;
  }

.fileTopLine:hover{
  cursor:pointer;
}

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

html, body {
  height: 100%;
}

th {
  font-weight: bold;
  text-align: center;
}

h1 {
  font-size:2rem;
  text-align:left;
  /*padding: 20px; - Überschrift kein Abstand nach links (und deshalb auch nicht mehr in die anderen Richtungen)*/
  /*background-color:#dedede;*/
}

h2 {
  font-size:1.5rem;
  text-align:left;
  /*padding: 20px; - Überschrift kein Abstand nach links (und deshalb auch nicht mehr in die anderen Richtungen)*/
/*background-color:#dedede;*/
}

h2.normal {
  font-size:1.2rem;
  text-align:left;
}


p {
font-size: 1.2rem;
font-stretch:expanded;
line-height:2.4rem;
margin-top:0;
margin-bottom:0;
}

p.normal {
  font-size: 1rem;
  line-height:1rem;
}

#mmtext td {
vertical-align: middle;

}

.flex-container-evaluationStudent {
  display: flex;
  flex-wrap: wrap;
}

.flex-container-evaluationStudent > div {

}

.topicItem {
  margin-left:5px;
}

.flex-container {
display: flex;
}

.flex-container > div {
width:100%;
}

.content-table > table th, table td {
padding: 10px;
}

.tasks-flex-container {
display: flex;
width:100%;
}

.tasks-flex-container > div {

}

.student-navi-flex-container {
  display: flex;
  width:100%;
}

.student-navi-flex-container > div {
  background-color: lightgrey;
  padding: 10px;
  margin: 1px;
  width:100%;
  font-weight: bolder;
  text-align: center;
}

.teacher-navi-flex-container {
display: flex;
width:100%;
}

.teacher-navi-flex-container > div {
background-color: lightgrey;
padding: 10px;
margin: 1px;
width:100%;
font-weight: bolder;
text-align: center;
}

.teachernav ul.nav-dropdown {
  display: flex;
}

.teachernav ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
}

.teachernav li {
  padding: 8px;
}

.teachernav ul li:hover {
  background-color: #DDDDDD !important;
}

.teachernav ul.nav-dropdown li {
  flex: 1;
  box-sizing: border-box;
  position: relative;
  background-color: lightgrey;
  margin: 0px 1px 0px 1px;
  font-weight: bolder;
  text-align: center;
}

.teachernav ul li a {
  display: block;
  text-align: center;
  font-weight: bolder;
}

.teachernav #infoleiste div a {
  display: inline;
  font-weight: normal;
  padding: 8px 0px 8px 0px;
  white-space: nowrap;
  vertical-align: middle;
}


.teachernav ul.dropdown-content {
  position: absolute;
  display: none;
  z-index: 1;
}

.teachernav ul.dropdown-content li {
  width: 100%;
}

.teachernav .dropdown:hover .dropdown-content {
  display: block;
  margin: 8px -9px 0px -9px;
  position: absolute;
  width: 100%;
}


/* Customize the label (the container) */
.radiocontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-right: 70px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #999999;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .checkmark {
  background-color: #6ab8f7;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


table.styled {
  border: 1px solid #AAAAAA;
  border-collapse: collapse;
}
table.styled td, table.styled th {
  border: 1px solid #AAAAAA;
  border-collapse: collapse;
  padding: 4px;
  vertical-align: middle;
}
table.styled thead {
  background: #DDDDDD;
}

table.styled th {
  font-weight: bold;
  background: #DDDDDD;
}

.thleft {
  font-weight: bold;
  background: #DDDDDD;
}

table.styled thead th {
  font-weight: bold;
}
table.styled tfoot {
  font-weight: bold;
}


/* Customize the label (the container) */
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkcheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkcheckmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkcheckmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkcheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkcheckmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkcheckmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.blinking{
  animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
  0%{     color: red;    }
  49%{    color: red; }
  60%{    color: transparent; }
  99%{    color:transparent;  }
  100%{   color: red;    }
}


.blueButton {
  box-shadow: 0px 1px 0px 0px #f0f7fa;
  background-color:#dfdfdf;
  border-radius:6px;
  border:1px solid #333333;
  display:inline-block;
  cursor:pointer;
  color:#000000;
  font-family:Verdana;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
}
.blueButton:hover {
  background-color:#777777;
}
.blueButton:active {
  position:relative;
  top:1px;
}


.chatRoom > h1 {
  font-size:1.4rem;
  text-align:left;
}

.chatRoom > h2 {
  font-size:1.2rem;
  text-align:left;
}

.chatRoom > h3 {
  font-size:1.1rem;
}

.chatRoom > p {
  font-size: 1rem;
  line-height:1rem;
}

.messagefont {
  font-size: 1rem;
  line-height:1rem;
}


table.schoolTable { margin-right: 50px; }


table.schoolTable tr td, table.userRocherTable tr td {
	padding: 4px!important;
	border-bottom: 1px solid #E5E5E5;
	
}

table.schoolTable tr:last-child td, table.userRocherTable tr:last-child td  {
	border-bottom: 0!important;
}

table.tableGroup b { font-size: 1.1rem; }

table.questiontable td { vertical-align: middle; }

table.questiontable p { line-height:0;}

table.questiontable label.radiocontainer { margin-bottom:25px; }