body, #g-page-surround{
    background: #f0f0f0 !important;
}
div#appheader{
    width: 100%;
    height: 50px;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background: #f0f0f0;
    border-bottom: 1px solid #e2e2e2e2;
    box-shadow: 0px 0px 8px #ccc;
    z-index: 9999;
}
.g-offcanvas-toggle{
    z-index: 99999 !important;
}
div#appheader img{    
    height: 50px !important;
    width: 148px !important;
    margin: 0px auto;
}
 
body.sticky div#appheader{
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

#g-main, body.modal .platform-content{
    padding-top: 50px !important;
}

#g-mobilemenu-container {
    padding-top: 80px !important;
}

#g-page-surround {
    box-shadow: none !important;
}
#g-footer{
    border-top:  none !important;
}