﻿.success-toast-override {
  background-color: #d4edda !important;
  color: #155724 !important;
}
.error-toast-override {
  background-color: #f8d7da !important;
  color: #721c24 !important;
}
.info-toast-override {
  background-color: #d1ecf1 !important;
  color: #0c5460 !important;
}
.warning-toast-override {
  background-color: #fff3cd !important;
  color: #856404 !important;
}
.blazored-toast-body .blazored-toast-header h5 {
  font-size: 1em !important;
}
.blazored-toast-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 1100;
}
.position-topleft,
.position-topright,
.position-topcenter {
  top: 0;
}
.position-bottomleft,
.position-bottomright,
.position-bottomcenter {
  bottom: 0;
}
.blazored-toast {
  display: flex;
  position: relative;
  flex-direction: row;
  animation: fadein 1.5s;
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  color: #fff;
  width: 100vw;
  box-shadow: rgba(0, 0, 0, 0.25) 0 10px 40px;
}
.blazored-toast-info {
  background-color: #34a9ad;
}
.blazored-toast-success {
  background-color: #5fba7d;
}
.blazored-toast-warning {
  background-color: #c1c13e;
}
.blazored-toast-error {
  background-color: #ba5e5e;
}
.blazored-toast-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem 0 0;
  font-size: 2.5rem;
}
.blazored-toast-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blazored-toast-body .blazored-toast-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.blazored-toast-body .blazored-toast-header h5 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 32px;
}
.blazored-toast-body .blazored-toast-header .blazored-toast-close {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  color: inherit;
  font-size: 1.25rem;
}
.blazored-toast-body p {
  margin-bottom: 0;
  font-size: 1rem;
}
.blazored-toast-progressbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.blazored-toast-info .blazored-toast-progressbar > span {
  background-color: #34a9ad;
}
.blazored-toast-success .blazored-toast-progressbar > span {
  background-color: #5fba7d;
}
.blazored-toast-warning .blazored-toast-progressbar > span {
  background-color: #c1c13e;
}
.blazored-toast-error .blazored-toast-progressbar > span {
  background-color: #ba5e5e;
}
.blazored-toast-progressbar > span {
  position: absolute;
  filter: brightness(75%);
  height: 8px;
  border-bottom-left-radius: 0.25rem;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .position-topleft {
    top: 2rem;
    left: 2rem;
  }
  .position-topright {
    top: 2rem;
    right: 2rem;
  }
  .position-topcenter {
    top: 2rem;
    left: 50%;
    margin-left: -15rem;
  }
  .position-bottomleft {
    bottom: 2rem;
    left: 2rem;
  }
  .position-bottomright {
    bottom: 2rem;
    right: 2rem;
  }
  .position-bottomcenter {
    bottom: 2rem;
    left: 50%;
    margin-left: -15rem;
  }
  .blazored-toast {
    width: 30rem;
    border-radius: 0.25rem;
  }
}
html body .modal {
  max-height: 90vh;
  overflow: hidden !important;
}
html body .modal-dialog {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  max-height: 100%;
  margin: auto;
  padding-top: 10vh;
}
html body .modal-dialog .modal-content {
  height: 100%;
  background-color: ghostwhite;
  box-shadow: 10px 10px 5px #888888;
}
html body .modal-dialog .modal-content .modal-header .modal-title {
  color: #4b5320;
  font-weight: bold;
}
html body .modal-dialog .modal-body {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  /*                > .row:last-of-type .btn {
                    float: right;
                }
*/
}
html body .modal-dialog .modal-body main {
  min-height: unset;
}
html body .modal-dialog .modal-body .form-group.row > * {
  display: flex;
}
html body .modal-dialog .modal-body .col.form-group.row {
  margin: 0 0 10px 0;
  flex: 1 1 100%;
}
html body .modal-dialog .modal-body .col.form-group.row > label {
  margin-bottom: 0;
}
html body .modal-dialog .modal-body .col.form-group.row > div {
  flex-direction: row;
  display: flex;
}
html body .modal-dialog .modal-body .row.flex-column {
  flex-direction: column;
}
html body .modal-dialog .modal-body .row.fullHeight {
  height: 0;
  flex: 1 1 auto;
}
html body .modal-dialog .modal-body .row.fullHeight > div {
  height: 100%;
  padding: 0;
}
html body .modal-dialog .modal-body .card {
  height: 100%;
}
html body .modal-dialog .modal-body .card .card-body {
  height: 100%;
}
html body .modal-dialog .modal-body .card .card-body .List-Root {
  height: 100%;
}
html body .card-footer > button {
  float: right;
}
html body main .b-layout-content > div.row.fullHeight > div.col > div.card.fullHeight.no-scroll > div.card-header,
html body .card.fullHeight.no-scroll > .card-header {
  font-size: 18px;
  max-height: 50px;
  min-height: 50px;
}
html body .card .card-header {
  overflow: hidden;
  display: flex;
  max-height: 40px;
  min-height: 40px;
  align-items: baseline;
}
html body .card .card-header > .row {
  flex-direction: row;
  flex-wrap: nowrap;
}
html body .card .card-header > .row > .col {
  display: flex;
  flex: 1 1 auto;
  align-self: baseline;
}
html body .card .card-header > .row > .col > button {
  padding: 0;
}
html body .card .card-header > button {
  padding: 0;
  margin-right: 1.3em;
  margin-left: -0.5em;
}
html body .card .card-title,
html body .card th,
html body .card .card-header {
  color: #4b5320;
  font-weight: bold;
  vertical-align: bottom;
}
html body .card .card-header .card-title {
  font-weight: bold;
  font-size: 1.25em;
  white-space: nowrap;
  flex: 1 1 auto;
}
html body .card .card-body {
  padding: 0.25rem;
  padding-bottom: 1rem;
  overflow-x: hidden;
}
html body .card .card-body ul.nav li {
  min-width: 9em;
  z-index: 100;
}
html body .card.no-scroll > .card-body {
  overflow-y: hidden;
}
html body .card-body ul.nav li {
  min-width: 9em;
}
html body svg.SvgIcon-Root.SvgIcon-Color-Danger:hover {
  color: var(--theme-palette-error-dark);
}
html body svg.SvgIcon-Root:hover {
  color: #4b5320;
}
html body .ButtonBase-Root.ButtonBase-Disabled,
html body .btn.disabled,
html body .btn:disabled {
  cursor: not-allowed;
  pointer-events: visiblefill;
}
html body .form-group button.IconButton-Root {
  padding: 0;
  margin-left: 1.3em;
}
html body .ListItemSecondaryAction-Root {
  visibility: hidden;
}
html body .ListItemSecondaryAction-Root button.IconButton-Root {
  padding: 0;
  margin-left: 16em;
}
html body .ListItemSecondaryAction-Root:hover,
html body .ListItem-Container:hover .ListItemSecondaryAction-Root {
  visibility: visible !important;
}
html body .btn:hover {
  background-color: var(--theme-palette-action-hover);
  color: var(--theme-palette-text-primary);
}
html body .btn-primary:hover {
  color: var(--theme-palette-text-primary);
}
html body .btn-secondary:hover {
  background-color: var(--theme-palette-action-hover);
}
html body .fa-small {
  padding: 0 2px !important;
  font-size: small !important;
}
html body .fa-exclamation-triangle {
  color: orange;
}
html body .fa.fa-question-circle {
  color: dimgray;
}
html body .fa-check-circle {
  color: #218739;
}
html body .fa,
html body .fas {
  padding: 12px;
}
html body .fa-lock,
html body .fa-unlock,
html body .fa-lock-alt,
html body .fa-unlock-alt {
  padding: 0;
  padding-right: 2px;
}
html body .custom-switch .custom-control-label::before {
  background-color: darkgray;
  border-color: #007bff;
}
html body .custom-switch .custom-control-label::after {
  background-color: white;
}
/* New Components should be referenced and not added here */
html {
  /* Builder */
  /* End Builder */
  /* Properties */
  /* End Properties */
  /* Filter */
  /* End Filter */
  /* Tree Drawer */
  /* End Tree Drawer */
}
html .group-card {
  overflow-y: auto !important;
  height: calc(100vh - 140px) !important;
  border: 0;
}
html .group-card > * {
  background-color: white;
  border: 0;
}
html .group-card > .card-header {
  border: 0;
}
html .b-datagrid td button {
  padding: 0em 0.275em;
}
html body .text-center {
  text-align: center;
}
html body .success-color {
  color: #218739;
}
html body .success-alt-color {
  color: #145222;
}
html body .error-color {
  color: var(--theme-palette-error-dark);
}
html body .warning-color {
  color: orange;
}
html body .warning-alt-color {
  color: #704100;
}
html body .breadcrumb-container {
  padding: 0;
}
html body .breadcrumb-container > nav {
  flex: 1 1 auto !important;
}
html body .breadcrumb,
html body .breadcrumb-container > nav {
  flex-wrap: nowrap;
}
html body .breadcrumb .breadcrumb-status,
html body .breadcrumb-container > nav .breadcrumb-status {
  display: flex;
  align-self: center;
  flex-direction: row;
  font-variant: small-caps;
}
html body .breadcrumb div.validate-button,
html body .breadcrumb-container > nav div.validate-button {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-self: center;
  padding-right: 10px;
}
html body .breadcrumb div.validate-button > button,
html body .breadcrumb-container > nav div.validate-button > button {
  float: right;
}
html body ol.breadcrumb {
  margin-bottom: 0em;
}
html .form-row > div {
  display: flex;
  flex-direction: column !important;
}
html .form-group.delete-property,
html .form-group.delete-property > *,
html .form-group.delete-property > label * {
  text-decoration: line-through;
}
html .Popover-Paper > div > * {
  display: flex;
  flex: 1 1 auto;
  align-self: center;
  padding: 0 0.25rem;
  flex-direction: column;
}
html .overflow-visible .Paper-Root {
  overflow: visible;
  padding: 0.5em;
}
html .ListItem-Container:hover > .ListItemSecondaryAction-Root > .btn {
  padding-right: 0;
}
html .tree-view {
  margin-left: 1.25rem;
}
html .tree-view .cursor-pointer {
  cursor: pointer;
}
html .tree-view .tree-view-icon {
  float: left;
}
html .tree-view .tree-view-title {
  margin-left: 1.25rem;
}
html .tree-drawer label {
  margin-bottom: 0;
}
html .tree-drawer .ListItem-Container:hover > .ListItemSecondaryAction-Root {
  right: 0;
  padding-right: 0;
  margin-right: 0;
}
html .tree-drawer .List-Root {
  display: flex;
  flex-direction: column;
}
html .tree-drawer .List-Root .ListItemText-Root {
  display: flex;
  width: 100%;
}
html .tree-drawer .List-Root > label:first-of-type {
  padding-left: 1em;
}
html .tree-drawer > .Paper-Root {
  overflow-x: hidden;
  padding-right: 1em;
  top: 9em;
  height: calc(100vh - 9em);
  padding-left: 5px;
  box-shadow: 10px 10px 5px #888888;
  background-color: ghostwhite;
  border-radius: 0 1em 1em 0;
}
html .tree-drawer > .Paper-Root > label {
  font-weight: bold;
  padding-top: 5px;
}
html .tree-drawer .tree-view {
  display: flex;
  flex-direction: column;
}
html .tree-drawer .tree-view .tree-view-title {
  margin-bottom: 4px;
  margin-right: 1.4em;
}
html .tree-drawer .tree-view .tree-view-title > .bg-primary {
  background-color: unset !important;
  color: unset !important;
}
html .tree-drawer .tree-view .tree-view-title .btn.fa {
  visibility: hidden;
  padding: 0;
}
html .tree-drawer .tree-view .tree-view-title:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: black;
  font-weight: bold;
  margin-right: 0;
}
html .tree-drawer .tree-view .tree-view-title:hover .btn.fa {
  visibility: visible !important;
  float: right;
  height: 20px;
}
html .tree-drawer .tree-history {
  display: flex;
}
/*CategoryView Component*/
.card-title-button {
  outline-width: 0;
  margin-right: -12px;
  align-self: end;
}
li.ListItem-Container .badge {
  margin-left: -14px;
  margin-right: 2px;
}
li.ListItem-Container .badge-danger {
  color: var(--theme-palette-error-dark);
  background-color: white;
}
li.ListItem-Container .badge-success {
  color: #218739;
  background-color: white !important;
}
/*End CategoryView Component*/
body div.tab-content {
  background-color: white;
  border-top: none;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 1px;
  display: flex;
  flex: 1 1 auto;
  height: 0;
}
body div.tab-content > * {
  background-color: white !important;
  padding-top: 5px;
}
body div.tab-content > .tab-pane.active {
  height: 100%;
  width: 100%;
}
body div.tab-content > .tab-pane.active .card.fullHeight {
  border-top: none !important;
}
body ul.nav.nav-tabs {
  padding: 0 20px;
  background-color: ghostwhite;
}
body ul.nav.nav-tabs .nav-item .nav-link {
  color: black !important;
  background-color: ghostwhite;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) transparent;
  outline: none;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  padding-left: 1em;
  padding-right: 1em;
  border-bottom: 1px solid #dee2e6;
}
body ul.nav.nav-tabs .nav-link.active,
body ul.nav.nav-tabs .nav-item.show .nav-link {
  color: #4b5320;
  background-color: white;
  border-color: #dee2e6 #dee2e6 white;
}
.missingProperty-error {
  color: darkslategray;
}
.validationerror-error {
  color: darkslateblue;
}
.extradata-error {
  color: orange;
}
.deserializationerror-error {
  color: var(--theme-palette-error-dark);
}
.schemaerror-error {
  color: var(--theme-palette-error-dark);
}
.duplicateproperty-error {
  color: darkcyan;
}
.schemanotfound-error {
  color: var(--theme-palette-error-dark);
}
html,
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html {
  font-size: 14px;
}
html a,
html .btn-link {
  color: #0366d6;
}
html body,
html #app,
html .page {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
}
html body .description-content,
html #app .description-content,
html .page .description-content {
  display: flex;
  flex-direction: column;
  flex: 0 1 0;
  margin-left: 1em;
  margin-right: 1em;
  padding-bottom: 1em;
}
html body .description-content .description-header,
html #app .description-content .description-header,
html .page .description-content .description-header {
  font-weight: bold;
}
html body .description-content .description-body,
html #app .description-content .description-body,
html .page .description-content .description-body {
  padding: 0;
}
html body .description-content .description-link,
html #app .description-content .description-link,
html .page .description-content .description-link {
  padding: 0 5px;
}
html body .badge-success,
html #app .badge-success,
html .page .badge-success {
  background-color: #218739;
}
html body .b-layout,
html #app .b-layout,
html .page .b-layout {
  width: 100%;
}
html body .invalid-feedback:empty,
html #app .invalid-feedback:empty,
html .page .invalid-feedback:empty {
  display: none;
}
html body .invalid-feedback,
html #app .invalid-feedback,
html .page .invalid-feedback {
  width: fit-content;
  white-space: nowrap;
  text-align: right;
  font-weight: normal !important;
  padding-left: 5px;
  min-width: fit-content;
}
html body .reactr-validation-summary:empty,
html #app .reactr-validation-summary:empty,
html .page .reactr-validation-summary:empty {
  display: none !important;
}
html body .reactr-validation-summary,
html #app .reactr-validation-summary,
html .page .reactr-validation-summary {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  background-color: whitesmoke;
  padding: 1em;
  margin-bottom: 1em;
}
html body .reactr-validation-summary > div,
html #app .reactr-validation-summary > div,
html .page .reactr-validation-summary > div {
  display: flex;
  flex-direction: column;
}
html body .reactr-validation-summary > div > *,
html #app .reactr-validation-summary > div > *,
html .page .reactr-validation-summary > div > * {
  display: flex;
  flex-direction: column;
}
html body .reactr-validation-summary ul,
html #app .reactr-validation-summary ul,
html .page .reactr-validation-summary ul {
  color: var(--theme-palette-error-dark);
}
html body ul.text-danger,
html #app ul.text-danger,
html .page ul.text-danger {
  margin-left: -1em;
  display: flex;
  flex-direction: column-reverse;
}
html body ul.text-danger li.text-danger,
html #app ul.text-danger li.text-danger,
html .page ul.text-danger li.text-danger {
  margin-left: 2em;
}
html body ul.text-danger > div,
html #app ul.text-danger > div,
html .page ul.text-danger > div {
  display: flex;
  flex-direction: column;
  color: black;
}
html .action-header-row {
  flex: 1 1 0;
  align-items: flex-end;
  flex-wrap: nowrap;
}
html .action-header-row > * {
  display: flex;
  flex: 1 1 100% !important;
  width: 0;
  flex-direction: column !important;
  padding: 0 !important;
  min-width: 0 !important;
}
html .action-detail-row {
  flex-wrap: nowrap;
  flex: 1 1 0;
}
html .action-detail-row > * {
  display: flex;
  flex-direction: row !important;
  flex: 1 1 100% !important;
  width: 0;
  padding: 0 !important;
  min-width: 0 !important;
}
html .col-end {
  flex-direction: column;
  align-items: flex-end;
}
html .row-end {
  flex-direction: row;
  align-items: flex-end;
}
html button.close {
  display: flex;
  align-self: flex-end;
  padding-top: 5px;
  position: absolute;
  float: right;
  right: 0.5em;
  top: 0.1em;
}
html .Paper-Root {
  margin: 0 5px;
  background-color: ghostwhite;
}
html .custom-control.custom-switch:hover > * {
  cursor: pointer;
}
html body {
  overflow: hidden;
  height: 100%;
  max-height: 100vh;
  max-width: 100vw;
}
html body .table-responsive {
  display: inline-table;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow-x: hidden;
}
html body .table-responsive thead > tr {
  height: 47px;
}
html body label.section-label {
  font-size: large;
  font-weight: bold;
  padding-top: 0.5em;
  padding-right: 1em;
}
html body span.required-label {
  color: var(--theme-palette-error-dark);
  padding-left: 2px;
  font-weight: normal;
}
html body .form-group.row.property > label.col-form-label {
  display: flex;
  background-color: rgba(0, 0, 0, 0.03);
}
html body .form-group.row.property > label.col-form-label > label {
  flex: 1 1 100%;
}
html body .form-group.row.property > label.col-form-label > .custom-checkbox > input {
  margin: 0 2em;
}
html body .form-group.row.property button {
  float: right;
  fill: var(--theme-palette-action-active);
}
html body .form-group.row.property:not(.create-property) button {
  margin-right: 0;
}
html body .form-group.row.create-property button {
  margin-right: -6px;
}
html body .col-12.form-group.row.create-property {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75em;
}
html body .form-group.create-property > * > label {
  margin-bottom: 0;
  font-weight: bold;
}
html body .form-group {
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
}
html body .form-group > div:not(.modal),
html body .form-group > div:not(.modal) > div:not(.modal) {
  display: flex;
}
html body .form-group label.col-form-label {
  padding: 0;
}
html body .form-group > label {
  margin-bottom: 0;
}
html body .form-group > label label {
  margin-bottom: 0;
}
html body .form-group > label:first-of-type {
  font-weight: bold;
}
html body .form-control {
  height: calc(1em + 0.5rem + 2px);
  padding: 0 2px;
}
html body main.b-layout-content {
  padding: 0 !important;
  width: 100%;
  min-height: calc(100vh - 80px);
  max-height: calc(100vh - 80px);
}
html body li.page-item > select {
  width: 4.5em;
}
html body .body-content {
  background-color: gainsboro;
  min-height: calc(100vh - 70px);
  max-height: calc(100vh - 70px);
}
html body .tab-list-button-text {
  white-space: nowrap;
}
html body select.no-border {
  border: 0;
  overflow-y: auto;
  height: 100% !important;
}
html body select.no-border:focus {
  border: 0;
  box-shadow: none !important;
}
html body .dropdown.max-width.show {
  width: 100%;
}
html body .dropdown.max-width.show .dropdown-menu.show {
  max-width: 100%;
}
html body .dropdown-menu.show {
  max-height: 40vh;
  overflow: auto;
  min-width: 100%;
  box-shadow: 10px 10px 5px #888888;
  background-color: ghostwhite;
  font-size: 0.95em;
  min-width: 0;
  min-width: fit-content;
  left: unset;
  top: calc(100% - 2em);
  margin-left: 1.5em;
}
html body .dropdown-menu.show a.dropdown-item button {
  float: right;
  padding: 0;
}
html body .dropdown-menu.show a.dropdown-item.wrap-item {
  white-space: normal;
}
html body .dropdown-menu.show a.dropdown-item:hover,
html body .dropdown-menu.show .dropdown-item.active,
html body .dropdown-menu.show .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.08);
  color: black;
  font-weight: bold;
  padding-right: 1em;
}
html body .card.no-scroll > .card-body {
  overflow-y: hidden;
}
html body .card-body {
  display: flex;
  flex-direction: column;
}
html body .row {
  margin-left: 0;
  margin-right: 0;
  flex: 1 1 100%;
  flex-direction: row;
}
html body .row .col {
  flex-direction: column;
}
html body main > .row.fullHeight:first-of-type,
html body main section > .row.fullHeight:first-of-type,
html body .row.fullHeight.main-margin-fix {
  margin-left: -15px;
  margin-right: -15px;
}
html body main .row.fullHeight > div {
  max-height: calc(100vh - 80px);
  height: calc(100vh - 80px);
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
}
html body main .row.fullHeight > div .card.fullHeight {
  overflow: hidden;
}
html body main .row.fullHeight > div > .card.fullHeight {
  height: 100%;
  max-height: 100%;
}
html body main .row.fullHeight > div > .card.fullHeight > .card-body nav {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
html body main .row.fullHeight > div > .card.fullHeight > .card-body .row.fullHeight {
  height: 0;
  max-height: 100%;
  display: flex;
  flex-direction: row;
  flex: 1 1 100%;
}
html body main .row.fullHeight > div > .card.fullHeight > .card-body div.form-group > div.row > div.col {
  flex-direction: row !important;
}
html body main .row.fullHeight > div > .card.fullHeight > .card-body .row {
  flex-direction: row;
  flex-flow: nowrap;
  flex: 1 1 auto;
}
html body main .row.fullHeight > div > .card.fullHeight > .card-body .row > div {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
html body main .row.fullHeight > div > .card.fullHeight > .card-body .row > div.fit-content {
  max-width: fit-content;
  min-width: 180px;
}
html body main .row.fullHeight > div > .card.fullHeight > .card-body .row > div,
html body main .row.fullHeight > div > .card.fullHeight > .card-body .row .card {
  height: 100%;
  max-height: 100%;
  padding: 0;
  min-width: 180px;
}
html body main .row.fullHeight > div > .card.fullHeight > .card-body .row > div .card-body,
html body main .row.fullHeight > div > .card.fullHeight > .card-body .row .card .card-body {
  overflow: hidden auto;
}
html body .table-responsive + .row.justify-content-between {
  align-items: flex-start;
  flex-direction: row !important;
  flex: 1 1 auto;
}
html body .table-responsive + .row.justify-content-between > div {
  flex-direction: column !important;
  place-self: baseline;
  min-width: unset !important;
}
html body .table-responsive + .row.justify-content-between .d-flex.flex-row-reverse {
  flex: 1 1 auto;
  align-items: flex-start;
  flex-direction: column !important;
}
html body .table-responsive + .row.justify-content-between .d-flex.flex-row-reverse > div:not(.d-md-none) {
  display: flex !important;
}
html body .table-responsive + .row.justify-content-between .d-flex.flex-row-reverse > div {
  flex: 1 1 auto;
  flex-direction: row;
  align-self: flex-end;
}
html body .ListItem-Container .invalid-type {
  opacity: 0.75;
}
html body .ListItemIcon-Root {
  max-height: 2em;
}
html body .ListItem-Button {
  padding-right: 2em;
}
html body .ListItem-Button > * {
  margin: 0;
  display: flex;
}
html body .ListItem-Button:hover {
  font-weight: bold;
  padding-right: 1.5em;
}
html body .ListItem-Button:hover .ListItemText-Primary:first-of-type {
  font-weight: bold;
  padding-right: 0;
}
html body .list-header {
  font-weight: bold;
}
html body .ListItem-SecondaryAction {
  padding-right: 2.4em;
}
html body li.nav-item:hover,
html body li.page-item:hover {
  cursor: pointer;
}
html body li.nav-item a {
  padding-left: 5px;
  padding-right: 5px;
}
html body .nav .card-body {
  padding-right: 0;
  padding-left: 0;
}
html body .nav > .card {
  border: 0;
}
html body .nav > .card > .card-header {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
html body a.nav-link.active.show {
  font-weight: bold;
  background-color: rgba(1, 1, 1, 0.15);
  color: black;
}
html body table th {
  padding: 0.5rem !important;
}
html body table td {
  padding: 0.5rem !important;
  vertical-align: middle !important;
}
html body .btn.btn-primary {
  background-color: #006FE6;
}
html body .btn.btn-secondary {
  color: #0069d9;
  background-color: white;
}
html body .btn {
  margin: 0 0.2em;
  width: fit-content;
  max-height: 2em;
  padding: 0.25em 0.8em;
  padding-bottom: 0.3em;
  font-size: 0.95em;
}
html body .btn > svg:not(:hover),
html body .btn > img:not(:hover) {
  color: var(--theme-palette-action-active) !important;
}
html body .navbar {
  padding: 0 0.5rem;
}
html body .navbar .nav-item > a {
  font-size: 1.25em;
}
html body btn-primary {
  background-color: #1b6ec2;
  border-color: #1861ac;
  color: #fff;
}
html body app {
  display: flex;
  flex-direction: column;
  position: relative;
}
html body .navbar-nav > .nav-item > a {
  padding-left: 1.25em !important;
  padding-right: 1.25em !important;
}
html body .nav-link {
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.65) !important;
}
html body .top-row {
  align-items: center;
  display: flex;
  height: 3.5rem;
}