﻿.scope:not(.selected) .grid-container,
.breadcrumb:not(.visible) .grid-container,
.scope:not(.selected) .fields-container, 
.breadcrumb:not(.visible) .fields-container,
.scope:not(.selected) .dashboard, 
.breadcrumb:not(.visible) .dashboard,
.scope:not(.selected) .dynamic-module, 
.breadcrumb:not(.visible) .dynamic-module {
    display: none;
}

