@charset "UTF-8";
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
}

@media (max-width: 992px) {
  .container {
    max-width: unset !important;
    width: 100%;
  }
}
.matrixtable-container {
  overflow-x: auto;
}

.matrix-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.matrix-modal {
  background: white;
  width: 400px;
  height: 400px;
  margin: 100px auto;
  padding: 15px;
  position: relative;
  border-radius: 10px;
}

table.matrixtable {
  border-collapse: separate;
  border-spacing: 0 1px;
}

table.matrixtable td {
  min-width: 28px;
}

.matrix-cell {
  border: 1px solid grey;
  border-right: none;
  text-align: center;
}

.articleRow:hover {
  background-color: #cccccc;
  cursor: pointer;
}

.articleRow > .matrix-cell:last-child {
  border-right: 1px solid grey;
}

.articleRow > th {
  min-width: 320px;
}

.parameterHeading {
  vertical-align: bottom;
  padding-bottom: 10px;
  width: 33px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
}

.parameterHeading > .vertical {
  text-orientation: sideways;
  writing-mode: vertical-lr;
  /* Für Chrome (top-to-bottom) */
  writing-mode: sideways-lr;
  /* Für FF (=andersrum) */
}

td.AndToken {
  background-color: darkgrey;
}

td.MaxToken {
  background-color: peachpuff;
}

td.DefaultToken {
  background-color: whitesmoke;
}

td.CancelToken {
  background-color: lightcoral;
}

.has-changes {
  color: orangered;
}

/* Tooltip container */
/* Tooltip text */
.has-tooltip .tooltiptext {
  writing-mode: initial;
  visibility: hidden;
  width: 240px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 2;
  margin-left: -120px;
  top: 240px;
}

/* Tooltip text - Oben */
/* Tooltip text - Links */
.has-tooltip .tooltiptext.tooltiptext-vertical {
  width: 320px;
  left: 1px;
  margin-left: 0;
  top: auto;
}

/* Show the tooltip text when you mouse over the tooltip container */
.has-tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Wenn MatrixArticleFormula.Enabled==False */
.maf-is-disabled {
  text-decoration: line-through;
}

.fancybox-slide--iframe {
  padding-top: 0;
  padding-bottom: 0;
}

.fancybox-slide--iframe .fancybox-content {
  width: 600px;
  height: 80%;
  max-width: 85%;
  max-height: 92%;
  min-height: 60%;
  margin: 0;
}

.loading-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999999;
  display: flex;
}

.loading-container > div {
  width: 200px;
  height: 200px;
  margin: auto;
  text-align: center;
}

/*# sourceMappingURL=site.css.map */
