@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), local("Open Sans"), local("OpenSans"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../fonts/OpenSans-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/OpenSans-SemiboldItalic.eot");
  src: url("../fonts/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype"), local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url("../fonts/OpenSans-SemiboldItalic.ttf") format("truetype");
}
body, div, fieldset, form, h1, h2, h3, h4, iframe, p, select,
table, tbody, thead, tr, td, th, textarea {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%;
  margin: 0px 0px 1px 0px;
}

body {
  background-color: white;
  color: black;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

h1 {
  color: black;
  font-size: 26px;
  line-height: 32px;
  margin: 16px 0px 0px 0px;
}

h2 {
  color: black;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  margin: 0px 0px 16px 0px;
}

h3 {
  color: black;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin: 16px 0px 8px 0px;
}

a {
  color: #1570A6;
  text-decoration: none;
}

a:visited {
  color: #0f5179;
}

a:hover {
  color: #1570A6;
  text-decoration: underline;
}

a:active {
  color: #1b8fd3;
  text-decoration: underline;
}

input[type=text], input[type=password] {
  background-color: white;
  border: 1px inset #c6c6c6;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  padding: 2px;
  margin: 5px 2px;
}

input[type=button], input[type=reset], input[type=submit] {
  background-color: #eee;
  background-image: url(../img/silver-button.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  border: 1px outset #c6c6c6;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 2px 8px;
  margin: 5px 2px;
}

input[type=reset] {
  background-color: #eee;
  background-image: url(../img/silver-button.png);
  color: black;
}

input[type=submit] {
  background-color: #1570A6;
  background-image: url(../img/black-button.png);
  color: white;
}

input:active[type=button], input:active[type=reset],
input:active[type=submit] {
  border: 1px inset #c6c6c6;
}

select {
  background: white;
  border: 1px inset #c6c6c6;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 5px 2px;
}

textarea {
  background: white;
  border: 1px inset #c6c6c6;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 2px;
  margin: 5px 2px;
}

table {
  border-collapse: collapse;
}

#startYear, #endYear, #singleYear, #firstYear, #lastYear,
#startCreationYear, #endCreationYear, #creationYear {
  width: 30px;
}

#startDay, #startMonth, #endDay, #endMonth,
#startHour, #startMinute, #startSecond, #startHundredth,
#endHour, #endMinute, #endSecond, #endHundredth,
#startCreationDay, #startCreationMonth, #endCreationDay, #endCreationMonth,
#creationDay, #creationMonth, #creationHour, #creationMinute, #creationSecond {
  width: 17px;
}

#startMonth, #startYear, #endDay, #endMonth, #endYear,
#startMinute, #startSecond, #startHundredth,
#endMinute, #endSecond, #endHundredth,
#startCreationMonth, #startCreationYear, #endCreationDay, #endCreationMonth,
#endCreationYear,
#creationMonth, #creationYear, #creationHour, #creationMinute, #creationSecond {
  margin-left: 0px;
}

.underscore-placeholder {
  color: #bbb;
}

.underscore-alternative-placeholder {
  color: #bbb;
  font-style: italic;
}

.underscore-invalid-pattern {
  background: #fbb;
}

#underscore-auto-complete {
  background: white;
  border: 1px solid #c6c6c6;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px;
  position: absolute;
  width: 298px;
  height: 62px;
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

.underscore-auto-complete-match {
  color: black;
}

.underscore-auto-complete-nonmatch {
  color: #bbb;
}

.file-button {
  background-color: #eee;
  background-image: url(../img/silver-button.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  border: 1px outset #c6c6c6;
  color: black;
  cursor: default;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 20px;
  margin: 5px 2px;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 70px;
}
.file-button div {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 20px;
  z-index: 0;
  height: 20px;
  width: 70px;
  text-align: center;
}
.file-button input {
  cursor: default;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 70px;
}

.hidden {
  display: none !important;
}

#startIssueNumber, #startTomeNumber, #startVolumeNumber, #startPageNumber,
#endIssueNumber, #endTomeNumber, #endVolumeNumber, #endPageNumber {
  width: 104px;
}

#endIssueNumber, #endTomeNumber, #endVolumeNumber, #endPageNumber {
  margin-left: 0px;
}

.richtext-b {
  font-weight: 600;
}

.richtext-i {
  font-style: italic;
}

.richtext-s {
  font-variant: small-caps;
}

.select-button {
  background-color: #eee;
  background-image: url(../img/silver-button.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  border: 1px outset #c6c6c6;
  color: black;
  cursor: default;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 20px;
  margin: 5px 2px;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 70px;
}
.select-button div {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  z-index: 0;
  height: 20px;
  width: 70px;
  text-align: center;
}
.select-button select {
  cursor: default;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0px;
  width: 70px;
  z-index: 1;
}

.shadow {
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

#breadcrumbs {
  font-size: 11px;
  font-style: italic;
}
#breadcrumbs img {
  border: 0px solid black;
  padding-right: 2px;
  vertical-align: text-top;
}

#anchor {
  width: 0px;
  height: 0px;
  position: relative;
}

#underscore-wait {
  background-color: #ddd;
  background-image: url(../img/busy.gif);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px outset #c6c6c6;
  display: none;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  position: fixed;
  text-align: center;
  vertical-align: bottom;
  width: 240px;
  height: 48px;
  margin: 0px 0px 0px 312px;
  opacity: 0.85;
  z-index: 2;
}

#comments {
  background: white;
  border: 1px inset #c6c6c6;
  overflow: auto;
  height: 256px;
}

.comment-header {
  font-size: 12px;
  font-weight: 600;
  padding: 8px 8px 0px 8px;
}

.comment-header {
  cursor: pointer;
}

.comment-text {
  padding: 0px 8px 16px 8px;
}

#credentials {
  background-color: black;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  text-align: right;
}
#credentials a, #credentials a:visited, #credentials a:hover, #credentials a:active {
  background-position: top left;
  background-repeat: no-repeat;
  color: white;
  height: 30px;
  padding: 2px 8px 0px 9px;
  text-decoration: underline;
}

.dossier-hidden {
  display: none;
}

#dossier #presentation {
  margin-right: 0px;
}
#dossier #buttons {
  clear: left;
  margin-left: 8px;
}

.pandora-error pre {
  display: none;
}

#footer {
  color: #999;
  font-size: 11px;
  margin: 0px auto 0px auto;
  padding-top: 2px;
  text-align: center;
  width: 896px;
}

#header {
  margin: 0px auto 0px auto;
  position: relative;
  width: 896px;
}
#header h1 {
  background-color: #aa0d0f;
  color: white;
  margin: 0px 0px 16px 0px;
  padding: 0px;
  text-align: center;
}
#header h1 a, #header h1 a:hover, #header h1 a:active {
  color: white;
  text-decoration: none;
}
#header h1 .header-links {
  height: 124px;
}
#header h1 .header-links a {
  display: inline-block;
  padding: 56px 0px 0px 16px;
  vertical-align: top;
}
#header h1 .header-links a img {
  border: 0px solid white;
  vertical-align: top;
}
#header h1 .header-links a:first-child {
  padding: 28px 0px 0px 0px;
}
#header h1 .header-title {
  background-color: black;
  font-size: 18px;
  font-weight: normal;
  line-height: 41px;
  height: 44px;
}

#langs {
  border: 0px;
  float: right;
  font-size: 11px;
  height: 32px;
  line-height: 32px;
  margin: 0px;
  padding: 8px 0px 0px 12px;
  position: relative;
  z-index: 2;
}
#langs li {
  border: 0px;
  display: block;
  float: left;
  line-height: 32px;
  height: 32px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}
#langs li a, #langs li a:visited {
  color: black;
}
#langs li a:hover, #langs li a:active {
  color: #1570A6;
}

#links {
  border: 0px;
  float: right;
  font-size: 11px;
  height: 32px;
  line-height: 32px;
  margin: 0px;
  padding: 8px 0px 0px 0px;
  position: relative;
  z-index: 2;
}
#links li {
  border: 0px;
  display: block;
  float: left;
  line-height: 32px;
  height: 32px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}
#links li a, #links li a:visited {
  color: black;
}
#links li a:hover, #links li a:active {
  color: #1570A6;
}

.list-frame, .short-list-frame {
  border-bottom: 1px dotted black;
  clear: both;
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 16px 0px;
}

.list-frame:first-child, .short-list-frame:first-child {
  border-top: 1px dotted black;
  padding-top: 16px;
}

.list-frame {
  min-height: 128px;
}

.list-thumbnail {
  clear: left;
  float: left;
  height: 128px;
  line-height: 128px;
  width: 128px;
  text-align: center;
  vertical-align: top;
}
.list-thumbnail img {
  border: 0px;
  vertical-align: top;
}

.list-thumbnail-placeholder {
  clear: left;
  float: left;
  width: 128px;
  text-align: center;
  vertical-align: middle;
}

.play {
  height: 0px;
  line-height: 0px;
  overflow: visible;
}

.play a {
  position: relative;
  top: -80px;
}

.list-thumbnail .play a {
  top: -96px;
}

