body {
  background-color: #FFF;
}

li.empty {
  display: none;
}

img {
  border: none;
}

legend {
  display: none;
}

button.right, a.button.right {
  float: right;
  margin: 0;
}

.aktiv {
  color: #CA444A;
}

.btn-sm {
  padding-top: 0.25rem;
  padding-right: 0.2rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
}

.btn-sm.btn-text {
  /*padding-top:.05rem;*/
  margin-top: -3px;
}

.oi {
  text-align: center;
}

.label-status {
  font-size: 10px;
  padding-left: 2px;
  padding-right: 2px;
}

img.ausfranzer {
  float: right;
  display: none;
}

.ausgefranzt img.ausfranzer {
  display: inline;
}

#banner {
  background-color: #D9D9D9;
  padding: 2px;
  height: 32px;
}

#banner h2 {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 14px;
  margin-right: 10px;
  /*
  vertical-align: middle;
  margin-top:5px;
  */
  margin-left: 5px;
}

#banner h2 a {
  text-decoration: none;
  color: black;
}

#banner .btn-outline-secondary {
  border: none;
}

.ui-button-icon-only .ui-icon {
  margin-top: -9px;
  margin-left: -9px;
}

#innercontent {
  margin: 10px;
}

#tab-kunden, #tab-mitarbeiter, #tab-dashboard, #tab-account {
  padding: 10px;
}

#mitarbeiter th, #mitarbeiter td {
  /*
  text-align: left;
  padding-right:10px;
  padding-top:2px;
  padding-bottom:2px;
  */
}

#navi {
  padding: 2px;
  background-color: #FFF;
  margin: 0;
  border: none;
}

div#tab-seiten {
  background-color: #999;
  padding: 10px;
}

div#tab-seiten-wrapper, div#tab-artikel-wrapper, div#tab-ausgaben-wrapper, div#tab-anzeigenformate-wrapper, div#tab-terminauswertung-wrapper, div#tab-statusmeldungen-wrapper, div#tab-statusmeldungen_anzeigen-wrapper, div#tab-objekte-wrapper, div#tab-settings-wrapper, div#tab-templates-wrapper, div#tab-artikelsuche-wrapper {
  margin: 10px;
}

#content {
  margin: 0;
  padding: 0;
}

#banner select {
  -webkit-appearance: none;
}

#banner #datum {
  margin-left: 5px;
  margin-right: 10px;
  font-size: 10px;
  vertical-align: middle;
}

label {
  /*
  width:140px;
  display:inline-block;
  vertical-align: top:
  */
}

label.checkbox {
  display: inline;
}

.assistent label {
  width: auto;
  display: block;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 10px;
}

fieldset div {
  margin-bottom: 5px;
}

.seite {
  background-color: #EEE;
  border: none;
  padding: 0px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  /*overflow:hidden;*/
  overflow: visible;
  font-size: 9px;
  vertical-align: top;
}

.doppelseite {
  display: inline-block;
  white-space: nowrap;
}

.seite.even {
  margin-right: 0px;
}

.seite.odd {
  margin-right: 20px;
}

.druckbogenanfang {
  width: 20px;
  height: 133px;
  background-color: #999;
  border: none;
  padding: 2px;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  white-space: normal;
}

.beihefter {
  width: 80px;
  height: 133px;
  background-color: #900;
  border: none;
  padding: 2px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 10px;
  color: #FFF;
  font-weight: bold;
}

#seiten {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  white-space: nowrap;
}

@-moz-document url-prefix() {
  #seiten {
    white-space: normal;
  }
}
span.space {
  white-space: normal;
}

#umschlag {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dialog {
  display: none;
}

.seitenheader {
  background-color: #CCC;
  height: 12px;
  overflow: hidden;
  text-align: center;
  padding-top: 0px;
}

.seitenheader a {
  display: block;
  color: #000;
}

.seitenheader:hover {
  background-color: #EEE;
}

.seitenbezeichnung {
  font-weight: bold;
}

.toolbar {
  height: 22px;
}

#seitenvorschau {
  border: none;
  background-color: #DDD;
  float: left;
  margin-right: 20px;
  position: absolute;
}

.seitenelement {
  border: none;
  background-color: #EEE;
  margin: 0;
  padding: 0;
}

.seitenelementUebersicht {
  background-color: rgba(186, 186, 186, 0.8);
  position: absolute;
}

.seitenelementUebersicht:hover {
  background-color: rgba(186, 186, 186, 0);
}

.seitenelementUebersicht div {
  margin-top: 12px;
  white-space: normal;
}

ul.seitenelemente {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 250px;
}

.seitenelemente li {
  display: inline-block;
  margin: 1px;
}

.seitenelement input {
  width: 90%;
}

.seite .toolbar {
  display: none;
  position: absolute;
  z-index: 20;
}

.beihefter .toolbar {
  display: none;
  position: absolute;
  z-index: 20;
}

.ausgabenblog_entry .toolbar {
  display: none;
  position: absolute;
  z-index: 20;
}

