.loading-box{
    position: fixed;
    z-index: 99999;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color: rgba(0,0,0,.5)
}
.loading-box .loading{
    width:60px;
    height:60px;
    position: fixed;
    z-index: 9999999;
    top:50%;
    left:50%;
    margin-left:-30px;
    margin-top:-80px;
}
.loading-box .loading img{
    width:60px;
    height:60px;
    background-color: #fff;
    border-radius:60px;
    display: block;
    margin:0 auto;
}
/* bugfix */
.menu-min .sidebar-shortcuts-large{ width: 194px; }
.page{ overflow: hidden; }