﻿html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 180px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.xafPopup.dxbs-popup {
  max-width: 90vw !important;
  height: 90vh !important;
}

.search-editor .xaf-dx-button-image {
  mask: url(IImageService/Action_Search) !important;
  -webkit-mask: url(IImageService/Action_Search) !important;
}
.lookupSearchButton {
  background-color: currentColor !important;
  -webkit-mask: url(../images/search.png) !important;
  mask: url(../images/search.png) !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  height: 16px !important;
  width: 16px !important;
  mask-size: 16px !important;
  -webkit-mask-size: 16px !important;
}

.DivGebBemerkung {
  top: 40px;
  position: relative;
}

.logon {
  top: 10px;
  position: relative;
}

.file-dowload {
  font-weight: bold;
  color: #ff6c00;
}

