/*** colors ***/
/*** typography ***/
/*** links ***/
/*** navbar ***/
/*** breadcrumbs ***/
/*** pagination ***/
/*** utilities ***/
/* ############################
 * ############################
 * EDITIONS view properties 
 * ###########################*/
.fade {
  display: none;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  /* opacity: 0; */
  width: 0;
  height: 0;
}

/* The slider */
.i-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.i-slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:focus + .i-slider {
  box-shadow: 0 0 1px #f1f1f1;
}

input:checked + .i-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.i-slider.round {
  border-radius: 20px;
}

.i-slider.round:before {
  border-radius: 50%;
}

/* accumulated element number next to slider */
.slider-number::after {
  content: "(" attr(data) ")";
  color: #444;
  display: block;
  width: 50px;
  margin-left: 3em;
}

.bi-pencil-square {
  color: #fff;
}

.strikethrough {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.annot_all {
  background-color: rgb(138, 128, 128);
}

.annot_person {
  background-color: rgb(249, 121, 121);
}

.annot_institution {
  background-color: rgb(232, 236, 129);
}

.annot_place {
  background-color: rgb(150, 251, 228);
}

.annot_work {
  background-color: rgb(156, 171, 255);
}

.annot_law {
  background-color: rgb(216, 216, 216);
}

.annot_quote {
  background-color: rgb(108, 233, 127);
}

.badge-item {
  border-radius: 0;
}

.badge-link {
  border-radius: 0.25rem;
  padding: 0.2em;
  margin: 0 0.1em;
}

.badge-link:hover {
  color: #b59890;
}

.loader {
  position: absolute;
  top: 10%;
  left: 50%;
  border: 8px solid #f1f1f1; /* Light grey */
  border-top: 8px solid #C85545;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  animation: spin 2s linear infinite;
  margin: 5em auto;
}

/* font styles and sizes */
.times-new-roman {
  font-family: "Times New Roman", serif !important;
}

.courier-new {
  font-family: "Courier New", monospace !important;
}

.arial-serif {
  font-family: "Arial", serif !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

/* Fullsize mode */
.nav-link {
  background-color: transparent !important;
}

.nav-link.active {
  background-color: #fff !important;
}

.nav-link.btn.active {
  background-color: #C85545 !important;
}

.nav-link.btn {
  background-color: transparent !important;
}

.nav-link.btn-backlink {
  background-color: transparent !important;
}

/* edition specifics classes */
.doc-page {
  min-width: max-content;
}

.note-hand {
  font-weight: 600;
  font-style: italic;
}

.hi-underlined {
  text-decoration: underline;
}

.hi-hand-underlined {
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
}

.hi-spaced {
  letter-spacing: 0.2rem;
}

.add {
  font-weight: 600;
}

.add-hand {
  font-weight: 700;
}

.subst {
  font-size: 0;
}

.subst span {
  font-size: 1rem;
}

.del {
  text-decoration: line-through;
}

.del-hand {
  text-decoration: line-through;
  text-decoration-thickness: 0.2rem;
}

.marginalie-text {
  font-weight: 600;
}

br {
  height: 0;
}

.rdg {
  background: rgb(223, 211, 195);
  max-width: 10rem;
}

.marginalie-text.marginRight, .rdg {
  padding-top: 0.2rem;
  position: absolute;
  font-size: 80%;
  right: 7rem;
}

.marginalie-text.marginLeft, .rdg.marginLeft {
  padding-top: 0.2rem;
  padding-right: 2px;
  text-align: right;
  position: absolute;
  font-size: 80%;
  left: -1rem;
  width: auto;
}

.marginalie-text.marginLeft {
  border-right: 1.8px solid black;
}

.fackel-ref, .fackel-ref > p {
  background-color: rgb(223, 177, 177);
}

.annot_law .link-ext,
.annot_quote .link-ext,
.annot_work .link-ext {
  display: inline !important;
}

span.lb::before {
  content: attr(data-linenr);
  display: block;
  position: absolute;
  left: -2rem;
  width: 2ch;
  font-size: 80%;
  padding-top: 0.21rem;
}

span.lb::after {
  content: "\a";
  display: block;
}

/*# sourceMappingURL=micro-editor.css.map */