.list-record {
  margin-left: 144px;
}
.list-record p {
  margin-bottom: 8px;
}
.list-record p:first-child {
  margin-bottom: 0px;
}
.list-record p.list-record-type {
  margin-bottom: 0px;
}
.list-record p.list-record-author {
  margin-bottom: 0px;
}
.list-record p.list-record-name {
  font-weight: bold;
  margin-bottom: 0px;
}
.list-record p.list-record-description {
  font-size: 11px;
}
.list-record span.publication {
  font-weight: 600;
}
.list-record b {
  background-color: yellow;
  font-weight: inherit;
}
.list-record .small {
  font-size: 11px;
}

.list-tools {
  margin-left: 144px;
  margin-top: 8px;
}

.list-audio {
  margin-left: 144px;
  margin-top: 16px;
}

.list-breadcrumbs {
  font-size: 11px;
  font-style: italic;
  margin-left: 144px;
  margin-top: 24px;
}
.list-breadcrumbs img {
  border: 0px solid black;
  padding-right: 2px;
  vertical-align: text-top;
}

.typename {
  font-size: 10px;
  text-transform: uppercase;
}

.marc-field {
  font-size: 11px;
  font-weight: 600;
  vertical-align: top;
  width: 48px;
}

.marc-value {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break:  break-all;
  font-size: 11px;
  vertical-align: top;
  width: 368px;
}
.marc-value b {
  padding-left: 2px;
  padding-right: 2px;
}

#left-right .marc-value {
  width: 848px;
}

#desc-pane a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}

#desc-pane h4 {
  margin-top: 16px;
}

#desc-pane img {
  vertical-align: baseline;
  height: 1em;
}

.mini-mosaic {
  margin-left: 8px;
}

.mini-mosaic-frame {
  float: left;
  margin-bottom: 8px;
}

.mini-mosaic-caption {
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 134px;
}

.mini-mosaic-thumbnail, .mini-mosaic-thumbnail-placeholder {
  height: 134px;
  line-height: 134px;
  margin: 0px 4px 0px 0px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 134px;
}
.mini-mosaic-thumbnail img, .mini-mosaic-thumbnail-placeholder img {
  border: 0px;
  vertical-align: middle;
}

.mini-mosaic-more {
  clear: both;
  font-size: 11px;
  font-style: italic;
  position: relative;
  text-align: right;
  margin-right: 12px;
}

.mosaic {
  padding: 0px 0px;
}

.left-ear, .right-ear {
  float: left;
  margin-bottom: 16px;
  width: 6px;
  height: 200px;
}

.left-ear {
  border-left: 2px solid transparent;
}

.left-target {
  border-left: 2px solid black;
}

.right-ear {
  border-right: 2px solid transparent;
}

.right-target {
  border-right: 2px solid black;
}

.mosaic-frame {
  float: left;
  margin-bottom: 16px;
  overflow: hidden;
  width: 160px;
  height: 200px;
}

.mosaic-thumbnail, .mosaic-thumbnail-placeholder {
  line-height: 128px;
  height: 128px;
  margin: 2px 0px 6px 0px;
  text-align: center;
  vertical-align: middle;
}
.mosaic-thumbnail img, .mosaic-thumbnail-placeholder img {
  border: 0px;
  vertical-align: middle;
}

.mosaic-tools {
  font-size: 11px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mosaic-tools img {
  border: 0px solid white;
  vertical-align: top;
}
.mosaic-tools .share img {
  width: 12px;
  height: 12px;
}

.mosaic-record {
  font-size: 11px;
  line-height: 12px;
  margin: 4px 0px 0px 0px;
  text-align: center;
}
.mosaic-record b {
  background-color: yellow;
  font-weight: inherit;
}

#progress {
  text-align: center;
}

#underscore-progress-bar {
  background-color: white;
  border: 1px inset #c6c6c6;
  margin: 16px auto 16px auto;
  position: relative;
  width: 320px;
  height: 14px;
}

#underscore-progress-scale {
  background-color: #ddd;
  border: 1px outset #ddd;
  float: left;
  overflow: hidden;
  position: relative;
  width: 0px;
  height: 12px;
}

#underscore-progress-percent {
  color: black;
  font-size: 11px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  width: 320px;
  z-index: 1;
}

.underscore-progress-error {
  background-color: red;
}

#sheet, #wide-sheet {
  background-color: #f0f0f0;
  border: 1px solid #c6c6c6;
  margin: 0px auto 0px auto;
}

#sheet {
  padding: 15px;
  width: 864px;
}

#wide-sheet {
  padding: 15px 7px;
  width: 880px;
}
#wide-sheet h2, #wide-sheet .pandora-error, #wide-sheet #top-results, #wide-sheet .list, #wide-sheet #bottom-results, #wide-sheet > .results, #wide-sheet > p {
  margin-left: 8px;
  margin-right: 8px;
}

.results {
  font-size: 11px;
  height: 32px;
  line-height: 32px;
}
.results .file-button {
  font-size: 11px;
}
.results input {
  font-size: 11px;
}
.results select {
  font-size: 11px;
  width: 192px;
}

.navigation {
  font-size: 11px;
}
.navigation a, .navigation a:visited {
  color: #1570A6;
}
.navigation input {
  font-size: 11px;
  vertical-align: middle;
  width: 32px;
}

#top-results {
  margin-bottom: 16px;
}
#top-results .navigation {
  float: right;
}

#bottom-results {
  clear: both;
  height: 32px;
}
#bottom-results .navigation {
  text-align: right;
}

#presentation {
  background-position: top right;
  background-repeat: no-repeat;
  float: right;
  margin: 6px 8px 6px 0px;
  height: 20px;
  width: 57px;
}

.presentation-list {
  background-image: url(../img/list.png);
}

.presentation-mosaic {
  background-image: url(../img/mosaic.png);
}

.parameter-group {
  float: left;
  margin: 0px 16px 0px 0px;
  text-align: left;
  width: 100%;
}
.parameter-group select {
  width: calc(100% - 6px);
}

.parameter-group h4 {
  text-align: left;
}

.parameter-div {
  background-color: white;
  border: 1px inset #c6c6c6;
  cursor: default;
  height: 94px;
  margin: 0px;
  overflow: auto;
  width: calc(100% - 2px);
}
.parameter-div hr {
  border: 0px dotted #999999;
  border-top: 1px dotted #999999;
}

input[type=text].parameter-text {
  margin: 5px 0px;
  width: calc(100% - 6px);
}

.parameter-row-checked-ok-empty,
.parameter-row-unchecked-ok-empty,
.parameter-row-checked-ok-nonmatch {
  clear: left;
  color: black;
  padding-right: 8px;
}

.parameter-row-checked-ko-empty,
.parameter-row-unchecked-ko-empty,
.parameter-row-checked-ko-nonmatch {
  display: none;
  clear: left;
  color: #999999;
  padding-right: 8px;
}

.parameter-row-checked-ok-match,
.parameter-row-unchecked-ok-match {
  background-color: #eef;
  clear: left;
  color: black;
  padding-right: 8px;
}

.parameter-row-checked-ko-match,
.parameter-row-unchecked-ko-match {
  display: none;
  background-color: #eef;
  clear: left;
  color: #999999;
  padding-right: 8px;
}

.parameter-row-unchecked-ok-nonmatch,
.parameter-row-unchecked-ko-nonmatch {
  display: none;
}

.separate-parameters-false .parameter-row-checked-ko-empty,
.separate-parameters-false .parameter-row-unchecked-ko-empty,
.separate-parameters-false .parameter-row-checked-ko-nonmatch,
.separate-parameters-false .parameter-row-checked-ko-match,
.separate-parameters-false .parameter-row-unchecked-ko-match {
  display: none;
}

.parameter-check {
  float: left;
  margin: 1px 0px 0px 1px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}

.parameter-paragraph {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 3px 0px;
  text-indent: 0px;
}

.parameter-paragraph a {
  text-decoration: underline;
}

.parameter-row-checked-ok-empty a,
.parameter-row-unchecked-ok-empty a,
.parameter-row-checked-ok-nonmatch a,
.parameter-row-checked-ok-match a,
.parameter-row-unchecked-ok-match a {
  color: black;
}

.parameter-row-checked-ko-empty a,
.parameter-row-unchecked-ko-empty a,
.parameter-row-checked-ko-nonmatch a,
.parameter-row-checked-ko-match a,
.parameter-row-unchecked-ko-match a {
  color: #999999;
}

.parameter-paragraph a:hover {
  color: #1570A6;
}

.parameter-paragraph a:active {
  color: #1b8fd3;
}

.parameter-buttons {
  clear: right;
  float: left;
  margin: 16px 0px;
  width: 416px;
}
.parameter-buttons div {
  font-weight: 600;
}
.parameter-buttons input {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

.parameter-clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  text-align: right;
}

#parameter-group-level11 {
  width: 100%;
  margin: 0;
}
#parameter-group-level11 h4 {
  display: none;
}

#parameter-group-level21 {
  clear: left;
  width: calc(50% - 8px);
}

#parameter-group-level22 {
  margin: 0;
  width: calc(50% - 8px);
}

#parameter-group-level31 {
  clear: left;
  width: calc(33.3% - 16px);
}

