.finder--wrap {
  padding: 25px 25px 35px 25px;
  margin: 0rem 0 2rem 0;
  border-radius: 2px;
  background: #f6f6f6;
}

td {
  padding: 5px 10px 3px 0;
}

.dl {
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.searchBox--wrap {
  background: #fff;
  padding: 20px 20px 20px 20px;
}
@media (min-width: 768px) {
  .searchBox--wrap {
    padding: 40px 40px 40px 40px;
  }
}

.msgBusy--wrap {
  text-align: center;
  padding: 20px;
  font-style: italic;
}

.results--wrap {
  margin-top: 1rem;
  padding: 0 0px;
}
@media (min-width: 768px) {
  .results--wrap {
    padding: 0 40px;
  }
}

.results--row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.materiale--head {
  display: none;
}
@media (min-width: 768px) {
  .materiale--head {
    display: flex;
    padding: 10px 10px 4px 0px;
  }
}

.materiale--row {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .materiale--row {
    padding: 10px 10px 4px 10px;
  }
}

.materiale--info {
  flex: 1;
}
@media (min-width: 768px) {
  .materiale--info {
    display: flex;
  }
}

.materiale--toggle {
  align-self: flex-start;
  width: 25px;
  cursor: pointer;
  color: #da2032;
  text-align: center;
}
@media (min-width: 768px) {
  .materiale--toggle {
    align-self: center;
    text-align: left;
  }
}

.materiale--labelMobile {
  padding-right: 6px;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 768px) {
  .materiale--labelMobile {
    display: none;
  }
}

.materiale--codice {
  min-width: 150px;
}

.materiale--part {
  min-width: 3rem;
}

.materiale--title {
  min-width: 100px;
  padding-right: 1rem;
  flex: 1;
}

.materiale--dati {
  padding-right: 1rem;
}

.materiale--fetch {
  cursor: pointer;
  color: #da2032;
}

.materiale--preview {
  text-align: center;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .materiale--preview {
    padding: 20px 20px;
  }
}
.materiale--preview img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.materiale--switch {
  align-self: flex-end;
}
.materiale--switch svg {
  fill: #909090;
  width: 11px;
  height: 8px;
  transform: rotate(180deg);
}

.materiale--head.on .materiale--desc {
  color: #da2032;
  font-weight: bold;
  font-size: 18px;
}
.materiale--head.on .materiale--switch svg {
  fill: #da2032;
}

.materiale--section__open .filters--body {
  display: block;
}
.materiale--section__open .filters--switch svg {
  transform: rotate(0);
}

.materiale--expired {
  font-size: 12px;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
}

.recursion__100 {
  background-color: #f7f7f7;
}

.recursion__200 {
  background-color: #eeeeee;
  color: #444;
}

.recursion__300 {
  background-color: #e4e4e4;
  color: #444;
}

.recursion__400 {
  background-color: #d0d0d0;
  color: #444;
}

.doc--head {
  display: flex;
  align-items: baseline;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.doc--codice {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 13px;
  color: #999;
  min-width: 100px;
}

.doc--desc {
  font-size: 14px;
  flex: 1;
}

.doc--switch {
  align-self: flex-end;
}
.doc--switch svg {
  fill: #909090;
  width: 11px;
  height: 8px;
  transform: rotate(180deg);
}

.doc--head.on .doc--desc {
  color: #da2032;
  font-weight: bold;
}
.doc--head.on .doc--switch svg {
  fill: #da2032;
}

.file--item {
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  font-size: 14px;
  padding: 4px 0 4px 0px;
  margin-left: 100px;
  color: #444;
}
.file--item:nth-child(even) {
  background: #fafafa;
}
.file--item:last-child {
  margin-bottom: 1rem;
}

.file--ico {
  margin-right: 15px;
}

.file--txt {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  padding-bottom: 3px;
  color: #444;
  font-size: 13px;
}
.file--txt:hover {
  color: #da2032;
}

.help--wrap {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.help--wrap svg {
  margin-right: 5px;
}
.help--wrap span {
  text-decoration: underline;
  cursor: pointer;
  color: #da2032;
}
@media (min-width: 768px) {
  .help--wrap {
    justify-content: flex-end;
  }
}

.help--mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.help--pop {
  background: white;
  width: 100%;
  max-width: calc(100% - 40px);
  min-height: 400px;
  border-radius: 14px;
  padding: 25px;
  position: relative;
}
@media (min-width: 1400px) {
  .help--pop {
    max-width: 1200px;
  }
}

.help--title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1rem;
}

.help--body {
  font-size: 18px;
  margin-bottom: 1rem;
}

.help--code {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.help--codeTxt {
  font-family: monospace;
  color: #777777;
  background: #F6F6F6;
  padding: 4px 10px;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  font-size: 18px;
}
.help--codeTxt span {
  color: #da2032;
  font-weight: bold;
}
@media (min-width: 768px) {
  .help--codeTxt {
    font-size: 22px;
  }
}

.help--show {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.help--show svg {
  margin-right: 8px;
}
.help--show span {
  text-decoration: underline;
  cursor: pointer;
  color: #da2032;
}

.codes--wrap {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  height: 200px;
  overflow-y: scroll;
  background: #f0f0f0;
  padding: 10px;
}
@media (min-width: 768px) {
  .codes--wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .codes--wrap {
    overflow: hidden;
    height: auto;
    background: none;
    padding: 10px 0 0 0;
  }
}

.codes--row {
  display: flex;
}

.codes--key {
  font-weight: bold;
  width: 3rem;
}

.help--x {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .help--x {
    top: 20px;
    right: 20px;
  }
}