.sapUshellContainerIconHidden {
    display: none !important;
}

.adminMode #shell-container {
    background: url('/runtime/sap/hana/uis/flp/resources/FCC_BG.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fcc-on-fcc .sapMGlobalBackgroundColorStrong {
    background: url('/runtime/sap/hana/uis/flp/resources/Combined_BG.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.adminMode .assignmentDialog .customListTemplateLabel {
    padding-right: 14px;
}

#publish_button span:first-child {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

/*fix Block layout for 1.42*/
.sapUiBlockLayout.sapUiBlockLayoutSizeXL .sapUiBlockCellContent,
.sapUiBlockLayout.sapUiBlockLayoutSizeM .sapUiBlockCellContent,
.sapUiBlockLayout.sapUiBlockLayoutSizeL .sapUiBlockCellContent {
    padding: 1rem;
}

#preloadingIndicatorContainer {
    display: none;
}

#custom_font @font-face {
    font-family: "{custom_font}";
    font-weight: normal;
    font-style: normal;
    src: url("{custom_file}") format('truetype');
}

