/*
bach-digital.css
*/
/* ----- ------ Fonts ------ ------ */
@font-face {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  src: local("Source Sans Pro Semibold"),
    url("/fonts/SourceSansPro-Semibold.ttf.woff2") format("woff2"),
    url("/fonts/SourceSansPro-Semibold.otf.woff") format("woff"),
    url("/fonts/SourceSansPro-Semibold.otf") format("opentype"),
    url("/fonts/SourceSansPro-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  src: local("Source Sans Pro Semibold Italic"),
    url("/fonts/SourceSansPro-SemiboldIt.ttf.woff2") format("woff2"),
    url("/fonts/SourceSansPro-SemiboldIt.otf.woff") format("woff"),
    url("/fonts/SourceSansPro-SemiboldIt.otf") format("opentype"),
    url("/fonts/SourceSansPro-SemiboldIt.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  src: local("Source Sans Pro Light Italic"),
    url("/fonts/SourceSansPro-LightIt.ttf.woff2") format("woff2"),
    url("/fonts/SourceSansPro-LightIt.otf.woff") format("woff"),
    url("/fonts/SourceSansPro-LightIt.otf") format("opentype"),
    url("/fonts/SourceSansPro-LightIt.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  src: local("Source Sans Pro Light"),
    url("/fonts/SourceSansPro-Light.ttf.woff2") format("woff2"),
    url("/fonts/SourceSansPro-Light.otf.woff") format("woff"),
    url("/fonts/SourceSansPro-Light.otf") format("opentype"),
    url("/fonts/SourceSansPro-Light.ttf") format("truetype");
}

/* ----- Icon-Font ------ */
@font-face {
  font-family: "bach-digital-iconfont";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/bach-digital-iconfont.woff") format("woff"),
    url("/fonts/bach-digital-iconfont.eot?#iefix") format("embedded-opentype"),
    url("/fonts/bach-digital-iconfont.svg#bach-digital-iconfont") format("svg"),
    url("/fonts/bach-digital-iconfont.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/fonts/fa-brands-400.eot");
  src: url("/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("/fonts/fa-brands-400.woff2") format("woff2"),
    url("/fonts/fa-brands-400.woff") format("woff"),
    url("/fonts/fa-brands-400.ttf") format("truetype"),
    url("/fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/fonts/fa-regular-400.eot");
  src: url("/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("/fonts/fa-regular-400.woff2") format("woff2"),
    url("/fonts/fa-regular-400.woff") format("woff"),
    url("/fonts/fa-regular-400.ttf") format("truetype"),
    url("/fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/fonts/fa-solid-900.eot");
  src: url("/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("/fonts/fa-solid-900.woff2") format("woff2"),
    url("/fonts/fa-solid-900.woff") format("woff"),
    url("/fonts/fa-solid-900.ttf") format("truetype"),
    url("/fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* ----- ------ Farben ------ ------

#F2F2F0 hellgrauer Hintergrund (
#2E3032 dunkelgrau (Ueberschrift)
#464646 dunkelgrau (Text, Logo)
#4B4E4F graue Schrift
#636363 graue Schrift (Icons)
#646464 graue Schrift (Suchergebnis)
#787878 graue Schrift (Button, Breadcrumb)
#969696 hellgrau (Text)
#B1B1B1 hellgrau (Text inaktiv)
#BFBFBF hellgrau (Rahmen)
#CCC hellgrau (Icons, Trenner)
#A9A9A9 hellgrau (Button)

#50AAF0 hellblau (Button, Footer ?)
#45A2EF hellblau (Logo, Button, Footer)
#0087D4 hellblau (Text)
#93C1E3 hellblau (Text inaktiv)

#333 Standardschrift
*/
/* ----- Basis-Groesse (root em) ----- */
body {
  font-family: "Source Sans Pro", sans-serif;
  border-top: 0.25em solid #333;
  background: #fafafa;
  background: -webkit-linear-gradient(#fafafa, #f2f2f2);
  background: -o-linear-gradient(#fafafa, #f2f2f2);
  background: -moz-linear-gradient(#fafafa, #f2f2f2);
  background: linear-gradient(#fafafa, #f2f2f2);
}

input:focus,
select:focus {
  outline: none;
}

input[type="text"],
input[type="search"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

a {
  color: #45a2ef;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  border-radius: none;
}

::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 0px;
}

/* - Metadata - */
.metadata-list-classification-inline {
  display: flex;
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 0px;
  display: inline-block;
}

.metadata-list-classification-wrap {
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 0px;
}

ul.metadata-list-classification-wrap {
  margin-bottom: 0;
}

br:has(+ ul.metadata-list-classification-wrap) {
  display: none;
}


ul.metadata-list-classification-wrap + br {
  display: none;
}

.metadata-list-historydate-wrap {
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 0px;
}

.dpt-indexpage-letters ul {
  justify-content: center !important;
  list-style: none;
  padding: 0;
  display: flex;
}

.dpt-indexpage-letters ul > li {
  padding: .25rem .5rem;
  border: 1px solid #dee2e6;
}

.metadata-list-i18n-wrap {
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 0px;
}

.metadata-list-i18n-inline {
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 0px;
  display: inline-block;
}

.metadata-list-mcrlink-inline {
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 0px;
  display: inline-block;
}

ul {
  list-style-type: square;
}

mark {
  background-color: transparent;
  font-style: italic;
}

.dataset cite,
.bibtexentry cite {
  font-style: normal;
}

/* Navigation */
#header {
  background-color: #f2f2f2;
}

#header .navbar {
  padding: 0;
}

#header .languages div {
  border-radius: 0;
  padding: 0;
}

#header .languages .fas {
  color: #45a2ef;
  padding-right: 0.5em;
}

#header a:hover,
#header a:focus,
.pagination > li > a:hover {
  outline: none;
  text-decoration: underline;
}

/* - Slider - */
#carousel {
  padding: 0;
}

.slider img {
  height: 16rem;
  border-radius: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* - Logo - */
.logo {
  margin-right: 1px;
  padding-top: 0;
  padding-bottom: 0;
  width: 5rem;
}

.logo img {
  width: 5rem;
  height: 5rem;
  z-index: +1;
  position: absolute;
  top: 0;
}

.logo a:hover,
.logo a:focus {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .logo {
    width: 3rem;
  }

  .logo img {
    width: 3rem;
    height: 3rem;
    z-index: +1;
    position: relative;
    top: 0;
    left: 0;
  }
}

#navbarSupportedContent .show {
  /* padding-top: 5rem; */
}

/* - Icons - */
.bach-icon {
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  margin-left: 0.5rem;
  padding: 0;
}

.bach-icon:active,
.bach-icon:hover,
.page-item.active .page-link {
  background-color: #45a2ef;
  border-color: #45a2ef;
}

.bach-icon span {
  display: inline-block;
  line-height: 0;
  padding: 50% 0;
}

.result-back {
  text-align: center;
}

.gnd {
  font-size: smaller;
  font-weight: bold;
}

.gnd:before {
  content: "GND";
}

.dpt_show_derivate_button .dfg,
.dpt_show_derivate_button .iiif,
.dpt_show_derivate_button .pdfgenerator,
.dpt_show_derivate_button .xml,
.dpt_show_derivate_button .zoom {
  position: relative;
  width: 2rem;
  height: 2rem;
  background-color: #d1d1d1;
  color: #333;
  border-radius: 50%;
  display: inline-block;
  line-height: 0;
  padding: 1rem 0;
  cursor: pointer;
  font-size: smaller;
  font-weight: bold;
  text-align: center;
  /* removed .dataset .text for verovio */
}

.dpt_show_derivate_button .dfg span,
.dpt_show_derivate_button .pdfgenerator span {
  display: none;
}

.dpt_show_derivate_button .dfg:before {
  content: "DFG";
}

.dpt_show_derivate_button .iiif:before {
  content: "IIIF";
}

.dpt_show_derivate_button .pdfgenerator:before {
  content: "PDF";
}

.dpt_show_derivate_button .text:before {
  content: "T";
}

.dpt_show_derivate_button .xml:before {
  content: "XML";
}

.dpt_show_derivate_button .zoom:before {
  content: "Z";
}

td.dpt_metadata_value-ltr abbr,
td.dpt_metadata_value-ltr ul {
  display: inline;
  margin: 0;
  padding: 0;
}

td a ul,
td a li {
  display: inline;
  margin: 0;
  padding: 0;
}

/*td a {
  white-space: nowrap;
}*/

.dataset.ix span li {
  list-style: none;
}

/* - search results - */
.search-result-header .dpt_result_header_numbers-ltr {
  padding-top: 14px;
  font-size: larger;
  line-height: larger;
  display: inline-block;
}

div.editor_page input {
  width: 100%;
  line-height: 1.5;
  border: 1px solid #ced4da;
  padding: .375rem .75rem;
  margin-top: .3rem;
}

.result-pagination-pages {
  justify-content: center !important;
  list-style: none;
  padding: 0;
  display: flex;
}

.result-pagination-page {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  position: relative;
  display: block;
  margin-left: -1px;
  border: 1px solid #dee2e6;
  background-color: #fff;
  color: #007bff;
}

.result-pagination-page.selected {
  background-color: #45a2ef;
  border-color: #45a2ef;
  color: #fff;
}

div.result-header h2 {
  font-size: larger !important;
  padding-top: 14px;
}

/* - Pagination - */
.dpt_result_pages {
  margin-top: 1em;
}

.worktitle {
  font-weight: bold;
}

.search-mask,
.search-result,
.editor_page,
.about_us_page,
.help_page,
.sponsor_page,
.license_page,
.donation_page,
.imprint_page,
.fileupload_page,
.contact_page,
.docu_page,
.index_page,
.literature_page,
.project_page,
.history_page,
.error_page,
.gnd_not_found,
#sitemap,
.form-login,
#user_login,
#bach_press {
  margin: 1rem auto;
  padding: 1rem 5% !important;
  border: 0.5em solid #bfbfbf;
  border-radius: 0;
}

.search-mask .search {
  margin-right: 1em;
  display: inline-block;
}

.search-mask .search.active {
  font-weight: bold;
}

.search-mask .search span {
  font-size: 1.8rem;
  line-height: 2rem;
}

.search-mask .help,
.search-mask .help:active,
.search-mask .help:focus,
.search-mask .help:hover {
  color: #ffffff;
  border-color: #45a2ef;
  background-color: #45a2ef;
  float: right;
}

dd > table a[rel="bookmark"],
dd > a[rel="bookmark"],
.editDerivates .mcrid {
  word-wrap: break-word;
  font-style: italic;
}

.shelfmark {
  min-height: 3rem;
}

#maxResults,
#numPerPage {
  height: initial;
  padding: initial;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 0rem;
}

/* - Normdaten - */
#normdaten {
  padding: 10px 20px;
  border: 1px solid #ccc;
}

#normdaten a {
  color: initial;
}

/* - Beacon - */
#beacon {
  align-self: flex-start;
}

#beacon div {
  background-color: #f2f2f2;
}

#dpt_pndbeacon_result ul {
  padding-left: 1.5rem;
}

