body.v2_0_restricted.clinic.berichte #restrictedContent {
  padding: 0 !important;
  overflow: hidden !important; }
  body.v2_0_restricted.clinic.berichte #restrictedContent > div {
    height: 100%; }

#berichte.berichte-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  #berichte.berichte-container .loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10; }
    #berichte.berichte-container .loading-overlay p {
      margin-top: 20px;
      color: #044F94;
      font-size: 1rem; }
  #berichte.berichte-container .dashboard-iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: #fff; }
