/*****************************************************************
CLEAN PAGE
*****************************************************************/
body[class].clean:not(.factorysettings),
body.clean:not(.factorysettings),
body.clean:not(.factorysettings) #page {
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    /*
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    */

    width: 100% !important;
    max-width: 100% !important;
}

body.clean:not(.factorysettings):before,
body.clean:not(.factorysettings):after,
body.clean:not(.factorysettings) #menu2,
body.clean:not(.factorysettings)>*:not(#page-wrapper):not(div):not(.dom-logger-component):not([id*="MODAL_"]),
body.clean:not(.factorysettings):not(.format-site) #page-wrapper>*:not(#page),
body.clean:not(.factorysettings):not(.format-site) #page>*:not(#topofscroll):not(#page-content),
body.clean:not(.factorysettings) #topofscroll>*:not(#page-content),
body.clean:not(.factorysettings) section#region-main>*:not([role=main]),
body.clean:not(.factorysettings) header#page-header,
body.clean:not(.factorysettings) footer,
body.clean:not(.factorysettings) nav,
body.clean:not(.factorysettings) #menu,
body.clean:not(.factorysettings) div.drawer,
body.clean:not(.factorysettings) #mdlHeader,
body.clean:not(.factorysettings) .drawer-toggles {
    display: none !important;
}