﻿@charset "UTF-8";
@import url("animate.css");
@import url("../font-awesome/css/fontawesome.css");
@import url("../font-awesome/css/brands.css");
@import url("../font-awesome/css/solid.css");
@import url("../font-awesome/css/light.css");
@import url("../font-awesome/css/regular.css");
@import url("../font-awesome/css/duotone-regular.css");
@import url("../font-awesome/css/v4-shims.css");
@import url("bootstrap.css");
@import url("toastr.css");
@import url("crosby-icons.css");
@import url("NiceCheck.css");
@import url("bootstrap-xxxl.css");
/*#region Default / sidebar */
html, body {
  font-family: "Roboto", sans-serif;
  overscroll-behavior: contain;
}

html {
  font-size: 14px;
}

h2 {
  font-size: 1.3rem;
}

a, .btn-link {
  color: #5929d7;
}

#app {
  background-color: #f6f9f8;
}

.VersionNo {
  color: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 4px;
}

.btn {
  border-radius: 0;
}

.row.less-padding {
  margin-left: -5px;
  margin-right: -5px;
}

.row.less-padding > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.nowrap {
  white-space: nowrap;
}

.larger-text {
  font-size: 1.5rem;
}

.btn-primary {
  color: #fff;
  background-color: #1c2d3a;
  border-color: #1c2d3a;
}

.btn-light {
  color: #1c2d3a;
  background-color: #fff;
  border-color: #fff;
}

.text-success-dark {
  color: #155724;
}

.btn-secondary {
  color: #fff;
  background-color: #d79b29;
  border-color: #d79b29;
}

.text-light {
  color: #93a7b1 !important;
  font-weight: normal;
}

.text-danger {
  color: #ae0000 !important;
}

.text-success {
  color: #7db988 !important;
}

#app {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: auto;
}

.top-row {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  display: block;
  height: 3rem;
  width: auto;
}

.toast-top-right {
  margin-top: 50px;
}

.main {
  flex: 1;
  height: 100vh;
  background-color: #f6f9f8;
}

.main.dark {
  background-color: #343232;
}

.main .top-row {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
}

.main .top-row > a, .main .top-row .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
}

.main .top-row a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.2);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.sidebar {
  /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
  background-color: #343232;*/
  background-color: rgb(32, 32, 32);
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(0, 0, 0)), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
  background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
  background-position: 0px 0px, 0px 0px, 5px 5px, 0px 0px;
  color: #fff;
}

.sidebar .top-row {
  /*background-color: rgba(0,0,0,0.4);*/
  -webkit-box-shadow: 1px 2px 5px 1px #d9d9d9;
  -moz-box-shadow: 1px 2px 5px 1px #d9d9d9;
  box-shadow: 1px 2px 5px 1px #d9d9d9;
}

.sidebar .navbar-brand {
  font-size: 1.1rem;
}

.sidebar .nav-item span {
  width: 2rem;
  font-size: 1.3rem;
  vertical-align: text-top;
}

.sidebar .nav-item {
  font-size: 1rem;
  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: #fff;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}

.sidebar .nav-item a.active {
  background-color: rgba(147, 34, 33, 0.58);
  color: #fff;
}

.sidebar .nav-item a.active:hover {
  background-color: rgba(147, 34, 33, 0.58);
  color: #fff;
}

.sidebar .nav-item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.sidebar .top-row .nav-item {
  padding-bottom: 0;
  margin-right: 0.5rem;
}

.sidebar .top-row .nav-item a.active {
  background-color: rgba(147, 34, 33, 0.58);
  color: #fff;
}

.sidebar .top-row .nav-item:first-of-type {
  padding-top: 0;
}

.sidebar .top-row .nav-item:last-of-type {
  padding-bottom: 0;
  margin-right: 0;
}

.sidebar .top-row .nav-item span {
  width: auto;
}

.content {
  /*padding-top: 1.1rem;*/
}

.navbar-toggler {
  background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

h1 {
  font-size: 2rem;
}

/*#endregion Default / sidebar */
/*#region Menu User Profile*/
.user {
  border-radius: 2px;
  position: relative;
}

.user__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  /*font-size: .9rem;*/
  padding: 1rem;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.06);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.user__img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-right: 0.8rem;
}

.user__name {
  font-weight: 600;
  margin-top: 0.2rem;
}

.user__email {
  color: rgba(0, 0, 0, 0.5);
}

.top-row .user {
  margin-right: 1em;
}

.top-row .user__name {
  margin-top: 0;
}

.top-row .user__info {
  padding: 0;
  background-color: transparent;
}

