/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-wudqtfccjj] {
  position: relative;
  display: flex;
  flex-direction: row;
}

.main[b-wudqtfccjj] {
  flex: 1;
  height: 100%;
  width: calc(100% - 4rem);
}

.sidebar[b-wudqtfccjj] {
  overflow: hidden;
  flex-shrink: 0;
  z-index: +1;
  background-color: rgb(44, 85, 151);
  transition: height 0.3s ease-out;
  height: auto;
  border-right: 1px solid;
  width: 4rem;
  position: sticky;
  top: 0;
}

.top-row[b-wudqtfccjj] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

  .top-row[b-wudqtfccjj]  a, .top-row[b-wudqtfccjj]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
  }

    .top-row[b-wudqtfccjj]  a:hover, .top-row[b-wudqtfccjj]  .btn-link:hover {
      text-decoration: underline;
    }

    .top-row[b-wudqtfccjj]  a:first-child {
      overflow: hidden;
      text-overflow: ellipsis;
    }

@media (orientation: portrait) and (max-width: 980px) {
  .sidebar[b-wudqtfccjj] {
    overflow: hidden;
    flex-shrink: 0;
    z-index: +1;
    background-color: rgb(44, 85, 151);
    transition: height 0.3s ease-out;
    height: auto;
    border-right: 1px solid;
    width: 100%;
    position: sticky;
    border-top: 1px solid lightgrey;
  }

  .page[b-wudqtfccjj] {
    flex-direction: column;
  }

  .main[b-wudqtfccjj] {
    flex: 1;
    height: calc(100% - 4rem);
    width: 100%;
  }

  .top-row:not(.auth)[b-wudqtfccjj] {
    display: none;
  }

  .top-row.auth[b-wudqtfccjj] {
    justify-content: space-between;
  }

  .top-row[b-wudqtfccjj]  a, .top-row[b-wudqtfccjj]  .btn-link {
    margin-left: 0;
  }
}

@media (orientation: landscape) and (max-width: 980px) {
  .main[b-wudqtfccjj] {
    flex: 1;
    height: 100%;
    width: calc(100% - 4rem);
  }

  .page[b-wudqtfccjj] {
    flex-direction: row;
  }

  .sidebar[b-wudqtfccjj] {
    overflow: hidden;
    flex-shrink: 0;
    z-index: +1;
    background-color: rgb(44, 85, 151);
    transition: height 0.3s ease-out;
    height: auto;
    border-right: 1px solid;
    width: 4rem;
    position: sticky;
    top: 0;
  }

  .top-row[b-wudqtfccjj] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

    .top-row.auth[b-wudqtfccjj]  a:first-child {
      flex: 1;
      text-align: right;
      width: 0;
    }

  .top-row[b-wudqtfccjj], article[b-wudqtfccjj] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.button[b-2rirrxhtml] {
  visibility: hidden;
}

.navbar-toggler[b-2rirrxhtml] {
  background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-2rirrxhtml] {
  padding: 0.5rem;
  height: 3.5rem;
  background-color: rgba(0,0,0,0.4);
}

@media only screen and (max-width: 980px) {
  .top-row[b-2rirrxhtml] {
    padding-top: 0.8rem;
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
  }
}

.navbar-brand[b-2rirrxhtml] {
  max-width: 100%;
  cursor: pointer;
  font-size: 1.1rem;
  max-height: 3rem;
}

@media only screen and (max-width: 980px) {
  .navbar-brand[b-2rirrxhtml] {
    max-width: 50%;
    cursor: pointer;
    font-size: 1.1rem;
    max-height: 3rem;
  }
}

.top-row:hover[b-2rirrxhtml] {
  filter: brightness(97%);
}

.oi[b-2rirrxhtml] {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}

.nav-item[b-2rirrxhtml] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

  /*    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }*/

  .nav-item[b-2rirrxhtml]  a {
    cursor: pointer;
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    padding-left: 1rem;
  }

    .nav-item[b-2rirrxhtml]  a.active {
      background-color: rgba(255,255,255,0.25);
      color: white;
    }

    .nav-item[b-2rirrxhtml]  a:hover {
      background-color: rgba(255,255,255,0.1);
      color: white;
    }

@media (min-width: 1101px) {
  .navbar-toggler[b-2rirrxhtml] {
    display: none;
  }

  .collapse[b-2rirrxhtml] {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }
}

.nav-link[b-2rirrxhtml] {
  color: white;
}
/* /Shared/TableAnag.razor.rz.scp.css */
tr[b-pz8284upox] {
  cursor: pointer;
}

  tr.selected[b-pz8284upox] {
    font-weight: bold;
    background-color: aliceblue;
  }
/* /Shared/TableDetails.razor.rz.scp.css */
tr[b-nt65xx9j9x] {
  cursor: pointer;
}

  tr.selected[b-nt65xx9j9x] {
    font-weight: bold;
    background-color: aliceblue;
  }
/* /Shared/TableDocuments.razor.rz.scp.css */
tr[b-96dk4nla0f] {
  cursor: pointer;
}

  tr.selected[b-96dk4nla0f] {
    font-weight: bold;
    background-color: aliceblue;
  }
/* /Shared/TableProcesses.razor.rz.scp.css */
tr[b-rnsuh4fb2x] {
  cursor: pointer;
}

  tr.selected[b-rnsuh4fb2x] {
    font-weight: bold;
    background-color: aliceblue;
  }
/* /Shared/TableProjects.razor.rz.scp.css */
tr[b-x488ndk0mf] {
  cursor: pointer;
}

  tr.selected[b-x488ndk0mf] {
    font-weight: bold;
    background-color: aliceblue;
  }
