form {
  gap: 0.25rem !important;
}

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

.p81-scad-1,
tr.p81-scad-1 > td,
tr.p81-scad-1 > th {
  background-color: #f8f9fa;
  color: #000;
}

.p81-scad-2,
tr.p81-scad-2 > td,
tr.p81-scad-2 > th {
  background-color: #e0f7fa;
  color: #000;
}

.p81-scad-3,
tr.p81-scad-3 > td,
tr.p81-scad-3 > th {
  background-color: #f8f9fa;
  color: #000;
}

.p81-scad-4,
tr.p81-scad-4 > td,
tr.p81-scad-4 > th {
  background-color: #e0f7fa;
  color: #000;
}

.p81-warning,
tr.p81-warning > td,
tr.p81-warning > th {
  background-color: #fff3cd;
  color: #000;
}

.p81-danger,
tr.p81-danger > td,
tr.p81-danger > th {
  background-color: #f8d7da;
  color: #000;
}

.invalid {
  outline: 1px solid red;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: gray !important;
}

div.form-control {
  background-color: var(--bs-secondary-bg);
}

.validation-message {
  color: red;
}

#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;
}

.app-main .app-content-header {
  padding: 0.6rem 0.5rem;
}

.app-main .app-content-header .breadcrumb {
  line-height: 1rem;
}

th.function, td.function {
  width: 1%;
  white-space: nowrap;
}

th.euro,
td.euro {
  text-align: right;
  white-space: nowrap;
}

.function a {
  text-decoration: none;
}

.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
.btn-default:hover, .btn-default:active, .btn-default.hover {
  background-color: #e7e7e7;
  color: #2b2b2b;
}
.btn-default.disabled, .btn-default:disabled {
  color: #444;
  background-color: #f4f4f4;
}

.btn-func {
  color: #3c8dbc;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.scheduler > .header > .actions .btn.btn-primary {
  background-color: #0d6efd;
  color: #fff;
}

.scheduler > .month > .week > .days {
  display: flex;
  justify-content: space-around;
  height: max(5.313rem, 1.5rem + 5px + 8px + 1.5rem);
}

/* Da rimuovere con la nuova versione di adminlte */
.sidebar-brand {
  background-color: #ffffff;
}

.sidebar-brand .brand-link .brand-image {
  max-height: 50px;
  padding: 2px 0;
}

.sidebar-wrapper {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0 0 20px rgba(1, 41, 112, 0.1);
}

.sidebar-wrapper .sidebar-menu > .nav-item > .nav-link.active:not(:hover) {
  color: #fff;
  background-color: #0d6efd;
}

.sidebar-wrapper .sidebar-menu > .nav-item > .nav-link.active {
  color: #fff;
  background-color: #287fff;
}

.sidebar-wrapper .sidebar-menu > .nav-item > .nav-treeview {
  background-color: #494e53;
  margin-left: 3px;
  margin-right: 3px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.fa, .fa-regular, .fa-solid, .fa-brands {
  padding-right: 3px !important;
}

.fa-gray {
  color: #babdbf;
}

.fa-red {
  color: #bf0505;
}

.fa-black {
  color: #111;
}

.fa-green {
  color: #00a015;
}

.form-label {
  font-weight: 600;
}

.app-content > .fa, .app-content > .fa-regular, .app-content > .fa-solid, .app-content > .fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.nav-link .fa-circle {
  font-size: 0.5em !important;
  width: 1rem !important;
}

.card {
  margin-bottom: 0.5rem;
}

.hx-grid-load-more-container {
  margin: 16px;
}

.hx-sidebar-item-navlink-content,
.hx-sidebar-item-navlink-content-inner {
  color: white;
}

.hx-grid td:last-child, .hx-grid th:last-child {
  padding-right: 0.5rem !important;
}

.hx-grid td:first-child, .hx-grid th:first-child {
  padding-left: 0.5rem !important;
}

.hx-tab-panel .nav-link.active {
  background-color: #0d6efd;
  color: #f8f9fa;
}

.dropdown-menu {
  z-index: 2000;
}

a.checkgrid {
  color: #0d6efd;
}

.dropdownWidthCard {
  width: 400px;
}

.info-box {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.info-box a {
  color: #2f2f2f;
}

.info-box-icon {
  min-height: 40px;
  line-height: 40px;
  height: 40px;
  width: 50px;
  font-size: 20px;
}

.info-box-content {
  /*padding: 10px 5px;*/
  margin-left: 50px;
}

.nav-link.tabOrdini {
  display: flex;
  padding: 0;
  margin-left: 0.2em;
  border: 1px solid #ccc;
}

.nav-link.tabOrdini .info-text {
  padding: 0.5rem;
  background-color: white;
  color: #2f2f2f;
}

.nav-link.tabOrdini.active .info-text {
  background-color: #3c8dbc;
  color: white;
}

.nav-link.tabOrdini .info-badge {
  padding: 0.5rem;
  min-width: 50px;
  height: 100%;
  background: #ccc;
  color: #2f2f2f;
  text-align: center;
  font-weight: bold;
}

.nav-link.tabOrdini.active .info-badge {
  background: #307197;
  color: #ffffff;
}

.table {
  font-size: 0.9em;
  z-index: 0;
}

.sticky-top81 {
  position: sticky;
  top: 0;
  /* z-index: 10; */
}

.scrollable-table-container {
  min-height: 160px;
  max-height: calc(100vh - 250px);
  overflow: auto;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.pOrizontale {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.pagination .page-item .page-link {
  border-radius: 0;
  margin-top: 10px;
}

/*# sourceMappingURL=site.css.map */
