@charset "UTF-8";
/* =UI: BASELAYOUT: GENERAL
-------------------------------------------------------------- */
/* =UI: BASELAYOUT: HEADER
-------------------------------------------------------------- */
#header span.navbar-logo {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
  border: 0px solid transparent;
  border-color: #fff;
  opacity: .9;
  filter: alpha(opacity=90);
}
#header .navbar-brand {
  width: auto !important;
}

/* =UI: BASELAYOUT: BODY
-------------------------------------------------------------- */
table.borderless-top thead > tr > td, table.borderless-top thead > tr > th {
  border-top: none;
  border-bottom: none;
}

.link-to-button a {
  background-color: #ffffff;
  padding: 4px;
  display: block;
  text-align: center;
  line-height: 17.25px;
}
.link-to-button a.fa {
  font-size: 18px;
  text-decoration: none;
  background-color: transparent;
  box-shadow: none;
}
.link-to-button a.btn.btn-info {
  padding: 6px 12px;
}

th.unpadded, td.unpadded {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

th.right-padded, td.right-padded {
  padding-left: 0px !important;
  padding-right: 8px !important;
}

.form-control[disabled].erp-form-input-label {
  border: none;
  color: black;
  background-color: white;
}

.form-control[readonly].erp-form-input-label {
  border: none;
  color: black;
  background-color: white;
}

.facet-container select {
  width: 100%;
}

/* =UI: BASELAYOUT: FOOTER
-------------------------------------------------------------- */
body.unregistered div.footer {
  margin: 0;
  text-align: center;
}

@media print {
  .no-print, .no-print * {
    display: none !important;
  }
}
.panel.overflow-hidden {
  overflow: visible !important;
}

/*Tabellenformatierung Solr-Suchen
-------------------------------------------------------------------- */
table.searchresult thead > tr > td, table.searchresult thead > tr > th {
  cursor: pointer;
}
table.searchresult thead > tr > td:hover, table.searchresult thead > tr > th:hover {
  font-weight: bold;
  text-decoration: underline;
}

td.td-xs {
  width: 16px !important;
}

/*Autocomplete-Auswahl
-------------------------------------------------------------------- */
.ui-autocomplete {
  z-index: 2147483647 !important;
}

/*Tabellen statische Header f├╝r Scrollen
-------------------------------------------------------------------- */
table.sticky th {
  position: sticky;
  /*F├╝r Safari*/
  position: -webkit-sticky;
  top: 0px;
  background: white;
  z-index: 100;
}

/* Anchor, auf den gescrollt wird. Top gleicht den Header aus. 
/  <a id="fragment" class="scolling-anchor"></a>
-------------------------------------------------------------------- */
a.scrolling-anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

/* Breiteres Dropdown-Menu
-------------------------------------------------------------------- */
.dropdown-menu.media-list.dropdown-menu-medium {
  min-width: 300px;
  max-width: initial;
}

.dropdown-menu.media-list.dropdown-menu-medium p {
  max-width: initial;
}

.dropdown-menu.media-list.dropdown-menu-large {
  min-width: 400px;
  max-width: initial;
}

.dropdown-menu.media-list.dropdown-menu-large p {
  max-width: initial;
}

/* Table mit scrollbarem Body, Header und Footer sind fix. WICHTIG: tbody braucht eine feste H├Âhe!
<table class="table table-scrollable-body">
	<tbody style="height: 600px;">
-------------------------------------------------------------------- */
table.table-scrollable-body tbody {
  display: block;
  overflow: auto;
}
table.table-scrollable-body thead, table.table-scrollable-body tbody > tr, table.table-scrollable-body tfoot {
  display: table;
  width: 100%;
  table-layout: fixed;
  /* even columns width, fix width of table too*/
}

/* Textarea, die nur bei Fokus mehrzeilig ist, sonst einzeilig wie ein Input
-------------------------------------------------------------------- */
textarea.auto-shrink {
  height: 34px;
  overflow: hidden;
}

textarea.auto-shrink:focus {
  height: auto;
  overflow: auto;
}

/* Parsley-Styling
-------------------------------------------------------------------- */
label.parsley-error {
  background-color: initial !important;
  color: #ff5b57 !important;
}

label.parsley-success {
  background-color: initial !important;
}

.parsley-errors-list.filled {
  background-color: #f8b2b2;
  color: #a94442;
  margin-top: 0 !important;
  padding: 15px !important;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* =UI: STAMMDATEN: TYPEAHEAD TAG
-------------------------------------------------------------- */
.typeahead-container span {
  display: inline !important;
}

.tt-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-menu.tt-open {
  max-height: 150px;
  overflow-y: auto;
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

span.twitter-typeahead .form-control[disabled],
span.twitter-typeahead .form-control[readonly],
span.twitter-typeahead fieldset[disabled] .form-control {
  opacity: 1;
}
span.twitter-typeahead .form-control.tt-input {
  background-color: #e5e9ed !important;
}
span.twitter-typeahead .form-control.tt-input:not([disabled]) {
  background-color: #ffffff !important;
}

/* =UI: PORTAL: DATEPICKER
-------------------------------------------------------------- */
body.modal-open .datepicker {
  z-index: 1200 !important;
}

/* =UI: MODALLAYOUT: GENERAL
-------------------------------------------------------------- */
.modal .modal-dialog.modal-dialog-small {
  width: 400px;
}
.modal .modal-dialog.modal-dialog-medium {
  width: 600px;
}
.modal .modal-dialog.modal-dialog-large {
  width: 800px;
}
.modal .modal-dialog.modal-dialog-xlarge {
  width: 1000px;
}
.modal .modal-dialog.modal-dialog-xxlarge {
  width: 1300px;
}

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