#works h4 > span,
#sources h4 > span,
#watermarks h4 > span,
#samples h4 > span {
  vertical-align: bottom;
}

#wiki-link {
  display: inline-block;
}

.wikilink {
  margin-left: 0.25rem;
  font-size: initial;
}

.user tr {
  display: block;
}

/*#
#dpt_pndbeacon_result a, #works a, #sources a, #samples a {
  color: #0087D4;
  text-decoration: none;
}
*/
@media screen and (min-width: 992px) {
  #header ul li a {
    background-color: #fafafa;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #header .languages a {
    background-color: #f2f2f2;
  }

  #content {
    margin-top: 3rem;
  }

  #works ul,
  #sources ul,
  #samples ul {
    max-height: 480px;
    overflow-y: auto;
    scrollbar-width: thin;
  }
}

@media screen and (max-width: 992px) {
  #works ul,
  #sources ul,
  #samples ul {
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  .table-responsive {
    border: 1px dashed #ccc;
  }

  .table-responsive td,
  .table-responsive th {
    padding: 10px 7px !important;
  }

  .home .content.overlay {
    top: 0em !important;
  }
}

/* - show derivates - */
.dpt_show_derivates {
  display: flex;
  flex-flow: row;
  overflow-x: auto;
  margin-bottom: 0.5rem;
}