#parameter-group-level32 {
  width: 33.3%;
}

#parameter-group-level33 {
  margin: 0;
  width: calc(33.3% - 16px);
}

#parameter-group-level41 {
  clear: left;
  width: 232px;
}

#parameter-group-level42 {
  width: 232px;
}

#parameter-group-level43 {
  width: 240px;
}

#parameter-group-level44 {
  margin: 0px;
  width: 112px;
}

.partition {
  text-align: center;
}
.partition input {
  margin-left: 16px;
}
.partition input:first-child {
  margin-left: 8px;
}
.partition img {
  position: relative;
  top: 1px;
}
.partition span {
  white-space: nowrap;
}

#query-rows {
  clear: both;
  text-align: right;
}

#query-rows input {
  width: 366px;
}

#query-rows input.long-words {
  width: 582px;
}

#query-rows select[name=operator] {
  width: 86px;
}

#query-rows select[name=field] {
  width: 182px;
}

#share {
  float: right;
  height: 16px;
  line-height: 16px;
  margin: 0px 0px 8px 0px;
  padding-top: 0px;
}
#share li {
  display: block;
  float: left;
  line-height: 16px;
  height: 16px;
  margin-left: 8px;
  text-align: center;
  vertical-align: middle;
}
#share li img {
  border: 0px solid white;
}

.share {
  display: inline;
  margin: 0px;
  padding: 0px;
}
.share li {
  margin-right: 4px;
  display: inline;
}
.share li a {
  display: inline;
}
.share li img {
  border: 0px solid white;
  vertical-align: top;
}

.subject-table {
  width: 100%;
}
.subject-table li {
  margin-bottom: 8px;
}
.subject-table td {
  vertical-align: top;
  width: 50%;
}
.subject-table td a {
  color: black;
  font-weight: 600;
}
.subject-table td:first-child {
  padding-right: 4px;
}
.subject-table td:last-child {
  padding-left: 4px;
}
.subject-table #subject-table-links td {
  padding: 8px;
  text-align: center;
}
.subject-table #subject-table-links td a {
  color: #1570A6;
}
.subject-table .subject-table-initial {
  background-color: #ddd;
  font-weight: 600;
  padding: 4px 8px;
}
.subject-table .subject-table-initial a {
  color: #1570A6;
  display: inline-block;
  float: right;
  font-size: 11px;
}
.subject-table .subject-table-use,
.subject-table .subject-table-uf,
.subject-table .subject-table-sn,
.subject-table .subject-table-bt,
.subject-table .subject-table-nt,
.subject-table .subject-table-rt {
  font-size: 11px;
  font-style: italic;
}

#suggestion {
  font-size: 11px;
}
#suggestion a {
  background-image: url(../img/start.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 16px;
}

#summary {
  font-size: 11px;
  font-style: italic;
}

#tabs {
  border: 0px;
  height: 32px;
  padding: 4px 0px 0px 0px;
  margin: 0px;
  z-index: 1;
}
#tabs li {
  background-color: #2c2c2c;
  background-image: url(../img/sep.png);
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  float: left;
  line-height: 32px;
  height: 32px;
  padding: 0px 9px;
  text-align: center;
  vertical-align: middle;
}
#tabs li a, #tabs li a:visited, #tabs li a:hover, #tabs li a:active {
  color: white;
  display: block;
  text-decoration: none;
}
#tabs li:nth-child(3) {
  background-image: none;
}
#tabs li.selected {
  background-color: #aa0d0f;
}
#tabs img {
  border: 0px solid black;
}

#template-table {
  border: 1px solid #c6c6c6;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 6px 0px 0px 4px;
  width: 294px;
}
#template-table th {
  background: black;
  color: white;
  width: 145.5px;
}
#template-table th:first-child {
  border-right: 1px solid white;
}
#template-table td {
  border: 1px solid #c6c6c6;
  padding-left: 2px;
  padding-right: 2px;
}

#template-user-group {
  width: 112px;
}

#template-template {
  width: 112px;
}

#template-apply {
  width: 56px;
}

.term-select-group {
  float: left;
  margin: 0px 16px 16px 0px;
  width: 416px;
}

.term-select-group h4 {
  text-align: left;
}

#term-select-group-level21 {
  clear: left;
  width: 336px;
}

#term-select-level21 {
  width: 330px;
}

#term-select-group-level22 {
  margin: 0px 0px 16px 0px;
  width: 336px;
}

#term-select-level22 {
  width: 330px;
}

#term-select-group-level31 {
  clear: left;
  width: 224px;
}

#term-select-level31 {
  width: 218px;
}

#term-select-group-level32 {
  width: 208px;
}

#term-select-level32 {
  width: 202px;
}

#term-select-group-level33 {
  margin: 0px 0px 16px 0px;
  width: 224px;
}

#term-select-level33 {
  width: 218px;
}

.term-table td {
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding: 4px;
  width: 33%;
}
.term-table td a {
  color: black;
}
.term-table td:nth-child(1) {
  width: 34%;
}
.term-table tr:nth-child(odd) {
  background-color: #ddd;
}
.term-table .term-table-initial {
  font-weight: 600;
}
.term-table .term-table-initial td {
  padding-top: 16px;
}
.term-table .term-table-initial td a {
  color: #1570A6;
  font-size: 11px;
  padding-left: 32px;
}
.term-table #term-table-links {
  font-weight: 600;
}
.term-table #term-table-links td {
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: center;
}
.term-table #term-table-links td a {
  color: #1570A6;
}

.type-list-thumbnail-folder,
.type-mini-mosaic-thumbnail-folder,
.type-mosaic-thumbnail-folder {
  background-image: url(../img/type-icon-folder.png);
  background-position: top left;
  background-repeat: no-repeat;
}
.type-list-thumbnail-folder a,
.type-mini-mosaic-thumbnail-folder a,
.type-mosaic-thumbnail-folder a {
  display: block;
}

.type-list-thumbnail-folder {
  padding-top: 16px;
}

.type-mini-mosaic-thumbnail-folder {
  background-position: center left;
  margin-left: 6px;
  width: 128px;
}

.type-mosaic-thumbnail-folder {
  background-position: center left;
  margin-left: 16px;
  margin-right: 16px;
  width: 128px;
}

#view-tabs {
  border: 0px;
  padding: 0px;
  margin: 16px auto 16px auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
#view-tabs li {
  display: inline-block;
  line-height: 32px;
  height: 32px;
  margin: 0px 0px 16px 4px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 176px;
}
#view-tabs li a {
  background-color: #1570A6;
  border: 1px solid #1570A6;
  border-radius: 4px;
  color: white;
  display: block;
  line-height: 30px;
  height: 30px;
  padding: 0px;
}
#view-tabs li a:hover {
  background-color: #1b8fd3;
  border: 1px solid #1b8fd3;
  color: white;
}
#view-tabs li:first-child {
  margin: 0px 0px 16px 0px;
}
#view-tabs li.selected a, #view-tabs li.selected a:hover {
  background-color: white;
  border: 1px solid #1570A6;
  color: #1570A6;
}
#view-tabs img {
  border: 0px solid black;
}

#about p {
  line-height: 16px;
  margin: 0px 0px 8px 0px;
}

#advanced {
  text-align: center;
}
#advanced h2 {
  border-bottom: 1px dotted black;
  color: black;
  margin: 16px 0px 8px 0px;
  padding: 0px 0px 8px 0px;
  text-align: left;
}
#advanced #suggestion + h2, #advanced #anchor + h2, #advanced .parameter-clear + h2, #advanced #dates + h2 {
  margin-top: 0px;
}
#advanced #suggestion {
  float: right;
  position: relative;
}
#advanced #sort, #advanced #length {
  display: inline-block;
  height: 32px;
  padding: 0px 8px 0px 8px;
}
#advanced #buttons, #advanced #citation {
  clear: both;
  padding: 16px 0px 0px 0px;
  text-align: center;
}
#advanced #buttons span {
  padding-left: 16px;
}
#advanced #buttons #clean {
  background-color: #eee;
  background-image: url(../img/silver-button.png);
  color: black;
}
#advanced #dates {
  margin-top: 16px;
  text-align: left;
  width: 100%;
}
#advanced .dates-select {
  padding-right: 8px;
  text-align: right;
  vertical-align: top;
}
#advanced .dates-option {
  width: 536px;
}
#advanced .dates-option-all {
  padding-top: 4px;
}
#advanced #partition-type {
  padding: 0px 0px 0px 0px;
}
#advanced #citation {
  margin-top: 16px;
  font-size: 11px;
}
#advanced input[readonly] {
  color: #999;
}

#search-00, #search-01, #search-02, #search-03, #search-pending, #search-done,
#search-dossier, #search-embargo, #search-covers,
#listing, #contact-sheet, #ris, #rtf, input#stats {
  background-image: url(../img/silver-button.png);
  color: black;
}

