/* ============================================= */
/* CSS for control sap.ushell/ApplicationContainer.control theme base */
/* ============================================= */

@media (min-width: 80rem) {
  .sapUiMedia-Std-Desktop .sapUShellApplicationContainer.sapUShellApplicationContainerLimitedWidth {
    box-shadow: 0 0 24px fade(@sapUiContentShadowColor, 15);
  }
}

.sapUshellDefaultBackground {
  background-color: transparent;//@sapUiGlobalBackgroundColor; changed to transparent as instructed by Tasev Vladislav on 14/02 - quote: "Target visual design clearly suggests transparent shell container"
}