.dpt_show_derivates::-webkit-scrollbar {
  height: 0.5rem;
}

.dpt_show_derivate {
  min-width: 11rem;
  max-width: 11rem;
  border-radius: 0;
  border-bottom: 0 !important;
}

.dpt_show_derivate:first-of-type {
  margin-left: auto;
}

.dpt_show_derivate:last-of-type {
  margin-right: auto;
}

.dpt_show_derivate_image {
  background-color: #f2f2f2;
  text-align: center;
}

.dpt_show_derivate_title {
  background-color: #45a2ef;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 0.25rem;
}

.dpt_show_derivate_button {
  text-align: center;
  margin-top: auto;
  padding: 0.5rem;
}

.dpt_show_derivate_button a {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* - edit derivates - */
.editDerivates {
  border: 1px dashed #ccc;
  margin: auto;
}

.editDerivates div:last-child {
  display: flex;
  flex-grow: inherit;
}

/* - shelfmark - */
.dataset .shelfmark h4,
.dataset .shelfmark h6 {
  color: #45a2ef;
  font-weight: bold;
}

/* - dataset - */
.dataset.ix a {
  float: right;
}

.dataset.ix a[rel="license"],
.dataset.ix span a {
  float: left;
}

.dataset.ix a span {
  font-weight: bold;
  line-height: 2rem;
}

/* - footer - */
#footer {
  /*  font-size: 0.9em;*/
  background-color: #ffffff;
  border-bottom: 0.5rem solid #45a2ef;
}

