﻿@media only screen and (max-width: 980px) {
  .no-page-found {
    width: inherit;
  }
}

.mud-table-pagination-actions {
  flex-shrink: 0;
  align-items: center;
  margin-left: 10px;
  margin-inline-start: 10px;
  margin-inline-end: unset;
  direction: ltr;
}

.mud-input-control {
  margin-top: 0;
}

  .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0;
  }

.sidebar {
  height: 90vh
}

/* Style the link text */
.fake-link-text {
  font-weight: 500;
  width: fit-content;
  margin-bottom: 0;
  color: blue !important; /* Change the color to your desired link color */
  text-decoration: underline; /* Add an underline to mimic a link */
  cursor: pointer; /* Change the cursor to a pointer to indicate it's clickable */
}

.selected {
  background-color: #d4e7f7fc !important;
}

/*
    .selected > td {
        color: black !important;
    }

        .selected > td .mud-input {
            color: black !important;
        }
*/

.filter-popover {
}

.search-popover {
}

@media only screen and (max-width: 980px) {
  .selected {
    display: revert !important;
    background-color: #cfdde9 !important;
  }

    .selected > td {
      color: black !important;
    }

      .selected > td .mud-input {
        color: black !important;
      }

  .filter-popover {
    width: 100%;
  }

  .search-popover {
    height: 30em;
    overflow: scroll;
  }

  .fake-link-text {
    font-weight: 500;
    width: fit-content;
    margin-bottom: 0;
    color: blue !important; /* Change the color to your desired link color */
    text-decoration: underline; /* Add an underline to mimic a link */
    cursor: pointer; /* Change the cursor to a pointer to indicate it's clickable */
    padding-right: 1rem;
  }
}

.mud-table-root > .mud-table-body:last-child > .mud-table-row:last-child > .mud-table-cell {
  border-bottom: 1px solid var(--mud-palette-table-lines);
}

