html, body, .app-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.cxd-Layout-headerBar {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    background: #ffff;
}

.cxd-Layout-content {
    background: #f0f2f5;
}

.cxd-Layout-body {
    background: #fff;
    margin: 10px;
}

.cxd-AppBcn {
    padding-bottom: 0.7rem !important;
    margin-top: 0.7rem !important;
    line-height: normal !important;
}

.cxd-Crud-filter {
    margin-top: 15px !important;
}