#bookshelf h1 {
  background-color: #1570A6;
  color: white;
  margin: 8px auto;
  padding: 16px;
  width: 608px;
}
#bookshelf h1 a {
  color: white;
}
#bookshelf #bookshelf-sheet {
  margin: 0px auto 0px auto;
  width: 640px;
}
#bookshelf #top-results {
  background-image: url(../img/bookshelf-top.png);
  margin: 0px;
  padding: 0px 16px;
  height: 32px;
}
#bookshelf #bookshelf-rows {
  background-image: url(../img/bookshelf-row.png);
}
#bookshelf #bookshelf-rows a {
  display: inline-block;
  height: 145px;
  padding-top: 9px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 128px;
}
#bookshelf #bookshelf-rows a img {
  vertical-align: bottom;
}
#bookshelf #bookshelf-rows a span {
  display: inline-block;
  background: white;
  border: 1px solid #c6c6c6;
  bottom: 20px;
  color: black;
  font-family: Georgia, serif;
  height: 16px;
  left: 44px;
  position: absolute;
  width: 40px;
}
#bookshelf #bookshelf-rows .coming-soon {
  color: white;
  font-size: 26px;
  height: 462px;
  line-height: 462px;
  text-align: center;
}
#bookshelf #bottom-results {
  background-image: url(../img/bookshelf-top.png);
  margin: 0px;
  padding: 0px 16px;
}

#card {
  width: 800px;
}
#card > div, #card > p, #card > table {
  margin-left: 8px;
  margin-right: 8px;
}
#card h2 {
  margin: 8px;
}
#card a {
  text-decoration: underline;
}
#card .pane-name {
  color: #182665;
  font-weight: 600;
  line-height: 16px;
  margin-top: 16px;
  margin-bottom: 8px;
}
#card .field {
  border: 1px solid #c6c6c6;
  margin: 0px;
  padding: 4px;
  width: 160px;
}
#card .value {
  border: 1px solid #c6c6c6;
  margin: 0px;
  padding: 4px;
  width: 640px;
}
#card .value p {
  border: 0px dotted #c6c6c6;
  margin: 0px;
  padding: 0px;
  width: auto;
}

@media print {
  #card .results {
    display: none;
  }
}
#contacts {
  width: 880px;
}
#contacts h1, #contacts .pandora-error, #contacts > .results, #contacts > p {
  margin-left: 8px;
  margin-right: 8px;
}

.contacts-frame {
  float: left;
  margin-bottom: 16px;
  overflow: hidden;
  width: 160px;
  height: 168px;
}

.contacts-thumbnail, .contacts-thumbnail-placeholder {
  line-height: 128px;
  height: 128px;
  margin: 2px 0px 6px 0px;
  text-align: center;
  vertical-align: middle;
}
.contacts-thumbnail img, .contacts-thumbnail-placeholder img {
  border: 0px;
  vertical-align: middle;
}

.contacts-record {
  font-size: 11px;
  line-height: 12px;
  margin: 4px 0px 0px 0px;
  text-align: center;
}
.contacts-record b {
  background-color: yellow;
  font-weight: inherit;
}

#custom h2 {
  border-bottom: 1px dotted black;
  margin: 16px 0px 8px 0px;
  padding: 0px 0px 8px 0px;
  text-align: left;
}
#custom #suggestion + h2 {
  margin-top: 0px;
}
#custom #suggestion {
  float: right;
}
#custom #series {
  margin: 0px auto;
}
#custom #series td {
  height: 32px;
  padding: 0px 16px;
}
#custom #volumes-buttons, #custom #search-buttons {
  padding: 8px 0px 0px 0px;
  text-align: center;
}
#custom #parameter-text-level11 {
  display: none;
}
#custom #custom-inputs {
  margin-bottom: 16px;
}
#custom #custom-inputs label {
  display: inline-block;
  font-weight: 600;
}
#custom #custom-inputs input[type=text] {
  margin: 5px 0px;
}
#custom #custom-links {
  text-align: center;
}
#custom #custom-links a {
  background-color: #2c2c2c;
  color: white;
  display: inline-block;
  height: 32px;
  line-height: 16px;
  padding: 16px;
  margin: 16px 0px 0px 16px;
  vertical-align: top;
  width: 176px;
}
#custom #custom-links a:first-child {
  margin-left: 0px;
  width: 192px;
}
#custom #custom-links a:last-child {
  width: 192px;
}

#custom[lang=ca] #custom-inputs label, #custom[lang=es] #custom-inputs label {
  width: 96px;
}
#custom[lang=ca] #custom-inputs input[type=text], #custom[lang=es] #custom-inputs input[type=text] {
  width: 582px;
}

#custom[lang=en] #custom-inputs label {
  width: 160px;
}
#custom[lang=en] #custom-inputs input[type=text] {
  width: 518px;
}

body#add h2, #details h2, body#upload h2 {
  margin: 0px 0px 4px 0px;
}
body#add h3, #details h3, body#upload h3 {
  font-style: italic;
  font-size: 13px;
  font-weight: 600;
  height: 16px;
  border-bottom: 1px solid black;
  margin-bottom: 7px;
  margin-top: 8px;
  text-align: center;
}
body#add h3 #pane, #details h3 #pane, body#upload h3 #pane {
  position: relative;
  top: -10px;
}
body#add .details-audio, #details .details-audio, body#upload .details-audio {
  margin-bottom: 8px;
}
body#add #top-results, #details #top-results, body#upload #top-results {
  margin-top: 4px;
  margin-bottom: 0px;
}
body#add #top-results #presentation, #details #top-results #presentation, body#upload #top-results #presentation {
  display: none;
}
body#add #buttons, #details #buttons, body#upload #buttons {
  clear: both;
  padding: 16px 0px 0px 0px;
  text-align: center;
}
body#add #buttons input[type=button], body#add #buttons input[type=submit], body#add #buttons input[type=reset], #details #buttons input[type=button], #details #buttons input[type=submit], #details #buttons input[type=reset], body#upload #buttons input[type=button], body#upload #buttons input[type=submit], body#upload #buttons input[type=reset] {
  position: relative;
}
body#add #buttons #save, #details #buttons #save, body#upload #buttons #save {
  background-color: #eee;
  background-image: url(../img/silver-button.png);
  color: black;
}
body#add #buttons #delete, #details #buttons #delete, body#upload #buttons #delete {
  background-image: url(../img/red-button.png);
  color: white;
  margin-left: 16px;
}

#left {
  float: left;
  width: 328px;
}

#right {
  float: right;
  width: 520px;
  padding-left: 16px;
}

#center {
  width: 416px;
  margin: 0px auto 0px auto;
}

#file-form {
  width: 0px;
  height: 0px;
}

#file-div {
  height: 22px;
  left: 0px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 70px;
}

#file-div input {
  cursor: default;
  height: 22px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 70px;
}

.field {
  font-size: 11px;
  font-weight: 600;
  padding-top: 8px;
  text-align: right;
  vertical-align: top;
  width: 116px;
}

.field-label td {
  padding-top: 16px;
}
.field-label label {
  text-transform: uppercase;
}

.value {
  font-weight: 600;
  vertical-align: top;
  width: 404px;
}
.value > input[type=text] {
  margin-left: 4px;
  margin-right: 0;
  position: relative;
  width: calc(100% - 10px);
}
.value > textarea {
  margin-left: 4px;
  margin-right: 0px;
  position: relative;
  width: calc(100% - 10px);
  height: 64px;
}
.value > select {
  margin-left: 4px;
  margin-right: 0px;
  position: relative;
  width: calc(100% - 4px);
}
.value > input[readonly], .value > textarea[readonly], .value > select[disabled] {
  background-color: #f0f0f0;
  border: 1px dotted #c6c6c6;
  color: black;
}
.value > .underscore-placeholder[readonly],
.value > textarea.underscore-placeholder[readonly] {
  color: #f0f0f0;
}
.value > p {
  border: 1px dotted #c6c6c6;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 0px 3px 0px 3px;
  margin: 6px 0px 0px 4px;
  vertical-align: top;
  width: calc(100% - 12px);
}
.value > input[type=text].multi-text {
  width: calc(100% - 10px - 16px - 4px);
}

.small-button {
  margin: 8px 0px 8px 4px;
  cursor: pointer;
  vertical-align: middle;
}

.details-image {
  margin-bottom: 16px;
  text-align: center;
}
.details-image img {
  max-width: 100%;
}

#license-link {
  position: relative;
  height: 0px;
  top: -56px;
}

#license-img {
  border: 0px solid white;
  position: relative;
}

.disabled {
  color: #999;
}

/*
.url-value {
    font-size: $fontSize - 2px;
    padding: math.div($gridUnit, 2) 4px 0px 4px;
    margin-left: 4px;
    vertical-align: top;
    width: $valueWidth;
}

.invisible-small-button {
    margin: (math.div($gridUnit, 2)) 0px (math.div($gridUnit, 2)) 4px;
    cursor: pointer;
    vertical-align: middle;
    visibility: hidden;
}

.removed-small-button {
    margin: (math.div($gridUnit, 2)) 0px (math.div($gridUnit, 2)) 4px;
    cursor: pointer;
    vertical-align: middle;
    display: none;
}


.value textarea#text {
    height: $gridUnit * 20;
}

.value textarea#description {
    height: $gridUnit * 16;
}

#pane {
    position: relative;
    top: -12px;
}
*/
.red-field label {
  color: #aa0d0f;
}

