main > .container-fluid {
  padding: 70px 15px 20px;
}

.footer {
  font-size: 85%;
  height: 60px;
}

.footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.form-group {
  margin-bottom: 1rem;
}
a,
.page-link {
  color: var(--bs-warning);
}
label {
  font-weight: 600;
}
.required > label::after {
  content: " *";
  color: #cc0000;
}
.table-form .mb-3 {
  margin-bottom: 0 !important;
}
.bgtrasp * {
  background-color: transparent !important;
}
.bibliolist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bibliolist > li {
  margin-bottom: 1rem;
}
.bibliolist > li:last-child {
  margin-bottom: 0;
}
.rivista-create [class$="_orig"],
.rivista-create [class$="_status"],
.rivista-update [class$="_orig"],
.rivista-update [class$="_status"] {
  background-color: #fff3cd;
  padding: 0 0.5rem 0.5rem;
}
.mneg [class$="_orig"] {
  margin-bottom: 0 !important;
}
.ps-md-0 [class$="_status"] {
  min-height: 78px;
  padding-top: 2.5rem;
}
.bafter {
  position: relative;
}
.bafter::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.175);
}
.blacklink a {
  color: var(--bs-black);
}
.page-link.active,
.active > .page-link {
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}
/* Mobile breakpoints */
@media (max-width: 575.98px) {
}
@media (min-width: 576px) {
}
@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
}
@media (max-width: 991.98px) {
}
@media (min-width: 992px) {
  .scheda-view .detail-view > tbody > tr > th {
    width: 250px;
  }
  .col3 {
    column-gap: 2rem;
    columns: 3;
    break-inside: avoid-column;
  }
}
@media (max-width: 1199.98px) {
}
@media (min-width: 1200px) {
  .col3 {
    column-gap: 2rem;
    columns: 4;
    break-inside: avoid-column;
  }
}