#footer a {
  color: #212529;
}

.associates {
  padding-top: 1rem;
}

.associates img {
  display: block;
  padding: 0 1rem 1rem;
}

.bach-divider {
  border-top: 1px solid #f2f2f2;
}

.copyright {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.copyright a {
  margin-left: 1rem;
  float: right;
}

/* =================================================================== */
/* fileupload                                                               */
/* =================================================================== */
.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

#html5Container {
  display: none;
  margin: 0;
  padding: 15px;
}

#html5Container *:focus {
  outline: none;
}

#html5Container #input_field #dropbox {
  border: 2px dashed #2c3e50;
  min-height: 15em;
  position: relative;
  cursor: default;
  border-radius: 0px;
}

#html5Container #input_field #dropbox h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -93px;
  font-size: 18px;
  color: #2c3e50;
  z-index: 1;
}

#html5Container #input_field #dropbox #fileSize {
  position: absolute;
  bottom: 10px;
  right: 40px;
}

#html5Container #input_field #dropbox #trash {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#html5Container #input_field #dropbox.highlight {
  border: 2px dashed #6eba6b;
}

#html5Container #input_field #dropbox.highlight h2 {
  color: #6eba6b;
}

#html5Container #input_field #dropbox #files {
  min-height: 100%;
  overflow-y: auto;
}

#html5Container #input_field #dropbox #files .fileContainer {
  border-radius: 4px;
  margin-left: 10px;
  margin-top: 10px;
  width: auto;
  padding: 4px 8px;
  display: inline-block;
  color: #fff;
  background-color: #6eba6b;
  position: relative;
  z-index: 2;
}

#html5Container #input_field #dropbox #files .fileContainer:last-child {
  margin-bottom: 36px;
}

#html5Container #input_field #dropbox #files .fileContainer .filename {
  border-right: 1px solid #fff;
  padding: 0 6px 0 0;
}

#html5Container #input_field #dropbox #files .fileContainer button.removeFile {
  background-image: url("../../images/fileupload/remove.png");
  margin: 0 0 0 4px;
  height: 16px;
  width: 16px;
  border: 0;
  background-color: transparent;
  vertical-align: middle;
}

#html5Container
  #input_field
  #dropbox
  #files
  .fileContainer
  button.removeFile:hover,
#html5Container
  #input_field
  #dropbox
  #files
  .fileContainer
  button.removeFile:focus {
  background-image: url("../../images/fileupload/remove_highlight.png");
}

#html5Container #button_row {
  margin-top: 10px;
  margin-bottom: 10px;
}

#html5Container #button_row #uploadBtn {
  margin-right: 0;
}

#html5Container #progressIndicator .progress {
  margin-bottom: 4px;
  display: none;
}

#html5Container #progressIndicator div #transferSpeedInfo {
  margin-right: 2px;
}