.green-field label {
  color: #0e7d6a;
}

.details-parameter-group {
  float: left;
  margin: 0px 0px 0px 4px;
  width: 400px;
}

.details-parameter-group h4 {
  text-align: left;
}

.details-parameter-div {
  background-color: white;
  border: 1px inset #c6c6c6;
  cursor: default;
  height: 190px;
  margin: 0px;
  overflow: auto;
  width: 398px;
}
.details-parameter-div hr {
  border: 0px dotted #999999;
  border-top: 1px dotted #999999;
}

input[type=text].details-parameter-text {
  margin: 5px 0px;
  width: 390px;
}

.details-parameter-row-checked-ok-empty,
.details-parameter-row-unchecked-ok-empty,
.details-parameter-row-checked-ok-nonmatch {
  clear: left;
  color: black;
  padding-right: 8px;
}

.details-parameter-row-checked-ko-empty,
.details-parameter-row-unchecked-ko-empty,
.details-parameter-row-checked-ko-nonmatch {
  clear: left;
  color: #999999;
  display: none;
  padding-right: 8px;
}

.details-parameter-row-checked-ok-match,
.details-parameter-row-unchecked-ok-match {
  background-color: #eef;
  clear: left;
  color: black;
  padding-right: 8px;
}

.details-parameter-row-checked-ko-match,
.details-parameter-row-unchecked-ko-match {
  background-color: #eef;
  clear: left;
  color: #999999;
  padding-right: 8px;
}

.details-parameter-row-unchecked-ok-nonmatch,
.details-parameter-row-unchecked-ko-nonmatch {
  display: none;
}

.details-parameter-check {
  float: left;
  margin: 1px 0px 0px 1px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}

.details-parameter-paragraph {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 3px 38px;
  text-indent: -38px;
}

.details-parameter-paragraph a {
  text-decoration: underline;
}

.details-parameter-row-checked-ok-empty a,
.details-parameter-row-unchecked-ok-empty a,
.details-parameter-row-checked-ok-nonmatch a,
.details-parameter-row-checked-ok-match a,
.details-parameter-row-unchecked-ok-match a {
  color: black;
}

.details-parameter-row-checked-ko-empty a,
.details-parameter-row-unchecked-ko-empty a,
.details-parameter-row-checked-ko-nonmatch a,
.details-parameter-row-checked-ko-match a,
.details-parameter-row-unchecked-ko-match a {
  color: #999999;
}

.details-parameter-paragraph a:hover {
  color: #1570A6;
}

.details-parameter-paragraph a:active {
  color: #1b8fd3;
}

#galleria {
  height: 100%;
  width: 100%;
}

#embedTab #galleria {
  margin: 0px auto;
}

#dialog-anchor {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 3;
}

#dialog-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  background: black;
  opacity: 0.5;
  top: 0px;
  left: 0px;
  z-index: 2;
}

#dialog {
  background-color: #ddd;
  width: 768px;
  margin: 0px 0px 0px 48px;
  padding: 16px;
  position: fixed;
  top: 64px;
  z-index: 3;
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

#dialog-document {
  float: left;
  margin: 0px 16px 0px 0px;
  text-align: center;
  width: 384px;
}

#dialog-document img {
  width: 384px;
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

#dialog-caption {
  float: right;
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
  width: 360px;
}

#dialog-text {
  float: right;
  width: 352px;
  height: 192px;
}

#dialog-buttons {
  float: right;
  width: 352px;
  text-align: right;
}

#dialog-end {
  clear: both;
  height: 0px;
}

#gallery-list {
  background-color: white;
  border: 1px inset #c6c6c6;
  height: 238px;
  width: 414px;
  overflow: scroll;
  overflow-x: hidden;
}

#gallery-table {
  width: 100%;
}

.gallery-item {
  cursor: pointer;
  vertical-align: top;
}
.gallery-item .gallery-item-thumbnail {
  width: 56px;
}
.gallery-item td {
  border-bottom: 1px dotted #c6c6c6;
  padding: 8px;
}
.gallery-item img {
  width: 40px;
}

.gallery-selected {
  background-color: #eef;
}

#explanation {
  font-style: italic;
  font-size: 11px;
  text-align: center;
  width: 416px;
}

#gallery #buttons {
  clear: both;
  padding: 16px 0px 0px 0px;
  text-align: center;
}
#gallery #buttons #delete {
  background-image: url(../img/red-button.png);
  color: white;
  margin-left: 16px;
}
#gallery #left {
  margin-left: 8px;
}
#gallery #right {
  margin-right: 8px;
}

.unread-comments {
  color: red;
}

#external-loads-group {
  float: left;
  margin: 0px 16px 16px 0px;
  width: 304px;
}

#internal-loads-group {
  float: left;
  margin: 0px 0px 16px 0px;
  width: 544px;
}

#external-loads-group h4, #internal-loads-group h4 {
  height: 32px;
  line-height: 32px;
  text-align: left;
}

#external-loads, #internal-loads {
  background-color: white;
  border: 1px inset #c6c6c6;
  height: 190px;
  margin: 0px;
  overflow: auto;
}

#external-loads {
  width: 302px;
}

#internal-loads {
  width: 542px;
}

#external-loads-search, #internal-loads-search {
  background-image: url(../img/search.png);
  background-position: 2px center;
  background-repeat: no-repeat;
  float: right;
  margin-right: 0px;
  padding-left: 22px;
  width: 128px;
}

#external-loads table, #internal-loads table {
  width: 100%;
}

#external-loads td, #internal-loads td {
  background-color: #f0f0f0;
  border: 2px solid white;
  height: 16px;
  padding: 3px;
}

#external-loads tr.export-load td, #internal-loads tr.export-load td {
  background-color: #faeffa;
}

.load-icon {
  width: 16px;
}

.load-icon img {
  height: 16px;
  vertical-align: top;
  width: 16px;
}

.load-command {
  cursor: pointer;
}

.faded {
  opacity: 0.2;
}

.internal-load-name {
  width: 160px;
}

#load-log {
  background-color: white;
  border: 1px inset #c6c6c6;
  font-size: 11px;
  height: 302px;
  margin: 0px 0px 16px 0px;
  overflow: auto;
  padding: 8px;
  width: 846px;
}

.load-log-error {
  color: red;
}

#load-tools {
  font-size: 11px;
  text-align: right;
}

#login-form #sheet {
  text-align: center;
}
#login-form #sheet table {
  margin: 0px auto 0px auto;
}

.login-error {
  font-size: 11px;
  color: red;
  margin-top: 16px;
  text-align: center;
}

.login-label {
  padding-right: 16px;
  text-align: right;
}

.login-buttons {
  text-align: right;
}

#replace-inputs {
  text-align: center;
}
#replace-inputs #search-text, #replace-inputs #replace-text {
  width: 112px;
}
#replace-inputs #field-id {
  width: 192px;
}
#replace-inputs #search-anchor {
  width: 240px;
}

#replace-buttons {
  text-align: center;
}

#results h2 {
  margin-bottom: 4px;
}
#results #top-results {
  margin-top: 4px;
}
#results #buttons {
  clear: left;
  margin-left: 8px;
}
#results #bottom-results {
  float: right;
}

#simple-inputs {
  clear: both;
  text-align: center;
  margin: 32px 0px;
}
#simple-inputs label {
  font-weight: 600;
}
#simple-inputs input[type=text] {
  width: 390px;
}

#simple #suggestion {
  float: right;
  position: relative;
  top: -12px;
  right: -8px;
}
#simple #pub-list {
  margin: 0px auto 32px auto;
  width: 432px;
}
#simple #citation {
  font-size: 11px;
  text-align: center;
}

#redes {
  height: 50px;
  max-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #E5E5E5;
  color: black;
  font-size: 11px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  margin: 48px auto 0 auto;
}
#redes .lista {
  list-style-type: none;
  padding-left: 0;
  padding-top: 0.2em;
  text-align: center;
}
#redes .lista img {
  margin-right: 0.5em;
  vertical-align: bottom;
}
#redes .lista h2, #redes .lista ul, #redes .lista li {
  display: inline-block;
  list-style: none;
  vertical-align: top;
}
#redes .lista li.text {
  border-left: 1px solid #B7B7B7;
  padding: 0.3em 0.5em 0.3em 0.7em;
}
#redes .lista a {
  color: black;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}
