﻿body,html {
  height: 100%;
}

.body-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.body-container .navbar {
  margin-bottom: 0px;
  padding-top: 8px;
}

.dash-bar-btn {
  margin-top: 20px;
}

.report-viewer-container {
  height: 100%;
}

iframe.report-viewer {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

.error-page {
  display:flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}

  .error-page .error-container {
    width: 400px;
    text-align: center;
    color: #837f7f;
  }

  .error-page .error-container .error-code {
    font-size: 4em;
    margin: 10px;
  }
    .error-page .error-container .error-message {
      margin: 10px;
    }