#html5Container #progressIndicator #uploadResponse {
  margin-top: 10px;
  padding: 15px;
  display: none;
  border-radius: 10px;
  border: 1px solid #45a2ef;
  color: #45a2ef;
  position: relative;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link.active {
  color: black;
  background-color: transparent;
  border: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs > li > a:hover {
  background-color: #45a2ef;
  color: #ffffff;
  /*border: 1px solid #45A2EF;*/
  border-bottom-color: #45a2ef;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills > li > a:hover,
.nav-pills.nav-justified > .active > a,
.nav-pills.nav-justified > .active > a:hover {
  background-color: #45a2ef;
  color: #ffffff;
  /*border: 1px solid #45A2EF;*/
  border-bottom-color: #45a2ef;
}

.nav-pills .nav-link {
  background-color: #e9e9e8;
  /*border: 1px solid #E9E9E8;*/
  border-radius: 0;
}

.nav-pills li {
  margin: 0.1rem;
}

@media screen and (min-width: 576px) {
  .search-mask ul.nav-pills li {
    position: relative;
  }

  .search-mask ul.nav-pills li a.active::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    position: absolute;
    border-top-color: #45a2ef;
    border-width: 0.75rem;
    margin-left: -0.75rem;
  }
}

.search-mask .nav,
.editor-mask .nav {
  margin-bottom: 1rem;
}

.bd-checkbox {
  position: relative;
  padding-left: 2rem;
}

.bd-checkbox > input {
  position: absolute !important;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 1.5rem;
}

.bd-check-label {
  position: relative;
}

.bd-check-label::before {
  position: absolute;
  left: -2rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-color: #fff;
  border: 1px #ced4da solid;
  border-radius: 50%;
}

.bd-checkbox > input:checked ~ .bd-check-label::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #45a2ef;
  content: "\f00c";
  padding-left: 0.2rem;
}

.bd-checkbox > input:focus ~ .bd-check-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#download {
  margin-top: 0.5rem;
}

/* =================================================================== */
/* editor icons                                                        */
/* =================================================================== */
.dpt_icon {
  margin-left: 0.5rem;
  font-size: larger;
}

.backlink,
.toplink {
  background-color: #45a2ef;
  border-color: #45a2ef;
  float: right;
}

/* =================================================================== */
/* java script to build PDF of images                                  */
/* =================================================================== */
#DptPDFgenDiv {
  width: none !important;
}

/* =================================================================== */
/* Verovio */
/* =================================================================== */
svg:not(:root) {
  overflow: inherit;
}

g.system {
  fill: currentColor;
  stroke: currentColor;
}

#composer {
  margin-top: 0.5rem;
}

#composer .dub {
  display: block;
  font-style: italic;
}

#composer .dub::before {
}
#composer .dub::after {
}

#perfMedium {
  margin-bottom: 0rem;
}

#incipits {
  margin-bottom: 1rem;
}

/* =================================================================== */
/* DTA */
/* =================================================================== */
#presentLyrics .c {
}

#presentLyrics .et {
  padding-left: 2rem;
}

#presentLyrics .g {
}

#presentLyrics .right {
}

/* =================================================================== */
/* BibTeX js */
/* =================================================================== */
.bibtex_template {
  display: none;
}

.bibtexentry .volume {
  font-weight: bold;
}

.bibtexentry .booktitle,
.bibtexentry .journal {
  font-style: italic;
}

.bibtexentry .last {
  text-transform: uppercase;
}

.bibl .author {
  text-transform: uppercase;
}

.bibl .title {
  font-style: italic;
}

.bibl .url {
  overflow-wrap: break-word;
}

/* =================================================================== */
/* MCR XEditor buttons */
/* =================================================================== */
.mcr_xeditor_repeaterbutton_plus,
.mcr_xeditor_repeaterbutton_minus,
.mcr_xeditor_repeaterbutton_arrow-up,
.mcr_xeditor_repeaterbutton_arrow-down {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  padding: 0px;
}

#dpt_index_letter-ltr,
#dpt_index_search-ltr {
  padding: 1em;
}

.dpt_index_title span + span {
  padding-left: 0.5rem;
}

