:root {
  --bs-border-color: #aaa;
}
.not-set {
  color: #c55;
  font-style: italic;
}
.btn {
  border-width: 1px;
}

/* 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;
}

.form-group {
  margin-bottom: 1rem;
}
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;
}
.page-link.active,
.active > .page-link {
  background-color: var(--rossoscuro);
  border-color: var(--rossoscuro);
}
.page-link {
  color: var(--rossoscuro);
}
.field-documentsearch-annorange {
  margin-bottom: 0 !important;
}
.field-documentsearch-annorange label {
  margin-right: 1rem;
}
#annorange-label {
  padding-left: 58px;
}
.field-documentsearch-annorange label {
  display: block;
}
.field-documentsearch-annorange .slider {
  margin-left: 0.75rem;
}
.slider-handle {
  background-image: none;
  background-color: var(--rossoscuro);
}
.btn-sm {
  padding: 0.44rem 1rem;
  font-size: 0.875rem;
}
main > .container-fluid {
  padding: 0 15px;
}
.card {
  border-color: var(--bs-border-color);
}
fieldset {
  border: 1px solid var(--bs-border-color);
  padding: 0.5rem 1rem;
  position: relative;
  margin-top: 1.5rem;
  border-radius: 0.375rem;
}
fieldset legend {
  font-size: 1.125rem;
  font-weight: bold;
  display: inline-block;
  background: var(--white);
  position: absolute;
  top: -1rem;
  left: 0.5rem;
  width: auto;
  padding: 0 0.5rem;
}
.select2-container--krajee-bs5 .select2-selection {
  border-color: var(--bs-border-color);
}
.select2-container--krajee-bs5
  .select2-selection--multiple
  .select2-selection__rendered {
  white-space: normal !important;
}
.page-container {
  position: relative;
  width: 1200px;
  aspect-ratio: 1.414/1;
}
.updatewidth tr + tr > td {
  border-top: 1px solid #aaa;
}
#slider .noUi-connect {
  background: var(--rossoscuro);
}
.noUi-handle {
  border-color: var(--rossoscuro);
}
.tooltip-link {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    cursor: help;
}

/* 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;
  }
}
@media (max-width: 1199.98px) {
}
@media (min-width: 1200px) {
}
