﻿body {
  /* The side navigation menu */
  /* The navigation menu links */
  /* When you mouse over the navigation links, change their color */
  /* Position and style the close button (top right corner) */
  /* Position and style the close button (top right corner) */
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  /*@media screen and (max-height: 450px) {
        .sidenav {padding-top: 15px;}
        .sidenav a {font-size: 18px;}
    }*/
}
body .menuBreakLine {
  position: fixed;
  top: 50px;
  opacity: 1;
  height: 10px;
  width: 100%;
  background-color: #fafafa;
  z-index: -1;
}
body #smartphoneMenuOverlay {
  z-index: 3000;
  top: 50px;
  position: absolute;
  opacity: 0;
  position: fixed;
  background-color: black;
  display: none;
  width: 100%;
  height: 100%;
}
body .smartphoneMenu {
  z-index: 1000;
  width: 100%;
  position: fixed;
  height: 50px;
  top: 0;
  background-color: #4d4d4d;
}
body .smartphoneMenuButton {
  color: white;
  margin-top: 10px;
  margin-left: 5px;
  cursor: pointer;
  border-color: white;
  border-style: solid;
  width: 50px;
  border-width: 0px;
  text-align: center;
  border-radius: 5px;
}
body .sidenav.sidenavDetail {
  opacity: 1;
  z-index: 5000;
}
body .sidenav {
  z-index: 4000;
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0px;
  transition: 0.5s;
  /*Der Container für die Kacheln*/
}
body .sidenav .userInfoContainer {
  text-align: left;
  font-size: 20px;
  color: white;
  position: relative;
  /*top:4px;*/
  left: 0px;
  background-color: #4d4d4d;
  width: 100%;
  overflow: visible;
  border-bottom: solid;
  border-bottom-color: whitesmoke;
  border-bottom-width: 10px;
  border-right: solid;
  border-right-color: whitesmoke;
  border-right-width: 2px;
}
body .sidenav .userInfoContainer .username {
  margin-left: 4px;
  padding: 0!important;
  width: 200px;
  color: white;
  font-size: 20px;
  overflow: hidden;
}
body .sidenav .userInfoContainer .infoLink {
  margin-left: 4px;
  padding: 0!important;
  width: 200px;
  color: white;
  font-size: 14px;
  overflow: hidden;
}
body .sidenav .userInfoContainer .logout {
  position: relative;
  font-size: 20px;
  width: 100%;
  background-color: #4d4d4d;
  color: blue;
  height: 40px;
  border: solid;
  border-color: #4d4d4d;
  text-align: left;
  vertical-align: middle;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
body .sidenav .userInfoContainer .logout a {
  padding-left: 5px;
  padding-top: 10px;
  margin-top: auto!important;
  margin-bottom: auto!important;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  color: white;
}
body .sidenav .tiles {
  position: relative;
  padding-top: 0px!important;
  overflow-y: hidden;
  overflow-x: hidden;
  /*height:80%;*/
}
body .sidenav .messageDetailHeader {
  text-align: center;
  font-size: 20px;
  color: white;
  position: relative;
  top: 8px;
  left: 0px;
  background-color: #4d4d4d;
  width: 80%;
}
body .sidenav a {
  padding: 0px 8px 0px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #4d4d4d;
  display: block;
  transition: 0.3s;
}
body .sidenav a:hover,
body .offcanvas a:focus {
  color: #f1f1f1;
}
body .sidenav .closebtn {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 30px;
  margin-left: 50px;
}
body .sidenav .closebtn.invertColor {
  color: white!important;
}
body #bodyContainer {
  transition: margin-left 0.5s;
}