.top-row .user__img {
  width: 2rem;
  height: 2rem;
  margin-right: 0.4rem;
}

.sidebar .top-row .nav-link {
  flex-direction: column;
}

.sidebar .top-row .nav-link span:last-of-type {
  font-size: 0.8rem;
  line-height: 1.4rem;
}

.navbar-brand {
  margin-right: 3rem;
}

.BrandAndUser {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/*#endregion*/
/*#region Loader*/
.loader {
  color: #1b6ec2;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  margin: 3px 10px;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  display: inline-block;
}

.btn .loader {
  color: #fff;
  margin-bottom: -3px;
  margin-right: 0;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*#endregion Loader*/
/*#region Login Page*/
.login {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgb(32, 32, 32);
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(0, 0, 0)), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
  background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
  background-position: 0px 0px, 0px 0px, 5px 5px, 0px 0px;
}

.login img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.loginblock {
  max-width: 250px;
  width: 100%;
  /*text-align: center;*/
  /*-webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;*/
  /*border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
  padding: 20px;
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
  color: #fff;
}

/*#endregion*/
.WhiteBoxWithShadow {
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 5px 1px rgb(184, 184, 184);
  -moz-box-shadow: 1px 2px 5px 1px rgb(184, 184, 184);
  box-shadow: 1px 2px 5px 1px rgb(184, 184, 184);
  border-radius: 10px;
}

/*#region UserHome*/
.searchboxcontainer {
  height: 0px;
  overflow-y: hidden;
  transition: height 0.2s ease-in-out;
  text-align: center;
}

.searchboxcontainer.show {
  height: 120px;
}

.searchboxcontainer.show.withsearch {
  height: 145px;
}

.searchbox {
  padding: 1rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-top: 2px solid #343232;
}

.WorkOrderSummary .btn {
  height: 100%;
  -webkit-box-shadow: 1px 2px 5px 1px rgb(184, 184, 184);
  -moz-box-shadow: 1px 2px 5px 1px rgb(184, 184, 184);
  box-shadow: 1px 2px 5px 1px rgb(184, 184, 184);
  border-radius: 5px;
}

.WorkOrderSummary .btn > span {
  font-weight: bold;
  display: block;
  font-size: 1rem;
}

.WorkOrderSummary .btn > span:first-of-type {
  font-size: 2rem;
}

/*#endregion*/
/*#region WOListItem*/
.WOListContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: -15px;
}

.WOListContainer > .WOListItem {
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 5px 1px rgb(184, 184, 184);
  -moz-box-shadow: 1px 2px 5px 1px rgb(184, 184, 184);
  box-shadow: 1px 2px 5px 1px rgb(184, 184, 184);
  border-radius: 10px;
  padding: 1rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.WOListContainer .WOJobsContainer .JobContainer > .row {
  /*border-bottom: 2px solid #fff;*/
  margin-bottom: 10px;
}

.WOListContainer .JobContainer > .row > .col > .WOListItem {
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 5px 1px rgb(184, 184, 184);
  -moz-box-shadow: 1px 2px 5px 1px rgb(184, 184, 184);
  box-shadow: 1px 2px 5px 1px rgb(184, 184, 184);
  border-radius: 10px;
  padding: 1rem;
  font-weight: bold;
  overflow: hidden;
  padding-left: 30px;
}

.WOListContainer > .JobContainer {
  margin-bottom: 30px;
}

.WOListContainer > .WOJobsContainer > .JobContainer,
.WOListContainer > .JobContainer {
  background-color: #f2f2f2;
  border-radius: 10px;
}

.WOJobsContainer {
  /*  background-color: #fff;*/
  /*-webkit-box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
  -moz-box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
  box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);*/
  border-radius: 10px;
  font-weight: bold;
  margin-top: -20px;
  /*overflow: hidden;*/
  margin-bottom: 30px;
}

.WOJobsContainer .WOListItem {
  border-top: 1px solid rgb(184, 184, 184);
  /*border-right: 1px solid rgba(184,184,184,1);*/
  padding: 15px;
  background-color: #fff;
}

.WOJobsContainer > .WOListItem:first-child {
  border-top: none;
}

.WOListItem .DepartmentDot {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0.2rem;
  text-shadow: 1px 1px 1px #000;
}

.WOListItem .PartInfo {
  font-size: 1.3rem;
}

.JobContainer .WOListItem .PartInfo {
  cursor: pointer;
  text-decoration: underline;
}

.WOListItem .PercentComplete {
  font-size: 3rem;
}

.WorkerInitals {
  border-radius: 100%;
  border: 1px solid #343232;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  display: inline-block;
}

.WOJobsContainer > .WOListItem {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}

.WOListItem {
  position: relative;
}

.WOListItem .SideStatus {
  position: absolute;
  height: 100%;
  width: 15px;
  margin-top: -14px;
  margin-left: -30px;
}

.WOListItem .status-btn {
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.JobActonsContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 20px;
  height: 100%;
  justify-content: center;
}

.JobActons {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-left: -5px;
}

.JobActons .row {
  align-items: center;
}

.JobActons > div {
  margin: 0 5px;
  position: relative;
}

.Timer {
  font-size: 2rem;
  color: #707070;
  padding: 0 10px;
}

.progBG {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.StatsWithArrows {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: flex-end;
  margin-left: -5px;
  margin-right: -5px;
}

.StatsWithArrows > div {
  padding: 0 5px;
}

.StatsWithArrows .arrow {
  text-align: center;
  align-self: center;
}

.right-stat-col {
  text-align: center;
  align-self: flex-end;
}

.OpTopRight {
  display: flex;
  align-items: center;
}

/*#endregion*/
/*#region Status Colors*/
/*new*/
.new-side {
  background-color: #A7C7E7;
}

.new-background {
  background-color: #fff;
  border-color: #8a9ca7;
}

.new-text {
  color: #8a9ca7;
}

.status-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

/*complete*/
.complete-side {
  background-color: #cbfcd4;
}

.complete-background {
  background-color: #cbfcd4;
}

.complete .btn.complete-background {
  border: 1px solid #7db988;
}

.complete-text {
  color: #478352;
}

/*active/live*/
.active-side {
  background-color: #7e8ee0;
}

.active-background {
  background-color: #d5dbfd;
}

.active-text {
  color: #7e8ee0;
}

.active .btn.active-background {
  border: 1px solid #7e8ee0;
}

/*paused*/
.paused-side {
  background-color: #f8e3a1;
}

.paused-background {
  background-color: #feeaa8;
}

.paused .btn.paused-background {
  border: 1px solid #d9b84a;
}

.paused-text {
  color: #937b2b;
}

/*reworked*/
.reworked-side {
  background-color: #93a6b1;
}

.reworked-background {
  background-color: #fff;
  border-color: #8a9ca7;
}

.reworked-text {
  color: #8a9ca7;
}

.rework-badge {
  width: 4rem;
  height: 4rem;
  border: 2px solid;
  border-radius: 50%;
  text-align: center;
  display: block;
}

.rework-badge > div {
  line-height: 4rem;
  font-size: 3rem;
}

/*.progBG.reworked-background{
    width:100% !important;
}*/
/*nc*/
.nc-side {
  background-color: #ae0000;
}

.nc-background {
  background-color: rgba(203, 92, 92, 0.231372549);
}

.nc .btn.nc-background {
  background-color: #cb5c5c;
}

.nc-text {
  color: #5a1515;
}

.WOListItem.reworked {
  background-color: rgb(219, 221, 221) !important;
}

/**/
/*#endregion*/
/*#region OperationLogsContainer*/
.OperationLogsContainer {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 1.5rem;
  margin-top: -10px;
}

.WOListContainer > .JobContainer .OperationLogsContainer {
  margin-top: 10px;
}

.OperationLogsContainer .table tr {
  border-top: 1px solid #343232;
}

.OperationLogsContainer .table td {
  vertical-align: middle;
  max-width: 100%;
  white-space: nowrap;
}

.OperationLogsContainer .btn .row {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.OperationLogsContainer .table td:last-of-type {
  width: 100%;
}

/*#endregion*/
/*#region Action Buttons*/
.ActionPop {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 5px 1px rgb(184, 184, 184);
  -moz-box-shadow: 1px 2px 5px 1px rgb(184, 184, 184);
  box-shadow: 1px 2px 5px 1px rgb(184, 184, 184);
  padding: 15px;
  width: 390px;
  right: -15px;
  top: 100%;
  margin-top: 50px;
  display: none;
  z-index: 99;
}

.ActionPop.show {
  display: block;
}

.action-large .ActionPop {
  right: -30px;
}

.ActionPopInner {
  position: relative;
}

.ActionPopArrow {
  position: absolute;
  top: -50px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 50px;
  border-color: transparent transparent #ffffff transparent;
}

.action-btn {
  border-radius: 50%;
  color: #fff;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
}

.action-btn.action-large {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
}

.action-btn .icon-check {
  font-size: 1.3rem;
}

.btn-nc {
  background-color: #ae0000;
}

.btn-nc:hover {
  background-color: rgba(174, 0, 0, 0.8);
}

.btn-rework {
  background-color: #d9b84a;
}

.btn-rework:hover {
  background-color: rgba(217, 184, 74, 0.8);
}

.btn-start {
  background-color: #1c2d3a;
}

.btn-start:hover {
  background-color: rgba(28, 45, 58, 0.8);
}

.btn-pause {
  background-color: #93a6b1;
  color: #1c2d3a;
}

.btn-pause:hover {
  background-color: rgba(147, 166, 177, 0.8);
}

.btn-complete {
  color: #fff;
  background-color: #7db988;
  /*color: #7db988;
  background-color: #cbfcd4;*/
}

/*#endregion*/
/*#region media queries*/
@media (max-width: 991.98px) {
  .main .top-row:not(.auth) {
    display: none;
  }
  .main .top-row.auth {
    justify-content: space-between;
  }
  .main .top-row a, .main .top-row .btn-link {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 12px;
  }
  .row {
    margin-right: -7px;
    margin-left: -7px;
  }
  .col {
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (min-width: 1200px) {
  #app {
    flex-direction: row;
  }
  .navbar-brand img {
    width: 100%;
    height: auto;
  }
  .navbar-brand {
    margin-right: 1rem;
  }
  .top-row .user {
    display: none;
  }
  .sidebar {
    background-color: #343232;
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }
  .sidebar .top-row {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sidebar .nav-item a {
    color: #fff;
  }
  .user__email {
    color: rgba(255, 255, 255, 0.5);
  }
  .user__info {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.06);
  }
  .sidebar .nav-item a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
  }
  .main .top-row {
    position: sticky;
    top: 0;
    height: 3.5rem;
  }
  .navbar-toggler {
    display: none;
  }
  .sidebar .collapse {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }
}
/*#endregion*/
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}

.loading-progress circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.loading-progress circle:last-child {
  stroke: #1b6ec2;
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "Loading");
}

tfoot > tr {
  background-color: #c9c9c9;
}

.table-bordered tfoot > tr > th {
  border: 1px solid #9d9d9d;
}

.table-bordered.withfooter > tbody > tr:last-of-type td {
  border-bottom: 1px solid #9d9d9d;
}

.WOListItem table td {
  padding: 0.2rem;
  color: #93a7b1;
  font-weight: normal;
}

.WOListItem table tr > td:last-of-type {
  text-align: right;
  font-weight: bold;
}

.WOListItem table {
  width: 100%;
}

.WOListItem .first-col {
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.bg-grey {
  background-color: #e7e7e7;
}

.btn-grey {
  color: #1c2d3a;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}

.btn-grey:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.bg-grey > .btn-grey {
  color: #a5a5a5;
}

.bg-grey > .btn-light:focus, .bg-grey > .btn-light.focus {
  background-color: #fff;
}

.report-page {
  min-height: 100vh;
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(0, 0, 0)), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
  background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
  background-position: 0px 0px, 0px 0px, 5px 5px, 0px 0px;
  padding: 1.5rem;
  color: #fff;
}

.report-page .site-logo {
  max-width: 100px;
  margin-right: 1.5rem;
}

.report-page .card {
  color: #212529;
}

.report-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.report-layout > div {
  padding: 1.5rem;
}

.report-layout .site-logo {
  max-width: 100px;
  margin-right: 1.5rem;
}

.report-header {
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(0, 0, 0)), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
  background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
  background-position: 0px 0px, 0px 0px, 5px 5px, 0px 0px;
  color: #fff;
}

.report-total-card {
  font-size: 1.5rem;
  white-space: nowrap;
}

.report-total-card .card-header {
  background-color: #fff;
}

.report-total-card tr > td:first-of-type {
  font-weight: bold;
}

.report-total-card td {
  padding: 0.25rem 0.5rem;
}

.col-border {
  border-left: 1px solid #8a9ca7;
}

.progress-container {
  position: relative;
  width: 150px;
  height: 150px;
}

.progress-ring {
  transform: rotate(-90deg);
}

.progress-ring__background {
  fill: none;
  stroke: #e6e6e6;
  stroke-width: 15; /* Increased stroke size */
}

.progress-ring__circle {
  fill: none;
  stroke: #00c853;
  stroke-width: 15; /* Increased stroke size */
  stroke-dasharray: 424.12; /* Recalculated circumference: 2 * π * r (where r = 67.5) */
  stroke-dashoffset: 424.12; /* Initially hidden */
  stroke-linecap: round; /* Rounded ends */
  transition: stroke-dashoffset 1s ease-in-out;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.4em;
  font-weight: bold;
  color: #00c853;
}

.big-table {
  font-size: 1.5rem;
}
