.color-first-level{
    background-color: #79a548;  
    color: rgba(255,255,255,0.9);
}
.color-first-level{
    background-color: #79a548;
    /*color: #e4edda;*/
    color: rgba(255,255,255,0.9);
}
div.header{    
    width: 100%;   
    height: 41px !important;    
}
div.titlebar{    
    box-sizing: border-box;
    padding:0;
    margin:0;
    cursor:default;  
    width:100%;
    height: 30px;
    line-height: 25px;
    font-size: 16px;    
    overflow: hidden;    
    padding-left:4px;   
    padding-top: 5px;
}
div.menubar{
    font-family: DejaVu Sans, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Verdana;
    color:white;
    box-sizing: border-box;    
    width: 100%;    
    font-size: 17px;    
    font-weight: 400;
    text-align: center;
    overflow:hidden;
}
div.menu_items{
    display:block;
}
div.open_menu{
    cursor: pointer;
    display: none;
    font-size: 130%;
    width:100%;
    text-align: center;
}
a.button {
    border:none !important;
    outline: none !important;
    color: white;
    text-decoration: none !important;   
}
a.button:link {
    border:none !important;
    text-decoration: none !important;
    outline: none !important;
}
a.button:visited { 
    border:none !important;
    text-decoration: none !important;
    outline: none !important;
}
a.button:hover {
    border:none !important;
    color: white;
    text-decoration: none !important;
    outline: none !important;
    text-shadow: white 0px  0px 1px;
}
a.button:active {
    border:none !important;
    color: white;
    outline: none !important;
    text-decoration: none !important;
    text-shadow: white 0px  0px 3px;
}
a.mainmenu_div{    
    margin-right:8px;
    padding-right:8px;
}
img.inout{
    width: 28px;
    height:28px;
    padding:0;    
    margin-top:4px;
    margin-right:4px;
    filter: brightness(0) invert(1);}
img.inout:hover{
    filter: none;    
}
@media screen and (max-width: 600px) {        
    div.menu_items{            
        width: 100%; 
        max-height:250px;
        position: fixed;
        top:-270px;
        left: 0;
        overflow: auto;
        z-index: 4000;    
        background-color: #79a548;
    }    
    div.menu_items a{        
        box-sizing: border-box;
        display:inline-block !important;
        width:100%;
        border:none !important;
        margin:0;
        padding:6px;
    }
    div.menu_items a:hover{         
        background:rgba(0, 0, 0,0.15);
    }    
    div.open_menu{
        margin:0;
        padding:0;
        display:inline-block;       
    }   
}