/* RESETER */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.bar {
  fill: #D5E3E4; }

a.button {
  cursor: pointer;
  background: #EEA731;
  color: #0A3B4C;
  height: 40px;
  width: 200px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px; }
  a.button:hover {
    color: #0A3B4C;
    font-weight: normal; }

html, body {
  overflow: hidden; }

body {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 14px;
  color: #0A3B4C; }
  body.venetica .searchform {
    display: none; }

#searchmenu .searchbar {
  background: #0A3B4C;
  height: 80px;
  display: -ms-flexbox;
  display: flex; }
  #searchmenu .searchbar .about {
    line-height: 80px;
    color: #EEA731;
    position: absolute;
    right: 70px;
    font-weight: bold;
    text-decoration: none; }
  #searchmenu .searchbar .loginname {
    line-height: 80px;
    color: #EEA731;
    position: absolute;
    right: 290px;
    font-weight: bold;
    text-decoration: none; }
  #searchmenu .searchbar .statistics {
    line-height: 80px;
    color: #EEA731;
    position: absolute;
    right: 165px;
    font-weight: bold;
    text-decoration: none; }
  #searchmenu .searchbar .venetica {
    line-height: 80px;
    color: #EEA731;
    position: absolute;
    right: 290px;
    font-weight: bold;
    text-decoration: none; }
  #searchmenu .searchbar .title {
    padding: 14px;
    width: 200px;
    color: #D5E3E4;
    font-size: 18px;
    line-height: 20px;
    display: inline-block; }
    #searchmenu .searchbar .title img {
      height: 48px; }
  #searchmenu .searchbar .searchform .headfield {
    display: inline-block;
    position: relative; }
    #searchmenu .searchbar .searchform .headfield input {
      width: 500px;
      height: 40px;
      border-radius: 4px;
      border: 2px solid #D5E3E4;
      padding-left: 50px;
      font-size: 16px;
      margin-right: 20px;
      margin-top: 20px; }
    #searchmenu .searchbar .searchform .headfield i.fa {
      cursor: pointer;
      font-family: FontAwesome;
      left: 20px;
      position: absolute;
      top: 30px; }
  #searchmenu .searchbar .searchform ul.filters {
    color: #D5E3E4;
    display: inline-block;
    font-size: 14px; }

