/*
 * Copyright 2017-2020 Univention GmbH
 *
 * https://www.univention.de/
 *
 * All rights reserved.
 *
 * The source code of this program is made available
 * under the terms of the GNU Affero General Public License version 3
 * (GNU AGPL V3) as published by the Free Software Foundation.
 *
 * Binary versions of this program provided by Univention to you as
 * well as other copyrighted, protected or trademarked materials like
 * Logos, graphics, fonts, specific documentations and configurations,
 * cryptographic keys etc. are subject to a license agreement between
 * you and Univention and not subject to the GNU AGPL V3.
 *
 * In the case you use this program under the terms of the GNU AGPL V3,
 * the program is provided in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public
 * License with the Debian GNU/Linux or Univention distribution in file
 * /usr/share/common-licenses/AGPL-3; if not, see
 * <https://www.gnu.org/licenses/>.
 */
.umc .umcHeader .umcLiveSearch .umcSearchBox {
  border-color: #282828;
}
.umc .umcHeader .umcLiveSearch .umcSearchBox:after {
  border-width: 1px;
}
.umc.portal {
  min-height: 100%;
/* Chrome,Safari4+ */
  background: url("/univention/js/dijit/themes/umc/images/background-tile.png") repeat, -webkit-gradient(linear, left bottom, right top, color-stop(0%, #b3b3b3), color-stop(31%, #e0e0e0), color-stop(51%, #f0f0f0), color-stop(61%, #ebebeb), color-stop(74%, #e0e0e0), color-stop(100%, #bdbdbd));
/* Chrome10+,Safari5.1+ */
  background: url("/univention/js/dijit/themes/umc/images/background-tile.png") repeat, -webkit-linear-gradient(to right top, #b3b3b3 0%, #e0e0e0 31%, #f0f0f0 51%, #ebebeb 61%, #e0e0e0 74%, #bdbdbd 100%);
/* W3C */
  background: url("/univention/js/dijit/themes/umc/images/background-tile.png") repeat, linear-gradient(to right top, rgba(179,179,179,1) 0%, rgba(224,224,224,1) 31%, rgba(240,240,240,1) 51%, rgba(235,235,235,1) 61%, rgba(224,224,224,1) 74%, rgba(189,189,189,1) 100%);
}
.umc.portal .umcHeader {
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  overflow: visible;
}
.umc.portal .umcHeader .umcHeaderLeft {
  flex: 1 1 auto;
  display: flex;
  position: relative;
}
.umc.portal .umcHeader .umcHeaderLeft #portalLogo {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 50px;
  margin: 15px 16px 0 0;
  float: left;
}
.umc.portal .umcHeader .umcHeaderLeft h1 {
  margin: 15px 0 0 0;
}
.umc.portal .umcHeader .umcHeaderRight {
  float: right;
  flex: 0 0 auto;
  align-self: flex-end;
  position: relative;
  margin: 0;
}
.umc.portal .umcHeader .umcHeaderRight .univentionLogo {
  background-image: url("../js/dijit/themes/umc/images/univention_u.svg");
  margin-left: 0;
  width: 48px;
}
@media (max-width: 549px) {
  .umc.portal .umcHeader .umcHeaderRight #umcLiveSearch {
    display: none;
  }
}
.umc.portal .umcHeader.umcWhiteIcons .umcHeaderRight .univentionLogo {
  background-image: url("../js/dijit/themes/umc/images/univention_u-white.svg");
}
.umc.portal .content {
  padding: 0 40px;
}
.umc.portal .portalCategory {
  padding: 16px 0;
  border: none;
  cursor: default;
}
.umc.portal .portalCategory h2 {
  display: inline-block;
}
.umc.portal .portalCategory h2.noDisplayNameProvided {
  font-style: italic;
  opacity: 0.8;
}
.umc.portal .portalCategory .umcPortalGallery .dgrid-scroller {
  margin: 0;
}
.umc.portal .portalCategory .umcPortalGallery {
  margin-left: -20px;
  margin-right: -20px;
}
.umc.portal .portalCategory .umcGalleryWrapperItem {
  margin: 12px 20px;
}
.umc.portal footer a {
  margin-right: 20px;
  margin-top: 10px;
  display: inline-block;
}
.umc.portal .anonymousEmpty {
  max-width: 500px;
  min-height: 250px;
  margin: 50px auto 0;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(1,0,0,0.118), 0 1px 4px rgba(0,1,0,0.118);
  display: flex;
  flex-direction: column;
}
.umc.portal .anonymousEmpty__Text {
  padding: 24px;
  flex: 1 0 auto;
}
.umc.portal .anonymousEmpty__ButtonRow {
  display: flex;
  justify-content: flex-end;
}
.umc.portal .portalEditBar,
.umc.portal .portalEntryOrderBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  box-shadow: 0 3px 10px rgba(1,0,0,0.157), 0 3px 10px rgba(0,1,0,0.227);
  transition: transform 0.2s;
  height: 100px;
  background-color: #fac800;
  transform: translateY(100%);
}
.umc.portal .portalEditBar .dijitButton,
.umc.portal .portalEntryOrderBar .dijitButton {
  margin: 0;
  height: 100%;
}
.umc.portal .portalEditBar .dijitButton .dijitButtonNode,
.umc.portal .portalEntryOrderBar .dijitButton .dijitButtonNode {
  box-shadow: none;
  background-color: #fac800;
  height: 100%;
  width: 100%;
  padding: 16px;
}
.umc.portal .portalEditBar .dijitButton .dijitButtonNode .dijitIcon,
.umc.portal .portalEntryOrderBar .dijitButton .dijitButtonNode .dijitIcon {
  margin-left: 0;
}
.umc.portal .portalEditBar .dijitButton .dijitButtonNode .dijitButtonText,
.umc.portal .portalEntryOrderBar .dijitButton .dijitButtonNode .dijitButtonText {
  text-align: left;
  color: #fff;
}
.umc.portal .portalEditBar .dijitButton.dijitButtonActive .dijitButtonNode,
.umc.portal .portalEntryOrderBar .dijitButton.dijitButtonActive .dijitButtonNode,
.umc.portal .portalEditBar .dijitButton.dijitButtonFocused .dijitButtonNode,
.umc.portal .portalEntryOrderBar .dijitButton.dijitButtonFocused .dijitButtonNode,
.umc.portal .portalEditBar .dijitButton.dijitButtonHover .dijitButtonNode,
.umc.portal .portalEntryOrderBar .dijitButton.dijitButtonHover .dijitButtonNode {
  background-color: rgba(0,0,0,0.078);
}
@media (min-width: 550px) {
  .umc.portal .portalEditBar .portalEditBarEntryOrderButton .dijitButtonContents,
  .umc.portal .portalEditBar .portalEditBarVisibilityButton .dijitButtonContents,
  .umc.portal .portalEditBar .portalEditBarAppearanceButton .dijitButtonContents {
    display: flex;
    flex-flow: column;
  }
  .umc.portal .portalEditBar .portalEditBarEntryOrderButton .dijitButtonContents .dijitIcon,
  .umc.portal .portalEditBar .portalEditBarVisibilityButton .dijitButtonContents .dijitIcon,
  .umc.portal .portalEditBar .portalEditBarAppearanceButton .dijitButtonContents .dijitIcon {
    margin: 0 16px 4px 0;
  }
}
@media (min-width: 350px) and (max-width: 550px) {
  .umc.portal .portalEditBar {
    height: auto;
  }
  .umc.portal .portalEditBar .portalEditBarEntryOrderButton,
  .umc.portal .portalEditBar .portalEditBarVisibilityButton,
  .umc.portal .portalEditBar .portalEditBarAppearanceButton {
    width: 100%;
  }
  .umc.portal .portalEditBar .portalEditBarEntryOrderButton .dijitButtonNode,
  .umc.portal .portalEditBar .portalEditBarVisibilityButton .dijitButtonNode,
  .umc.portal .portalEditBar .portalEditBarAppearanceButton .dijitButtonNode {
    justify-content: flex-start;
  }
  .umc.portal .portalEditBar .portalEditBarCloseButton {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
}
@media (max-width: 350px) {
  .umc.portal .portalEntryOrderBar,
  .umc.portal .portalEditBar {
    height: auto;
  }
  .umc.portal .portalEntryOrderBar .dijitButton,
  .umc.portal .portalEditBar .dijitButton {
    width: 100% !important;
  }
}
.umc.portal .portalEditBar .portalEditBarEntryOrderButton .dijitIcon,
.umc.portal .portalEditBar .portalEditBarVisibilityButton .dijitIcon,
.umc.portal .portalEditBar .portalEditBarAppearanceButton .dijitIcon {
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.umc.portal .portalEditBar .portalEditBarEntryOrderButton .dijitIcon {
  background-image: url("editBar_entryOrder_white.svg");
  width: 60px;
}
.umc.portal .portalEditBar .portalEditBarVisibilityButton .dijitIcon {
  background-image: url("editBar_visibility_white.svg");
  width: 40px;
}
.umc.portal .portalEditBar .portalEditBarAppearanceButton .dijitIcon {
  background-image: url("editBar_appearance_white.svg");
  width: 60px;
}
.umc.portal .portalEditBar .portalEditBarCloseButton {
  width: 100px;
}
.umc.portal .portalEditBar .portalEditBarCloseButton .dijitIcon {
  transform: scale(1.7);
}
.umc.portal .portalEditBar .portalEditBarCloseButton .dijitButtonText {
  display: none;
}
.umc.portal .portalEditBar {
  z-index: 26;
}
.umc.portal .portalEntryOrderBar {
  z-index: 27;
}
.umc.portal .umcNotificationSnackbar {
  z-index: 28;
}
.umc.portal .dijitDialog .umcSize-One {
  width: 50%;
}
.umc.portal .portalEditFloatingButton {
  position: fixed;
  z-index: 29;
  right: 25px;
  bottom: 25px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  opacity: 1;
  visibility: visible;
  transition: box-shadow 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 0.2s, visibility 0s 0s;
  background-color: #fac800;
}
.umc.portal .portalEditFloatingButton:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.umc.portal .portalEditFloatingButton:active {
  box-shadow: 0px 14px 45px rgba(0,0,0,0.25), 0px 10px 18px rgba(0,0,0,0.22);
}
.umc.portal .portalEditFloatingButton .icon {
  background: url("/univention/js/dijit/themes/umc/images/icons-white.svg") -200px -40px no-repeat;
  background-size: 320px 260px;
  width: 20px;
  height: 20px;
  margin: 18px;
  transform: scale(1.4);
}
.umc.portal .portalEntryWizard .umcPageNav {
  display: none;
}
.umc.portal .portalPropertiesDialog {
  min-width: 350px;
}
.umc.portal .portalPropertiesDialog .umcLabelPane-umcUploader {
  width: 100%;
}
.umc.portal .portalPropertiesDialog .umcLabelPane-umcUploader .umcImage {
  min-height: 100px;
}
.umc.portal .portalPropertiesDialog .umcMultiObjectSelect {
  min-width: 300px;
}
.umc.portal .umcMultiSelect {
  min-width: 300px;
}
.umc.portal .portalEntryDialog .previewTile .umcGalleryWrapperItem:active .boxShadow {
  box-shadow: 0 1px 6px rgba(1,0,0,0.118), 0 1px 4px rgba(0,1,0,0.118);
}
.umc.portal .portalEntryDialog .previewTile .umcGalleryWrapperItem .appInnerWrapper {
  cursor: initial;
}
.umc.portal .portalEntryDialog .previewTile .umcGalleryWrapperItem .appIcon {
  text-align: center;
}
.umc.portal .portalEntryDialog .previewTile .umcGalleryWrapperItem .appIcon img {
  max-height: 100%;
  max-width: 100%;
}
.umc.portal .portalEntryDialog .previewTile .umcGalleryWrapperItem .appIcon.iconLoaded {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.umc.portal .portalEntryDialog .previewTile .umcGalleryWrapperItem .appIcon:not(.iconLoaded) img {
  display: none;
}
.umc.portal .portalEntryDialog .umcMultiInput.noRemoveButton .umcMultiInputLastRowEntry,
.umc.portal .portalPropertiesDialog .umcMultiInput.noRemoveButton .umcMultiInputLastRowEntry {
  padding-right: 0.5em;
}
.umc.portal .portalEntryDialog .umcMultiInput.noRemoveButton .umcMultiInputRemoveButton,
.umc.portal .portalPropertiesDialog .umcMultiInput.noRemoveButton .umcMultiInputRemoveButton {
  display: none;
}
.umc.portal .portalEntryDialog {
  width: 650px;
}
.umc.portal .portalEntryDialog .previewTile:not(.editMode) .cornerPiece {
  transition: background-color 0.2s;
}
.umc.portal .portalEntryDialog .previewTile:not(.editMode) .umcGalleryName {
  transition: background-color 0.1s ease-in, opacity 0.2s;
}
.umc.portal .portalEntryDialog .previewTile:not(.editMode) .umcGallerySubName {
  width: 92%;
  margin-left: 1px;
  height: 20px;
  transition: background-color 0.1s ease-in;
}
.umc.portal .portalEntryDialog .previewTile:not(.editMode) .appHover div {
  transition: background-color 0.1s 0s ease-in;
  height: 40px;
}
.umc.portal .portalEntryDialog .previewTile:not(.editMode) .umcGalleryName,
.umc.portal .portalEntryDialog .previewTile:not(.editMode) .umcGallerySubName,
.umc.portal .portalEntryDialog .previewTile:not(.editMode) .appHover div {
  opacity: 0;
}
.umc.portal .portalEntryDialog .previewTile:not(.editMode).name .appIcon {
  opacity: 0;
  transition: opacity 0.15s;
}
.umc.portal .portalEntryDialog .previewTile:not(.editMode).name .cornerPiece {
  background-color: #d3d3d3;
}
.umc.portal .portalEntryDialog .previewTile:not(.editMode).icon .appIcon {
  opacity: 1;
  transition: opacity 0.15s;
}
.umc.portal .portalEntryDialog .previewTile:not(.editMode).displayName .appIcon,
.umc.portal .portalEntryDialog .previewTile:not(.editMode).displayName .umcGalleryName {
  opacity: 1;
}
.umc.portal .portalEntryDialog .previewTile:not(.editMode).displayName .umcGalleryName:not(.hasName) {
  background-color: #d3d3d3;
}
.umc.portal .portalEntryDialog .previewTile:not(.editMode).link .appIcon,
.umc.portal .portalEntryDialog .previewTile:not(.editMode).link .umcGalleryName,
.umc.portal .portalEntryDialog .previewTile:not(.editMode).link .umcGallerySubName {
  opacity: 1;
}
.umc.portal .portalEntryDialog .previewTile:not(.editMode).link .umcGallerySubName:not(.hasLink) {
  background-color: #d3d3d3;
}
.umc.portal .portalEntryDialog .previewTile:not(.editMode).description .umcGalleryName,
.umc.portal .portalEntryDialog .previewTile:not(.editMode).description .umcGallerySubName,
.umc.portal .portalEntryDialog .previewTile:not(.editMode).description .appHover div {
  opacity: 1;
}
.umc.portal .portalEntryDialog .previewTile:not(.editMode).description .appHover div:not(.hasDescription) {
  transition: background-color 0.1s 0.2s ease-in;
  background-color: #e8e8e8;
}
.umc.portal .umcLabelPane-umcMultiObjectSelect,
.umc.portal .umcLabelPane-umcMultiSelect {
  width: 100% !important;
}
.umc.portal.edit #portalLogo,
.umc.portal.edit #portalTitle {
  cursor: pointer;
}
.umc.portal.edit #portalLogoWrapper {
  display: inline;
  position: relative;
}
.umc.portal.edit #portalLogoWrapper #portalLogoEdit {
  cursor: pointer;
  top: -3px;
  right: -3px;
}
.umc.portal.edit #portalTitle {
  position: relative;
}
.umc.portal.edit #portalTitle:after {
  display: block;
  content: '';
  top: -18px;
  right: -40px;
}
.umc.portal.edit #portalTitle:after,
.umc.portal.edit #portalLogoEdit {
  position: absolute;
  transform: scale(0.7);
  background-image: url("editIcon.svg");
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(1,0,0,0.157), 0 2px 7px rgba(0,1,0,0.227);
  height: 40px;
  width: 40px;
}
.umc.portal.edit #content {
  padding-bottom: 150px;
}
.umc.portal.edit .portalEditBar {
  transform: translateY(0);
}
.umc.portal.edit .portalCategory h2 {
  position: relative;
  cursor: pointer;
}
.umc.portal.edit .portalCategory h2::after {
  display: block;
  content: '';
  position: absolute;
  background-image: url("editIcon.svg");
  background-size: contain;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(1,0,0,0.157), 0 2px 7px rgba(0,1,0,0.227);
  height: 30px;
  width: 30px;
  top: -10px;
  right: -40px;
}
.umc.portal.edit .newCategory {
  margin: 15px 0 0 0;
}
.umc.portal.edit .addEntryTile .cornerPiece {
  background-color: #d3d3d3;
}
.umc.portal.edit .addEntryTile .dummyIcon {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("portal-add-entry-plus.svg") no-repeat center;
  background-size: 39px;
}
.umc.portal.edit .umcGalleryWrapperItem .appStatusIcon {
  background-image: url("editIcon.svg");
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(1,0,0,0.157), 0 2px 7px rgba(0,1,0,0.227);
}
.umc.portal.edit .umcGalleryWrapperItem .appStatusIcon.editIcon {
  background-position: 0 0;
}
.umc.portal.edit .umcGalleryWrapperItem .appStatusHoverIcon {
  display: none;
}
.umc.portal.dnd #content {
  padding-bottom: 150px;
}
.umc.portal.dnd .portalEntryOrderBar {
  transform: translateY(0);
}
.umc.portal.dnd .portalCategory .dojoDndItem_dndCoverWrapper {
  position: relative;
}
.umc.portal.dnd .portalCategory .dojoDndItem_dndCover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin-left: -20px;
  margin-right: -20px;
}
.umc.portal.dnd .portalCategory .dojoDndHandle {
  cursor: move;
  display: flex;
  align-items: center;
}
.umc.portal.dnd .portalCategory .dojoDndHandle::before {
  display: block;
  content: '';
  height: 40px;
  width: 30px;
  margin-right: 10px;
  background: url("portalContentSelectionDndArrow.svg") no-repeat;
  background-position: center;
  background-color: #d3d3d3;
  border-radius: 2px;
  box-shadow: 0 1px 6px rgba(1,0,0,0.118), 0 1px 4px rgba(0,1,0,0.118);
}
.umc.portal.dnd.dojoDndMove {
  cursor: move;
}
.umc.portal.dnd.dojoDndMove .portalCategory {
  cursor: move;
}
.umc.portal.dnd .dojoDndSource_PortalEntries {
  min-height: 189px;
}
.umc.portal.dnd .dojoDndSource_PortalEntries:after {
  content: '';
  display: block;
  clear: both;
}
.umc.portal.dnd .portalCategory.dojoDndItemSelected,
.umc.portal.dnd .portalCategory.dojoDndItemAnchor,
.umc.portal.dnd .portalCategory.dojoDndItemOver {
  background-color: transparent;
  color: inherit;
}
.umc.portal.dnd .portalCategory.dojoDndItemBefore {
  border-top: 2px solid #808080;
}
.umc.portal.dnd .portalCategory.dojoDndItemAfter {
  border-bottom: 2px solid #808080;
}
.umc.portal.dnd .dojoDndSource_PortalEntries .dojoDndItem {
  float: left;
  padding: 0;
  border: none;
  cursor: move;
}
.umc.portal.dnd .dojoDndSource_PortalEntries .dojoDndItem .umcGalleryWrapperItem,
.umc.portal.dnd .dojoDndSource_PortalEntries .dojoDndItem .appInnerWrapper {
  cursor: move;
}
.umc.portal.dnd .dojoDndSource_PortalEntries .umcGalleryWrapperItem {
  transition: transform 0.3s;
}
.umc.portal.dnd .dojoDndSource_PortalEntries .dojoDndItemSelected,
.umc.portal.dnd .dojoDndSource_PortalEntries .dojoDndItemOver,
.umc.portal.dnd .dojoDndSource_PortalEntries .dojoDndItemAnchor,
.umc.portal.dnd .dojoDndSource_PortalEntries .dndPlaceholder {
  background-color: transparent;
  border: none;
}
.umc.portal.dnd .dojoDndSource_PortalEntries .dojoDndItemSelected .umcGalleryWrapperItem .boxShadow,
.umc.portal.dnd .dojoDndSource_PortalEntries .dojoDndItemOver .umcGalleryWrapperItem .boxShadow,
.umc.portal.dnd .dojoDndSource_PortalEntries .dojoDndItemAnchor .umcGalleryWrapperItem .boxShadow,
.umc.portal.dnd .dojoDndSource_PortalEntries .dndPlaceholder .umcGalleryWrapperItem .boxShadow {
  box-shadow: 0 3px 10px rgba(1,0,0,0.157), 0 3px 10px rgba(0,1,0,0.227);
}
.umc.portal.dnd .dojoDndSource_PortalEntries .dndPlaceholder .cornerPiece {
  background-color: #d3d3d3;
}
.umc.portal.dnd .dojoDndSource_PortalEntries .dojoDndItemSelected .umcGalleryWrapperItem .cornerPiece,
.umc.portal.dnd .dojoDndSource_PortalEntries .dojoDndItemAnchor .umcGalleryWrapperItem .cornerPiece {
  background-color: #fbfbfb;
}
.umc.portal.dnd .dojoDndSource_PortalEntries.dojoDndSourceMoved .dojoDndItemAnchor .umcGalleryWrapperItem,
.umc.portal.dnd .dojoDndSource_PortalEntries.dojoDndSourceMoved .dojoDndItemSelected .umcGalleryWrapperItem {
  transform: scale(0.8);
}
.umc.portal.dnd .dojoDndSource_PortalEntries.dojoDndSourceMoved.dojoDndContainerOver .dojoDndItemAnchor,
.umc.portal.dnd .dojoDndSource_PortalEntries.dojoDndSourceMoved.dojoDndContainerOver .dojoDndItemSelected {
  display: none;
}
.umc.portal.dnd .dojoDndSource_PortalEntries.dojoDndSourceMoved .dndPlaceholder {
  width: 195px;
  height: 189px;
  float: left;
}
.umc.portal.dnd table.dojoDndAvatar {
  border: none;
  box-shadow: none;
  background-color: transparent;
  pointer-events: none;
}
.umc.portal.dnd table.dojoDndAvatar .dojoDndAvatarHeader {
  display: none;
}
.umc.portal.dnd table.dojoDndAvatar .dojoDndAvatarItem {
  display: inline;
  opacity: 1 !important;
}
.umc.portal.dnd table.dojoDndAvatar .dojoDndItem {
  padding: 0;
}
.umc.portal.dnd .dndPlaceholderHideout .dndPlaceholder {
  display: none;
}
.umc.portal.edit .umcGalleryWrapperItem.deactivated .appIcon,
.umc.portal.dnd .umcGalleryWrapperItem.deactivated .appIcon,
.umc.portal.edit .umcGalleryWrapperItem.deactivated .appInnerWrapper,
.umc.portal.dnd .umcGalleryWrapperItem.deactivated .appInnerWrapper {
  opacity: 0.4;
}
.umc.portal.edit .portalEditFloatingButton,
.umc.portal.dnd .portalEditFloatingButton {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s 0.25s;
}
.umc.portal.edit .notInPortalJSONTile .dummyIcon,
.umc.portal.dnd .notInPortalJSONTile .dummyIcon {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("questionMark.svg") no-repeat center;
  background-size: 60px;
}
@media (max-width: 549px) {
  .umc.portal .umcHeader {
    padding: 0 24px;
  }
  .umc.portal .content {
    padding: 0 24px;
  }
  .umc.portal .portalCategory {
    display: block;
    margin: 0;
  }
  .umc.portal .portalCategory .umcPortalGallery {
    margin-left: 0px;
    margin-right: 0px;
  }
  .umc.portal .portalCategory .umcGalleryWrapperItem {
    margin: 8px 0;
  }
  .umc.portal.dnd .dojoDndSource_PortalEntries .dojoDndItem {
    width: 100%;
  }
  .umc.portal.dnd .dojoDndSource_PortalEntries.dojoDndSourceMoved .dndPlaceholder {
    width: 100%;
    height: auto;
    float: left;
  }
  .umc.portal.dnd table.dojoDndAvatar .dojoDndItem .umcGalleryWrapperItem {
    width: 300px;
  }
  .umc.portal.dnd .dijitOffScreen .umcGalleryWrapperItem {
    width: 300px !important;
  }
}
