@charset "UTF-8";
/* wird primär für die rechtsausrichtung des Excel-Export-Icons verwendet */
div.printarray {
  padding-top: 5em !important;
  color: darkorange !important;
  font-weight: bold !important;
  float: left !important;
}

.noborders {
  border: none;
}

h3, h4 {
  margin-bottom: 0.5em;
}

h4 {
  line-height: 1em;
}

textarea {
  padding: 0.2em;
}

select {
  height: 2.5em !important;
  opacity: 0.9;
}

input[type=checkbox] {
  width: 1.2em;
  height: 1.2em;
  background: #86e2db !important;
}

label.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

td.nowrap {
  white-space: nowrap;
}

td.alignright {
  text-align: right;
}

td.aligncenter, td.align-center {
  text-align: center;
}

table.noborder {
  border: none;
}
table.noborder tr {
  border: none;
}
table.noborder tr td {
  border: none;
}

table tbody tr td.rightalign {
  text-align: right;
}

table.moduleinstellungen {
  width: 100% !important;
}
table.moduleinstellungen tbody {
  width: auto;
}
table.moduleinstellungen tbody tr td {
  hyphens: auto;
  vertical-align: top;
}
table.moduleinstellungen tbody tr td input[type=datetime-local] {
  width: 14em;
  text-align: left;
  background: transparent;
}
table.moduleinstellungen tbody tr td:first-child {
  min-width: 25% !important;
  font-weight: bold;
}
table.moduleinstellungen tbody tr td input {
  margin: 0;
  border: 0;
  width: auto;
  background: transparent;
}
table.moduleinstellungen tbody tr td textarea.textarea-einstellungen {
  min-height: 5em;
  min-width: 20em;
}

/* zu Breite Tabellen in der Mobilen Ansicht werden mit den untenstehenden CSS-Anweisungen horizontal Scrollbar gemacht */
/* siehe auch: https://kulturbanause.de/blog/tabellen-im-responsive-webdesign/ */
table { /* allfälliges Styling der Tabelle */ }

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 0;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

/* Ende CSS-Anweisungen "Scrollbare Tabellen" */
/* verstecken der Meldungen für autocomplete-ui */
div.ui-helper-hidden-accessible {
  visibility: hidden;
  display: none !important;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}

.ui-state-hover, .ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
  cursor: pointer;
}

form#formklassenauswahl p {
  width: 100%;
  display: inline;
}

input#klasse {
  display: inline !important;
  text-align: center;
}

div.portrait {
  float: right;
  margin-left: 1rem;
}

div.portrait img {
  border-radius: 10px;
}

div.floatleft {
  float: left;
}

.fehler, .hinweis, .error {
  margin: 1em 0;
  padding: 0.5em;
  background-color: red !important;
  color: white;
  vertical-align: middle;
  border-radius: 3px;
}

.hinweis {
  background-color: #00a4a6 !important;
  color: white;
}

@page {
  size: A4;
  margin: 0;
}
@media print {
  html, body {
    width: 210mm;
    height: 297mm;
    margin: 0;
    margin-left: 2em !important;
    margin-right: 20mm !important;
    padding-right: 2em;
  }
  html div.header-lion, body div.header-lion {
    margin-top: 1em;
    margin-left: 3em !important;
  }
  html header.main-header, body header.main-header {
    margin-top: 4em;
  }
}

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