@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /MainLayout.razor.rz.scp.css */
.page[b-wee78xttrv] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-wee78xttrv] {
  flex: 1;
  /*  background: linear-gradient(to left, rgb(236, 224, 202), rgb(238, 235, 230));*/
  /*background: url(img/bgnew.jpg) no-repeat center center fixed;*/
  /*background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);*/

  /*background: rgba(214,230,249,1);*/
  background: #fff;

  /*  background-color: lightgrey*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content[b-wee78xttrv] {
  height: calc(100vh - 56px);
  padding-top: 20px;
}

.sidebar[b-wee78xttrv] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wee78xttrv] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255,0.9);
}

  .top-row[b-wee78xttrv]  a, .top-row[b-wee78xttrv]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
  }

    .top-row[b-wee78xttrv]  a:hover, .top-row[b-wee78xttrv]  .btn-link:hover {
      text-decoration: underline;
    }

    .top-row[b-wee78xttrv]  a:first-child {
      overflow: hidden;
      text-overflow: ellipsis;
    }


.iBuildInfo[b-wee78xttrv] {
  margin-right: 5px;
}

.spanBuildInfo[b-wee78xttrv] {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
    margin-left: 10px;
    margin-right: auto;
    /*color: #0a58ca;*/
}

@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-wee78xttrv] {
    display: none;
  }

  .top-row.auth[b-wee78xttrv] {
    justify-content: space-between;
  }

  .top-row[b-wee78xttrv]  a, .top-row[b-wee78xttrv]  .btn-link {
    margin-left: 0;
  }

  .content[b-wee78xttrv] {
    height: calc(100vh - 56px);
  }
}

@media (min-width: 641px) {
  .page[b-wee78xttrv] {
    flex-direction: row;
  }

  .sidebar[b-wee78xttrv] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .top-row[b-wee78xttrv] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .top-row.auth[b-wee78xttrv]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }

  .top-row[b-wee78xttrv], article[b-wee78xttrv] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
/* /Pages/Index.razor.rz.scp.css */
#notLoggedInWrapper[b-twh5098n7c] {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

#notLoggedInWrapperInner[b-twh5098n7c] {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  border-radius: 5px;
  font-size: 1.2em;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

#spanMsgNote[b-twh5098n7c] {
  width: 100%;
  display: inline-block;
  text-align: center;
}

#loginButtonWrapper[b-twh5098n7c] {
  position: relative;
  width: 75px;
  margin: 0 auto;
  margin-top: 20px;
}

#cultureSelectorWrapper[b-twh5098n7c] {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  max-width: 120px;
}

@media (min-width: 641px) {

  #loginButtonWrapper[b-twh5098n7c],
  #cultureSelectorWrapper[b-twh5098n7c] {
    display: none;
  }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-o3jdn9dypi] {
  background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-o3jdn9dypi] {
  height: 3.5rem;
  background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-o3jdn9dypi] {
  font-size: 1.1rem;
}

.oi[b-o3jdn9dypi] {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}

.nav-item[b-o3jdn9dypi] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

  .nav-item:first-of-type[b-o3jdn9dypi] {
    padding-top: 1rem;
  }

  .nav-item:last-of-type[b-o3jdn9dypi] {
    padding-bottom: 1rem;
  }

  .nav-item[b-o3jdn9dypi]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
  }

    .nav-item[b-o3jdn9dypi]  a.active {
      background-color: rgba(255,255,255,0.25);
      color: white;
    }

    .nav-item[b-o3jdn9dypi]  a:hover {
      background-color: rgba(255,255,255,0.1);
      color: white;
    }

@media (min-width: 641px) {
  .navbar-toggler[b-o3jdn9dypi] {
    display: none;
  }

  .collapse[b-o3jdn9dypi] {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }

  .nav-scrollable[b-o3jdn9dypi] {
    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
  }
}