.card-background {
  background: linear-gradient(#aed7ff, rgba(255,255,255,.9)), url(../Images/card-background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}

label, input, textarea {
  padding-left: 2px
}

.hand-cursor {
  cursor: pointer;
}

  .hand-cursor input {
    cursor: pointer
  }

.hidden {
  display: none !important;
}

::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
  z-index: 1;
}

.mud-badge.mud-badge-center.right.mud-badge-overlap {
  left: calc(100% - 25px);
  padding-bottom: 17px;
}

.badge-fix-textarea {
  top: calc(100% - 29px);
}

.badge-fix-checkbox {
  top: calc(100% - 50px);
}

.tab-panel-fix {
  display: contents;
}

.tab-panel-parent {
  height: 100%;
  overflow: hidden;
}

.mud-nav-link {
  width: 100%;
  font-weight: 400;
  padding: 8px 8px 8px 8px;
  color: inherit;
  line-height: 1.75;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: inherit;
  background-color: transparent;
  transition: background-color 250ms cubic-bezier(.4,0,.2,1) 0ms,box-shadow 250ms cubic-bezier(.4,0,.2,1) 0ms,border 250ms cubic-bezier(.4,0,.2,1) 0ms,padding 250ms cubic-bezier(.4,0,.2,1) 0ms;
  align-items: flex-start;
}

.mud-tabs-toolbar.mud-tabs-rounded {
  background-color: rgb(44,85,151);
  border-radius: var(--mud-default-borderradius);
}

.mud-tabs-toolbar-info {
  z-index: 990;
  background-color: var(--mud-palette-info);
  color: var(--mud-palette-info-text);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

.no-pad .mud-dialog-content {
  position: relative;
  flex: 1 1 auto;
  padding: 8px 24px !important;
  -webkit-overflow-scrolling: touch;
  border-top-left-radius: var(--mud-default-borderradius);
  border-top-right-radius: var(--mud-default-borderradius);
}

.doc-anag-content {
  height: 86%;
  width: 100%;
  padding-bottom: 0.5rem;
  padding-top: 0;
}

.doc-anag-content-path {
  height: 83%;
  width: 100%;
  padding-bottom: 0.5rem;
  padding-top: 0;
}

.doc-anag-slider {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  height: 4%;
  display: flex;
}

.doc-anag-header-path {
  height: 13%;
  padding: 0;
  min-height: 4rem;
  display: flex;
  flex-direction: column;
}

.nav-menu-gen {
  color: white;
  width: 100%;
  height: 100%;
  justify-content: center;
  display: inline-flex;
}

.perm-dlg {
  height: calc(96% - 122.5px);
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .perm-dlg {
    height: calc(100% - 56.5px);
    width: 100%;
  }

  .doc-anag-content {
    height: 90%;
    max-height: calc(100% - 4rem);
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .doc-anag-content-path {
    height: 87%;
    max-height: calc(100% - 4rem);
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .doc-anag-slider {
    display: none;
  }

  .no-pad .mud-dialog-content {
    position: relative;
    flex: 1 1 auto;
    padding: 0 !important;
    -webkit-overflow-scrolling: touch;
    border-top-left-radius: var(--mud-default-borderradius);
    border-top-right-radius: var(--mud-default-borderradius);
  }
}

@media only screen and (max-width: 980px) and (orientation: landscape) {
  .doc-anag-content {
    height: 90%;
    max-height: calc(100% - 4rem);
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .doc-anag-content-path {
    height: 90%;
    max-height: calc(100% - 4rem);
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .doc-anag-slider {
    display: none;
  }

  .no-pad .mud-dialog-content {
    position: relative;
    flex: 1 1 auto;
    padding: 0 !important;
    -webkit-overflow-scrolling: touch;
    border-top-left-radius: var(--mud-default-borderradius);
    border-top-right-radius: var(--mud-default-borderradius);
  }

  .doc-anag-header-path {
    height: 10%;
    padding: 0;
    min-height: 4rem;
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (orientation: landscape) {
  .nav-menu-gen {
    color: white;
    width: unset;
    height: unset;
    justify-content: unset;
    display: unset;
  }
}

.nav-menu-divider {
  border-color: #0dcaf0;
  height: 1px;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .nav-menu-divider {
    border-color: #0dcaf0;
    height: 100%;
    width: 1px;
  }
}

.nav-menu-divider-lim {
  border-color: #0dcaf0;
  height: 1px;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .nav-menu-divider-lim {
    border-color: #0dcaf0;
    height: 100%;
    width: 1px;
    display: none;
  }
}

.disable-for-mobile-landscape {
  display: initial;
}

.disable-for-mobile {
  display: initial;
}

.disable-for-mobile-flex {
  display: flex;
}

.enable-for-mobile-landscape {
  display: none !important;
}

.enable-for-mobile {
  display: none;
}

.enable-for-mobile-flex {
  display: none !important;
}

@media only screen and (max-width: 980px) {
  .disable-for-mobile-landscape {
    display: flex;
  }

  .disable-for-mobile {
    display: none !important;
  }

  .disable-for-mobile-flex {
    display: none !important;
  }


  .enable-for-mobile-landscape {
    display: none !important;
  }

  .enable-for-mobile {
    display: initial;
  }

  .enable-for-mobile-flex {
    display: flex !important;
  }
}

@media only screen and (orientation: landscape) and (max-width: 980px) {

  .disable-for-mobile-landscape {
    display: none !important;
  }

  .disable-for-mobile {
    display: none !important;
  }

  .disable-for-mobile-flex {
    display: none !important;
  }

  .enable-for-mobile-landscape {
    display: flex !important;
  }

  .enable-for-mobile {
    display: initial;
  }

  .enable-for-mobile-flex {
    display: flex;
  }
}

.doc-info {
  display: inline-flex !important;
  margin-top: 1rem;
}

.doc-anag-info {
  display: inline-flex !important;
}

@media only screen and (max-width: 980px) {
  .doc-info {
    display: none !important;
  }

  .doc-anag-info {
    display: none !important;
  }
}

@media only screen and (max-height: 600px) {
  .doc-info {
    display: none !important;
  }

  .doc-anag-info {
    display: none !important;
  }
}

@media only screen and (max-height: 600px) {
  .mud-snackbar-location-bottom-right {
    right: 1%;
    bottom: 2%;
  }
}

@media only screen and (max-width: 980px) {
  .mud-snackbar-location-bottom-right {
    right: auto;
    bottom: 6%;
  }
}

.details-table {
  overflow: visible;
  display: inherit;
  height: calc(100% - 48px);
}

.no-scroll-table .mud-table-container {
  width: 100%;
  overflow: visible;
}

@media only screen and (min-width: 981px) {
  .mud-toolbar-gutters {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 980px) {
  .mud-treeview-item-label {
    font-size: 20px !important;
    flex-grow: 1;
    padding-left: 4px;
    padding-right: 4px;
  }

  .mud-treeview-item-content {
    height: 3rem;
    width: 100%;
    display: flex;
    padding: 4px 8px;
    align-items: center;
    transition: background-color 150ms cubic-bezier(.4,0,.2,1) 0ms;
  }
}

@media only screen and (max-height: 600px) {
  .mud-treeview-item-label {
    font-size: 20px !important;
    flex-grow: 1;
    padding-left: 4px;
    padding-right: 4px;
  }

  .mud-treeview-item-content {
    height: 3rem;
    width: 100%;
    display: flex;
    padding: 4px 8px;
    align-items: center;
    transition: background-color 150ms cubic-bezier(.4,0,.2,1) 0ms;
  }
}

.mud-treeview-group {
  margin: 0;
  padding: 0;
  margin-left: 17px;
  margin-inline-start: 17px;
  margin-inline-end: unset;
  list-style: none;
  overflow: visible;
}

.mud-treeview-item {
  margin: 0;
  width: 100%;
  min-width: fit-content;
  outline: 0;
  padding: 0;
  cursor: default;
  list-style: none;
  min-height: 2rem;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}

.mud-breadcrumb-item {
  cursor: pointer;
}

  .mud-breadcrumb-item:hover {
    cursor: pointer;
    text-decoration: underline;
  }

  .mud-breadcrumb-item.mud-disabled > a {
    color: dimgrey;
    cursor: pointer;
  }

  .mud-breadcrumb-item.mud-disabled > svg {
    color: dimgrey;
    cursor: pointer;
  }

.mud-breadcrumbs {
  display: flex;
  text-wrap: nowrap;
  flex-wrap: nowrap;
  flex: 0 1 auto;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.mud-dialog .mud-dialog-title {
  color: white;
  background-color: rgb(44,85,151);
  z-index: +1;
  flex: 0 0 auto;
  margin: 0;
  padding: 16px 24px;
  border-top-left-radius: var(--mud-default-borderradius);
  border-top-right-radius: var(--mud-default-borderradius);
}

.mud-dialog .mud-dialog-actions {
  flex: 0 0 auto;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: flex-end;
  border-bottom-left-radius: var(--mud-default-borderradius);
  border-bottom-right-radius: var(--mud-default-borderradius);
}

.list-filter {
  padding-right: 4px !important;
}

.list-filter-no-pad {
}

@media only screen and (max-width: 980px) {
  .list-filter {
    padding-right: 4px !important;
    margin-bottom: 2%;
    width: 100%;
  }

  .list-filter-no-pad {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .display-header {
    display: table !important;
    width: 100%;
  }
}

.user-chip {
  display: inline-flex;
  align-items: center;
  height: fit-content !important;
  padding-top: 4px;
  padding-bottom: 4px;
}

.cfgcombo {
  bottom: 5px;
}

.text-dialog {
  min-height: 4rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.text-dialog-vert {
  min-height: 4rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.field-search button {
  color: white;
}

.settings-search input {
  cursor: text
}

.hidden-file-drop .mud-input-control-input-container {
  width: calc(99% - 59px);
  height: 99%;
  display: initial !important;
}

#toolbar-button .mud-button-label .mud-button-icon-start {
  display: inherit;
  margin-left: -4px;
  margin-right: 0;
  margin-inline-start: -4px;
  margin-inline-end: 0;
}

.mobile-pager {
  align-content: center !important;
  padding: 0.5rem 2rem 0.5rem 2rem !important;
}

@media only screen and (max-width: 980px) {
  .mud-table-pagination-display {
    display: none !important;
  }
}

.menu-popover {
  max-width: none;
}

@media only screen and (max-width: 980px) {
  .menu-popover {
    max-width: 15rem !important;
    max-height: 20rem !important;
  }
}

@media only screen and (max-height: 600px) {
  .menu-popover {
    max-width: 15rem !important;
    max-height: 20rem !important;
  }
}

.config-drop {
  width: 15rem;
}

@media only screen and (max-width: 980px) {
  .config-drop {
    width: 5rem;
  }
}

@media only screen and (max-height: 600px) {
  .config-drop {
    width: 5rem;
  }
}

.status-drop {
  width: 15rem;
}

@media only screen and (max-width: 980px) {
  .status-drop {
    width: 10rem;
  }
}

@media only screen and (max-height: 600px) {
  .status-drop {
    width: 10rem;
  }
}

.settings-card {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.settings-card-content {
  height: 30rem;
  width: 100%;
  transition: width 0.5s;
}

.permission-card-content {
  height: 30rem;
  width: 100%;
  transition: width 0.5s;
}

.settings-content {
  background-color: rgba(237,243,255,255);
  height: 100%;
  margin: 0;
  overflow: scroll;
  height: fit-content;
}

@media only screen and (max-width: 980px) {
  .settings-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .settings-card-content {
    height: 45rem;
    width: 100%;
    transition: width 0.5s;
  }

  .permission-card-content {
    height: 30rem;
    width: 100%;
    transition: width 0.5s;
  }

  .settings-content {
    background-color: rgba(237,243,255,255);
    height: 100%;
    margin: 0;
    overflow: scroll;
    height: fit-content;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-height: 600px) {
  .settings-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .settings-card-content {
    height: 30rem;
    width: 100%;
    transition: width 0.5s;
  }

  .settings-content {
    background-color: rgba(237,243,255,255);
    height: 100%;
    margin: 0;
    overflow: scroll;
    height: fit-content;
    padding-left: 0;
    padding-right: 0;
  }
}

.button-group-actions {
  text-wrap: nowrap;
}

.bread-path {
  display: flex;
  align-items: center;
}

.tree-of-elements-anag {
  height: 100%;
  overflow: scroll;
}

.tree-of-elements-prj {
  height: calc(95% - 2px);
  overflow: scroll;
}

.tree-pager-prj {
  width: 100%;
  height: 5%;
  overflow-x: scroll;
}

.custom-header-for-page {
  height: 70%;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  overflow: hidden;
}

@media only screen and (max-width: 980px) {
  .custom-header-for-page {
    height: 70%;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    overflow: hidden;
  }

  .tree-of-elements-anag {
    height: 100%;
    overflow: scroll;
    border-top: 1px grey;
    background-color: aliceblue;
  }

  .tree-of-elements-prj {
    height: 94%;
    overflow: scroll;
    border-top: 1px grey;
    background-color: aliceblue;
  }

  .tree-pager-prj {
    width: 100%;
    height: 6%;
    display: flex;
    overflow-x: scroll;
  }

  .bread-path {
    display: flex;
    align-items: center;
    overflow-x: scroll;
  }

  .button-group-actions {
    text-wrap: nowrap;
  }
}

@media only screen and (max-width: 980px) and (orientation: landscape) {
  .button-group-actions {
    text-wrap: nowrap;
  }

  .bread-path {
    display: flex;
    align-items: center;
    overflow-x: scroll;
  }

  .tree-of-elements-anag {
    height: 100%;
    overflow: scroll;
    border-top: 1px grey;
    background-color: aliceblue;
  }

  .tree-pager-prj {
    width: 100%;
    height: 15%;
    display: flex;
    overflow-x: scroll;
  }

  .tree-of-elements-prj {
    height: 85%;
    overflow: scroll;
    border-top: 1px grey;
    background-color: aliceblue;
  }

  .custom-header-for-page {
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    overflow: hidden;
  }
}

#add-func .mud-nav-link .mud-nav-link-text {
  width: 100%;
  text-align: start;
  margin-left: 12px;
  margin-inline-start: 10px;
  margin-inline-end: unset;
  letter-spacing: 0;
}

.listbox-item {
  height: 22px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

  .listbox-item .mud-list-item-text {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: inherit;
  }

    .listbox-item .mud-list-item-text > p {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      font-size: inherit;
      font-family: inherit;
      font-weight: inherit;
      text-decoration: inherit;
    }