.seite .seitenartikel {
  position: absolute;
  z-index: 30;
  margin-top: 30px;
  height: 18px;
  overflow: hidden;
  line-height: 9px;
  cursor: pointer;
  white-space: normal;
}

.seite .seitenartikel:hover {
  overflow: visible;
  height: auto;
  background-color: #FFF;
}

.statusbar {
  height: 12px;
  background-color: #CCC;
  font-size: 9px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

#ui-datepicker-div {
  z-index: 100000;
}

ul.status {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.status li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.status li label {
  /*width:200px;*/
  width: 100%;
  border-radius: 0.4rem;
}

.ui-progressbar {
  height: 5px;
}

fieldset div div {
  /*margin-left:130px;*/
}

.ui-widget-content {
  background-image: none;
}

.seitenelementWrapper {
  position: relative;
  background-color: #EEE;
  background-repeat: no-repeat;
  background-size: contain;
}

.weitermit {
  /*
  position:absolute;
  z-index:40;
  margin-top:20px;
  */
  display: none;
}

fieldset.kontaktdaten {
  border: 1px solid #DDD;
  padding: 10px;
  width: 300px;
  float: right;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 16px;
}

fieldset.small {
  font-size: 10px;
  margin-top: 10px;
}

.kontaktdaten legend {
  display: block;
}

.kontaktdaten textarea {
  width: 100%;
  height: 160px;
  font-size: 10px;
}

#ausgabenblog {
  width: 500px;
  height: 160px;
  background-color: white;
  padding: 5px;
  font-size: 10px;
  overflow: auto;
  float: right;
  margin-left: 50px;
}

.ausgabenblog_entry {
  margin-bottom: 5px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
}

.ausgabenblog_entry .autor {
  text-align: right;
  font-style: italic;
}

.small label {
  width: 140px;
}

.kalender {
  font-size: 9px;
  margin: 10px;
}

.kalender th {
  padding: 0px 5px;
  white-space: nowrap;
  text-align: left;
}

.kalender .monate th {
  border-right: 1px solid black;
  background-color: #EEE;
  text-align: center;
}

.kalender .tage th {
  border-right: 1px solid #CCC;
  text-align: center;
}

.kalender td {
  height: 20px;
  margin: 0;
  padding: 0;
}

.kalender div.slow {
  background-color: #FC3;
  height: 20px;
}

.kalender div.fast {
  background-color: #F90;
  height: 20px;
}

.kalender div.hot {
  background-color: #F00;
  height: 20px;
}

.kalender div.finale {
  background-color: #900;
  height: 20px;
}

.kalender div.ausgabenlabel {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 10px;
  margin-left: 2px;
  overflow: visible;
  white-space: nowrap;
  margin-top: 5px;
  z-index: 10;
}

th.sonntag, th.samstag {
  background-color: #900;
  color: white;
}

th.werktag {
  background-color: #DDD;
}

th.werktag {
  border: none;
}

th.heute {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

div.heute {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

.reprostatus0 {
  color: #900;
  font-size: 10px;
}

.reprostatus1 {
  color: #009;
  font-size: 10px;
}

.reprostatus2 {
  color: #090;
  font-size: 10px;
}

.reprostatus3, .reprostatus5 {
  color: #000;
  font-size: 10px;
}

.reprostatus4 {
  color: #F00;
  font-size: 10px;
}

#browserAlert {
  margin: auto;
  width: 400px;
  margin-top: 100px;
  border: 2px solid #900;
  padding: 10px;
  font-size: 24px;
}

.metadaten {
  float: left;
  margin-right: 10px;
  margin-left: 0;
  width: 150px;
  height: 200px;
  overflow: scroll;
  border: 1px solid #DDD;
  padding: 5px;
  white-space: nowrap;
  font-size: 10px;
}

fieldset div div#artikelUpload {
  margin-left: 0;
}

.metadaten h3 {
  margin-top: 0;
}

tr.even {
  background-color: #DDD;
}

tr.odd {
  background-color: #EEE;
}

.markiert {
  border: 1px solid #900;
  display: inline-block;
  background-color: #666;
  cursor: move;
}

.markiert ul li {
  cursor: auto;
}

.error {
  color: #900;
}

.gut {
  color: #090;
}

.boese {
  color: #900;
}

#inhaltsbeschreibung input, #inhaltsbeschreibung textarea, textarea.textarea {
  width: 100%;
  margin-bottom: 10px;
}

div.optional {
  background-color: #EEE;
}

fieldset.assistent {
  border: 2px solid #DDD;
  padding: 10px;
  width: 500px;
}

.lueckenmarkierung {
  position: absolute;
  background-color: rgba(102, 102, 102, 0.36);
  width: 100%;
  z-index: 1000;
}

.artikelinfo {
  height: 18px;
  line-height: 9px;
  background-color: #DDD;
  cursor: pointer;
  padding: 0px;
  /*white-space: normal;*/
  white-space: nowrap;
}

