/* src/styles.scss */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}
body {
  margin: 0;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji";
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Consolas,
    "Liberation Mono",
    Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.3;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
@font-face {
  font-family: "Segoe-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("./media/Segoe-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Segoe-Regular-Italic";
  font-style: normal;
  font-weight: 400;
  src: url("./media/Segoe-Regular-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Segoe-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("./media/Segoe-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Segoe-Bold-Italic";
  font-style: normal;
  font-weight: 700;
  src: url("./media/Segoe-Bold-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Segoe-Semibold";
  font-style: normal;
  font-weight: 600;
  src: url("./media/Segoe-Semibold.ttf") format("truetype");
}
body,
html {
  font-family: "Segoe-Regular", sans-serif;
  font-size: 14px;
  font-size: 14px;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 0;
  margin-top: 12px;
}
.bruker-icon {
  display: flex;
}
.bruker-icon svg * {
  fill: #054169;
}
.bruker-icon svg {
  width: 16px;
  height: 16px;
}
.bruker-dialog-panel {
  padding: 32px;
  pointer-events: none;
  min-width: 480px;
  min-height: 200px;
  max-width: calc(100vw - 32px * 2);
  transition: none;
}
.bruker-dialog-panel.dialog-size-small > .mat-dialog-container {
  max-width: 640px;
}
.bruker-dialog-panel.dialog-size-middle {
  width: 800px;
}
.bruker-dialog-panel.dialog-size-large {
  width: 1280px;
  height: 800px;
}
.bruker-dialog-panel > .mat-dialog-container {
  padding: 0;
  border-radius: 0 !important;
  height: auto;
  pointer-events: auto;
  overflow: hidden;
}
.cdk-overlay-container .cdk-overlay-backdrop.bruker-dialog-backdrop.bruker-dialog-backdrop-dark {
  background: rgba(0, 0, 0, 0.32);
}
.bruker-dropdown-panel {
  border: 1px solid rgba(0, 8, 13, 0.2);
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 8, 13, 0.2);
}
:root {
  --chart-colors-color-white: #ffffff;
  --chart-colors-border-color: rgba(0, 8, 13, 0.2);
  --chart-colors-zoom-slider-selected-data-background: #f5f5f5;
  --chart-colors-zoom-slider-data-background: #d2e3ef;
  --chart-colors-zoom-mouse-over: #e8f1f7;
  --chart-colors-zoom-slider-line-color: rgba(0, 8, 13, 0.05);
  --chart-colors-border-selected-color: rgba(0, 8, 13, 0.3);
  --chart-colors-handler-selected-color: rgba(0, 8, 13, 0.2);
  --chart-colors-color-border-dark: rgba(0, 8, 13, 0.1);
  --chart-colors-filler-color: rgba(232, 241, 247, 0.5);
  --chart-colors-line-indigo: #3c305f;
  --chart-colors-line-pink: #d500d5;
  --chart-colors-line-orange: #ff9300;
  --chart-colors-line-teal: #008080;
  --chart-colors-line-turquoise: #43defa;
  --chart-colors-line-blue: #008deb;
  --chart-colors-line-lime: #9eca09;
  --chart-colors-line-yellow: #808000;
  --chart-colors-text-80: rgba(0, 8, 13, 0.8);
}
table {
  box-sizing: border-box;
  border-spacing: 0;
  border: 1px solid rgba(0, 8, 13, 0.1);
  border-radius: 4px;
  width: 100%;
}
th {
  font-family: "Segoe-Semibold", sans-serif;
  font-size: 14px;
  cursor: default;
  background: #f7f7f7;
  color: rgba(0, 8, 13, 0.5);
  border-bottom: 1px solid rgba(0, 8, 13, 0.1);
  padding: 8px;
  border-right: 1px solid rgba(0, 8, 13, 0.2);
}
th:last-of-type {
  border-right: none;
}
td {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Segoe-Regular", sans-serif;
  font-size: 14px;
  background: #ffffff;
  color: rgba(0, 8, 13, 0.8);
  padding: 0 8px;
}
td::after {
  content: "";
  display: block;
}
tr:not(:last-child) td {
  border-bottom: 1px solid rgba(0, 8, 13, 0.1);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
