﻿/*Graphik Medium*/
@font-face {
  font-family: "Graphik";
  src: url("/fonts/Graphik-Medium.otf") format("opentype"), url("/fonts/Graphik-Medium.woff2") format("woff2"), url("/fonts/Graphik-Medium.woff") format("woff"), url("/fonts/Graphik-Medium.eot");
  font-weight: 500;
  font-style: normal;
}
/*Graphik Medium Italic*/
@font-face {
  font-family: "Graphik";
  src: url("/fonts/Graphik-MediumItalic.otf") format("opentype"), url("/fonts/Graphik-MediumItalic.woff2") format("woff2"), url("/fonts/Graphik-MediumItalic.woff") format("woff"), url("/fonts/Graphik-MediumItalic.eot");
  font-weight: 500;
  font-style: italic;
}
/*Graphik Regular*/
@font-face {
  font-family: "Graphik";
  src: url("/fonts/Graphik-Regular.otf") format("opentype"), url("/fonts/Graphik-Regular.woff2") format("woff2"), url("/fonts/Graphik-Regular.woff") format("woff"), url("/fonts/Graphik-Regular.eot");
  font-weight: 400;
  font-style: normal;
}
/*Graphik Bold*/
@font-face {
  font-family: "Graphik";
  src: url("/fonts/Graphik-Bold.otf") format("opentype"), url("/fonts/Graphik-Bold.woff2") format("woff2"), url("/fonts/Graphik-Bold.woff") format("woff"), url("/fonts/Graphik-Bold.eot");
  font-weight: 700;
  font-style: normal;
}
html, body {
  height: 100%;
  margin: 0;
  font-family: Graphik, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4 {
  font-size: 18px;
  margin: 8px;
}

.text-white {
  color: #fff;
}

a, .btn-link {
  color: #0366d6;
}

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

app {
  position: relative;
  display: flex;
  flex-direction: column;
}

.top-row {
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.main {
  flex: 1;
}

.main .top-row {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
}

.main .top-row > a, .main .top-row .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
}

.main .top-row a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.e-filemanager .e-fe-popup.e-dialog.e-popup.e-dlg-resizable {
  z-index: 1202 !important;
}

.content {
  padding-top: 1.7rem;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  font-weight: bold;
  color: #de0a01;
  vertical-align: central;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1200;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

@media (max-width: 767.98px) {
  .main .top-row:not(.auth) {
    display: none;
  }
  .main .top-row.auth {
    justify-content: space-between;
  }
  .main .top-row a, .main .top-row .btn-link {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  app {
    flex-direction: row;
  }
  .main .top-row {
    position: sticky;
    top: 0;
  }
  .main > div {
    padding-left: 20rem !important;
    padding-right: 1.5rem !important;
    padding-top: 1.1rem;
  }
}
/* LeftNavBar styles */
.e-sidebar {
  background: #002856;
}
.e-sidebar .e-treeview .e-ul {
  margin: 0;
  padding: 0;
}
.e-sidebar .e-treeview .e-list-text, .e-sidebar .e-treeview .e-list-icon {
  color: #dadada;
}
.e-sidebar .e-treeview .e-list-icon {
  height: 25px;
}
.e-sidebar .e-treeview .e-list-item > .e-fullrow {
  border: none;
}
.e-sidebar .e-treeview .e-list-item > .e-fullrow, .e-sidebar .e-treeview .e-list-item > .e-text-content {
  margin: 0.33rem 0;
}
.e-sidebar .e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
.e-sidebar .e-treeview .e-list-item.e-hover > .e-text-content .e-list-icon,
.e-sidebar .e-treeview .e-list-item.e-active > .e-text-content .e-list-text,
.e-sidebar .e-treeview .e-list-item.e-active > .e-text-content .e-list-icon {
  color: #fff;
}
.e-sidebar .e-treeview .e-list-item.e-hover > .e-fullrow {
  background-color: rgba(255, 255, 255, 0.2);
}
.e-sidebar .e-treeview .e-list-item.e-active > .e-fullrow {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

/* Main Left Sidebar icon styles if you want to use e-icons (https://blazor.syncfusion.com/documentation/appearance/icons#icons-list) */
.main-menu .e-list-icon {
  font-size: 16px;
}

.icon-signature::before {
  content: "\e737" !important;
}

/* If you want to use Material Icons, see all possible icons in https://cdn.jsdelivr.net/npm/material-icons@1.13.4/css/material-icons.css and https://icon-sets.iconify.design/ic/ */
.mi::before,
[class^=mi-]::before,
[class*=" mi-"]::before {
  font-family: "Material Icons" !important;
}

.e-grid {
    padding-left: 0px;
    padding-right: 0px;
}