#redes .lista a:hover {
  color: black;
  cursor: pointer;
  text-decoration: underline;
}
#redes .lista h2 {
  margin-right: 0.3em;
  font: bold 1.4em "DINBoldRegular", "Arial Narrow", sans-serif;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-top: 3px;
}
#redes .lista li.rss {
  padding-top: 0;
  padding-bottom: 0;
  height: 23px;
  max-height: 23px;
}
#redes .lista li.rss a {
  display: inline-block;
  background: url(../img/RS_off.png);
  background-repeat: no-repeat;
  height: 26px;
  overflow: visible;
}
#redes .lista li.rss a span {
  margin-top: 3px;
  display: block;
  margin-left: 27px;
}
#redes .lista li.rss a:HOVER {
  background: url(../img/RS_on.png);
  background-repeat: no-repeat;
}
#redes .lista acronym {
  text-decoration: none;
}
#redes li.listIcoSG {
  width: 27px;
  height: 26px;
}
#redes li.listIcoSG a.icoSG {
  display: block;
  height: 26px;
  text-indent: -9999px;
}
#redes li.listIcoSG a.youtubeSG {
  background-image: url(../img/YT_off.png);
}
#redes li.listIcoSG a.youtubeSG:HOVER {
  background-image: url(../img/YT_on.png);
}
#redes li.listIcoSG a.twSG {
  background-image: url(../img/TW_off.png);
}
#redes li.listIcoSG a.twSG:HOVER {
  background-image: url(../img/TW_on.png);
}
#redes li.listIcoSG a.fbSG {
  background-image: url(../img/FB_off.png);
}
#redes li.listIcoSG a.fbSG:HOVER {
  background-image: url(../img/FB_on.png);
}
#redes li.listIcoSG a.inSG {
  background-image: url(../img/IN_off.png);
}
#redes li.listIcoSG a.inSG:HOVER {
  background-image: url(../img/IN_on.png);
}
#redes li.listIcoSG a.flrSG {
  background-image: url(../img/FL_off.png);
}
#redes li.listIcoSG a.flrSG:HOVER {
  background-image: url(../img/FL_on.png);
}

#stats h2 {
  margin: 0px 0px 4px 0px;
}
#stats table {
  margin: 16px 0px;
  width: 100%;
}
#stats table td > div {
  float: left;
  margin-right: 8px;
}
#stats table div > div {
  -webkit-animation: stats-bar 1s;
  animation: stats-bar 1s;
  background-color: #0e7d6a;
  border: 1px solid #0e7d6a;
  float: left;
  width: 100%;
}
#stats table td:first-child {
  border-right: 1px solid black;
  text-align: right;
  width: 80px;
}
#stats table td {
  padding: 4px 8px;
}

@-webkit-keyframes stats-bar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes stats-bar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
#sync #sheet {
  text-align: center;
}

#sync #log {
  font-family: monospace;
  text-align: left;
  white-space: pre;
  width: 50%;
  margin: 16px auto 0px auto;
}

.task-error {
  color: #600;
}

#task-inputs {
  text-align: center;
}
#task-inputs h2 {
  margin: 16px 0px 8px 0px;
}
#task-inputs h2:first-child {
  margin-top: 0px;
}
#task-inputs table {
  margin: 0px auto 0px auto;
}
#task-inputs #query {
  width: 822px;
  height: 128px;
}
#task-inputs select[name=dst] {
  width: 198px;
}
#task-inputs select[name=src] {
  width: 198px;
}
#task-inputs input[name=re] {
  width: 198px;
}
#task-inputs input[name=value] {
  width: 198px;
}
#task-inputs th {
  font-weight: 400;
}
#task-inputs span.task-error {
  width: 16px;
  font-size: 16px;
  color: red;
}

#task-buttons {
  margin-top: 16px;
  text-align: center;
}

#task-log {
  margin: 16px 56px;
}
#task-log ul {
  padding-left: 16px;
}

#viewer-document {
  height: auto;
  margin: 0px 0px 0px 0px;
}

#viewer {
  height: auto;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}

