/* 
The Telerik windoes uses a z-index of 10002.
The way Mudblazor calculates the z-index for their popover menu results in a significant lower z-value for popover menues than the z-value of the Telerik window.
To have a propper stacing of Mudblazor menues on top of Telerik windows a new value of 11000 was choosen. That is to ensure that we can visual stack other components inbetween the window and the context menu if needed.
*/
body {
  font-family: Mulish;
}

/* Vega dialog  */
.vega-dialog ::deep .mud-dialog .mud-dialog-title {
  padding: 40px 40px 0 40px;
}
.vega-dialog ::deep .mud-dialog .mud-dialog-content {
  padding: 0px 40px 0px 40px;
}
.vega-dialog ::deep .mud-dialog .mud-dialog-actions {
  padding: 21px 40px 40px 40px;
}

.vega-dialog-content-item {
  margin-top: 21px;
}

.validation-message {
  color: #AF3F3F;
}

.vega-text-wrapper > .delete-source-text {
  white-space: pre-line;
}

.vega-window-content.whitespace-pre,
.vega-whitespace-pre {
  white-space: pre;
}

.vega-display-flex {
  display: flex;
}

.vega-display-none {
  display: none;
}

.vega-full-height {
  height: 100%;
}

.vega-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* External Data Telerik Grid*/
.vega-highlighted-row {
  background-color: #d9d9d9 !important;
}

/* Vega dialog skeleton */
.vega-dialog-skeleton {
  overflow-y: auto;
  overflow: hidden;
}
.vega-dialog-skeleton ::deep .mud-dialog-title {
  height: 100%;
}
.vega-dialog-skeleton ::deep .mud-skeleton {
  border-radius: 4px;
}
.vega-dialog-skeleton ::deep .header,
.vega-dialog-skeleton ::deep .submit {
  width: 100px;
  height: 40px;
  padding: 20px 0px 0px 0px;
  margin: 20px;
}
.vega-dialog-skeleton ::deep .submit {
  padding: 20px;
  margin: 0px 20px 0px 20px;
  height: auto;
  float: right;
}
.vega-dialog-skeleton ::deep .content {
  width: auto;
  height: 60px;
  margin: 20px;
}

.vega-dialog-skeleton-addproject {
  height: 560px;
}

.mud-toolbar-appbar {
  padding-left: 0px;
}
.mud-toolbar-appbar .mud-button-text {
  padding: 6px 8px 6px 0px;
}

.mud-input-control.mud-input-control-margin-dense {
  margin-top: 5px;
}

.vega-checkbox-multi-select-popover {
  z-index: 11001 !important;
}

.vega-tooltip {
  z-index: 11000 !important;
  font-size: 14px !important;
  line-height: 26px;
}

.k-tooltip {
  background-color: #616161;
}
.k-tooltip .k-tooltip-content {
  padding: 4px;
}

.k-tooltip.k-popup {
  background: #616161 0% 0% no-repeat padding-box;
  line-height: 26px;
}

.k-animation-container.telerik-blazor {
  overflow: hidden !important;
  margin-top: 6px;
  line-height: 26px;
  z-index: 10999 !important;
  /* And/Or button styling in filter menu of grids*/
}
.k-animation-container.telerik-blazor .k-child-animation-container .k-filter-menu .k-filter-menu-container .k-button-group .telerik-blazor {
  padding: 1px 6px 1px 6px;
}
.k-animation-container.telerik-blazor {
  /* Hide additional filter funnel icons that appear in grid header menus when filtering is applied */
}
.k-animation-container.telerik-blazor .k-columnmenu-indicators {
  visibility: hidden;
}

/*Hyperlink text*/
.hyper-link {
  text-decoration: underline;
  color: blue;
}

/* Hide titlebar in VegaWindow */
.survey-hide-titlebar .k-window-titlebar {
  display: none;
}

.parameter-definition-item-template-info {
  font-size: 10px;
}

/* model viewer */
.vega-model-node {
  font-weight: bold;
  padding: 5px 12px;
}

.vega-sheet-node {
  padding: 5px 12px;
  cursor: pointer;
}

.vega-sheet-node:hover {
  background: rgba(0, 0, 0, 0.4) !important;
}