.dpt_editor_button {
  border-radius: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.dpt_editor_button_primary,
.dpt_editor_button_primary:active,
.dpt_editor_button_primary:focus,
.dpt_editor_button_primary:hover,
.dpt_editor_button_primary:active:hover,
.dpt_editor_button_primary:active:hover,
.dpt_editor_button_primary:active:focus {
  color: #fff;
  background-color: #45a2ef;
  border-color: #45a2ef;
}

.search-result-header .dpt_editor_button,
.search-mask .dpt_editor_button {
  float: right;
  margin-left: 0.25rem;
}

.search-result-header .print-results,
.dpt_editor_button_secondary {
  background-color: #a9a9a9;
  border-color: #a9a9a9;
}

.form-inline .form-group .dpt_editor_button {
  margin-left: 0.25rem;
}

.dpt_editor_name-ltr {
  vertical-align: top;
  text-align: left;
}

.dpt_editor_name-ltr label {
  width: 200px;
  margin-right: 15px;
}

.dpt_editor_subtitle {
  width: 140px;
}

.dpt_editor_linkfield {
  width: 480px;
  border: 1px solid #ccc;
}

.dpt_editor_sequencefield {
  width: 100px;
  border: 1px solid #ccc;
}

.dpt_editor_sequencetext {
  width: 360px;
  border: 1px solid #ccc;
}

tr .dpt_editor_select,
tr .dpt_editor_inputarea,
tr .dpt_editor_inputfield {
  width: 480px;
  max-width: 100%;
}

tr .dpt_editor_linecounter {
  width: 60px;
}

tr .dpt_editor_linetext {
  width: 430px;
  max-width: 100%;
}

.dpt_editor_subselect {
  width: 350px;
}

.dpt_editor_submit_group {
  text-align: center;
}

.dpt_frame-ltr {
  margin-bottom: 1rem;
}

.dpt_editor_required label::after {
  content: " (*)";
}

/* =================================================================== */
/* Letters */
/* =================================================================== */

.letter-list {
  list-style: none;
}

.edition {
  margin-top: 1rem;
}

/* =================================================================== */
/* Zoomify */
/* =================================================================== */
#zoomify_container {
  width: 100%;
  height: 40rem;
  border: 1px dotted #bfbfbf;
}

.home .content.overlay {
  position: relative;
  top: -6rem;
  padding: 1rem 5%;
  background-color: #fafafa;
}

.home .content.overlay:not(:last-child) {
  margin-bottom: 0.5rem;
}

/*
* Select2 overridden rules
*/
.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  padding: 0.375rem 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: calc(1.5em + 0.75rem + 2px);
  top: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #6c757d;
  opacity: 1;
}

.select2-container--default .select2-selection--single:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #555;
  line-height: 1.5;
}

.dpt_search_inputfield,
.dpt_search_select,
.select2-dropdown {
  border-radius: 0;
}

.ui-menu {
  list-style: none;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 1051;
  border-radius: 0px;
  max-height: 200px;
  overflow-y: auto;
}

.ui-menu-item {
  margin-left: -2.5rem;
  cursor: pointer;
  color: #555;
  line-height: 1.5;
  padding: 6px;
  padding-left: 1rem;
}

.ui-menu-item:focus,
.ui-menu-item:hover {
  color: #fff;
  background-color: #45a2ef;
  outline: 0;
}

/* bootstrap 4 fix
 * this is a workaround for server side validation
 */
.mcr-invalid {
  label {
    color: red;
  }

  input,
  select {
    border: 1px solid red;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  }
}

.mcr-valid {
  label {
    color: green;
  }

  input,
  select {
    border: 1px solid green;
  }
}

/* =================================================================== */
/* Bookmarks*/
/* =================================================================== */
.dpt_bookmarks_button {
  padding: 10px;
}

/* =================================================================== */
/* Corrigenda*/
/* =================================================================== */
.db-mcrcorrection-table {
  width: 100%;
  border: 1px solid black;
}

.db-mcrcorrection-table td {
	padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}

/* =================================================================== */
/* Smart                                                           */
/* =================================================================== */

.navbar-logo-container {
  display: flex;
  gap: 2px;
}

.logo-smart img {
  background-color: #ffffff;
}

.navbar-nav:last-child {
  margin-left: auto;
}

@media (min-width: 992px) {
  .navbar-nav li a {
    align-items: center;
    display: flex;
    height: 100%;
  }
}

