
body, html {
    overflow-y: scroll;
}


.modal {
    overflow-y:scroll;   
  }

  .hiddenplayer{
    visibility: hidden;
    height:2px;
    cursor:default
  }


.rightalign{
    display: flex; 
    justify-content: flex-end;
    margin-top:0;
    margin-bottom:0;
}


.line{
    height:1px;
    border-top: 1px solid #e7e7e7;
    margin-top: 5px;;
    margin-bottom: 15px;
}

}

.noteneingabeTitel{
    color:silver;
}

.container-chart {   
    position:absolute;
    left:0;
    top:0;
    height:250px;
    width:800px;
}
.divTransparent{
    background-color:none;
}

.table-cell{
    border: 1px solid#c0c0c0;
    padding: 5px;
}

.thin-line{
    margin-right: 20px;
    margin-left:10px;
    background-color: #5e5c5c;
    height:1px;
}

.borderless{
    border:none;
}

.div-overlay{
    z-index: 6000;
}

.dropdown-menu-schuljahr{
    position: relative;
  }

.gruppenfach {
    background-image: url("/assets/img/fachgruppe.png");   
   }


#divtoBlink{
 width:100px;
 height:20px;
background-color:#627BAE;
}

.class2{
     background-color:#ff0000 !important;
}

.grey-shadow{

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.divkarteikarte{
    background-image: url("/assets/img/karteikarte2.png");
    min-height: 400px;
}

.divkarteikarte2{
  background-image: url("/assets/img/karteikarte3.png");
  min-height: 400px;
}

.folder{
position:relative;
  background-image: url("/assets/img/folder.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  aspect-ratio: 298/210; 
  width: 430px;
  margin-top: 25px;
}

.flashcard{
    background-image: url("/assets/img/karteikarte5.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    aspect-ratio: 298/210; 
    width: 430px;
    margin-top: 25px;
  }

  


.flashcard2{
    background-image: url("/assets/img/karteikarte5.png");
    background-size:cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
    aspect-ratio: 298/210; 
  }

.karteikarte{     
    text-align:center
}

.badge-grey{
    background-color: white;
}

.chatroom{
    background-image: url('/assets/img/kariertespapier.png');
    margin-top: 25px;
    border: #5e5c5c;
    border-radius: 4px;
    margin:2px;
    padding:10px;
    width: 100%;
    height: 500px;
    overflow: auto;
}

.align-bottom{
    background-color:white;
    width:100%;
    vertical-align: bottom;
    height: 35px;
}

.chat-self{
    background-color:#cbf7c1;
    border-radius: 4px;
    width:85%;
    float:right;
    padding:10px;
    margin-right: 25px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
    margin-top: 25px;
}

.chat-other{
    background-color:white;
    border-radius: 4px;
    width:85%;
    float: left;
    padding:10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
    margin-top: 25px;
    margin-left: 25px;
}

.emailcard{

    background-color:white;
    border-radius: 3px;
    width:100%;
    padding:10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
    margin-top: 5px;
    margin-left: 5px;
}

.checklist-spalte{
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 1.0rem;
    border-left: 1px solid #c0c0c0;
    text-align: center;    
}

.checklist-spalte-table{
    font-size: 1.0rem;
    border-left: 1px solid #c0c0c0;
    text-align: center;

}

.scrollable{
    overflow-y: scroll;
}

.vertical-center{
    margin:0;
    position: absolute;
    top:50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hv-center {
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 200px;
  height: 200px;
  }

  .button-menu{
      display: flex;
      overflow-y: hidden;
      overflow-x: auto;
  }

  .margin{
      margin-left:'50px';
      margin-right:'50px';
  }

  input[type="checkbox"] {
    /* ...existing styles */
    display: grid;
    place-content: center;
  }
  
  input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
  }
  
  input[type="checkbox"]:checked::before {
    transform: scale(1);
  }

.flashcard-front-image{
    background-image: url('/assets/img/flashcard_pc.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1200/320;
}

.navbar-left{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width:220px;
    height:100%;
    background-color:black; 
    
}

.nav-bar-shadow{
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.main-container{
    margin-left:240px;
    margin-right:20px;
    margin-top:20px;
    width:calc(100%-260px);
    overflow:auto;
    height:100%;
}


@media screen and (max-width: 992px) {
    .navbar-left {
        display:none;
    }
    .main-container {
        margin-left:20px;
        margin-right:20px;
        margin-top:20px;
        width:calc(100%-40px);
        overflow:auto;
        height:100%;
    }
}

@media screen and (min-width: 992px) {
    .navbar-dynamic {
        display:none;
    }
}

@media print{    
    .main-container  {
        margin-left:20px;
        width:100%;
    }
}

.all-center{
    display: flex;
    justify-content: center;
    align-items: center; 
}

.left-border{
    border-left: 1px dotted gray;
}

@keyframes fadin {
    from {height:0px;}
    to:{height:100%} 
  }

@keyframes show-in {
from {opacity: 0;}
to:{opacity: 1} 
}

.fade-in{
animation-name:fadin;
animation-duration: 0.5s; 

}


.schuelerpruefung{
    background-color: #fae5a7;
    min-height: 100% !important;
    height: 100%;
    width: 100%;
}
