﻿

body {

    .menuBreakLine{
        position:fixed;
        top:50px;
        opacity:1;
        height:10px;
        width:100%;        
        background-color:#fafafa;
        z-index:-1
    }

    #smartphoneMenuOverlay{
        z-index:3000;
        top:50px;
        position:absolute;
        opacity:0;
        position:fixed;
        background-color:black;
        display:none;
        width:100%;
        height:100%;
    }

    .smartphoneMenu{
        z-index:1000;
        width:100%;
        position:fixed;
        height:50px;
        top:0;
        background-color:#4d4d4d;
       
        
    }

    .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;
    }

    .sidenav.sidenavDetail{
        opacity:1;
        z-index:5000;
    }

    /* The side navigation menu */
    .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;      
           
    
        .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;        

            .username{
            
                 margin-left:4px;
                 padding:0!important;
                 width:200px;  
           
                 color:white;
                 font-size:20px;
                 overflow:hidden;
                 
             }

            .infoLink{
            
                 margin-left:4px;
                 padding:0!important;
                 width:200px;
                 
                 color:white;
                 font-size:14px;
                 overflow:hidden;
                 
             }

          
            .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;

                 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;
                 }

            }
            

        }

            /*Der Container für die Kacheln*/
           .tiles{
            position:relative;
            padding-top:0px!important;
            overflow-y:hidden;
            overflow-x:hidden;
            /*height:80%;*/

        

           }

         

        .messageDetailHeader{
            
            text-align:center;
            font-size:20px;
            color:white;
            position:relative;
            top:8px;
            left:0px;
            background-color:#4d4d4d;
            width:80%;
        }
    }

    /* The navigation menu links */
    .sidenav a {
        padding: 0px 8px 0px 32px;
        text-decoration: none;
        font-size: 16px;
        color: #4d4d4d;
        display: block;
        transition: 0.3s
    }

    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover, .offcanvas a:focus{
        color: #f1f1f1;
    }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;      
        top: 0px;
        right: 5px;
        font-size: 30px;
        margin-left: 50px;
    }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn.invertColor {
       color:white!important;
    }

    /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
    #bodyContainer {
        transition: margin-left .5s;
    }

    /* 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;}
    }*/

}


  
  
            

