.mobile-header {
 background:white;
 box-shadow:0 3px 15px rgba(0,0,0,.10);
}

.mobile-bottom {
 background:white;
 box-shadow:0 -3px 15px rgba(0,0,0,.10);
}

.mobile-body {
 background:#f4f6fb;
}

html, body{
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}

.x-body{
    overflow:hidden !important;
}

.x-panel-body{
    overflow:hidden !important;
}