/*
* vars
* Global less vars
* (file included from vars.less)
*/
.button_icon_simple {
  background-repeat: no-repeat;
  background-position: center center;
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-size: contain;
  opacity: 0.7;
}
.button_icon_simple:active {
  opacity: 0.5;
}
.button_icon_simple:hover {
  opacity: 1;
}
/*
	#wrapper {
		height: 100vh;
	}
	*/
#main > .inner {
  min-height: 80vh;
}
.biblio_print {
  font-family: ".SF UI Text Condensed Regular", serif;
}
.line_value {
  display: flex;
  line-height: 1em;
  padding-top: 5px;
  padding-left: 10px;
}
.line_value i {
  color: #BFBFBF;
  cursor: pointer;
  align-self: center;
}
.line_value i:hover {
  color: #E31A0A;
}
.line_value input.input_values {
  pointer-events: none;
  border: none;
  margin-left: 5px;
  width: 100%;
  align-self: center;
  text-overflow: ellipsis;
  background-color: transparent;
}
.mints_row_wrapper {
  margin-bottom: 1em;
  border-bottom: 1px solid #dedede;
  padding-bottom: 1em;
}
.mints_row_wrapper .icon_link {
  border: none;
}
.mints_row_wrapper div,
.mints_row_wrapper h1 {
  font-family: cambria;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.4;
}
.mints_row_wrapper .name {
  border-bottom: dotted 1px rgba(190, 135, 90, 0.5);
  font-variant: small-caps;
  letter-spacing: 1px;
  font-size: 130%;
}
.mints_row_wrapper .name > * {
  display: inline-block;
  padding-right: 1em;
}
.mints_row_wrapper .name > .section_id {
  float: right;
  padding-right: 0;
}
.mints_row_wrapper .italic {
  font-style: italic;
}
.mints_row_wrapper .grey {
  color: #8C8C8C;
}
.mints_row_wrapper .blue {
  color: #497FC2;
}
.mints_row_wrapper .row_title {
  display: flex;
  flex-wrap: wrap;
}
.mints_row_wrapper .row_title .pdf {
  margin-left: 0.5em;
}
.mints_row_wrapper .row_title .pdf:after {
  content: " ";
  height: 100%;
  width: 1em;
  background-image: url("../../assets/images/file-pdf-o.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  cursor: pointer;
}
.mints_row_wrapper .row_body {
  display: flex;
  flex-wrap: wrap;
}
.mints_row_wrapper .row_url {
  display: flex;
  flex-wrap: wrap;
}
.mints_row_wrapper .row_url a.url_data {
  color: #497FC2;
}
.mints_row_wrapper .row_url .separator {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.form-inline .form-row {
  display: flex;
  flex-wrap: wrap;
}
.form-inline .form-row .form-group {
  flex: 1 1 50%;
  align-self: baseline;
}
.form-inline .form-row .operators {
  padding-right: 2em;
}
.pagination.bottom {
  margin-top: 3em;
}
.ui-menu .ui-menu-item {
  padding-left: 0;
  width: 100%;
  display: flex;
}
.ui-menu .ui-menu-item-wrapper {
  width: 100%;
  border: none !important;
  margin: 0 !important;
}
.ui-widget.ui-widget-content {
  background-color: #f9f9f9;
  border: none !important;
}
#print_font > .regular {
  font-family: ".SF UI Text Regular", sans-serif;
}
#print_font > .bold {
  font-family: ".SF UI Text Bold", sans-serif;
}
#print_font > .condensed_regular {
  font-family: ".SF UI Text Condensed Regular", serif;
}
#print_font > .condensed_light {
  font-family: ".SF UI Text Condensed Light", sans-serif;
}
@media print {
  @page {
    size: 210mm 297mm;
    margin: 25mm 10mm 20mm 25mm;
  }
  #header,
  #menu,
  #footer,
  #export_data,
  #map_container,
  #types,
  .inner > h1,
  .form,
  nav,
  .leaflet-control-container,
  .golden-separator,
  .text-block-separator,
  .export_data_container,
  .mint,
  .link_mint,
  .mint_relations,
  .authorship,
  .related,
  .icon_link,
  .bibliography_container,
  .go_to_dedalo {
    display: none !important;
  }
  a {
    color: black !important;
    border: none;
  }
  body {
    background-color: transparent;
    margin: 0px !important;
    padding: 0px !important;
    color: black !important;
  }
  #wrapper {
    font-family: ".SF UI Text Condensed Regular", serif;
    background-color: transparent;
    background: none;
    margin: 0px !important;
    padding: 0px !important;
    width: 160mm !important;
    height: auto;
  }
  #wrapper #main {
    width: 100%;
    padding-bottom: 0px;
    margin: 0px !important;
    padding: 0px !important;
  }
  #wrapper #main > .inner {
    margin: 0px !important;
    padding: 0px !important;
  }
  #wrapper #main > .inner .result {
    margin: 0px !important;
    padding: 0px !important;
    width: 160mm;
    margin-left: 2.5cm !important;
  }
  #wrapper #main > .inner .result > .row_detail {
    margin-bottom: 30pt;
  }
  #wrapper #main > .inner .result > .row_detail .line-tittle-wrap {
    margin: 0px;
    font-family: "Times New Roman", Times, serif;
    display: flex;
    flex-flow: column;
    margin-bottom: 15mm;
    margin-top: 25mm;
  }
  #wrapper #main > .inner .result > .row_detail .line-tittle-wrap .line-tittle {
    font-size: 18pt;
    text-align: center;
    color: black;
    text-transform: uppercase;
    margin-left: 0px;
  }
  #wrapper #main > .inner .result > .row_detail .line-tittle-wrap .info_value {
    font-size: 10pt;
    text-align: center;
    margin-left: 0px;
    font-variant-caps: small-caps;
  }
  #wrapper #main > .inner .result > .row_detail .line-tittle-wrap .info_value::first-letter {
    font-size: 0px;
  }
  #wrapper #main > .inner .result > .row_detail .contracted-block {
    max-height: unset;
    overflow: visible;
    transition: none;
  }
  #wrapper #main > .inner .result > .row_detail .info_text_block {
    margin: 0px !important;
    padding: 0px !important;
    max-height: unset;
    overflow: unset;
    text-align: justify;
    font-family: ".SF UI Text Regular", sans-serif;
    font-size: 10pt;
    letter-spacing: 0.2pt;
    word-spacing: -0.2pt;
    line-height: 13pt;
    text-wrap: pretty;
  }
  #wrapper #main > .inner .result > .row_detail .info_text_block p {
    display: block;
    margin-bottom: 0.5mm;
  }
  #wrapper #main > .inner .result > .row_detail .info_text_block p + p {
    text-indent: 5mm;
  }
  #wrapper #main > .inner .result .authorship_print_container {
    display: block !important;
    margin-top: 1.5em;
  }
  #wrapper #main > .inner .result .authorship_print_container > .authorship {
    display: block !important;
    text-align: right;
    font-size: 7pt;
    margin: 0px;
  }
  .types_print {
    font-family: ".SF UI Text Regular", sans-serif;
    font-size: 8pt;
    display: block;
    visibility: visible;
    height: unset;
    width: unset;
    overflow: unset;
  }
  .types_print .children_contanier {
    margin-left: 10pt;
  }
  .types_print > .children_contanier {
    margin-left: 0px;
  }
  .types_print .row_node.mints > .children_contanier {
    margin-left: 0px;
  }
  .types_print .row_node.mints > .children_contanier > .row_node {
    margin-top: 0.5em;
  }
  .types_print .row_node {
    position: relative;
  }
  .types_print .row_node .type_container .qr_code_node {
    display: block !important;
    position: absolute;
    width: 1cm;
    height: 1cm;
    left: -1.4cm;
    top: 0.1cm;
    opacity: 0.4;
    text-align: end;
  }
  .types_print .row_node .term_grouper {
    display: none;
  }
  .types_print .row_node .grouper_value {
    font-family: ".SF UI Text Regular", sans-serif;
    font-size: 10pt;
  }
  .types_print .row_node .type_container_deep {
    display: inline-block;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
  }
  .types_print .row_node .type_container_deep .grouper_value:first-of-type {
    margin-top: 0.25em;
  }
  .types_print .row_node.types .children_contanier > .row_node.types:last-of-type {
    border: none;
  }
  .types_print .row_node.types {
    width: 160mm;
    overflow: visible;
    border-top: none;
    border-bottom: 1px solid #ddd;
  }
  .types_print .row_node.types .grouper_print {
    display: block;
  }
  .types_print .row_node.types span {
    margin-right: 0.5em;
  }
  .types_print .row_node.types .term_line {
    word-spacing: -1pt;
  }
  .types_print .row_node.types .term_line span {
    margin-right: 0.25em;
  }
  .types_print .row_node.types .term_line > .term {
    font-family: ".SF UI Text Bold", sans-serif;
    display: inline-block;
    padding-top: 1em;
  }
  .types_print .row_node.types .term_line > .term > .no_bold {
    font-family: ".SF UI Text Regular", sans-serif;
  }
  .types_print .row_node.types .legend_box.small,
  .types_print .row_node.types .ref_type_averages_weight,
  .types_print .row_node.types .ref_type_total_weight_items,
  .types_print .row_node.types .ref_type_averages_diameter,
  .types_print .row_node.types .ref_type_total_diameter_items,
  .types_print .row_node.types .descriptions {
    font-size: unset !important;
  }
  .types_print .row_node.types .ref_type_averages_weight,
  .types_print .row_node.types .ref_type_total_weight_items,
  .types_print .row_node.types .ref_type_averages_diameter,
  .types_print .row_node.types .ref_type_total_diameter_items {
    font-family: ".SF UI Text Condensed Light", sans-serif;
  }
  .types_print .row_node.types .ref_type_averages_weight,
  .types_print .row_node.types .ref_type_averages_diameter {
    margin-right: 0.25em;
  }
  .types_print .row_node.types .ref_type_material::after {
    content: ".";
  }
  .types_print .row_node.types .ref_type_denomination::after {
    content: ".";
  }
  .types_print .row_node.types .term {
    display: block;
    line-height: 1em;
    padding-top: 0.25em;
  }
  .types_print .row_node.types .term .a_term {
    font-family: ".SF UI Text Bold", sans-serif;
  }
  .types_print .row_node.types .term .a_term > span {
    font-family: ".SF UI Text Regular", sans-serif;
    margin-right: 0px;
  }
  .types_print .row_node.types .term .a_term > span.keyword {
    font-family: ".SF UI Text Condensed Light", sans-serif;
  }
  .types_print .row_node.types .descriptions {
    padding-top: 0.3em;
    letter-spacing: 0.01pt;
    row-gap: 0.3em;
  }
  .types_print .row_node.types .descriptions .ref_type_design_obverse,
  .types_print .row_node.types .descriptions .ref_type_design_reverse {
    line-height: 10pt;
  }
  .types_print .row_node.types .descriptions .legend_obverse span,
  .types_print .row_node.types .descriptions .legend_reverse span {
    margin: unset;
  }
  .types_print .row_node.types .descriptions .legend_obverse .ref_type_legend_transcription_obverse,
  .types_print .row_node.types .descriptions .legend_reverse .ref_type_legend_transcription_obverse,
  .types_print .row_node.types .descriptions .legend_obverse .ref_type_legend_transcription_reverse,
  .types_print .row_node.types .descriptions .legend_reverse .ref_type_legend_transcription_reverse {
    font-family: ".SF UI Text Condensed Light", sans-serif;
    font-size: 7pt;
    margin-right: 0px;
  }
  .types_print .row_node.types .descriptions .legend_box.small {
    line-height: unset;
  }
  .types_print .row_node.types .descriptions .legend_box.small img {
    height: 8pt;
    vertical-align: middle;
  }
  .types_print .type_container {
    position: relative;
    width: 160mm;
    overflow: visible;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
  }
  .types_print .type_container .type_info {
    grid-row-start: initial;
    grid-column-start: initial;
    z-index: 1;
    letter-spacing: 0.2pt;
    font-size: 8pt;
  }
  .types_print .type_container .type_info .ref_type_design_reverse {
    padding-right: 2em;
  }
  .types_print .type_container > .ref_type_equivalents,
  .types_print .type_container > .collection_auction {
    font-family: ".SF UI Text Condensed Light", sans-serif;
    font-size: 5.5pt;
    line-height: 6.5pt;
    margin-top: 2pt;
  }
  .biblio_print {
    display: block !important;
    margin: 0px;
    page-break-before: always;
  }
  .biblio_print > .bibliography_container_print .info_line.separator {
    margin-top: 0px !important;
    margin-bottom: 32pt;
    border: none !important;
  }
  .biblio_print > .bibliography_container_print .info_line.separator .big_label {
    background-color: unset;
    color: #000000;
    margin: 0px !important;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    width: 100%;
    font-size: 10pt;
  }
  .biblio_print .bibliography_container_print > .info_text_block {
    padding: 0px !important;
    padding-top: 0.5em !important;
    overflow: unset !important;
    max-height: unset !important;
    column-count: 2;
    column-gap: 12pt;
  }
  .biblio_print .bibliography_container_print .big_label {
    padding-left: 0px !important;
  }
  .biblio_print .bibliographic_reference {
    margin-top: 0px !important;
    margin-bottom: 0.5em !important;
    line-height: 1.25em !important;
    font-size: 7pt !important;
    text-indent: -3em;
    padding-left: 3em;
    text-align: justify;
    break-inside: avoid;
    letter-spacing: 0px !important;
  }
  .biblio_print .bibliographic_reference > .info_line {
    text-wrap: pretty;
  }
  .biblio_print .bibliographic_reference > .info_line > span.bib_page.nowrap {
    white-space: nowrap;
  }
  .biblio_print .bibliographic_reference > .info_line .magazine_union.nowrap {
    white-space: nowrap;
  }
}
@media print {
  #header,
  #menu,
  #footer,
  #export_data,
  #rows_container,
  #form_container,
  .no_print,
  .go_to_dedalo {
    display: none !important;
  }
}
/*# sourceMappingURL=mints.css.map */