.viewer-left-tools {
  background-color: #ddd;
  background-image: url(../img/fade.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  border-bottom: 1px solid black;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 35px;
  width: 256px;
}

.viewer-upper-tools {
  background-color: #ddd;
  background-image: url(../img/fade.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  border-bottom: 1px solid black;
  position: absolute;
  left: 256px;
  top: 0px;
  right: 0px;
  height: 35px;
}

.viewer-lower-tools {
  background-color: #ddd;
  background-image: url(../img/fade.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  border-top: 1px solid black;
  min-width: 168px;
  position: absolute;
  left: 256px;
  right: 0px;
  bottom: 0px;
  height: 35px;
  z-index: 3;
}

.viewer-full-width .viewer-lower-tools {
  left: 0px;
}

.viewer-logo {
  background-image: url(../img/viewer-logo.png);
  background-position: center right;
  background-repeat: no-repeat;
  border: 0px solid black;
  display: block;
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 16px;
  width: 200px;
  z-index: 5;
}

.viewer-back-div {
  border: 0px solid black;
  color: black;
  font-size: 13px;
  line-height: 35px;
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  width: 56px;
  z-index: 5;
}
.viewer-back-div a, .viewer-back-div a:active, .viewer-back-div a:hover, .viewer-back-div a:visited {
  background-color: #eee;
  background-image: url(../img/blue-button.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  border: 1px outset #c6c6c6;
  color: white;
  cursor: default;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  margin: 4px;
  overflow: hidden;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 46px;
}
.viewer-back-div a:active {
  border: 1px inset #c6c6c6;
}

.viewer-title {
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  font-size: 13px;
  line-height: 35px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  width: 216px;
  white-space: nowrap;
  z-index: 1;
}
.viewer-title a {
  vertical-align: center;
  color: black;
  font-weight: 600;
  text-decoration: underline;
}

.viewer-share {
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 16px;
  width: 64px;
  text-align: center;
  vertical-align: middle;
  line-height: 35px;
}
.viewer-share a {
  margin-left: 8px;
}
.viewer-share a img {
  border: 0px solid black;
  vertical-align: middle;
}
.viewer-share a:first-child {
  margin-left: 0px;
}

@media (max-width: 850px) {
  .viewer-title {
    width: 100px;
  }
}
@media (max-width: 714px) {
  .viewer-logo {
    background-image: url(../img/viewer-logo-small.png);
    width: 40px;
  }
}
@media (max-width: 640px) {
  .viewer-title {
    display: none;
  }
}
@media (max-width: 520px) {
  .viewer-back-div {
    display: none;
  }
  .viewer-logo {
    display: none;
  }
  .viewer-share {
    display: none;
  }
}
.viewer-panels {
  background-color: #f0f0f0;
  border-right: 1px solid black;
  position: absolute;
  left: 0px;
  top: 36px;
  bottom: 0px;
  width: 255px;
}

.viewer-full-width .viewer-panels {
  display: none;
}

.viewer-page {
  position: absolute;
  left: 256px;
  top: 36px;
  right: 0px;
  bottom: 36px;
}

.viewer-full-width .viewer-page {
  left: 0px;
}

.viewer-page-iframe {
  width: 100%;
  height: 100%;
}

.viewer-page-div {
  background-color: #777777;
  width: 100%;
  height: 100%;
  text-align: center;
}
.viewer-page-div object {
  margin: 20% 10% auto 10%;
  width: 80%;
  height: 32px;
}

.viewer-navigation {
  line-height: 35px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  right: 0px;
  text-align: center;
  width: 168px;
  margin-left: -84px;
  top: 0px;
  z-index: 2;
}
.viewer-navigation img {
  padding-left: 8px;
  padding-right: 0px;
  cursor: pointer;
  vertical-align: middle;
}
.viewer-navigation img:first-child {
  padding-left: 0px;
  padding-right: 8px;
}
.viewer-navigation input {
  width: 40px;
  vertical-align: middle;
}
.viewer-navigation span {
  font-size: 12px;
  vertical-align: middle;
}

.thumbnail-wrapper {
  text-align: center;
  padding: 8px 0px 0px 0px;
}

.thumbnail-folio {
  margin-bottom: 8px;
}

img.thumbnail {
  background: white;
  border: 2px solid #c6c6c6;
  cursor: pointer;
}

img.hit {
  border: 2px solid #ff7;
}

img.marked {
  border: 2px solid red;
}

.viewer-links {
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 0px;
  width: 72px;
}
.viewer-links a {
  vertical-align: center;
  color: black;
  font-size: 11px;
  text-decoration: underline;
  padding-right: 8px;
}

.viewer-tabs {
  height: 35px;
  line-height: 35px;
  position: absolute;
  left: 0px;
}

.viewer-tab {
  border: 1px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 1px solid black;
  float: left;
  margin-left: 5px;
  padding-top: 2px;
  cursor: pointer;
  height: 33px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}

.viewer-selected-tab {
  background-color: #f0f0f0;
  border: 1px solid black;
  border-top: 0px solid transparent;
  border-bottom: 1px solid #f0f0f0;
}

.viewer-full-width .viewer-selected-tab {
  border-bottom: 1px solid black;
}

.viewer-panel {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.viewer-selected-panel {
  display: block;
}

.viewer-top-layer, .viewer-bottom-layer {
  background-color: #f0f0f0;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

.viewer-top-layer {
  z-index: 2;
  height: 72px;
  overflow: hidden;
  -moz-box-shadow: 0px 2px 4px #bbb;
  -webkit-box-shadow: 0px 2px 4px #bbb;
  box-shadow: 0px 2px 4px #bbb;
}

.viewer-bottom-layer {
  z-index: 1;
  margin-top: 72px;
  bottom: 0px;
  overflow: scroll;
}

.viewer-panel:first-child .viewer-top-layer {
  height: 24px;
}
.viewer-panel:first-child .viewer-bottom-layer {
  margin-top: 24px;
}

.structure-tools {
  border-right: 1px solid black;
  position: absolute;
  font-size: 10px;
  height: 16px;
  padding: 4px;
  width: 247px;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.structure-hide-thumbnails {
  background-image: url(../img/hide-thumbnails.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  cursor: pointer;
  float: left;
  padding-left: 20px;
  text-decoration: underline;
}

.structure-show-thumbnails {
  background-image: url(../img/show-thumbnails.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  cursor: pointer;
  float: left;
  margin-left: 16px;
  padding-left: 20px;
  text-decoration: underline;
}

.structure-count {
  background-color: #f0f0f0;
  padding: 8px 0px 0px 0px;
  z-index: 0;
}

.structure-wrapper {
  background-color: #f0f0f0;
  padding: 8px 0px 0px 0px;
  z-index: 0;
}

.structure-leaf-title, .structure-div-title {
  clear: both;
  cursor: pointer;
  margin-bottom: 4px;
  padding-left: 24px;
}
.structure-leaf-title a, .structure-div-title a {
  background-image: url(../img/download.png);
  background-position: top left;
  background-repeat: no-repeat;
  clear: right;
  display: block;
  float: right;
  padding-right: 2px;
  width: 16px;
  height: 16px;
}

.structure-leaf-title:hover, .structure-div-title:hover {
  text-decoration: underline;
}

.structure-contents {
  clear: both;
  margin-left: 24px;
}

.structure-open {
  background-image: url(../img/minus.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.structure-closed {
  background-image: url(../img/plus.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.structure-marked {
  font-weight: 600;
}

img.viewer-disabled, .viewer-disabled {
  cursor: default;
  opacity: 0.2;
  text-decoration: none;
}

.search-tools {
  border-right: 1px solid black;
  position: absolute;
  height: 32px;
  padding-top: 32px;
  padding-bottom: 8px;
  width: 255px;
  text-align: center;
  top: 0px;
  left: 0px;
  z-index: 1;
  -moz-box-shadow: 0px 2px 4px #bbb;
  -webkit-box-shadow: 0px 2px 4px #bbb;
  box-shadow: 0px 2px 4px #bbb;
}

.search-results {
  padding: 0px 16px;
}

.search-busy {
  background-image: url(../img/busy.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 16px;
  padding-top: 16px;
}

.search-empty {
  text-align: center;
  font-style: italic;
  padding-top: 8px;
}

.thumbnail-highlight {
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 16px;
  overflow: hidden;
}
.thumbnail-highlight b {
  background-color: #ff7;
  font-weight: 600;
}

.viewer-warning {
  font-size: 15px;
  line-height: 15px;
  padding: 16px 15% 0px 15%;
  text-align: center;
}

.viewer-pages-scroll {
  background-color: #f0f0f0;
  padding: 0px 16px 16px 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: scroll;
}

.viewer-pages-wrapper {
  text-align: center;
}

.viewer-pages-wrapper div {
  padding-top: 16px;
}

img.viewer-pages-page {
  background: white;
  background-image: url(../img/loading.gif);
  background-position: center 10px;
  background-repeat: no-repeat;
  -moz-box-shadow: 0px 0px 4px #bbb;
  -webkit-box-shadow: 0px 0px 4px #bbb;
  box-shadow: 0px 0px 4px #bbb;
}

.viewer-download {
  font-size: 11px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 240px;
}
.viewer-download a, .viewer-download a:active, .viewer-download a:hover {
  color: blue;
  text-decoration: underline;
}
.viewer-download a:visited {
  color: purple;
  text-decoration: underline;
}
.viewer-download blockquote {
  font-size: 10px;
  margin-left: 16px;
  margin-right: 16px;
}
.viewer-download img {
  border: 0px solid black;
}
.viewer-download p, .viewer-download div {
  margin-bottom: 8px;
}
.viewer-download > p:first-child {
  font-weight: 600;
}
.viewer-download ul {
  padding-left: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.viewer-download ul ul {
  margin-top: 0px;
  margin-bottom: 8px;
}
.viewer-download li {
  display: block;
}
.viewer-download li input[type=radio] {
  margin-right: 8px;
}
.viewer-download li input[type=text] {
  font-size: 11px;
  height: 11px;
  margin: 0px 0px 0px 8px;
  width: 48px;
}
.viewer-download .download-tools {
  text-align: right;
}

.show-tabs {
  background-image: url(../img/menu.png);
  background-color: transparent;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
}

#show-tabs {
  display: none;
}

#simple-extra-content {
  margin: 48px auto 0 auto;
  width: 768px;
}
#simple-extra-content #simple-portrait {
  float: left;
}
#simple-extra-content #simple-description {
  float: left;
  margin: 0px 0px 0px 16px;
  width: 300px;
}
#simple-extra-content #simple-links {
  float: left;
  margin: 0px 0px 0px 32px;
  width: 240px;
}

@media (min-width: 896px) {
  #sheet {
    width: 864px;
  }
  #wide-sheet {
    width: 880px;
  }
  #footer, #header {
    width: 896px;
  }
  .mosaic {
    width: 880px;
  }
  .show-tabs {
    display: none;
  }
  #simple-inputs input[type=text] {
    width: 546px;
  }
  #query-rows input {
    width: 362px;
  }
  #query-rows input.long-words {
    width: 578px;
  }
  #advanced td.dates-option {
    width: 536px;
  }
  body#add #left, #details #left, body#upload #left {
    text-align: center;
    width: 50%;
  }
  body#add #right, #details #right, body#upload #right {
    width: calc(50% - 16px);
  }
  body#add #center, #details #center, body#upload #center {
    width: 50%;
  }
  body#add .field, #details .field, body#upload .field {
    width: 116px;
  }
  body#add .value, #details .value, body#upload .value {
    width: 300px;
  }
  body#add #left-right .value, #details #left-right .value, body#upload #left-right .value {
    width: 744px;
  }
}
@media (max-width: 895px) {
  #sheet {
    width: 688px;
  }
  #wide-sheet {
    width: 704px;
  }
  #footer, #header {
    width: 720px;
  }
  .mosaic {
    width: 704px;
  }
  #header h1 .header-links {
    height: 100px;
  }
  #header h1 .header-links a {
    padding-top: 45px;
  }
  #header h1 .header-links #unav-logo {
    padding-top: 23px;
  }
  #header h1 .header-links #unav-logo img {
    width: 119px;
  }
  #header h1 .header-links #ceje-logo img {
    width: 202px;
  }
  #header h1 .header-links #isje-logo img {
    width: 211px;
  }
  .show-tabs {
    display: none;
  }
  #tabs li {
    padding: 0 5px;
  }
  #simple-inputs input[type=text] {
    width: 370px;
  }
  #simple-extra-content {
    width: 100%;
  }
  #simple-extra-content #simple-portrait img {
    width: 154px;
  }
  #simple-extra-content #simple-description {
    width: 240px;
  }
  #query-rows input {
    width: 186px;
  }
  #query-rows input.long-words {
    width: 402px;
  }
  #advanced td.dates-option {
    width: 448px;
  }
  #advanced .parameter-group {
    margin: 0;
    width: calc(50% - 8px);
  }
  #advanced .parameter-group:nth-child(2n+1) {
    margin-right: 8px;
  }
  #advanced .parameter-group:nth-child(2n) {
    margin-left: 8px;
  }
  body#add #left, #details #left, body#upload #left {
    width: calc(50% - 16px);
  }
  body#add #right, #details #right, body#upload #right {
    width: 50%;
  }
  body#add #center, #details #center, body#upload #center {
    width: 50%;
  }
  body#add .field, #details .field, body#upload .field {
    width: 78px;
    font-size: 10px;
  }
  body#add .value, #details .value, body#upload .value {
    width: 266px;
  }
  body#add #left-right .value, #details #left-right .value, body#upload #left-right .value {
    width: 638px;
  }
}
@media (max-width: 719px) {
  #sheet {
    width: 512px;
  }
  #wide-sheet {
    width: 528px;
  }
  #footer, #header {
    width: 544px;
  }
  .mosaic {
    width: 528px;
  }
  #header h1 .header-links {
    height: 75px;
  }
  #header h1 .header-links a {
    padding-top: 34px;
    vertical-align: middle;
  }
  #header h1 .header-links #unav-logo {
    padding-top: 14px;
  }
  #header h1 .header-links #unav-logo img {
    width: 89px;
  }
  #header h1 .header-links #ceje-logo img {
    width: 152px;
  }
  #header h1 .header-links #isje-logo img {
    width: 158px;
  }
  .show-tabs {
    display: block;
  }
  #tabs li {
    background-image: none;
    display: none;
    float: none;
    padding: 0 0 0 36px;
    text-align: left;
    width: 108px;
  }
  #tabs li.selected {
    display: block;
  }
  #show-tabs:checked ~ li {
    display: block;
  }
  #show-tabs:checked ~ li.selected {
    display: block;
  }
  #simple-inputs input[type=text] {
    width: 194px;
  }
  #simple-extra-content #simple-description {
    width: 342px;
  }
  #simple-extra-content #simple-links {
    margin: 16px 0 0 170px;
    width: 342px;
  }
  #redes .lista h2 {
    display: none;
  }
  #query-rows input {
    width: 90px;
  }
  #query-rows input.long-words {
    width: 306px;
  }
  #query-rows span.optional {
    display: none;
  }
  #advanced td.dates-option {
    width: 272px;
  }
  #advanced td.dates-select + td.dates-option {
    display: none;
  }
  #top-results {
    height: 64px;
  }
  #top-results #top-results-sort {
    display: block;
  }
  #top-results #presentation {
    clear: right;
  }
  #dossier #top-results #top-results-sort {
    display: none;
  }
  body#add #left, #details #left, body#upload #left {
    width: 100%;
    float: none;
  }
  body#add #right, #details #right, body#upload #right {
    width: 100%;
  }
  body#add #center, #details #center, body#upload #center {
    width: 100%;
  }
  body#add .field, #details .field, body#upload .field {
    width: 128px;
    font-size: 11px;
  }
  body#add .value, #details .value, body#upload .value {
    width: 384px;
  }
  #pubs td.pubs-image {
    width: 144px;
  }
  #pubs td.pubs-image img {
    width: 128px;
  }
  #pub #pub-image {
    width: 128px;
  }
  #pub #pub-description {
    width: calc(100% - 48px - 128px - 144px);
  }
  .term-table {
    display: block;
    width: 100%;
  }
  .term-table tbody {
    display: block;
    width: 100%;
  }
  .term-table .term-table-initial {
    background-color: #ddd !important;
  }
  .term-table tr {
    display: block;
    width: 100%;
  }
  .term-table tr:nth-child(odd) {
    background-color: transparent;
  }
  .term-table td {
    display: block;
    width: 100%;
  }
  .term-table td:nth-child(1) {
    display: block;
    width: 100%;
  }
  .subject-table,
