/* _content/Rodasnet/Pages/Index.razor.rz.scp.css */
/*<div class="thumbnail" >*/
.main .thumbnail {
  /*font-weight: 500;*/
  background-color: rgba(68, 68, 68, 1.0);
  color: azure;
  padding: 2rem;
  margin-bottom: 1.2rem;
}
/* _content/Rodasnet/Pages/Infrastructure.razor.rz.scp.css */
/* _content/Rodasnet/Shared/MainLayout.razor.rz.scp.css */
.page {
  position: relative;
  display: flex;
  flex-direction: column;
}
.main {
  flex: 1;
}
.sidebar {
  background-color: rgb(26, 68, 96);
}
.top-row {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.8), rgba(255, 215, 0, 0.8) 15rem, rgb(26, 68, 96) 15rem, rgb(26, 68, 96) 25rem, rgb(68, 68, 68) 35rem, rgb(68, 68, 68) 15rem);
  justify-content: flex-end;
  height: 8rem;
  display: flex;
  align-items: center;
}
.top-row a, .top-row .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
}
.top-row a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 640.98px) {
  .top-row:not(.auth) {
    display: none;
  }
  .top-row.auth {
    justify-content: space-between;
  }
  .top-row a, .top-row .btn-link {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .page {
    flex-direction: row;
  }
  .sidebar {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }
  .top-row {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .main > div {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
/* _content/Rodasnet/Shared/NavMenu.razor.rz.scp.css */
.sidebar .navbar-toggler {
  /*background-color: rgba(255, 255, 255, 0.1);*/
}
.sidebar .top-row {
  height: 8rem;
  background-color: rgba(255, 215, 0, 0.8);
}
.sidebar .navbar-brand {
  font-size: 1.1rem;
}
.sidebar .oi {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}
.sidebar .nav-item {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}
.sidebar .nav-item:first-of-type {
  padding-top: 1rem;
}
.sidebar .nav-item:last-of-type {
  padding-bottom: 1rem;
}
.sidebar .nav-item a {
  color: #d7d7d7;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}
.sidebar .nav-item a.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
}
.sidebar .nav-item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
@media (min-width: 641px) {
  .sidebar .navbar-toggler {
    display: none;
  }
  .sidebar .collapse {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }
}