.artikelinfo-text {
  padding-left: 1px;
  padding-top: 3px;
  overflow: hidden;
  height: 15px;
}

.pdfDownload {
  position: absolute;
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.8);
}

.pdfDownload a {
  display: block;
  text-align: center;
  margin-top: 50%;
}

.hovered {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}

.scrollable {
  overflow-x: scroll;
  white-space: nowrap;
}

#autorenuebersicht th {
  text-align: left;
}

.ui-widget-overlay {
  opacity: 0.9;
}

#wait {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  color: white;
  font-weight: bold;
  text-align: center;
}

#wait p {
  margin-top: 40%;
  font-size: 18px;
}

input#submit {
  cursor: pointer;
}

ul.pdfArchiv {
  margin: 0;
  padding: 0;
}

ul.pdfArchiv li {
  margin: 0;
  padding: 0;
}

#tabs {
  background-color: #777;
}

#tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 3px;
}

#tabs ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 10px;
  background-color: #CCC;
  margin-right: 2px;
  margin-top: 2px;
}

#tabs ul li a {
  text-decoration: none;
  color: #333;
}

#tabs ul li.active {
  background-color: #FFF;
  font-weight: bold;
}

#tabs ul li.active a {
  color: #000;
}

#tabs ul li#tab-seiten {
  background-color: #999;
}

@media all {
  .ui-tabs .ui-tabs-panel {
    padding-bottom: 50px;
  }
}
ul#objektliste, ul.objektliste, ul#ausgabenliste, ul#anzeigenformatliste {
  margin: 0;
  padding: 0;
}

.kundentabelle th {
  text-align: left;
}

.kundentabelle td, .kundentabelle th {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.kundentabelle tbody tr.even {
  background-color: #DDD;
}

.kundentabelle tbody tr.odd {
  background-color: #EEE;
}

.progress {
  height: 5px;
  cursor: pointer;
}

.input-group-append .btn {
  top: 0;
}

#modal-dialog.artikelvorschau .modal-body, div.artikelvorschau {
  white-space: nowrap;
  overflow-x: scroll;
}

div.artikelvorschau img {
  max-width: 50%;
}

#modal-dialog.artikelvorschau .modal-body img.odd, div.artikelvorschau img.odd {
  margin-right: 20px;
}

div.seitenflaeche {
  cursor: pointer;
  background-color: #EEE;
  background-repeat: no-repeat;
  background-size: contain;
}

div.inline-editor .seitenelementformular {
  position: absolute;
  width: 300px;
  background-color: white;
  padding: 5px;
  border: 1px solid #DDD;
  z-index: 1000;
}

div.kommentareintrag {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDD;
}

div.overlap-alert {
  position: absolute;
  z-index: 100;
  color: #900;
  font-size: 24px;
  top: 30px;
  left: 20px;
}

input.farbwaehler {
  width: 50px !important;
  cursor: pointer;
}

.zeiger {
  cursor: pointer;
}

h3 .alert {
  font-size: 1.2rem;
  padding: 0.2rem 1rem;
}

.qq-upload-button {
  background: #666 !important;
  border: none !important;
  color: #FFF !important;
}

#messenger {
  width: 600px;
  max-height: 90vh;
  overflow-y: scroll;
}

#banner .dropdown-menu {
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
  background-color: #EEE;
}

#messenger .gelesen, #messenger .gelesen a {
  color: #CCC;
}

#messenger .ungelesen, #messenger .ungelesen a {
  color: #347CF6;
}

.kommentareintrag.gelesen {
  color: #999;
}

.blogeintrag span.gelesen {
  color: #999;
}

.blogeintrag span.ungelesen {
  color: #347CF6;
}

#messenger-counter, #messenger-counter-system {
  float: left;
  margin-right: 3px;
  margin-top: 2px;
}

.blogeintrag .sprechblase {
  background-color: #666;
  border-radius: 5px;
  color: white;
}

.blogeintrag .sprechblase.eigene {
  background-color: #DDD;
  color: black;
}

#modal-dialog.dunkel .modal-body {
  background-color: #333;
}

#modal-dialog.dunkel .card {
  background-color: #333;
  border-color: #333;
  color: white;
}

#modal-dialog.dunkel .card-header {
  background-color: #444;
}

#modal-dialog.dunkel .card-body {
  padding-left: 0;
  padding-right: 0;
}

#modal-dialog.dunkel .card-footer {
  padding: 0;
}

#modal-dialog.dunkel .form-control {
  background-color: #CCC;
  color: black;
  border: none;
}

#modal-dialog.dunkel .list-group-item {
  /*background-color:#CCC;*/
}

#aufgaben-artikel .list-group {
  border-radius: 0;
}

.aufgabe-toolbar .form-check {
  display: inline-block;
}

.system-event {
  font-style: italic;
}

.system-event-eintrag {
  display: none;
}

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

.modal-xl {
  max-width: 95%;
}

.list-group-item.neu {
  border-right: 5px solid #027AFF;
}

.card-erklaerung {
  display: none;
}
