/* /Components/PaginationTable.razor.rz.scp.css */
.sticky-top[b-ytv50wveym]
{
	z-index: 500;
}
/* /Pages/Login.razor.rz.scp.css */
#login[b-96zipmg1bf] {
  display: flex;
  flex-grow: 1;
}
#login .splash[b-96zipmg1bf] {
  background-image: url("images/Background_PTB.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  align-self: center;
  z-index: -1;
  height: 100%;
}
#login .login-container[b-96zipmg1bf] {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  align-self: center;
}
#login .form-container[b-96zipmg1bf] {
  width: 380px;
  border-radius: 0.25rem;
  background-color: #36393f;
  opacity: 1;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#login .logo-container[b-96zipmg1bf] {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
#login .logo[b-96zipmg1bf] {
  height: 120px;
  width: 180px;
  max-width: 100%;
  height: auto;
  margin: auto;
}
#login .title[b-96zipmg1bf] {
  font-size: 40px;
  color: #c03546;
  text-align: center;
}
#login .msg[b-96zipmg1bf] {
  color: #f97f7f;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  margin-bottom: 1rem;
}
/* /Pages/QuickLinks/QuickLinkManagerPage.razor.rz.scp.css */
.sort-order[b-1vf1is8wra]
{
	white-space: nowrap;
	width: 1%;
}

.dialog-bg[b-1vf1is8wra]
{
	z-index: 600;
	background-color: black;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.dialog-container[b-1vf1is8wra]
{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.dialog[b-1vf1is8wra]
{
	z-index: 601;
	background-color: white;
	display: flex;
	flex-direction: column;
	padding: 0.5rem;
	padding-top: 0.75rem;
	border: solid 2px red;
	border-radius: .3rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-uhz0m3rscc]
{
	position: relative;
	display: flex;
	flex-direction: column;
}

main[b-uhz0m3rscc]
{
	flex: 1;
}

.sidebar[b-uhz0m3rscc]
{
	background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-uhz0m3rscc]
{
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	justify-content: flex-end;
	height: 3.5rem;
	display: flex;
	align-items: center;
}

.top-row[b-uhz0m3rscc]  a, .top-row[b-uhz0m3rscc]  .btn-link
{
	white-space: nowrap;
	margin-left: 1.5rem;
	text-decoration: none;
}

.top-row[b-uhz0m3rscc]  a:hover, .top-row[b-uhz0m3rscc]  .btn-link:hover
{
	text-decoration: underline;
}

.top-row[b-uhz0m3rscc]  a:first-child
{
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 640.98px)
{
	.top-row:not(.auth)[b-uhz0m3rscc]
	{
		display: none;
	}

	.top-row.auth[b-uhz0m3rscc]
	{
		justify-content: space-between;
	}

	.top-row[b-uhz0m3rscc]  a, .top-row[b-uhz0m3rscc]  .btn-link
	{
		margin-left: 0;
	}
}

@media (min-width: 641px)
{
	.page[b-uhz0m3rscc]
	{
		flex-direction: row;
	}

	.sidebar[b-uhz0m3rscc]
	{
		width: 250px;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.top-row[b-uhz0m3rscc]
	{
		position: sticky;
		top: 0;
		z-index: 1;
	}

	.top-row.auth[b-uhz0m3rscc]  a:first-child
	{
		flex: 1;
		text-align: right;
		width: 0;
	}
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hwe5if1qnf]
{
	background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hwe5if1qnf]
{
	height: 3.5rem;
	background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hwe5if1qnf]
{
	font-size: 1.1rem;
}

.oi[b-hwe5if1qnf]
{
	width: 2rem;
	font-size: 1.1rem;
	vertical-align: text-top;
	top: -2px;
}

.nav-item[b-hwe5if1qnf]
{
	font-size: 0.9rem;
	padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-hwe5if1qnf]
{
	padding-top: 1rem;
}

.nav-item:last-of-type[b-hwe5if1qnf]
{
	padding-bottom: 1rem;
}

.nav-item[b-hwe5if1qnf]  a
{
	color: #d7d7d7;
	border-radius: 4px;
	height: 3rem;
	display: flex;
	align-items: center;
	line-height: 3rem;
}

.nav-item[b-hwe5if1qnf]  a.active
{
	background-color: rgba(255,255,255,0.25);
	color: white;
}

.nav-item[b-hwe5if1qnf]  a:hover
{
	background-color: rgba(255,255,255,0.1);
	color: white;
}

@media (min-width: 641px)
{
	.navbar-toggler[b-hwe5if1qnf]
	{
		display: none;
	}

	.collapse[b-hwe5if1qnf]
	{
		/* Never collapse the sidebar for wide screens */
		display: block;
	}

	.nav-scrollable[b-hwe5if1qnf]
	{
		/* Allow sidebar to scroll for tall menus */
		height: calc(100vh - 3.5rem);
		overflow-y: auto;
	}
}