.vega-sheet-node .sheet-icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2224px%22 height%3D%2224px%22 viewBox%3D%220 0 24 24%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E    %3C!-- Generator%3A Sketch 43.2 (39069) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E    %3Ctitle%3Eicon-view-2d%3C%2Ftitle%3E    %3Cdesc%3ECreated with Sketch.%3C%2Fdesc%3E    %3Cdefs%3E%3C%2Fdefs%3E    %3Cg id%3D%22Symbols%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22%23C4C4C4%22 fill-rule%3D%22evenodd%22%3E        %3Cg id%3D%22icon-view-2d%22%3E            %3Cg id%3D%22guide%22 opacity%3D%220%22 fill%3D%22%23FF9898%22%3E                %3Crect id%3D%22Rectangle-4%22 x%3D%220%22 y%3D%220%22 width%3D%2224%22 height%3D%2224%22%3E%3C%2Frect%3E            %3C%2Fg%3E            %3Cpath d%3D%22M13%2C15 L13%2C12 L16%2C12 L16%2C11 L17%2C11 L17%2C12.5 L17%2C16 L13.5%2C16 L12%2C16 L12%2C15 L13%2C15 Z%22 id%3D%22Combined-Shape%22 fill%3D%22%23C4C4C4%22%3E%3C%2Fpath%3E            %3Crect id%3D%22Rectangle-10-Copy-22%22 fill%3D%22%23C4C4C4%22 x%3D%2216%22 y%3D%228%22 width%3D%221%22 height%3D%222%22%3E%3C%2Frect%3E            %3Cpath d%3D%22M4%2C16 L4%2C18 L20%2C18 L20%2C6 L17%2C6 L17%2C7 L16%2C7 L16%2C6 L4%2C6 L4%2C15 L5%2C15 L5%2C16 L4%2C16 Z M20.5%2C5 L21%2C5 L21%2C19 L20.5%2C19 L3%2C19 L3%2C18.5 L3%2C5.5 L3%2C5 L20.5%2C5 Z%22 id%3D%22Combined-Shape%22 fill%3D%22%23C4C4C4%22%3E%3C%2Fpath%3E            %3Crect id%3D%22Rectangle-10-Copy-26%22 fill%3D%22%23C4C4C4%22 x%3D%2216%22 y%3D%2214%22 width%3D%221%22 height%3D%222%22%3E%3C%2Frect%3E            %3Crect id%3D%22Rectangle-10-Copy-27%22 fill%3D%22%23C4C4C4%22 transform%3D%22translate(7.000000%2C 15.500000) rotate(-270.000000) translate(-7.000000%2C -15.500000) %22 x%3D%226.5%22 y%3D%2214.5%22 width%3D%221%22 height%3D%222%22%3E%3C%2Frect%3E            %3Crect id%3D%22Rectangle-10-Copy-28%22 fill%3D%22%23C4C4C4%22 transform%3D%22translate(10.000000%2C 15.500000) rotate(-270.000000) translate(-10.000000%2C -15.500000) %22 x%3D%229.5%22 y%3D%2214.5%22 width%3D%221%22 height%3D%222%22%3E%3C%2Frect%3E            %3Crect id%3D%22Rectangle-10-Copy-30%22 fill%3D%22%23C4C4C4%22 transform%3D%22translate(16.000000%2C 15.500000) rotate(-270.000000) translate(-16.000000%2C -15.500000) %22 x%3D%2215.5%22 y%3D%2214.5%22 width%3D%221%22 height%3D%222%22%3E%3C%2Frect%3E        %3C%2Fg%3E    %3C%2Fg%3E%3C%2Fsvg%3E");
  display: inline-block;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  padding-left: 5px;
  vertical-align: bottom;
}

.vega-sheets-browser-icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2224px%22 height%3D%2224px%22 viewBox%3D%220 0 24 24%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E    %3C!-- Generator%3A Sketch 43.2 (39069) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E    %3Ctitle%3Eicon-view-2d%3C%2Ftitle%3E    %3Cdesc%3ECreated with Sketch.%3C%2Fdesc%3E    %3Cdefs%3E%3C%2Fdefs%3E    %3Cg id%3D%22Symbols%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22%23C4C4C4%22 fill-rule%3D%22evenodd%22%3E        %3Cg id%3D%22icon-view-2d%22%3E            %3Cg id%3D%22guide%22 opacity%3D%220%22 fill%3D%22%23FF9898%22%3E                %3Crect id%3D%22Rectangle-4%22 x%3D%220%22 y%3D%220%22 width%3D%2224%22 height%3D%2224%22%3E%3C%2Frect%3E            %3C%2Fg%3E            %3Cpath d%3D%22M13%2C15 L13%2C12 L16%2C12 L16%2C11 L17%2C11 L17%2C12.5 L17%2C16 L13.5%2C16 L12%2C16 L12%2C15 L13%2C15 Z%22 id%3D%22Combined-Shape%22 fill%3D%22%23C4C4C4%22%3E%3C%2Fpath%3E            %3Crect id%3D%22Rectangle-10-Copy-22%22 fill%3D%22%23C4C4C4%22 x%3D%2216%22 y%3D%228%22 width%3D%221%22 height%3D%222%22%3E%3C%2Frect%3E            %3Cpath d%3D%22M4%2C16 L4%2C18 L20%2C18 L20%2C6 L17%2C6 L17%2C7 L16%2C7 L16%2C6 L4%2C6 L4%2C15 L5%2C15 L5%2C16 L4%2C16 Z M20.5%2C5 L21%2C5 L21%2C19 L20.5%2C19 L3%2C19 L3%2C18.5 L3%2C5.5 L3%2C5 L20.5%2C5 Z%22 id%3D%22Combined-Shape%22 fill%3D%22%23C4C4C4%22%3E%3C%2Fpath%3E            %3Crect id%3D%22Rectangle-10-Copy-26%22 fill%3D%22%23C4C4C4%22 x%3D%2216%22 y%3D%2214%22 width%3D%221%22 height%3D%222%22%3E%3C%2Frect%3E            %3Crect id%3D%22Rectangle-10-Copy-27%22 fill%3D%22%23C4C4C4%22 transform%3D%22translate(7.000000%2C 15.500000) rotate(-270.000000) translate(-7.000000%2C -15.500000) %22 x%3D%226.5%22 y%3D%2214.5%22 width%3D%221%22 height%3D%222%22%3E%3C%2Frect%3E            %3Crect id%3D%22Rectangle-10-Copy-28%22 fill%3D%22%23C4C4C4%22 transform%3D%22translate(10.000000%2C 15.500000) rotate(-270.000000) translate(-10.000000%2C -15.500000) %22 x%3D%229.5%22 y%3D%2214.5%22 width%3D%221%22 height%3D%222%22%3E%3C%2Frect%3E            %3Crect id%3D%22Rectangle-10-Copy-30%22 fill%3D%22%23C4C4C4%22 transform%3D%22translate(16.000000%2C 15.500000) rotate(-270.000000) translate(-16.000000%2C -15.500000) %22 x%3D%2215.5%22 y%3D%2214.5%22 width%3D%221%22 height%3D%222%22%3E%3C%2Frect%3E        %3C%2Fg%3E    %3C%2Fg%3E%3C%2Fsvg%3E");
}

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