.subject-table > tbody,
.subject-table > tbody > tr,
.subject-table > tbody > tr > td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 543px) {
  #sheet {
    width: 336px;
  }
  #wide-sheet {
    width: 352px;
  }
  #footer, #header {
    width: 368px;
  }
  .mosaic {
    width: 352px;
  }
  #header h1 .header-links {
    height: 75px;
  }
  #header h1 .header-links a {
    overflow: hidden;
    padding-top: 34px;
    vertical-align: middle;
  }
  #header h1 .header-links #unav-logo {
    padding-top: 14px;
  }
  #header h1 .header-links #unav-logo img {
    width: 89px;
  }
  #header h1 .header-links #ceje-logo {
    width: 65px;
  }
  #header h1 .header-links #ceje-logo img {
    width: 152px;
  }
  #header h1 .header-links #isje-logo {
    width: 52px;
  }
  #header h1 .header-links #isje-logo img {
    width: 160px;
  }
  #header h1 .header-title {
    font-size: 13px;
  }
  #simple-inputs input[type=text] {
    width: 322px;
  }
  #simple-extra-content #simple-portrait {
    float: none;
    margin: 0 auto;
    width: 180px;
  }
  #simple-extra-content #simple-description {
    float: none;
    margin: 16px 0 0 0;
    width: 100%;
  }
  #simple-extra-content #simple-links {
    float: none;
    margin: 16px 0 0 0;
    width: 100%;
  }
  #redes .lista .rss {
    display: none;
  }
  #query-rows input {
    width: 126px;
  }
  #query-rows input.long-words {
    width: 130px;
  }
  #query-rows span.optional {
    display: none;
  }
  #advanced td.dates-select {
    display: none;
  }
  #advanced td.dates-option {
    padding-left: 25%;
    width: 75%;
  }
  #advanced td.dates-select + td.dates-option {
    display: none;
  }
  #advanced .parameter-group {
    margin: 0;
    width: 100%;
  }
  #advanced .parameter-group:nth-child(2n+1) {
    margin-right: 0;
  }
  #advanced .parameter-group:nth-child(2n) {
    margin-left: 0;
  }
  #top-results {
    height: 64px;
  }
  #top-results #top-results-sort {
    display: block;
  }
  #top-results #presentation {
    clear: right;
  }
  #dossier #top-results #top-results-sort, #dossier #top-results #presentation {
    display: none;
  }
  body#add #left, #details #left, body#upload #left {
    width: 100%;
    float: none;
  }
  body#add #right, #details #right, body#upload #right {
    width: 100%;
  }
  body#add #center, #details #center, body#upload #center {
    width: 100%;
  }
  body#add .field, #details .field, body#upload .field {
    width: 70px;
    font-size: 10px;
  }
  body#add .value, #details .value, body#upload .value {
    width: 266px;
  }
  #pubs table {
    font-size: 13px;
  }
  #pubs th:first-child,
#pubs .pubs-image {
    display: none;
  }
  #pubs td.pubs-from,
#pubs td.pubs-until {
    width: 64px;
  }
  #pub #pub-image {
    text-align: center;
    width: 100%;
  }
  #pub #pub-image img {
    width: 128px;
  }
  #pub #pub-description {
    padding: 16px 0;
    width: 100%;
  }
  #pub #pub-card {
    width: calc(100% - 16px);
  }
}
@media (max-width: 367px) {
  #sheet {
    width: 160px;
  }
  #wide-sheet {
    width: 176px;
  }
  #footer, #header {
    width: 192px;
  }
  .mosaic {
    width: 176px;
  }
  #header h1 .header-links {
    height: 75px;
  }
  #header h1 .header-links a {
    overflow: hidden;
    padding-top: 34px;
    vertical-align: middle;
  }
  #header h1 .header-links #unav-logo {
    padding-top: 14px;
  }
  #header h1 .header-links #unav-logo img {
    width: 89px;
  }
  #header h1 .header-links #ceje-logo {
    width: 65px;
    padding-left: 8px;
  }
  #header h1 .header-links #ceje-logo img {
    width: 152px;
  }
  #header h1 .header-links #isje-logo {
    display: none;
    width: 52px;
  }
  #header h1 .header-links #isje-logo img {
    width: 160px;
  }
  #header h1 .header-title {
    font-size: 13px;
    line-height: 15px;
    padding-top: 8px;
  }
  #view-tabs li a {
    font-size: 10px;
    padding: 0 4px;
  }
  #redes .lista .text {
    display: none;
  }
  #langs {
    display: none;
  }
  #simple-inputs input[type=text] {
    width: 146px;
  }
  #query-rows {
    font-size: 11px;
    text-align: left;
  }
  #query-rows input {
    width: 146px;
  }
  #query-rows input.long-words {
    width: 146px;
  }
  #query-rows select[name=field] {
    width: calc(100% - 28px);
  }
  #query-rows span.optional {
    display: none;
  }
  #advanced #dates {
    margin-bottom: 8px;
  }
  #advanced td.dates-select {
    display: none;
  }
  #advanced td.dates-option {
    padding-left: 0;
    width: 100%;
  }
  #advanced td.dates-select + td.dates-option {
    display: none;
  }
  #advanced .parameter-group {
    margin: 0;
    width: 100%;
  }
  #advanced #mcd {
    width: 144px;
  }
  #advanced #mcd p {
    padding: 0;
  }
  #sort {
    margin-top: 8px;
  }
  #sort select {
    width: calc(100% - 4px);
  }
  #top-results {
    height: 64px;
  }
  #top-results #top-results-sort {
    display: block;
  }
  #top-results #presentation {
    display: none;
  }
  #top-results #top-results-pages {
    display: none;
  }
  #top-results #top-results-results {
    font-size: 0;
  }
  #top-results #top-results-results strong {
    font-size: 11px;
  }
  #top-results #top-results-results strong::before {
    content: "Res.: ";
    font-size: 11px;
    font-weight: 400;
  }
  #top-results #top-results-sort-label {
    display: none;
  }
  #top-results #top-sort {
    width: calc(100% - 4px);
  }
  #dossier #top-results #top-results-sort {
    display: none;
  }
  .list-thumbnail {
    float: none;
  }
  .list-record {
    margin-top: 16px;
  }
  .list-record,
.list-tools,
.list-breadcrumbs {
    font-size: 11px;
    margin-left: 0px;
  }
  body#add #left, #details #left, body#upload #left {
    display: none;
  }
  body#add #right, #details #right, body#upload #right {
    width: 100%;
  }
  body#add #center, #details #center, body#upload #center {
    width: 100%;
  }
  body#add .field, #details .field, body#upload .field {
    display: block;
    text-align: left;
    width: 160px;
  }
  body#add .value, body#add #left-right .value, #details .value, #details #left-right .value, body#upload .value, body#upload #left-right .value {
    display: block;
    width: 160px;
  }
  body#add #buttons input, #details #buttons input, body#upload #buttons input {
    max-width: 160px;
  }
  body#add #endDay, #details #endDay, body#upload #endDay {
    margin-left: 4px;
  }
  #pubs table {
    font-size: 13px;
  }
  #pubs #search {
    width: calc(100% - 30px);
  }
  #pubs th:nth-child(1),
#pubs th:nth-child(3),
#pubs th:nth-child(4),
#pubs .pubs-image,
#pubs .pubs-from,
#pubs .pubs-until {
    display: none;
  }
}

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