li.chk {
  display: inline;
  cursor: pointer;
  margin-right: 20px; }
  li.chk:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url("chbx.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center right; }
  li.chk.checked:before {
    background-position: center left; }

.mainsearch {
  padding-top: 200px;
  margin: auto;
  width: 40%; }
  .mainsearch.adv_open .searchfield .fa-caret-right {
    display: none; }
  .mainsearch.adv_open .searchfield .fa-caret-down {
    display: block; }
  .mainsearch.adv_open .advancedsearch {
    display: block; }
  .mainsearch.adv_open .suggestlist {
    display: none; }
  .mainsearch.adv_open ul.filters {
    display: none; }
  .mainsearch .searchfield {
    position: relative; }
    .mainsearch .searchfield input {
      width: 100%;
      height: 60px;
      border-radius: 4px;
      border: 2px solid #D5E3E4;
      padding-left: 50px;
      font-size: 18px;
      margin-right: 20px;
      margin-top: 20px;
      outline: none; }
    .mainsearch .searchfield:before {
      content: "\f002";
      font-family: FontAwesome;
      left: 10px;
      position: absolute;
      top: 30px; }
    .mainsearch .searchfield .fa-caret-down {
      display: none; }
    .mainsearch .searchfield .fa-caret-right {
      display: block; }
    .mainsearch .searchfield .fa {
      color: #EEA731;
      font-family: FontAwesome;
      right: 20px;
      font-size: 24px;
      position: absolute;
      top: 35px;
      cursor: pointer; }
  .mainsearch ul.filters {
    line-height: 80px;
    color: black;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    text-align: center; }
  .mainsearch .suggestlist {
    z-index: 2000;
    background: white;
    border: 1px solid #D5E3E4;
    border-top: none;
    list-style-type: none;
    position: absolute;
    width: 40%; }
    .mainsearch .suggestlist a {
      padding: 8px 20px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      cursor: pointer;
      color: #0A3B4C;
      text-decoration: none;
      display: block; }
      .mainsearch .suggestlist a:hover {
        background: #efefef; }
      .mainsearch .suggestlist a:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin-right: 10px;
        display: inline-block; }
      .mainsearch .suggestlist a.author:before {
        background: #58E0D1; }
      .mainsearch .suggestlist a.asve:before {
        background: #DDDDDD; }
      .mainsearch .suggestlist a.book:before {
        background: #DC6D72; }
      .mainsearch .suggestlist a.article:before {
        background: #318E8F; }
  .mainsearch .sample {
    margin-top: 20px; }
    .mainsearch .sample strong {
      font-weight: bold; }
    .mainsearch .sample ul {
      padding-left: 100px;
      list-style-type: disc; }
  .mainsearch .advancedsearch {
    display: none;
    background: #F9F9F9;
    position: relative;
    color: #0A3B4C;
    width: 94%;
    padding: 30px;
    margin: auto; }
    .mainsearch .advancedsearch li {
      margin-bottom: 3px; }
    .mainsearch .advancedsearch strong {
      font-weight: bold; }
    .mainsearch .advancedsearch input {
      width: 250px;
      padding: 4px; }
      .mainsearch .advancedsearch input.small {
        width: 100px; }
    .mainsearch .advancedsearch span {
      display: inline-block;
      width: 250px; }
    .mainsearch .advancedsearch .chkboxanywhere {
      font-size: 14px;
      cursor: pointer;
      margin-bottom: 10px;
      font-family: "Arial"; }
      .mainsearch .advancedsearch .chkboxanywhere:before {
        margin-right: 10px;
        font-family: FontAwesome;
        font-size: 16px; }
    .mainsearch .advancedsearch .closebutton {
      position: absolute;
      right: 10px;
      top: 5px;
      color: black;
      font-size: 40px;
      text-decoration: none; }
    .mainsearch .advancedsearch .searchbutton {
      background: #EEA731;
      color: #0A3B4C;
      font-size: 1.3em;
      padding: 15px 40px;
      display: inline-block; }
    .mainsearch .advancedsearch ul.advfilters {
      line-height: 80px;
      margin-top: 100px;
      color: black;
      display: inline-block;
      font-size: 14px;
      width: 100%; }

#screenwrapper {
  position: fixed;
  padding: 200px;
  text-align: center;
  z-index: 10000;
  display: none;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 18px;
  font-weight: bold;
  /* @media all and (max-width: 1430px)  { display: block; } */ }

.sideinfo {
  background: #0A3B4C;
  width: 200px;
  position: absolute;
  left: 0;
  top: 80px;
  bottom: 0;
  color: #D5E3E4;
  padding: 20px; }
  .sideinfo li.sub {
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 2em; }
    .sideinfo li.sub i {
      color: #EEA731; }
    .sideinfo li.sub ul {
      display: none; }
    .sideinfo li.sub.open ul {
      display: block; }
    .sideinfo li.sub li.chk {
      display: block;
      font-size: 0.8em;
      margin-right: 0; }
    .sideinfo li.sub .nm {
      display: inline-block;
      width: 90px;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .sideinfo li.sub .cn {
      display: inline-block;
      width: 40px;
      text-align: right;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .sideinfo .sub:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #EEA731;
    margin-right: 10px;
    display: inline-block;
    width: 10px; }
  .sideinfo .sub.open:before {
    content: "\f0d7"; }
  .sideinfo .barchart {
    width: 160px;
    height: 75px; }
  .sideinfo .yearfilter {
    margin-bottom: 60px; }
    .sideinfo .yearfilter .yearslider {
      font-size: 0.7em;
      margin-top: 40px;
      margin-bottom: 20px; }
      .sideinfo .yearfilter .yearslider .noUi-connect {
        background: #EEA731; }
      .sideinfo .yearfilter .yearslider .noUi-value {
        margin-top: 13px; }
    .sideinfo .yearfilter ul {
      margin-top: 5px; }
    .sideinfo .yearfilter.disabled .yearslider {
      opacity: 0.3; }
      .sideinfo .yearfilter.disabled .yearslider .noUi-connect {
        background: #888; }
  .sideinfo .allfilters {
    color: #EEA731;
    cursor: pointer;
    font-size: 0.8em; }

.statzone {
  position: absolute;
  top: 80px;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  padding: 40px; }
  .statzone h4 {
    color: #ECA730;
    margin-bottom: 30px;
    font-size: 1.2em;
    font-weight: bold; }
  .statzone h5 {
    color: #0A3B4C;
    font-size: 1.2em;
    font-weight: bold; }
  .statzone ul {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #0A3B4C; }
  .statzone li {
    line-height: 1.5em; }
  .statzone .col1 {
    width: 300px;
    float: left; }

.resultzone {
  position: absolute;
  top: 80px;
  bottom: 0;
  right: 0;
  left: 200px;
  overflow: hidden; }
  .resultzone .resultheaders {
    height: 80px;
    line-height: 70px;
    padding-top: 10px; }
    .resultzone .resultheaders li.cat {
      display: block;
      cursor: pointer;
      opacity: 0.5;
      position: relative;
      float: left;
      width: 160px;
      text-align: center;
      border-bottom: 1px solid black; }
      .resultzone .resultheaders li.cat span {
        font-weight: bold;
        border-radius: 35px;
        line-height: 35px;
        background: #999;
        margin-right: 10px;
        display: inline-block;
        width: 35px;
        height: 35px; }
      .resultzone .resultheaders li.cat.special {
        border-left: 1px solid black; }
      .resultzone .resultheaders li.cat.active {
        opacity: 1;
        font-weight: bold; }
      .resultzone .resultheaders li.cat:before {
        content: "";
        height: 10px;
        width: 100%;
        position: absolute;
        top: 0;
        margin-top: -10px;
        left: 0;
        background: red; }
      .resultzone .resultheaders li.cat.special:before {
        /*width: 90%;
          left: 5%;*/ }
      .resultzone .resultheaders li.cat.authors:before, .resultzone .resultheaders li.cat.authors span {
        background: #58E0D1; }
      .resultzone .resultheaders li.cat.monographies:before, .resultzone .resultheaders li.cat.monographies span {
        background: #DC6D72; }
      .resultzone .resultheaders li.cat.articles:before, .resultzone .resultheaders li.cat.articles span {
        background: #318E8F; }
      .resultzone .resultheaders li.cat.contributions:before, .resultzone .resultheaders li.cat.contributions span {
        background: #EC8CD8; }
      .resultzone .resultheaders li.cat.primary_sources:before, .resultzone .resultheaders li.cat.primary_sources span {
        background: #DDDDDD; }
      .resultzone .resultheaders li.cat.references:before, .resultzone .resultheaders li.cat.references span {
        background: #A95FBE; }
    .resultzone .resultheaders li.pagin {
      color: #EEA731;
      font-weight: bold;
      font-size: 1.2em;
      position: relative;
      float: left;
      width: 160px;
      text-align: center;
      line-height: 2.2em; }
      .resultzone .resultheaders li.pagin .fa-chevron-left, .resultzone .resultheaders li.pagin .fa-chevron-right {
        cursor: pointer; }
      .resultzone .resultheaders li.pagin .fa-chevron-left {
        margin-right: 10px; }
      .resultzone .resultheaders li.pagin .fa-chevron-right {
        margin-left: 10px; }
  .resultzone .results {
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 80px;
    overflow-y: scroll; }
    .resultzone .results .result {
      cursor: pointer;
      padding: 20px 20px;
      margin-bottom: 3px;
      min-height: 126px; }
      .resultzone .results .result:hover {
        background: #f9f9f9; }
      .resultzone .results .result p.title {
        font-weight: bold;
        margin-bottom: 10px; }
      .resultzone .results .result p.title, .resultzone .results .result p.subtitle {
        white-space: nowrap;
        text-overflow: ellipsis;
        /*overflow: hidden;*/ }
      .resultzone .results .result .graph {
        border-right: 1px solid black;
        padding-right: 20px;
        margin-right: 20px;
        margin-top: 10px;
        vertical-align: top;
        display: inline-block; }
      .resultzone .results .result ul {
        display: inline-block;
        margin-top: 7px; }
        .resultzone .results .result ul li {
          font-size: 12px;
          line-height: 16px; }
      .resultzone .results .result.authors {
        border-left: 8px solid #58E0D1; }
      .resultzone .results .result.monographies {
        border-left: 8px solid #DC6D72; }
      .resultzone .results .result.articles {
        border-left: 8px solid #318E8F; }
      .resultzone .results .result.contributions {
        border-left: 8px solid #EC8CD8; }
      .resultzone .results .result.primary_sources {
        border-left: 8px solid #DDDDDD; }
      .resultzone .results .result.references {
        border-left: 8px solid #A95FBE; }
      .resultzone .results .result .fa.fa-link {
        color: #EEA731; }
      .resultzone .results .result .shortdetails {
        font-size: 0.8em; }
    .resultzone .results .hasMore {
      padding: 30px;
      background: #efefef;
      text-align: center;
      font-weight: bold;
      margin-top: 20px;
      cursor: pointer;
      border-radius: 10px; }

.detailszone {
  display: none;
  position: absolute;
  z-index: 6000;
  background: white;
  color: #0a3b4c;
  bottom: 0;
  padding-bottom: 60px;
  left: 0;
  right: 0;
  top: 80px;
  overflow: auto; }
  .detailszone .close {
    cursor: pointer;
    position: aboslute;
    right: 20px;
    top: 20px;
    position: absolute;
    color: #555; }
  .detailszone .europeanaBtn {
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 50px;
    width: 60px; }
  .detailszone ul.citationsButtons {
    margin-bottom: 30px; }
    .detailszone ul.citationsButtons li {
      width: 190px;
      cursor: pointer;
      border: 2px solid #aaa;
      text-align: center;
      display: inline-block;
      margin-left: 24px;
      padding: 10px;
      color: #aaa;
      font-weight: bold; }
      .detailszone ul.citationsButtons li.active, .detailszone ul.citationsButtons li:hover {
        border-color: #EEA731;
        color: inherit; }
  .detailszone ul.detailsheaders {
    min-height: 100px; }
    .detailszone ul.detailsheaders > li {
      display: inline-block;
      width: 200px;
      padding: 15px;
      text-align: center;
      font-size: 1.3em;
      vertical-align: top;
      border-top: 8px solid white; }
      .detailszone ul.detailsheaders > li.rcat {
        cursor: pointer; }
      .detailszone ul.detailsheaders > li small {
        font-size: 0.7em; }
      .detailszone ul.detailsheaders > li:first-child {
        white-space: nowrap;
        line-height: 1.5em;
        font-weight: bold;
        text-align: left; }
        .detailszone ul.detailsheaders > li:first-child a {
          color: #DC6D72;
          text-decoration: none;
          font-size: 0.7em;
          display: inline-block;
          margin-left: 20px;
          font-weight: normal; }
        .detailszone ul.detailsheaders > li:first-child span {
          font-size: 0.8em; }
        .detailszone ul.detailsheaders > li:first-child.authors {
          border-top: 8px solid #58E0D1; }
        .detailszone ul.detailsheaders > li:first-child.monographies {
          border-top: 8px solid #DC6D72; }
        .detailszone ul.detailsheaders > li:first-child.articles {
          border-top: 8px solid #318E8F; }
        .detailszone ul.detailsheaders > li:first-child.contributions {
          border-top: 8px solid #EC8CD8; }
        .detailszone ul.detailsheaders > li:first-child.primary_sources {
          border-top: 8px solid #DDDDDD; }
        .detailszone ul.detailsheaders > li:first-child.references {
          border-top: 8px solid #A95FBE; }
      .detailszone ul.detailsheaders > li.active {
        border-top: 8px solid #0A3B4C;
        color: #0A3B4C;
        font-weight: bold; }
  .detailszone table {
    width: 100%;
    font-size: 0.9em;
    margin: auto;
    width: calc(100% - 46px); }
    .detailszone table th.h2 {
      font-size: 1.5em;
      font-weight: normal; }
    .detailszone table th.h2:before {
      content: "";
      width: 0;
      height: 37px;
      margin-top: -8px;
      border-left: 8px solid #0a3b4c;
      position: absolute;
      left: 0; }
    .detailszone table th.h2.authors:before {
      border-left-color: #58E0D1; }
    .detailszone table th.h2.monographies:before {
      border-left-color: #DC6D72; }
    .detailszone table th.h2.articles:before {
      border-left-color: #318E8F; }
    .detailszone table th.h2.contributions :before {
      border-left-color: #EC8CD8; }
    .detailszone table th.h2.primary_sources:before {
      border-left-color: #DDDDDD; }
    .detailszone table th.h2.references:before {
      border-left-color: #A95FBE; }
    .detailszone table td:first-child {
      width: 600px;
      max-width: 600px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .detailszone table td, .detailszone table th {
      text-align: left;
      vertical-align: middle;
      padding: 8px; }
    .detailszone table th {
      font-weight: bold; }
    .detailszone table i {
      color: #EEA731;
      cursor: pointer; }
    .detailszone table tbody {
      border-top: 30px solid white; }
    .detailszone table tbody.lines {
      border-top: none; }
    .detailszone table tbody.lines tr:nth-child(odd) {
      background: #efefef; }
    .detailszone table tbody.lines tr.highlight {
      background: #a5cddc; }
    .detailszone table tbody.lines.books tr:nth-child(1n+11):not(.donthide),
    .detailszone table tbody.lines.articles tr:nth-child(1n+11):not(.donthide),
    .detailszone table tbody.lines.references tr:nth-child(1n+11):not(.donthide) {
      display: none; }
    .detailszone table tr.donthide td {
      text-align: center;
      background: #105e79;
      cursor: pointer;
      color: white;
      padding: 12px; }
    .detailszone table tbody.nestedps tr.highlight {
      background: #a5cddc; }
    .detailszone table .showall {
      display: none; }

.detailslines table.references td:first-child {
  width: 200px; }

.detailslines table.references td:nth-child(2) {
  width: 600px;
  max-width: 600px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.smalldetailszone {
  box-shadow: 0px 7px 0px 7px rgba(10, 59, 76, 0.3);
  position: absolute;
  z-index: 5000;
  background: #F9F9F9;
  color: #0a3b4c;
  bottom: 0;
  padding: 6px;
  width: 400px;
  right: 0;
  margin-right: -400px;
  top: 80px;
  overflow: auto; }
  .smalldetailszone .top {
    font-size: 0; }
  .smalldetailszone .top div {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding: 15px 0;
    vertical-align: middle; }
  .smalldetailszone .title {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .smalldetailszone .buttons {
    font-size: 12px;
    position: relative;
    text-align: center; }
    .smalldetailszone .buttons * {
      margin-left: 20px;
      margin-right: 20px; }
    .smalldetailszone .buttons a {
      text-decoration: none;
      color: #DC6D72; }
    .smalldetailszone .buttons .fa-arrows-alt, .smalldetailszone .buttons .fa-times {
      cursor: pointer;
      color: #555; }
    .smalldetailszone .buttons .fa-times {
      position: absolute;
      margin-top: -0.5px; }
  .smalldetailszone .profile {
    font-size: 12px;
    text-align: center; }
    .smalldetailszone .profile.authors {
      border-top: 5px solid #58E0D1; }
    .smalldetailszone .profile.monographies {
      border-top: 5px solid #DC6D72; }
    .smalldetailszone .profile.articles {
      border-top: 5px solid #318E8F; }
    .smalldetailszone .profile.contributions {
      border-top: 5px solid #EC8CD8; }
    .smalldetailszone .profile.primary_sources {
      border-top: 5px solid #DDDDDD; }
    .smalldetailszone .profile.references {
      border-top: 5px solid #A95FBE; }
  .smalldetailszone .citationslink {
    text-align: center;
    border-top: 1px solid #aaa;
    font-size: 12px;
    color: #EEA731;
    cursor: pointer; }
  .smalldetailszone > ul {
    padding: 25px; }
    .smalldetailszone > ul > li {
      font-size: 1em;
      line-height: 1.7em;
      cursor: pointer; }
      .smalldetailszone > ul > li > span:after {
        content: "\f0da";
        font-family: Fontawesome;
        color: #EEA731;
        margin-left: 20px; }
      .smalldetailszone > ul > li.open > span:after {
        content: "\f0d7"; }
      .smalldetailszone > ul > li.open > ul {
        display: block; }
      .smalldetailszone > ul > li > ul {
        display: none;
        font-size: 0.8em;
        margin-bottom: 20px; }
        .smalldetailszone > ul > li > ul > li {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }

.refpanel {
  width: 45%;
  position: fixed;
  right: 0;
  top: 80px;
  bottom: 0;
  background: rgba(10, 59, 76, 0.9);
  color: white;
  padding: 20px;
  display: none;
  font-size: 1.1em;
  line-height: 1.3em;
  overflow-y: scroll; }
  .refpanel p {
    margin-bottom: 20px; }
  .refpanel .fa-times {
    color: #EEA731;
    position: absolute;
    right: 20px;
    top: 20px; }
  .refpanel .fa-link {
    color: #EEA731; }
  .refpanel::-webkit-scrollbar-track {
    background-color: transparent; }
  .refpanel::-webkit-scrollbar {
    width: 24px; }
  .refpanel::-webkit-scrollbar-thumb {
    border: 8px solid rgba(10, 59, 76, 0.9);
    background-color: #EAF1F1; }

.chart, .smallchart {
  height: 200px;
  background: white;
  margin: 25px;
  width: calc(100% - 50px); }
  .chart.small, .smallchart.small {
    height: 100px; }
  .chart rect, .smallchart rect {
    cursor: pointer; }
  .chart.citing rect.citing_h, .smallchart.citing rect.citing_h {
    fill: #0A3B4C; }
  .chart.citing rect.cited_h, .smallchart.citing rect.cited_h {
    fill: #aaa; }
  .chart.cited rect.citing_h, .smallchart.cited rect.citing_h {
    fill: #aaa; }
  .chart.cited rect.cited_h, .smallchart.cited rect.cited_h {
    fill: #0A3B4C; }
  .chart.references, .smallchart.references {
    display: none; }
  .chart svg, .smallchart svg {
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2); }
  .chart .axis text, .smallchart .axis text {
    font-size: 10px; }
  .chart.cited .x.axis.b line, .chart.cited .x.axis.b path, .chart.citing .x.axis.b line, .chart.citing .x.axis.b path, .smallchart.cited .x.axis.b line, .smallchart.cited .x.axis.b path, .smallchart.citing .x.axis.b line, .smallchart.citing .x.axis.b path {
    display: none; }
  .chart.publications .axis path, .chart.publications .axis line, .smallchart.publications .axis path, .smallchart.publications .axis line {
    display: none; }
  .chart .dot, .smallchart .dot {
    cursor: pointer; }
    .chart .dot.authors, .smallchart .dot.authors {
      fill: #58E0D1; }
    .chart .dot.books, .smallchart .dot.books {
      fill: #DC6D72; }
    .chart .dot.articles, .smallchart .dot.articles {
      fill: #318E8F; }
    .chart .dot.contributions, .smallchart .dot.contributions {
      fill: #EC8CD8; }
    .chart .dot.primary_sources, .smallchart .dot.primary_sources {
      fill: #DDDDDD; }
    .chart .dot.references, .smallchart .dot.references {
      fill: #A95FBE; }

.d3-tip {
  font: 12px sans-serif;
  padding: 12px;
  background: #f0f0f0;
  border: 1px solid #dedede;
  color: #0A3B4C;
  width: 180px;
  border-radius: 5px;
  z-index: 6000; }
  .d3-tip.cit {
    width: auto; }
  .d3-tip div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5; }

.searchreference, .searchinreference {
  position: relative;
  margin-left: 30px; }
  .searchreference input, .searchinreference input {
    width: 300px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #D5E3E4;
    padding-left: 50px;
    font-size: 14px;
    color: #aaa;
    outline: none; }
  .searchreference:before, .searchinreference:before {
    content: "\f002";
    font-family: FontAwesome;
    left: 10px;
    position: absolute;
    top: 13px;
    color: #0A3B4C; }

.searchinreference {
  width: 300px;
  margin-bottom: 20px;
  margin-left: 0; }
  .searchinreference:before {
    top: 10px; }

.nestedps {
  display: none; }
  .nestedps .h2 span {
    font-size: 0.7em; }
    .nestedps .h2 span i.fa-caret-right {
      /*margin-left: 20px; */
      cursor: auto; }
    .nestedps .h2 span i.fa-caret-right {
      color: #0A3B4C; }
  .nestedps .h2 span.up {
    color: #EEA731;
    cursor: pointer; }
  .nestedps i.fa-caret-right {
    margin-left: 10px;
    margin-right: 10px; }
  .nestedps tr.openable {
    cursor: pointer; }
  .nestedps tr:nth-child(odd) {
    background: #efefef; }
  .nestedps tr:nth-child(1), .nestedps tr:nth-child(2) {
    background: white; }
  .nestedps .label {
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
    background: #EEA731;
    color: #0A3B4C;
    font-size: 0.8em;
    padding: 3px;
    margin-right: 5px;
    margin-top: -4px; }

.nestedps[data-level="root"] {
  display: table-row-group; }

.fa.fa-question-circle {
  font-size: 1.5em;
  color: #EEA731;
  position: absolute;
  right: 25px;
  line-height: 80px;
  cursor: pointer; }

#helpwrapper {
  position: fixed;
  z-index: 10000;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  font-family: Handlee;
  font-weight: bold; }
  #helpwrapper .fa.fa-question-circle {
    color: white;
    position: absolute;
    right: 25px;
    cursor: pointer; }
  #helpwrapper p:before {
    display: none;
    content: "";
    background: white;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute; }
  #helpwrapper p {
    display: none;
    position: absolute; }
  #helpwrapper p.nohelp {
    display: block;
    top: 100px;
    left: 100px;
    font-size: 24px; }
  #helpwrapper[data-step="search"] p.search {
    display: block; }
  #helpwrapper[data-step="search"] p.nohelp {
    display: none; }
  #helpwrapper[data-step="search_ref"] p.search_ref {
    display: block; }
  #helpwrapper[data-step="search_ref"] p.nohelp {
    display: none; }
  #helpwrapper[data-step="author_details_citations"] p.author_details_citations {
    display: block; }
  #helpwrapper[data-step="author_details_citations"] p.nohelp {
    display: none; }
  #helpwrapper[data-step="author_details_publications"] p.author_details_publications {
    display: block; }
  #helpwrapper[data-step="author_details_publications"] p.nohelp {
    display: none; }
  #helpwrapper[data-step="author_small_details"] p.author_small_details {
    display: block; }
  #helpwrapper[data-step="author_small_details"] p.nohelp {
    display: none; }
  #helpwrapper[data-step="references_panel"] p.references_panel {
    display: block; }
  #helpwrapper[data-step="references_panel"] p.nohelp {
    display: none; }
  #helpwrapper p.search.c1 {
    left: 10px;
    top: 350px; }
  #helpwrapper p.search.c2 {
    left: 400px;
    top: 35px; }
  #helpwrapper p.search.c3 {
    right: 50px;
    top: 10px; }
  #helpwrapper p.search.c4 {
    left: 300px;
    top: 93px; }
  #helpwrapper p.search.c5 {
    left: 420px;
    top: 391px; }
  #helpwrapper p.search.c6 {
    left: 420px;
    top: 410px; }
  #helpwrapper p.search.c7 {
    left: 1150px;
    top: 85px; }
  #helpwrapper p.search.c8 {
    left: 850px;
    top: 145px; }
  #helpwrapper p.search.c9 {
    left: 250px;
    top: 175px; }
  #helpwrapper p.search_ref.c1 {
    left: 240px;
    top: 180px; }
  #helpwrapper p.search_ref.c2 {
    left: 320px;
    top: 250px; }
  #helpwrapper p.author_details_citations.c1 {
    left: 10px;
    top: 464px; }
  #helpwrapper p.author_details_citations.c2 {
    left: 264px;
    top: 464px; }
  #helpwrapper p.author_details_citations.c3 {
    left: 210px;
    top: 768px; }
  #helpwrapper p.author_details_citations.c4 {
    left: 710px;
    top: 541px; }
  #helpwrapper p.author_details_citations.c5 {
    left: 400px;
    top: 261px; }
  #helpwrapper p.author_details_publications.c1 {
    left: 30px;
    top: 130px; }
  #helpwrapper p.author_details_publications.c2 {
    left: 255px;
    top: 130px; }
  #helpwrapper p.author_details_publications.c3 {
    left: 612px;
    top: 150px; }
  #helpwrapper p.author_details_publications.c4 {
    left: 830px;
    top: 85px; }
  #helpwrapper p.author_details_publications.c5 {
    right: 20px;
    top: 131px; }
  #helpwrapper p.author_details_publications.c6 {
    left: 620px;
    top: 450px; }
  #helpwrapper p.references_panel.c1 {
    right: 310px;
    top: 470px; }
  #helpwrapper p.references_panel.c2 {
    right: 560px;
    top: 115px; }
  #helpwrapper p.author_small_details.c1 {
    right: 20px;
    top: 120px; }
  #helpwrapper p.author_small_details.c2 {
    right: 100px;
    top: 85px; }
  #helpwrapper p.author_small_details.c4 {
    right: 20px;
    top: 175px; }
  #helpwrapper p.author_small_details.c5 {
    right: 54px;
    top: 230px; }
  #helpwrapper p.author_small_details.c6 {
    right: 80px;
    top: 335px; }

.globalSpinner {
  display: none;
  position: fixed;
  font-size: 10em !important;
  top: 50%;
  left: 50%;
  margin-left: -1em;
  color: #dedede;
  z-index: 999999; }

.europeanazone {
  box-shadow: 0px 7px 0px 7px rgba(10, 59, 76, 0.3);
  position: absolute;
  z-index: 6000;
  background: #f4f4f4;
  color: #0a3b4c;
  bottom: 0;
  width: 400px;
  right: 0;
  margin-right: -400px;
  top: 80px;
  overflow: auto; }
  .europeanazone .logo {
    width: 150px;
    margin: 20px;
    margin-bottom: 100px; }
  .europeanazone .fa.fa-times {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.3em; }
  .europeanazone .europeanaResults .count {
    font-size: 1.3em;
    border-left: 5px solid #0a3b4c;
    padding-left: 5px;
    color: #0a3b4c;
    font-weight: bold;
    line-height: 1.3em; }
  .europeanazone .europeanaResults a {
    text-decoration: none;
    color: #0a3b4c; }
  .europeanazone .europeanaResults li {
    border-top: 1px solid #ccc;
    cursor: pointer;
    padding: 10px;
    position: relative;
    min-height: 160px; }
    .europeanazone .europeanaResults li:hover {
      background: rgba(236, 167, 48, 0.25); }
    .europeanazone .europeanaResults li p.infos {
      padding-left: 140px;
      font-weight: bold;
      min-height: 50px;
      font-size: 1.1em; }
      .europeanazone .europeanaResults li p.infos i {
        position: absolute;
        right: 8px; }
      .europeanazone .europeanaResults li p.infos .year {
        display: inline-block;
        width: 60px; }
    .europeanazone .europeanaResults li p.title {
      padding-left: 140px;
      font-weight: bold;
      font-size: 1.1em;
      min-height: 100px;
      padding-bottom: 1em; }
    .europeanazone .europeanaResults li p.provider {
      padding-left: 140px;
      position: relative;
      font-size: 0.9em; }
      .europeanazone .europeanaResults li p.provider:before {
        content: "Provider:";
        position: absolute;
        margin-left: -100px; }
    .europeanazone .europeanaResults li img.thumb {
      position: absolute;
      left: 0;
      top: 0;
      width: 120px;
      height: 140px; }
    .europeanazone .europeanaResults li.loadMore {
      text-align: center;
      line-height: 7em; }
  .europeanazone .spinner {
    display: none; }
  .europeanazone.loading .spinner {
    display: inline-block; }
  .europeanazone.loading .europeanaResults {
    display: none; }

body.statistics .globalSpinner {
  display: none; }

body.about {
  height: 100vh;
  min-height: 100vh; }
  body.about .globalSpinner {
    display: none; }
  body.about #content {
    padding: 40px;
    line-height: 1.5em;
    padding-right: 40%;
    height: calc(100vh - 80px);
    overflow-y: auto; }
    body.about #content::-webkit-scrollbar-track {
      background-color: transparent; }
    body.about #content::-webkit-scrollbar {
      width: 6px; }
    body.about #content::-webkit-scrollbar-thumb {
      border-left: 2px solid white;
      background-color: #0A3B4C; }
  body.about h1 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em; }
  body.about strong {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2.5em; }
  body.about a {
    color: #EEA731;
    text-decoration: none; }

body.venetica {
  height: 100vh;
  min-height: 100vh; }
  body.venetica .globalSpinner {
    display: none; }
  body.venetica #content {
    height: calc(100vh - 80px); }
  body.venetica .lazyMore {
    text-align: center;
    line-height: 2.5em;
    color: purple;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer; }
    body.venetica .lazyMore i {
      display: none; }
    body.venetica .lazyMore.loading i {
      display: inline-block; }
    body.venetica .lazyMore.loading span {
      display: none; }
  body.venetica .filters {
    background: #f9f9f9;
    padding: 15px 60px 0 60px;
    -ms-flex: 100px;
    flex: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -ms-flexbox;
    display: flex; }
    body.venetica .filters div.head {
      -ms-flex: 160px;
      flex: 160px;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-size: 1.2em; }
    body.venetica .filters div.tags div {
      display: inline-block;
      padding-right: 15px;
      margin-right: 15px;
      border-bottom: 6px solid transparent;
      margin-bottom: 1.6em;
      cursor: pointer; }
      body.venetica .filters div.tags div span {
        border-bottom: 6px solid transparent; }
      body.venetica .filters div.tags div b {
        display: none;
        color: #0A3B4C;
        position: absolute;
        font-weight: normal;
        font-size: 1.2em;
        margin-left: 5px;
        margin-top: -1px; }
      body.venetica .filters div.tags div:hover b {
        display: inline-block; }
      body.venetica .filters div.tags div:hover span {
        border-bottom: 6px solid #eee; }
      body.venetica .filters div.tags div.active span {
        border-bottom: 6px solid #eca730;
        font-weight: bold; }
  body.venetica .search {
    padding: 15px 60px;
    -ms-flex: 80px;
    flex: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
    body.venetica .search .filterZone {
      margin-right: 10px;
      display: inline-block;
      width: 240px;
      position: relative; }
      body.venetica .search .filterZone .title {
        cursor: pointer;
        border: 2px solid #ccc;
        border-radius: 3px;
        display: inline-block;
        line-height: 45px;
        width: 100%;
        padding: 0 10px;
        position: relative;
        font-size: 1.2em;
        font-style: italic;
        color: #aaa; }
        body.venetica .search .filterZone .title i {
          color: #EEA731;
          font-size: 2em;
          top: 7px;
          position: absolute;
          right: 20px; }
      body.venetica .search .filterZone .dropdown {
        display: none;
        position: absolute;
        height: 30em;
        z-index: 2000;
        overflow: hidden;
        border: 1px solid #ccc;
        width: 100%;
        padding: 5px;
        margin-top: -1px;
        background: white; }
        body.venetica .search .filterZone .dropdown .fa-search {
          position: absolute;
          left: 10px;
          margin-top: 5px; }
        body.venetica .search .filterZone .dropdown input {
          width: 100%;
          padding: 5px;
          padding-left: 25px;
          border: 1px solid #ccc;
          border-radius: 4px;
          font-size: 0.9em;
          color: #aaa; }
        body.venetica .search .filterZone .dropdown ul.rsList {
          margin-right: 25px;
          margin-top: 10px;
          height: 90%;
          overflow-y: auto; }
          body.venetica .search .filterZone .dropdown ul.rsList::-webkit-scrollbar-track {
            background-color: transparent; }
          body.venetica .search .filterZone .dropdown ul.rsList::-webkit-scrollbar {
            width: 6px; }
          body.venetica .search .filterZone .dropdown ul.rsList::-webkit-scrollbar-thumb {
            border-left: 2px solid white;
            background-color: #eee; }
          body.venetica .search .filterZone .dropdown ul.rsList div.group {
            border-bottom: 1px solid #ccc;
            margin-bottom: 10px;
            padding-bottom: 10px; }
          body.venetica .search .filterZone .dropdown ul.rsList li.header {
            font-size: 1.8em;
            cursor: default !important; }
          body.venetica .search .filterZone .dropdown ul.rsList li {
            line-height: 1.5em; }
          body.venetica .search .filterZone .dropdown ul.rsList li:hover {
            cursor: pointer; }
        body.venetica .search .filterZone .dropdown ul.letters {
          position: absolute;
          right: 10px;
          top: 40px;
          width: 10px;
          font-size: 0.8em;
          line-height: 1.2em;
          font-weight: bold;
          color: #ccc; }
          body.venetica .search .filterZone .dropdown ul.letters li.active {
            color: #0A3B4C;
            cursor: pointer; }
      body.venetica .search .filterZone.open .dropdown {
        display: block; }
    body.venetica .search .sorts {
      display: inline-block; }
      body.venetica .search .sorts .sortkey {
        display: inline-block;
        font-weight: bold;
        color: #0A3B4C;
        position: relative;
        margin-right: 20px; }
        body.venetica .search .sorts .sortkey i {
          color: #EEA731;
          margin-left: 10px; }
      body.venetica .search .sorts .view {
        color: #EEA731;
        margin: 0 20px;
        font-weight: bold;
        cursor: pointer; }
    body.venetica .search .disclaimer {
      display: inline-block;
      width: 40%;
      font-size: 0.9em;
      position: absolute;
      text-align: right;
      right: 20px;
      line-height: 1.4em;
      color: #aaa; }
      body.venetica .search .disclaimer a {
        color: #EEA731;
        text-decoration: none; }
  body.venetica .cardView {
    height: calc(100vh - 80px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    body.venetica .cardView .sorts .card.view {
      display: none; }
    body.venetica .cardView .sorts .list.view {
      display: inline-block; }
    body.venetica .cardView .resultsHeaders {
      display: none; }
    body.venetica .cardView table.rs tr {
      display: inline-block;
      width: 200px;
      height: 160px;
      border: 1px solid #ccc;
      margin-right: 20px;
      margin-bottom: 20px;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      body.venetica .cardView table.rs tr.active {
        border-bottom: 8px solid #eca730; }
      body.venetica .cardView table.rs tr td.thumb {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        background: white; }
        body.venetica .cardView table.rs tr td.thumb img {
          height: 100%; }
      body.venetica .cardView table.rs tr td.lang {
        display: none; }
      body.venetica .cardView table.rs tr td.title span.listTitle {
        display: none; }
      body.venetica .cardView table.rs tr:hover td.year, body.venetica .cardView table.rs tr:hover td.title, body.venetica .cardView table.rs tr:hover td.provider, body.venetica .cardView table.rs tr:hover td.licence {
        position: absolute;
        right: 20px;
        left: 20px;
        font-weight: bold;
        z-index: 801; }
      body.venetica .cardView table.rs tr:hover td.year {
        top: 20px; }
      body.venetica .cardView table.rs tr:hover td.title {
        top: 50px;
        height: 2em;
        overflow: hidden; }
      body.venetica .cardView table.rs tr:hover td.provider {
        top: 90px;
        height: 2em;
        overflow: hidden; }
      body.venetica .cardView table.rs tr:hover td.licence {
        bottom: 6px;
        right: 10px;
        left: auto; }
      body.venetica .cardView table.rs tr:hover:before {
        content: "";
        position: absolute;
        background: rgba(244, 244, 244, 0.85);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 800; }
  body.venetica .listView {
    height: calc(100vh - 80px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    body.venetica .listView .sorts .list.view {
      display: none; }
    body.venetica .listView .sorts .card.view {
      display: inline-block; }
    body.venetica .listView table.rs {
      font-size: 0.9em;
      width: 100%; }
      body.venetica .listView table.rs th {
        font-weight: bold;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
        /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }
        body.venetica .listView table.rs th i {
          color: #EEA731;
          margin-left: 5px; }
      body.venetica .listView table.rs th.title, body.venetica .listView table.rs th.provider {
        text-align: left; }
      body.venetica .listView table.rs .thumb {
        width: 4%;
        border-left: 5px solid transparent; }
      body.venetica .listView table.rs .title {
        width: 39%; }
      body.venetica .listView table.rs .provider {
        width: 39%; }
      body.venetica .listView table.rs .year {
        width: 6%;
        text-align: center; }
      body.venetica .listView table.rs .lang {
        width: 6%;
        text-align: center; }
      body.venetica .listView table.rs .licence {
        width: 6%;
        text-align: center; }
      body.venetica .listView table.rs td.title span.cardTitle {
        display: none; }
      body.venetica .listView table.rs img {
        width: 20px; }
      body.venetica .listView table.rs td {
        vertical-align: top;
        padding: 6px; }
      body.venetica .listView table.rs th {
        vertical-align: top;
        padding: 6px; }
      body.venetica .listView table.rs tbody tr {
        cursor: pointer; }
      body.venetica .listView table.rs tbody tr:nth-child(even) {
        background: #f9f9f9; }
        body.venetica .listView table.rs tbody tr:nth-child(even).active {
          background: rgba(236, 167, 48, 0.1); }
      body.venetica .listView table.rs tbody tr.active td.thumb {
        border-left: 5px solid #eca730; }
  body.venetica .resultsHeaders {
    padding: 5px 60px;
    overflow-y: scroll; }
    body.venetica .resultsHeaders::-webkit-scrollbar-track {
      background-color: transparent; }
    body.venetica .resultsHeaders::-webkit-scrollbar {
      width: 6px; }
    body.venetica .resultsHeaders::-webkit-scrollbar-thumb {
      border-left: 2px solid transparent;
      background-color: transparent; }
  body.venetica .results {
    -ms-flex: 2;
    flex: 2;
    overflow-y: scroll;
    padding: 20px 60px; }
    body.venetica .results::-webkit-scrollbar-track {
      background-color: transparent; }
    body.venetica .results::-webkit-scrollbar {
      width: 6px; }
    body.venetica .results::-webkit-scrollbar-thumb {
      border-left: 2px solid white;
      background-color: #0A3B4C; }
    body.venetica .results p {
      text-align: center;
      font-size: 2.5em;
      line-height: 1.3em;
      color: #ccc;
      padding-top: 4em;
      display: none; }

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