/**
 * Clay 3.124.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.124.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@import "glyphicons-filetypes.css";
@import "glyphicons-social.css";
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info .h4,
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(
		100vh - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-help {
  color: #6c757d !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #343a40 !important;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    background-color: #fff;
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h4,
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6,
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item .h6 + .h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

@media (max-width: 991.98px) {
  ul.pagination ul.inline-scroller {
    max-height: inherit;
  }
}
.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
  transition: none;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6c757d;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #6c757d;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #24a892;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #ff4d4d;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ff6200;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #bf66ff;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #0099e6;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #ff4db2;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  transition: none;
}

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6c757d;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #66abff;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff6200;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4d4d;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #24a892;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4db2;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #53a117;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf66ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #b38900;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #0099e6;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  height: 28px;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon {
  height: 12px;
  width: 12px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon.lexicon-icon-drag {
  height: 16px;
  width: 16px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-97%);
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    align-items: center;
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  transition: border-color 0.15s ease;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/** CI Colors**/
/** $mq-sm-Klassen beschreiben, wenn die Screenbreite maximal so groß ist wie 
     die entsprechende Klasse $mq-. Enthält also auch alle kleineren Klassen */
@font-face {
  font-family: "Glyphicons Regular";
  src: url("../fonts/glyphicons-regular.eot");
  src: url("../fonts/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-regular.woff2") format("woff2"), url("../fonts/glyphicons-regular.woff") format("woff"), url("../fonts/glyphicons-regular.ttf") format("truetype"), url("../fonts/glyphicons-regular.svg#glyphiconsregular") format("svg");
}
.glyphicons, .technik-has-not-baustein-warning, .technik-has-not-baustein, .technik-has-baustein {
  display: inline-block;
  font-family: "Glyphicons Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicons:before, .technik-has-not-baustein-warning:before, .technik-has-not-baustein:before, .technik-has-baustein:before {
  display: inline-block;
  padding: 6px 8px;
}

.glyphicons.x05, .x05.technik-has-not-baustein-warning, .x05.technik-has-not-baustein, .x05.technik-has-baustein {
  font-size: 12px;
}

.glyphicons.x2, .x2.technik-has-not-baustein-warning, .x2.technik-has-not-baustein, .x2.technik-has-baustein {
  font-size: 48px;
}

.glyphicons.x2:before, .x2.technik-has-not-baustein-warning:before, .x2.technik-has-not-baustein:before, .x2.technik-has-baustein:before {
  padding: 8px 12px;
}

.glyphicons.x3, .x3.technik-has-not-baustein-warning, .x3.technik-has-not-baustein, .x3.technik-has-baustein {
  font-size: 72px;
}

.glyphicons.x3:before, .x3.technik-has-not-baustein-warning:before, .x3.technik-has-not-baustein:before, .x3.technik-has-baustein:before {
  padding: 16px 20px;
}

.glyphicons.x4, .x4.technik-has-not-baustein-warning, .x4.technik-has-not-baustein, .x4.technik-has-baustein {
  font-size: 96px;
}

.glyphicons.x4:before, .x4.technik-has-not-baustein-warning:before, .x4.technik-has-not-baustein:before, .x4.technik-has-baustein:before {
  padding: 20px 28px;
}

.glyphicons.x5, .x5.technik-has-not-baustein-warning, .x5.technik-has-not-baustein, .x5.technik-has-baustein {
  font-size: 120px;
}

.glyphicons.x5:before, .x5.technik-has-not-baustein-warning:before, .x5.technik-has-not-baustein:before, .x5.technik-has-baustein:before {
  padding: 28px 36px;
}

.glyphicons.light:before, .light.technik-has-not-baustein-warning:before, .light.technik-has-not-baustein:before, .light.technik-has-baustein:before {
  color: #f2f2f2;
}

.glyphicons.drop:before, .drop.technik-has-not-baustein-warning:before, .drop.technik-has-not-baustein:before, .drop.technik-has-baustein:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

.glyphicons.flip, .flip.technik-has-not-baustein-warning, .flip.technik-has-not-baustein, .flip.technik-has-baustein {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.glyphicons.flipv, .flipv.technik-has-not-baustein-warning, .flipv.technik-has-not-baustein, .flipv.technik-has-baustein {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.glyphicons.rotate90, .rotate90.technik-has-not-baustein-warning, .rotate90.technik-has-not-baustein, .rotate90.technik-has-baustein {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.glyphicons.rotate180, .rotate180.technik-has-not-baustein-warning, .rotate180.technik-has-not-baustein, .rotate180.technik-has-baustein {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.glyphicons.rotate270, .rotate270.technik-has-not-baustein-warning, .rotate270.technik-has-not-baustein, .rotate270.technik-has-baustein {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.glyphicons-glass:before {
  content: "\e001";
}

.glyphicons-leaf:before {
  content: "\e002";
}

.glyphicons-dog:before {
  content: "\e003";
}

.glyphicons-user:before {
  content: "\e004";
}

.glyphicons-girl:before {
  content: "\e005";
}

.glyphicons-car:before {
  content: "\e006";
}

.glyphicons-user-add:before {
  content: "\e007";
}

.glyphicons-user-remove:before {
  content: "\e008";
}

.glyphicons-film:before {
  content: "\e009";
}

.glyphicons-magic:before {
  content: "\e010";
}

.glyphicons-envelope:before {
  content: "\e011";
}

.glyphicons-camera:before {
  content: "\e012";
}

.glyphicons-heart:before {
  content: "\e013";
}

.glyphicons-beach-umbrella:before {
  content: "\e014";
}

.glyphicons-train:before {
  content: "\e015";
}

.glyphicons-print:before {
  content: "\e016";
}

.glyphicons-bin:before {
  content: "\e017";
}

.glyphicons-music:before {
  content: "\e018";
}

.glyphicons-music-alt:before {
  content: "\e019";
}

.glyphicons-heart-empty:before {
  content: "\e020";
}

.glyphicons-home:before {
  content: "\e021";
}

.glyphicons-snowflake:before {
  content: "\e022";
}

.glyphicons-fire:before {
  content: "\e023";
}

.glyphicons-magnet:before {
  content: "\e024";
}

.glyphicons-parents:before {
  content: "\e025";
}

.glyphicons-binoculars:before {
  content: "\e026";
}

.glyphicons-road:before {
  content: "\e027";
}

.glyphicons-search:before {
  content: "\e028";
}

.glyphicons-cars:before {
  content: "\e029";
}

.glyphicons-notes-2:before {
  content: "\e030";
}

.glyphicons-pencil:before {
  content: "\e031";
}

.glyphicons-bus:before {
  content: "\e032";
}

.glyphicons-wifi-alt:before {
  content: "\e033";
}

.glyphicons-luggage:before {
  content: "\e034";
}

.glyphicons-old-man:before {
  content: "\e035";
}

.glyphicons-woman:before {
  content: "\e036";
}

.glyphicons-file:before {
  content: "\e037";
}

.glyphicons-coins:before {
  content: "\e038";
}

.glyphicons-plane:before {
  content: "\e039";
}

.glyphicons-notes:before {
  content: "\e040";
}

.glyphicons-stats:before {
  content: "\e041";
}

.glyphicons-charts:before {
  content: "\e042";
}

.glyphicons-pie-chart:before {
  content: "\e043";
}

.glyphicons-group:before {
  content: "\e044";
}

.glyphicons-keys:before {
  content: "\e045";
}

.glyphicons-calendar:before {
  content: "\e046";
}

.glyphicons-router:before {
  content: "\e047";
}

.glyphicons-camera-small:before {
  content: "\e048";
}

.glyphicons-star-empty:before {
  content: "\e049";
}

.glyphicons-star:before {
  content: "\e050";
}

.glyphicons-link:before {
  content: "\e051";
}

.glyphicons-eye-open:before {
  content: "\e052";
}

.glyphicons-eye-close:before {
  content: "\e053";
}

.glyphicons-alarm:before {
  content: "\e054";
}

.glyphicons-clock:before {
  content: "\e055";
}

.glyphicons-stopwatch:before {
  content: "\e056";
}

.glyphicons-projector:before {
  content: "\e057";
}

.glyphicons-history:before {
  content: "\e058";
}

.glyphicons-truck:before {
  content: "\e059";
}

.glyphicons-cargo:before {
  content: "\e060";
}

.glyphicons-compass:before {
  content: "\e061";
}

.glyphicons-keynote:before {
  content: "\e062";
}

.glyphicons-paperclip:before {
  content: "\e063";
}

.glyphicons-power:before {
  content: "\e064";
}

.glyphicons-lightbulb:before {
  content: "\e065";
}

.glyphicons-tag:before {
  content: "\e066";
}

.glyphicons-tags:before {
  content: "\e067";
}

.glyphicons-cleaning:before {
  content: "\e068";
}

.glyphicons-ruler:before {
  content: "\e069";
}

.glyphicons-gift:before {
  content: "\e070";
}

.glyphicons-umbrella:before {
  content: "\e071";
}

.glyphicons-book:before {
  content: "\e072";
}

.glyphicons-bookmark:before {
  content: "\e073";
}

.glyphicons-wifi:before {
  content: "\e074";
}

.glyphicons-cup:before {
  content: "\e075";
}

.glyphicons-stroller:before {
  content: "\e076";
}

.glyphicons-headphones:before {
  content: "\e077";
}

.glyphicons-headset:before {
  content: "\e078";
}

.glyphicons-warning-sign:before, .technik-has-not-baustein-warning:before {
  content: "\e079";
}

.glyphicons-signal:before {
  content: "\e080";
}

.glyphicons-retweet:before {
  content: "\e081";
}

.glyphicons-refresh:before {
  content: "\e082";
}

.glyphicons-roundabout:before {
  content: "\e083";
}

.glyphicons-random:before {
  content: "\e084";
}

.glyphicons-heat:before {
  content: "\e085";
}

.glyphicons-repeat:before {
  content: "\e086";
}

.glyphicons-display:before {
  content: "\e087";
}

.glyphicons-log-book:before {
  content: "\e088";
}

.glyphicons-address-book:before {
  content: "\e089";
}

.glyphicons-building:before {
  content: "\e090";
}

.glyphicons-eyedropper:before {
  content: "\e091";
}

.glyphicons-adjust:before {
  content: "\e092";
}

.glyphicons-tint:before {
  content: "\e093";
}

.glyphicons-crop:before {
  content: "\e094";
}

.glyphicons-vector-path-square:before {
  content: "\e095";
}

.glyphicons-vector-path-circle:before {
  content: "\e096";
}

.glyphicons-vector-path-polygon:before {
  content: "\e097";
}

.glyphicons-vector-path-line:before {
  content: "\e098";
}

.glyphicons-vector-path-curve:before {
  content: "\e099";
}

.glyphicons-vector-path-all:before {
  content: "\e100";
}

.glyphicons-font:before {
  content: "\e101";
}

.glyphicons-italic:before {
  content: "\e102";
}

.glyphicons-bold:before {
  content: "\e103";
}

.glyphicons-text-underline:before {
  content: "\e104";
}

.glyphicons-text-strike:before {
  content: "\e105";
}

.glyphicons-text-height:before {
  content: "\e106";
}

.glyphicons-text-width:before {
  content: "\e107";
}

.glyphicons-text-resize:before {
  content: "\e108";
}

.glyphicons-left-indent:before {
  content: "\e109";
}

.glyphicons-right-indent:before {
  content: "\e110";
}

.glyphicons-align-left:before {
  content: "\e111";
}

.glyphicons-align-center:before {
  content: "\e112";
}

.glyphicons-align-right:before {
  content: "\e113";
}

.glyphicons-justify:before {
  content: "\e114";
}

.glyphicons-list:before {
  content: "\e115";
}

.glyphicons-text-smaller:before {
  content: "\e116";
}

.glyphicons-text-bigger:before {
  content: "\e117";
}

.glyphicons-embed:before {
  content: "\e118";
}

.glyphicons-embed-close:before {
  content: "\e119";
}

.glyphicons-table:before {
  content: "\e120";
}

.glyphicons-message-full:before {
  content: "\e121";
}

.glyphicons-message-empty:before {
  content: "\e122";
}

.glyphicons-message-in:before {
  content: "\e123";
}

.glyphicons-message-out:before {
  content: "\e124";
}

.glyphicons-message-plus:before {
  content: "\e125";
}

.glyphicons-message-minus:before {
  content: "\e126";
}

.glyphicons-message-ban:before {
  content: "\e127";
}

.glyphicons-message-flag:before {
  content: "\e128";
}

.glyphicons-message-lock:before {
  content: "\e129";
}

.glyphicons-message-new:before {
  content: "\e130";
}

.glyphicons-inbox:before {
  content: "\e131";
}

.glyphicons-inbox-plus:before {
  content: "\e132";
}

.glyphicons-inbox-minus:before {
  content: "\e133";
}

.glyphicons-inbox-lock:before {
  content: "\e134";
}

.glyphicons-inbox-in:before {
  content: "\e135";
}

.glyphicons-inbox-out:before {
  content: "\e136";
}

.glyphicons-cogwheel:before {
  content: "\e137";
}

.glyphicons-cogwheels:before {
  content: "\e138";
}

.glyphicons-picture:before {
  content: "\e139";
}

.glyphicons-adjust-alt:before {
  content: "\e140";
}

.glyphicons-database-lock:before {
  content: "\e141";
}

.glyphicons-database-plus:before {
  content: "\e142";
}

.glyphicons-database-minus:before {
  content: "\e143";
}

.glyphicons-database-ban:before {
  content: "\e144";
}

.glyphicons-folder-open:before {
  content: "\e145";
}

.glyphicons-folder-plus:before {
  content: "\e146";
}

.glyphicons-folder-minus:before {
  content: "\e147";
}

.glyphicons-folder-lock:before {
  content: "\e148";
}

.glyphicons-folder-flag:before {
  content: "\e149";
}

.glyphicons-folder-new:before {
  content: "\e150";
}

.glyphicons-edit:before {
  content: "\e151";
}

.glyphicons-new-window:before {
  content: "\e152";
}

.glyphicons-check:before {
  content: "\e153";
}

.glyphicons-unchecked:before {
  content: "\e154";
}

.glyphicons-more-windows:before {
  content: "\e155";
}

.glyphicons-show-big-thumbnails:before {
  content: "\e156";
}

.glyphicons-show-thumbnails:before {
  content: "\e157";
}

.glyphicons-show-thumbnails-with-lines:before {
  content: "\e158";
}

.glyphicons-show-lines:before {
  content: "\e159";
}

.glyphicons-playlist:before {
  content: "\e160";
}

.glyphicons-imac:before {
  content: "\e161";
}

.glyphicons-macbook:before {
  content: "\e162";
}

.glyphicons-ipad:before {
  content: "\e163";
}

.glyphicons-iphone:before {
  content: "\e164";
}

.glyphicons-iphone-transfer:before {
  content: "\e165";
}

.glyphicons-iphone-exchange:before {
  content: "\e166";
}

.glyphicons-ipod:before {
  content: "\e167";
}

.glyphicons-ipod-shuffle:before {
  content: "\e168";
}

.glyphicons-ear-plugs:before {
  content: "\e169";
}

.glyphicons-record:before {
  content: "\e170";
}

.glyphicons-step-backward:before {
  content: "\e171";
}

.glyphicons-fast-backward:before {
  content: "\e172";
}

.glyphicons-rewind:before {
  content: "\e173";
}

.glyphicons-play:before {
  content: "\e174";
}

.glyphicons-pause:before {
  content: "\e175";
}

.glyphicons-stop:before {
  content: "\e176";
}

.glyphicons-forward:before {
  content: "\e177";
}

.glyphicons-fast-forward:before {
  content: "\e178";
}

.glyphicons-step-forward:before {
  content: "\e179";
}

.glyphicons-eject:before {
  content: "\e180";
}

.glyphicons-facetime-video:before {
  content: "\e181";
}

.glyphicons-download-alt:before {
  content: "\e182";
}

.glyphicons-mute:before {
  content: "\e183";
}

.glyphicons-volume-down:before {
  content: "\e184";
}

.glyphicons-volume-up:before {
  content: "\e185";
}

.glyphicons-screenshot:before {
  content: "\e186";
}

.glyphicons-move:before {
  content: "\e187";
}

.glyphicons-more:before {
  content: "\e188";
}

.glyphicons-brightness-reduce:before {
  content: "\e189";
}

.glyphicons-brightness-increase:before {
  content: "\e190";
}

.glyphicons-plus-sign:before {
  content: "\e191";
}

.glyphicons-minus-sign:before {
  content: "\e192";
}

.glyphicons-remove-sign:before {
  content: "\e193";
}

.glyphicons-ok-sign:before {
  content: "\e194";
}

.glyphicons-question-sign:before {
  content: "\e195";
}

.glyphicons-info-sign:before {
  content: "\e196";
}

.glyphicons-exclamation-sign:before {
  content: "\e197";
}

.glyphicons-remove-circle:before {
  content: "\e198";
}

.glyphicons-ok-circle:before {
  content: "\e199";
}

.glyphicons-ban-circle:before {
  content: "\e200";
}

.glyphicons-download:before {
  content: "\e201";
}

.glyphicons-upload:before {
  content: "\e202";
}

.glyphicons-shopping-cart:before {
  content: "\e203";
}

.glyphicons-lock:before {
  content: "\e204";
}

.glyphicons-unlock:before {
  content: "\e205";
}

.glyphicons-electricity:before {
  content: "\e206";
}

.glyphicons-ok:before, .technik-has-baustein:before {
  content: "\e207";
}

.glyphicons-remove:before, .technik-has-not-baustein:before {
  content: "\e208";
}

.glyphicons-cart-in:before {
  content: "\e209";
}

.glyphicons-cart-out:before {
  content: "\e210";
}

.glyphicons-arrow-left:before {
  content: "\e211";
}

.glyphicons-arrow-right:before {
  content: "\e212";
}

.glyphicons-arrow-down:before {
  content: "\e213";
}

.glyphicons-arrow-up:before {
  content: "\e214";
}

.glyphicons-resize-small:before {
  content: "\e215";
}

.glyphicons-resize-full:before {
  content: "\e216";
}

.glyphicons-circle-arrow-left:before {
  content: "\e217";
}

.glyphicons-circle-arrow-right:before {
  content: "\e218";
}

.glyphicons-circle-arrow-top:before {
  content: "\e219";
}

.glyphicons-circle-arrow-down:before {
  content: "\e220";
}

.glyphicons-play-button:before {
  content: "\e221";
}

.glyphicons-unshare:before {
  content: "\e222";
}

.glyphicons-share:before {
  content: "\e223";
}

.glyphicons-chevron-right:before {
  content: "\e224";
}

.glyphicons-chevron-left:before {
  content: "\e225";
}

.glyphicons-bluetooth:before {
  content: "\e226";
}

.glyphicons-euro:before {
  content: "\e227";
}

.glyphicons-usd:before {
  content: "\e228";
}

.glyphicons-gbp:before {
  content: "\e229";
}

.glyphicons-retweet-2:before {
  content: "\e230";
}

.glyphicons-moon:before {
  content: "\e231";
}

.glyphicons-sun:before {
  content: "\e232";
}

.glyphicons-cloud:before {
  content: "\e233";
}

.glyphicons-direction:before {
  content: "\e234";
}

.glyphicons-brush:before {
  content: "\e235";
}

.glyphicons-pen:before {
  content: "\e236";
}

.glyphicons-zoom-in:before {
  content: "\e237";
}

.glyphicons-zoom-out:before {
  content: "\e238";
}

.glyphicons-pin:before {
  content: "\e239";
}

.glyphicons-albums:before {
  content: "\e240";
}

.glyphicons-rotation-lock:before {
  content: "\e241";
}

.glyphicons-flash:before {
  content: "\e242";
}

.glyphicons-map-marker:before {
  content: "\e243";
}

.glyphicons-anchor:before {
  content: "\e244";
}

.glyphicons-conversation:before {
  content: "\e245";
}

.glyphicons-chat:before {
  content: "\e246";
}

.glyphicons-note-empty:before {
  content: "\e247";
}

.glyphicons-note:before {
  content: "\e248";
}

.glyphicons-asterisk:before {
  content: "\e249";
}

.glyphicons-divide:before {
  content: "\e250";
}

.glyphicons-snorkel-diving:before {
  content: "\e251";
}

.glyphicons-scuba-diving:before {
  content: "\e252";
}

.glyphicons-oxygen-bottle:before {
  content: "\e253";
}

.glyphicons-fins:before {
  content: "\e254";
}

.glyphicons-fishes:before {
  content: "\e255";
}

.glyphicons-boat:before {
  content: "\e256";
}

.glyphicons-delete:before {
  content: "\e257";
}

.glyphicons-sheriffs-star:before {
  content: "\e258";
}

.glyphicons-qrcode:before {
  content: "\e259";
}

.glyphicons-barcode:before {
  content: "\e260";
}

.glyphicons-pool:before {
  content: "\e261";
}

.glyphicons-buoy:before {
  content: "\e262";
}

.glyphicons-spade:before {
  content: "\e263";
}

.glyphicons-bank:before {
  content: "\e264";
}

.glyphicons-vcard:before {
  content: "\e265";
}

.glyphicons-electrical-plug:before {
  content: "\e266";
}

.glyphicons-flag:before {
  content: "\e267";
}

.glyphicons-credit-card:before {
  content: "\e268";
}

.glyphicons-keyboard-wireless:before {
  content: "\e269";
}

.glyphicons-keyboard-wired:before {
  content: "\e270";
}

.glyphicons-shield:before {
  content: "\e271";
}

.glyphicons-ring:before {
  content: "\e272";
}

.glyphicons-cake:before {
  content: "\e273";
}

.glyphicons-drink:before {
  content: "\e274";
}

.glyphicons-beer:before {
  content: "\e275";
}

.glyphicons-fast-food:before {
  content: "\e276";
}

.glyphicons-cutlery:before {
  content: "\e277";
}

.glyphicons-pizza:before {
  content: "\e278";
}

.glyphicons-birthday-cake:before {
  content: "\e279";
}

.glyphicons-tablet:before {
  content: "\e280";
}

.glyphicons-settings:before {
  content: "\e281";
}

.glyphicons-bullets:before {
  content: "\e282";
}

.glyphicons-cardio:before {
  content: "\e283";
}

.glyphicons-t-shirt:before {
  content: "\e284";
}

.glyphicons-pants:before {
  content: "\e285";
}

.glyphicons-sweater:before {
  content: "\e286";
}

.glyphicons-fabric:before {
  content: "\e287";
}

.glyphicons-leather:before {
  content: "\e288";
}

.glyphicons-scissors:before {
  content: "\e289";
}

.glyphicons-bomb:before {
  content: "\e290";
}

.glyphicons-skull:before {
  content: "\e291";
}

.glyphicons-celebration:before {
  content: "\e292";
}

.glyphicons-tea-kettle:before {
  content: "\e293";
}

.glyphicons-french-press:before {
  content: "\e294";
}

.glyphicons-coffee-cup:before {
  content: "\e295";
}

.glyphicons-pot:before {
  content: "\e296";
}

.glyphicons-grater:before {
  content: "\e297";
}

.glyphicons-kettle:before {
  content: "\e298";
}

.glyphicons-hospital:before {
  content: "\e299";
}

.glyphicons-hospital-h:before {
  content: "\e300";
}

.glyphicons-microphone:before {
  content: "\e301";
}

.glyphicons-webcam:before {
  content: "\e302";
}

.glyphicons-temple-christianity-church:before {
  content: "\e303";
}

.glyphicons-temple-islam:before {
  content: "\e304";
}

.glyphicons-temple-hindu:before {
  content: "\e305";
}

.glyphicons-temple-buddhist:before {
  content: "\e306";
}

.glyphicons-bicycle:before {
  content: "\e307";
}

.glyphicons-life-preserver:before {
  content: "\e308";
}

.glyphicons-share-alt:before {
  content: "\e309";
}

.glyphicons-comments:before {
  content: "\e310";
}

.glyphicons-flower:before {
  content: "\e311";
}

.glyphicons-baseball:before {
  content: "\e312";
}

.glyphicons-rugby:before {
  content: "\e313";
}

.glyphicons-ax:before {
  content: "\e314";
}

.glyphicons-table-tennis:before {
  content: "\e315";
}

.glyphicons-bowling:before {
  content: "\e316";
}

.glyphicons-tree-conifer:before {
  content: "\e317";
}

.glyphicons-tree-deciduous:before {
  content: "\e318";
}

.glyphicons-more-items:before {
  content: "\e319";
}

.glyphicons-sort:before {
  content: "\e320";
}

.glyphicons-filter:before {
  content: "\e321";
}

.glyphicons-gamepad:before {
  content: "\e322";
}

.glyphicons-playing-dices:before {
  content: "\e323";
}

.glyphicons-calculator:before {
  content: "\e324";
}

.glyphicons-tie:before {
  content: "\e325";
}

.glyphicons-wallet:before {
  content: "\e326";
}

.glyphicons-piano:before {
  content: "\e327";
}

.glyphicons-sampler:before {
  content: "\e328";
}

.glyphicons-podium:before {
  content: "\e329";
}

.glyphicons-soccer-ball:before {
  content: "\e330";
}

.glyphicons-blog:before {
  content: "\e331";
}

.glyphicons-dashboard:before {
  content: "\e332";
}

.glyphicons-certificate:before {
  content: "\e333";
}

.glyphicons-bell:before {
  content: "\e334";
}

.glyphicons-candle:before {
  content: "\e335";
}

.glyphicons-pushpin:before {
  content: "\e336";
}

.glyphicons-iphone-shake:before {
  content: "\e337";
}

.glyphicons-pin-flag:before {
  content: "\e338";
}

.glyphicons-turtle:before {
  content: "\e339";
}

.glyphicons-rabbit:before {
  content: "\e340";
}

.glyphicons-globe:before {
  content: "\e341";
}

.glyphicons-briefcase:before {
  content: "\e342";
}

.glyphicons-hdd:before {
  content: "\e343";
}

.glyphicons-thumbs-up:before {
  content: "\e344";
}

.glyphicons-thumbs-down:before {
  content: "\e345";
}

.glyphicons-hand-right:before {
  content: "\e346";
}

.glyphicons-hand-left:before {
  content: "\e347";
}

.glyphicons-hand-up:before {
  content: "\e348";
}

.glyphicons-hand-down:before {
  content: "\e349";
}

.glyphicons-fullscreen:before {
  content: "\e350";
}

.glyphicons-shopping-bag:before {
  content: "\e351";
}

.glyphicons-book-open:before {
  content: "\e352";
}

.glyphicons-nameplate:before {
  content: "\e353";
}

.glyphicons-nameplate-alt:before {
  content: "\e354";
}

.glyphicons-vases:before {
  content: "\e355";
}

.glyphicons-bullhorn:before {
  content: "\e356";
}

.glyphicons-dumbbell:before {
  content: "\e357";
}

.glyphicons-suitcase:before {
  content: "\e358";
}

.glyphicons-file-import:before {
  content: "\e359";
}

.glyphicons-file-export:before {
  content: "\e360";
}

.glyphicons-bug:before {
  content: "\e361";
}

.glyphicons-crown:before {
  content: "\e362";
}

.glyphicons-smoking:before {
  content: "\e363";
}

.glyphicons-cloud-upload:before {
  content: "\e364";
}

.glyphicons-cloud-download:before {
  content: "\e365";
}

.glyphicons-restart:before {
  content: "\e366";
}

.glyphicons-security-camera:before {
  content: "\e367";
}

.glyphicons-expand:before {
  content: "\e368";
}

.glyphicons-collapse:before {
  content: "\e369";
}

.glyphicons-collapse-top:before {
  content: "\e370";
}

.glyphicons-globe-af:before {
  content: "\e371";
}

.glyphicons-global:before {
  content: "\e372";
}

.glyphicons-spray:before {
  content: "\e373";
}

.glyphicons-nails:before {
  content: "\e374";
}

.glyphicons-claw-hammer:before {
  content: "\e375";
}

.glyphicons-classic-hammer:before {
  content: "\e376";
}

.glyphicons-hand-saw:before {
  content: "\e377";
}

.glyphicons-riflescope:before {
  content: "\e378";
}

.glyphicons-electrical-socket-eu:before {
  content: "\e379";
}

.glyphicons-electrical-socket-us:before {
  content: "\e380";
}

.glyphicons-message-forward:before {
  content: "\e381";
}

.glyphicons-coat-hanger:before {
  content: "\e382";
}

.glyphicons-dress:before {
  content: "\e383";
}

.glyphicons-bathrobe:before {
  content: "\e384";
}

.glyphicons-shirt:before {
  content: "\e385";
}

.glyphicons-underwear:before {
  content: "\e386";
}

.glyphicons-log-in:before {
  content: "\e387";
}

.glyphicons-log-out:before {
  content: "\e388";
}

.glyphicons-exit:before {
  content: "\e389";
}

.glyphicons-new-window-alt:before {
  content: "\e390";
}

.glyphicons-video-sd:before {
  content: "\e391";
}

.glyphicons-video-hd:before {
  content: "\e392";
}

.glyphicons-subtitles:before {
  content: "\e393";
}

.glyphicons-sound-stereo:before {
  content: "\e394";
}

.glyphicons-sound-dolby:before {
  content: "\e395";
}

.glyphicons-sound-5-1:before {
  content: "\e396";
}

.glyphicons-sound-6-1:before {
  content: "\e397";
}

.glyphicons-sound-7-1:before {
  content: "\e398";
}

.glyphicons-copyright-mark:before {
  content: "\e399";
}

.glyphicons-registration-mark:before {
  content: "\e400";
}

.glyphicons-radar:before {
  content: "\e401";
}

.glyphicons-skateboard:before {
  content: "\e402";
}

.glyphicons-golf-course:before {
  content: "\e403";
}

.glyphicons-sorting:before {
  content: "\e404";
}

.glyphicons-sort-by-alphabet:before {
  content: "\e405";
}

.glyphicons-sort-by-alphabet-alt:before {
  content: "\e406";
}

.glyphicons-sort-by-order:before {
  content: "\e407";
}

.glyphicons-sort-by-order-alt:before {
  content: "\e408";
}

.glyphicons-sort-by-attributes:before {
  content: "\e409";
}

.glyphicons-sort-by-attributes-alt:before {
  content: "\e410";
}

.glyphicons-compressed:before {
  content: "\e411";
}

.glyphicons-package:before {
  content: "\e412";
}

.glyphicons-cloud-plus:before {
  content: "\e413";
}

.glyphicons-cloud-minus:before {
  content: "\e414";
}

.glyphicons-disk-save:before {
  content: "\e415";
}

.glyphicons-disk-open:before {
  content: "\e416";
}

.glyphicons-disk-saved:before {
  content: "\e417";
}

.glyphicons-disk-remove:before {
  content: "\e418";
}

.glyphicons-disk-import:before {
  content: "\e419";
}

.glyphicons-disk-export:before {
  content: "\e420";
}

.glyphicons-tower:before {
  content: "\e421";
}

.glyphicons-send:before {
  content: "\e422";
}

.glyphicons-git-branch:before {
  content: "\e423";
}

.glyphicons-git-create:before {
  content: "\e424";
}

.glyphicons-git-private:before {
  content: "\e425";
}

.glyphicons-git-delete:before {
  content: "\e426";
}

.glyphicons-git-merge:before {
  content: "\e427";
}

.glyphicons-git-pull-request:before {
  content: "\e428";
}

.glyphicons-git-compare:before {
  content: "\e429";
}

.glyphicons-git-commit:before {
  content: "\e430";
}

.glyphicons-construction-cone:before {
  content: "\e431";
}

.glyphicons-shoe-steps:before {
  content: "\e432";
}

.glyphicons-plus:before {
  content: "\e433";
}

.glyphicons-minus:before {
  content: "\e434";
}

.glyphicons-redo:before {
  content: "\e435";
}

.glyphicons-undo:before {
  content: "\e436";
}

.glyphicons-golf:before {
  content: "\e437";
}

.glyphicons-hockey:before {
  content: "\e438";
}

.glyphicons-pipe:before {
  content: "\e439";
}

.glyphicons-wrench:before {
  content: "\e440";
}

.glyphicons-folder-closed:before {
  content: "\e441";
}

.glyphicons-phone-alt:before {
  content: "\e442";
}

.glyphicons-earphone:before {
  content: "\e443";
}

.glyphicons-floppy-disk:before {
  content: "\e444";
}

.glyphicons-floppy-saved:before {
  content: "\e445";
}

.glyphicons-floppy-remove:before {
  content: "\e446";
}

.glyphicons-floppy-save:before {
  content: "\e447";
}

.glyphicons-floppy-open:before {
  content: "\e448";
}

.glyphicons-translate:before {
  content: "\e449";
}

.glyphicons-fax:before {
  content: "\e450";
}

.glyphicons-factory:before {
  content: "\e451";
}

.glyphicons-shop-window:before {
  content: "\e452";
}

.glyphicons-shop:before {
  content: "\e453";
}

.glyphicons-kiosk:before {
  content: "\e454";
}

.glyphicons-kiosk-wheels:before {
  content: "\e455";
}

.glyphicons-kiosk-light:before {
  content: "\e456";
}

.glyphicons-kiosk-food:before {
  content: "\e457";
}

.glyphicons-transfer:before {
  content: "\e458";
}

.glyphicons-money:before {
  content: "\e459";
}

.glyphicons-header:before {
  content: "\e460";
}

.glyphicons-blacksmith:before {
  content: "\e461";
}

.glyphicons-saw-blade:before {
  content: "\e462";
}

.glyphicons-basketball:before {
  content: "\e463";
}

.glyphicons-server:before {
  content: "\e464";
}

.glyphicons-server-plus:before {
  content: "\e465";
}

.glyphicons-server-minus:before {
  content: "\e466";
}

.glyphicons-server-ban:before {
  content: "\e467";
}

.glyphicons-server-flag:before {
  content: "\e468";
}

.glyphicons-server-lock:before {
  content: "\e469";
}

.glyphicons-server-new:before {
  content: "\e470";
}

.glyphicons-charging-station:before {
  content: "\e471";
}

.glyphicons-gas-station:before {
  content: "\e472";
}

.glyphicons-target:before {
  content: "\e473";
}

.glyphicons-bed:before {
  content: "\e474";
}

.glyphicons-mosquito:before {
  content: "\e475";
}

.glyphicons-dining-set:before {
  content: "\e476";
}

.glyphicons-plate-of-food:before {
  content: "\e477";
}

.glyphicons-hygiene-kit:before {
  content: "\e478";
}

.glyphicons-blackboard:before {
  content: "\e479";
}

.glyphicons-marriage:before {
  content: "\e480";
}

.glyphicons-bucket:before {
  content: "\e481";
}

.glyphicons-none-color-swatch:before {
  content: "\e482";
}

.glyphicons-bring-forward:before {
  content: "\e483";
}

.glyphicons-bring-to-front:before {
  content: "\e484";
}

.glyphicons-send-backward:before {
  content: "\e485";
}

.glyphicons-send-to-back:before {
  content: "\e486";
}

.glyphicons-fit-frame-to-image:before {
  content: "\e487";
}

.glyphicons-fit-image-to-frame:before {
  content: "\e488";
}

.glyphicons-multiple-displays:before {
  content: "\e489";
}

.glyphicons-handshake:before {
  content: "\e490";
}

.glyphicons-child:before {
  content: "\e491";
}

.glyphicons-baby-formula:before {
  content: "\e492";
}

.glyphicons-medicine:before {
  content: "\e493";
}

.glyphicons-atv-vehicle:before {
  content: "\e494";
}

.glyphicons-motorcycle:before {
  content: "\e495";
}

.glyphicons-bed-alt:before {
  content: "\e496";
}

.glyphicons-tent:before {
  content: "\e497";
}

.glyphicons-glasses:before {
  content: "\e498";
}

.glyphicons-sunglasses:before {
  content: "\e499";
}

.glyphicons-family:before {
  content: "\e500";
}

.glyphicons-education:before {
  content: "\e501";
}

.glyphicons-shoes:before {
  content: "\e502";
}

.glyphicons-map:before {
  content: "\e503";
}

.glyphicons-cd:before {
  content: "\e504";
}

.glyphicons-alert:before {
  content: "\e505";
}

.glyphicons-piggy-bank:before {
  content: "\e506";
}

.glyphicons-star-half:before {
  content: "\e507";
}

.glyphicons-cluster:before {
  content: "\e508";
}

.glyphicons-flowchart:before {
  content: "\e509";
}

.glyphicons-commodities:before {
  content: "\e510";
}

.glyphicons-duplicate:before {
  content: "\e511";
}

.glyphicons-copy:before {
  content: "\e512";
}

.glyphicons-paste:before {
  content: "\e513";
}

.glyphicons-bath-bathtub:before {
  content: "\e514";
}

.glyphicons-bath-shower:before {
  content: "\e515";
}

.glyphicons-shower:before {
  content: "\e516";
}

.glyphicons-menu-hamburger:before {
  content: "\e517";
}

.glyphicons-option-vertical:before {
  content: "\e518";
}

.glyphicons-option-horizontal:before {
  content: "\e519";
}

.glyphicons-currency-conversion:before {
  content: "\e520";
}

.glyphicons-user-ban:before {
  content: "\e521";
}

.glyphicons-user-lock:before {
  content: "\e522";
}

.glyphicons-user-flag:before {
  content: "\e523";
}

.glyphicons-user-asterisk:before {
  content: "\e524";
}

.glyphicons-user-alert:before {
  content: "\e525";
}

.glyphicons-user-key:before {
  content: "\e526";
}

.glyphicons-user-conversation:before {
  content: "\e527";
}

.glyphicons-database:before {
  content: "\e528";
}

.glyphicons-database-search:before {
  content: "\e529";
}

.glyphicons-list-alt:before {
  content: "\e530";
}

.glyphicons-hazard-sign:before {
  content: "\e531";
}

.glyphicons-hazard:before {
  content: "\e532";
}

.glyphicons-stop-sign:before {
  content: "\e533";
}

.glyphicons-lab:before {
  content: "\e534";
}

.glyphicons-lab-alt:before {
  content: "\e535";
}

.glyphicons-ice-cream:before {
  content: "\e536";
}

.glyphicons-ice-lolly:before {
  content: "\e537";
}

.glyphicons-ice-lolly-tasted:before {
  content: "\e538";
}

.glyphicons-invoice:before {
  content: "\e539";
}

.glyphicons-cart-tick:before {
  content: "\e540";
}

.glyphicons-hourglass:before {
  content: "\e541";
}

.glyphicons-cat:before {
  content: "\e542";
}

.glyphicons-lamp:before {
  content: "\e543";
}

.glyphicons-scale-classic:before {
  content: "\e544";
}

.glyphicons-eye-plus:before {
  content: "\e545";
}

.glyphicons-eye-minus:before {
  content: "\e546";
}

.glyphicons-quote:before {
  content: "\e547";
}

.glyphicons-bitcoin:before {
  content: "\e548";
}

.glyphicons-yen:before {
  content: "\e549";
}

.glyphicons-ruble:before {
  content: "\e550";
}

.glyphicons-erase:before {
  content: "\e551";
}

.glyphicons-podcast:before {
  content: "\e552";
}

.glyphicons-firework:before {
  content: "\e553";
}

.glyphicons-scale:before {
  content: "\e554";
}

.glyphicons-king:before {
  content: "\e555";
}

.glyphicons-queen:before {
  content: "\e556";
}

.glyphicons-pawn:before {
  content: "\e557";
}

.glyphicons-bishop:before {
  content: "\e558";
}

.glyphicons-knight:before {
  content: "\e559";
}

.glyphicons-mic-mute:before {
  content: "\e560";
}

.glyphicons-voicemail:before {
  content: "\e561";
}

.glyphicons-paragraph-alt:before {
  content: "\e562";
}

.glyphicons-person-walking:before {
  content: "\e563";
}

.glyphicons-person-wheelchair:before {
  content: "\e564";
}

.glyphicons-underground:before {
  content: "\e565";
}

.glyphicons-car-hov:before {
  content: "\e566";
}

.glyphicons-car-rental:before {
  content: "\e567";
}

.glyphicons-transport:before {
  content: "\e568";
}

.glyphicons-taxi:before {
  content: "\e569";
}

.glyphicons-ice-cream-no:before {
  content: "\e570";
}

.glyphicons-uk-rat-u:before {
  content: "\e571";
}

.glyphicons-uk-rat-pg:before {
  content: "\e572";
}

.glyphicons-uk-rat-12a:before {
  content: "\e573";
}

.glyphicons-uk-rat-12:before {
  content: "\e574";
}

.glyphicons-uk-rat-15:before {
  content: "\e575";
}

.glyphicons-uk-rat-18:before {
  content: "\e576";
}

.glyphicons-uk-rat-r18:before {
  content: "\e577";
}

.glyphicons-tv:before {
  content: "\e578";
}

.glyphicons-sms:before {
  content: "\e579";
}

.glyphicons-mms:before {
  content: "\e580";
}

.glyphicons-us-rat-g:before {
  content: "\e581";
}

.glyphicons-us-rat-pg:before {
  content: "\e582";
}

.glyphicons-us-rat-pg-13:before {
  content: "\e583";
}

.glyphicons-us-rat-restricted:before {
  content: "\e584";
}

.glyphicons-us-rat-no-one-17:before {
  content: "\e585";
}

.glyphicons-equalizer:before {
  content: "\e586";
}

.glyphicons-speakers:before {
  content: "\e587";
}

.glyphicons-remote-control:before {
  content: "\e588";
}

.glyphicons-remote-control-tv:before {
  content: "\e589";
}

.glyphicons-shredder:before {
  content: "\e590";
}

.glyphicons-folder-heart:before {
  content: "\e591";
}

.glyphicons-person-running:before {
  content: "\e592";
}

.glyphicons-person:before {
  content: "\e593";
}

.glyphicons-voice:before {
  content: "\e594";
}

.glyphicons-stethoscope:before {
  content: "\e595";
}

.glyphicons-paired:before {
  content: "\e596";
}

.glyphicons-activity:before {
  content: "\e597";
}

.glyphicons-watch:before {
  content: "\e598";
}

.glyphicons-scissors-alt:before {
  content: "\e599";
}

.glyphicons-car-wheel:before {
  content: "\e600";
}

.glyphicons-chevron-up:before {
  content: "\e601";
}

.glyphicons-chevron-down:before {
  content: "\e602";
}

.glyphicons-superscript:before {
  content: "\e603";
}

.glyphicons-subscript:before {
  content: "\e604";
}

.glyphicons-text-size:before {
  content: "\e605";
}

.glyphicons-text-color:before {
  content: "\e606";
}

.glyphicons-text-background:before {
  content: "\e607";
}

.glyphicons-modal-window:before {
  content: "\e608";
}

.glyphicons-newspaper:before {
  content: "\e609";
}

.glyphicons-tractor:before {
  content: "\e610";
}

.glyphicons-camping:before {
  content: "\e611";
}

.glyphicons-camping-benches:before {
  content: "\e612";
}

.glyphicons-forest:before {
  content: "\e613";
}

.glyphicons-park:before {
  content: "\e614";
}

.glyphicons-field:before {
  content: "\e615";
}

.glyphicons-mountains:before {
  content: "\e616";
}

.glyphicons-fees-payments:before {
  content: "\e617";
}

.glyphicons-small-payments:before {
  content: "\e618";
}

.glyphicons-mixed-buildings:before {
  content: "\e619";
}

.glyphicons-industrial-zone:before {
  content: "\e620";
}

.glyphicons-visitor-tag:before {
  content: "\e621";
}

.glyphicons-businessman:before {
  content: "\e622";
}

.glyphicons-meditation:before {
  content: "\e623";
}

.glyphicons-bath:before {
  content: "\e624";
}

.glyphicons-donate:before {
  content: "\e625";
}

.glyphicons-sauna:before {
  content: "\e626";
}

.glyphicons-bedroom-nightstand:before {
  content: "\e627";
}

.glyphicons-bedroom-lamp:before {
  content: "\e628";
}

.glyphicons-doctor:before {
  content: "\e629";
}

.glyphicons-engineering-networks:before {
  content: "\e630";
}

.glyphicons-washing-machine:before {
  content: "\e631";
}

.glyphicons-dryer:before {
  content: "\e632";
}

.glyphicons-dishwasher:before {
  content: "\e633";
}

.glyphicons-luggage-group:before {
  content: "\e634";
}

.glyphicons-teenager:before {
  content: "\e635";
}

.glyphicons-person-stick:before {
  content: "\e636";
}

.glyphicons-person-stick-old:before {
  content: "\e637";
}

.glyphicons-traveler:before {
  content: "\e638";
}

.glyphicons-veteran:before {
  content: "\e639";
}

.glyphicons-group-chat:before {
  content: "\e640";
}

.glyphicons-elections:before {
  content: "\e641";
}

.glyphicons-law-justice:before {
  content: "\e642";
}

.glyphicons-judiciary:before {
  content: "\e643";
}

.glyphicons-house-fire:before {
  content: "\e644";
}

.glyphicons-firefighters:before {
  content: "\e645";
}

.glyphicons-police:before {
  content: "\e646";
}

.glyphicons-ambulance:before {
  content: "\e647";
}

.glyphicons-light-beacon:before {
  content: "\e648";
}

.glyphicons-important-day:before {
  content: "\e649";
}

.glyphicons-bike-park:before {
  content: "\e650";
}

.glyphicons-object-align-top:before {
  content: "\e651";
}

.glyphicons-object-align-bottom:before {
  content: "\e652";
}

.glyphicons-object-align-horizontal:before {
  content: "\e653";
}

.glyphicons-object-align-left:before {
  content: "\e654";
}

.glyphicons-object-align-vertical:before {
  content: "\e655";
}

.glyphicons-object-align-right:before {
  content: "\e656";
}

.glyphicons-reflect-y:before {
  content: "\e657";
}

.glyphicons-reflect-x:before {
  content: "\e658";
}

.glyphicons-tick:before {
  content: "\e659";
}

.glyphicons-lawnmower:before {
  content: "\e660";
}

.glyphicons-call-redirect:before {
  content: "\e661";
}

.glyphicons-call-ip:before {
  content: "\e662";
}

.glyphicons-call-record:before {
  content: "\e663";
}

.glyphicons-call-ringtone:before {
  content: "\e664";
}

.glyphicons-call-traffic:before {
  content: "\e665";
}

.glyphicons-call-hold:before {
  content: "\e666";
}

.glyphicons-call-incoming:before {
  content: "\e667";
}

.glyphicons-call-outgoing:before {
  content: "\e668";
}

.glyphicons-call-video:before {
  content: "\e669";
}

.glyphicons-call-missed:before {
  content: "\e670";
}

.glyphicons-theater:before {
  content: "\e671";
}

.glyphicons-heartbeat:before {
  content: "\e672";
}

.glyphicons-kettlebell:before {
  content: "\e673";
}

.glyphicons-fireplace:before {
  content: "\e674";
}

.glyphicons-street-lights:before {
  content: "\e675";
}

.glyphicons-pedestrian:before {
  content: "\e676";
}

.glyphicons-flood:before {
  content: "\e677";
}

.glyphicons-open-water:before {
  content: "\e678";
}

.glyphicons-for-sale:before {
  content: "\e679";
}

.glyphicons-dustbin:before {
  content: "\e680";
}

.glyphicons-door:before {
  content: "\e681";
}

.glyphicons-camp-fire:before {
  content: "\e682";
}

.glyphicons-fleur-de-lis:before {
  content: "\e683";
}

.glyphicons-temperature-settings:before {
  content: "\e684";
}

.glyphicons-article:before {
  content: "\e685";
}

.glyphicons-sunbath:before {
  content: "\e686";
}

.glyphicons-balanced-diet:before {
  content: "\e687";
}

.glyphicons-ticket:before {
  content: "\e688";
}

.glyphicons-parking-ticket:before {
  content: "\e689";
}

.glyphicons-parking-meter:before {
  content: "\e690";
}

.glyphicons-laptop:before {
  content: "\e691";
}

.glyphicons-tree-structure:before {
  content: "\e692";
}

.glyphicons-weather-warning:before {
  content: "\e693";
}

.glyphicons-temperature-low:before {
  content: "\e694";
}

.glyphicons-temperature-high:before {
  content: "\e695";
}

.glyphicons-temperature-low-warning:before {
  content: "\e696";
}

.glyphicons-temperature-high-warning:before {
  content: "\e697";
}

.glyphicons-hurricane:before {
  content: "\e698";
}

.glyphicons-storm:before {
  content: "\e699";
}

.glyphicons-sorted-waste:before {
  content: "\e700";
}

.glyphicons-ear:before {
  content: "\e701";
}

.glyphicons-ear-deaf:before {
  content: "\e702";
}

.glyphicons-file-plus:before {
  content: "\e703";
}

.glyphicons-file-minus:before {
  content: "\e704";
}

.glyphicons-file-lock:before {
  content: "\e705";
}

.glyphicons-file-cloud:before {
  content: "\e706";
}

.glyphicons-file-cloud-download:before {
  content: "\e707";
}

.glyphicons-file-cloud-upload:before {
  content: "\e708";
}

.glyphicons-paragraph:before {
  content: "\e709";
}

.glyphicons-list-numbered:before {
  content: "\e710";
}

.glyphicons-donate-heart:before {
  content: "\e711";
}

.glyphicons-government:before {
  content: "\e712";
}

.glyphicons-maze:before {
  content: "\e713";
}

.glyphicons-chronicle:before {
  content: "\e714";
}

.glyphicons-user-structure:before {
  content: "\e715";
}

.glyphicons-recycle:before {
  content: "\e716";
}

.glyphicons-gas:before {
  content: "\e717";
}

.glyphicons-waste-pipe:before {
  content: "\e718";
}

.glyphicons-water-pipe:before {
  content: "\e719";
}

.glyphicons-parking:before {
  content: "\e720";
}

.glyphicons-closed:before {
  content: "\e721";
}

.glyphicons-mouse:before {
  content: "\e722";
}

.glyphicons-mouse-double-click:before {
  content: "\e723";
}

.glyphicons-mouse-left-click:before {
  content: "\e724";
}

.glyphicons-mouse-right-click:before {
  content: "\e725";
}

.glyphicons-mouse-middle-click:before {
  content: "\e726";
}

.glyphicons-mouse-scroll:before {
  content: "\e727";
}

.glyphicons-resize-vertical:before {
  content: "\e728";
}

.glyphicons-resize-horizontal:before {
  content: "\e729";
}

.glyphicons-temperature:before {
  content: "\e730";
}

.glyphicons-puzzle:before {
  content: "\e731";
}

.glyphicons-puzzle-2:before {
  content: "\e732";
}

.glyphicons-puzzle-3:before {
  content: "\e733";
}

.glyphicons-nearby-square:before {
  content: "\e734";
}

.glyphicons-nearby-circle:before {
  content: "\e735";
}

.glyphicons-rotate-right:before {
  content: "\e736";
}

.glyphicons-rotate-left:before {
  content: "\e737";
}

.glyphicons-pictures:before {
  content: "\e738";
}

.glyphicons-photo-album:before {
  content: "\e739";
}

.glyphicons-cadastral-map:before {
  content: "\e740";
}

.glyphicons-fingerprint-scan:before {
  content: "\e741";
}

.glyphicons-fingerprint:before {
  content: "\e742";
}

.glyphicons-fingerprint-lock:before {
  content: "\e743";
}

.glyphicons-fingerprint-ok:before {
  content: "\e744";
}

.glyphicons-fingerprint-remove:before {
  content: "\e745";
}

.glyphicons-fingerprint-reload:before {
  content: "\e746";
}

.glyphicons-pending-notifications:before {
  content: "\e747";
}

.glyphicons-synchronization:before {
  content: "\e748";
}

.glyphicons-synchronization-ban:before {
  content: "\e749";
}

.glyphicons-hash:before {
  content: "\e750";
}

.glyphicons-gender-male:before {
  content: "\e751";
}

.glyphicons-gender-female:before {
  content: "\e752";
}

.glyphicons-gender-virgin-female:before {
  content: "\e753";
}

.glyphicons-gender-intersex:before {
  content: "\e754";
}

.glyphicons-gender-transgender:before {
  content: "\e755";
}

.glyphicons-gender-ori-lesbian:before {
  content: "\e756";
}

.glyphicons-gender-ori-gay:before {
  content: "\e757";
}

.glyphicons-gender-ori-hetero:before {
  content: "\e758";
}

.glyphicons-gender-other:before {
  content: "\e759";
}

.glyphicons-gender-unknown:before {
  content: "\e760";
}

.glyphicons-scanner:before {
  content: "\e761";
}

.glyphicons-multifunction-printer:before {
  content: "\e762";
}

.glyphicons-lasso:before {
  content: "\e763";
}

.glyphicons-view-360:before {
  content: "\e764";
}

.glyphicons-battery-charging:before {
  content: "\e765";
}

.glyphicons-battery-full:before {
  content: "\e766";
}

.glyphicons-battery-75:before {
  content: "\e767";
}

.glyphicons-battery-50:before {
  content: "\e768";
}

.glyphicons-battery-25:before {
  content: "\e769";
}

.glyphicons-battery-10:before {
  content: "\e770";
}

.glyphicons-satellite:before {
  content: "\e771";
}

.glyphicons-satellite-dish:before {
  content: "\e772";
}

.glyphicons-satellite-dish-alt:before {
  content: "\e773";
}

.glyphicons-auction:before {
  content: "\e774";
}

.glyphicons-directions:before {
  content: "\e775";
}

.glyphicons-race:before {
  content: "\e776";
}

.glyphicons-robot:before {
  content: "\e777";
}

.glyphicons-ruler-alt:before {
  content: "\e778";
}

.glyphicons-cube-empty:before {
  content: "\e779";
}

.glyphicons-cube-black:before {
  content: "\e780";
}

.glyphicons-move-square:before {
  content: "\e781";
}

.glyphicons-drop:before {
  content: "\e782";
}

.glyphicons-vr-headset:before {
  content: "\e783";
}

.glyphicons-vr-charging:before {
  content: "\e784";
}

.glyphicons-vr-low-battery:before {
  content: "\e785";
}

.glyphicons-vr-paired:before {
  content: "\e786";
}

.glyphicons-vr-settings:before {
  content: "\e787";
}

.glyphicons-vr-maintenance:before {
  content: "\e788";
}

.glyphicons-filter-remove:before {
  content: "\e789";
}

.glyphicons-filter-applied:before {
  content: "\e790";
}

.glyphicons-one-day:before {
  content: "\e791";
}

.glyphicons-user-vr:before {
  content: "\e792";
}

.glyphicons-user-vr-add:before {
  content: "\e793";
}

.glyphicons-user-vr-remove:before {
  content: "\e794";
}

.glyphicons-dice-1:before {
  content: "\e795";
}

.glyphicons-dice-2:before {
  content: "\e796";
}

.glyphicons-dice-3:before {
  content: "\e797";
}

.glyphicons-dice-4:before {
  content: "\e798";
}

.glyphicons-dice-5:before {
  content: "\e799";
}

.glyphicons-dice-6:before {
  content: "\e800";
}

.plusMinusAccordion .ui-accordion-header .ui-icon {
  display: inline-block;
  background-image: none;
  text-indent: 0;
  color: #F6B21D;
}

.plusMinusAccordion .ui-accordion-header.ui-state-active .ui-icon::after {
  content: "-";
}

.plusMinusAccordion .ui-accordion-header .ui-icon::after {
  content: "+";
}

.plusMinusAccordion .ui-accordion .ui-accordion-header {
  border: 0;
  border-top: 1px #999 dashed;
  margin-top: 10px;
  padding-top: 20px;
  font-weight: normal;
  border-radius: 0px;
  outline: unset;
}

.plusMinusAccordion .ui-accordion .ui-accordion-header:first-child {
  border: 0;
}

.ergebnis-buttons {
  white-space: nowrap;
  text-align: right;
}

.beitragsrechner .baustein-auswahl .baustein-checkbox {
  float: left;
  position: relative;
  top: 10px;
}
.beitragsrechner .baustein-auswahl .baustein-label {
  padding-left: 28px;
}
.beitragsrechner .baustein-auswahl .baustein-label label {
  margin-bottom: 0;
  line-height: normal;
}
.beitragsrechner .baustein-auswahl .baustein-label label.baustein-subtext {
  display: block !important;
  font-size: 11px;
  position: relative;
  top: -10px;
}
.beitragsrechner .baustein-auswahl .baustein-nicht-eingeschlossen-legende {
  margin-top: 20px;
}
.beitragsrechner .berechnungs-ergebnisse.row.primefacesTable, .beitragsrechner .berechnungs-ergebnisse.row.expandable-table, .beitragsrechner .berechnungs-ergebnisse.row.webcodes-table {
  margin-bottom: 10px;
  /* Zellen mit Beträgen rechtsbündig */
}
.beitragsrechner .berechnungs-ergebnisse.row.primefacesTable tr, .beitragsrechner .berechnungs-ergebnisse.row.expandable-table tr, .beitragsrechner .berechnungs-ergebnisse.row.webcodes-table tr {
  line-height: 40px;
  border-bottom: none !important;
}
.beitragsrechner .berechnungs-ergebnisse.row.primefacesTable tbody, .beitragsrechner .berechnungs-ergebnisse.row.expandable-table tbody, .beitragsrechner .berechnungs-ergebnisse.row.webcodes-table tbody {
  border-bottom: 1px solid #E6E6E6;
}
.beitragsrechner .berechnungs-ergebnisse.row.primefacesTable tbody th, .beitragsrechner .berechnungs-ergebnisse.row.expandable-table tbody th, .beitragsrechner .berechnungs-ergebnisse.row.webcodes-table tbody th {
  border-bottom: none !important;
}
.beitragsrechner .berechnungs-ergebnisse.row.primefacesTable th, .beitragsrechner .berechnungs-ergebnisse.row.expandable-table th, .beitragsrechner .berechnungs-ergebnisse.row.webcodes-table th, .beitragsrechner .berechnungs-ergebnisse.row.primefacesTable td, .beitragsrechner .berechnungs-ergebnisse.row.expandable-table td, .beitragsrechner .berechnungs-ergebnisse.row.webcodes-table td {
  vertical-align: top;
}
.beitragsrechner .berechnungs-ergebnisse.row.primefacesTable th:nth-child(1), .beitragsrechner .berechnungs-ergebnisse.row.expandable-table th:nth-child(1), .beitragsrechner .berechnungs-ergebnisse.row.webcodes-table th:nth-child(1),
.beitragsrechner .berechnungs-ergebnisse.row.primefacesTable td:nth-child(1),
.beitragsrechner .berechnungs-ergebnisse.row.expandable-table td:nth-child(1),
.beitragsrechner .berechnungs-ergebnisse.row.webcodes-table td:nth-child(1) {
  padding-left: 2px !important;
}
.beitragsrechner .berechnungs-ergebnisse.row.primefacesTable .beitrag, .beitragsrechner .berechnungs-ergebnisse.row.expandable-table .beitrag, .beitragsrechner .berechnungs-ergebnisse.row.webcodes-table .beitrag {
  text-align: right !important;
  padding-right: 10px;
}
.beitragsrechner .berechnungs-ergebnisse.row.primefacesTable .ergebnis-buttons, .beitragsrechner .berechnungs-ergebnisse.row.expandable-table .ergebnis-buttons, .beitragsrechner .berechnungs-ergebnisse.row.webcodes-table .ergebnis-buttons {
  white-space: nowrap;
  text-align: right;
}
.beitragsrechner .berechnungs-ergebnisse.row.primefacesTable .ergebnis-buttons .btn-yellow, .beitragsrechner .berechnungs-ergebnisse.row.expandable-table .ergebnis-buttons .btn-yellow, .beitragsrechner .berechnungs-ergebnisse.row.webcodes-table .ergebnis-buttons .btn-yellow {
  margin-left: 5px;
  margin-right: 5px;
}
.beitragsrechner h5 {
  border: none;
}

@media (max-width: 767px) {
  .btns-Mobile, .primefacesTableBorderless a.btn-yellow, .primefacesTableBorderless a.btn-backward, .primefacesTableBorderless a.btn-silver-fwd, .primefacesTableBorderless a.btn-dark, .primefacesTableBorderless a.btn-forward, .primefacesTableBorderless a.btn-silver, a.btn-yellow, a.btn-backward, a.btn-silver-fwd, a.btn-dark, a.btn-forward, a.btn-silver, .btn-yellow, .btn-backward, .btn-silver-fwd, .btn-dark, .btn-forward, .btn-silver {
    width: 100% !important;
    max-width: 100% !important;
    height: 40px;
    font-size: 14px !important;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px !important;
  }
  a.btn-yellow, a.btn-backward, a.btn-silver-fwd, a.btn-dark, a.btn-forward, a.btn-silver {
    padding-top: 5px;
    height: 35px;
  }
  .primefacesTableBorderless a.btn-yellow, .primefacesTableBorderless a.btn-backward, .primefacesTableBorderless a.btn-silver-fwd, .primefacesTableBorderless a.btn-dark, .primefacesTableBorderless a.btn-forward, .primefacesTableBorderless a.btn-silver {
    padding-top: 5px;
    height: 35px;
    display: block;
  }
  .primefacesTableBorderless .btn-yellow + .btn-yellow {
    margin-left: 0px;
  }
  /* 	label{
  font-size: 18px;
  }
  .selectRadio td {
  font-size: 18px;
  } */
  .footerRight {
    text-align: left;
  }
  .btn-inline {
    width: 100% !important;
  }
  .loginOn #column-login a {
    font-size: 13px !important;
  }
}
.btn-wrapper {
  margin-top: 20px;
}
.btn-wrapper a, .btn-wrapper button, .btn-wrapper input[type=submit] {
  margin-right: 5px;
}

.btn-wrapper.row .col-lg-6:first-child {
  text-align: left;
}
.btn-wrapper.row .col-lg-6:nth-child(2) {
  text-align: right;
}
.btn-wrapper.row .scol-lg-4:first-child {
  text-align: left;
}
.btn-wrapper.row .col-lg-4:nth-child(2) {
  text-align: center;
}
.btn-wrapper.row .col-lg-4:nth-child(3) {
  text-align: right;
}

.btn-icon {
  display: inline-block !important;
  min-width: 10px !important;
  background-image: linear-gradient(to bottom, #fbdf7d 0%, #fbd228 50%, #fac40e 50%, #fabf03 100%) !important;
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.4);
  color: black;
}
.btn-icon:hover, .btn-icon:focus {
  background-image: none;
  background-color: #fabf03 !important;
  color: #565655 !important;
}

.btn-icon.glyphicons:before, .btn-icon.technik-has-not-baustein-warning:before, .btn-icon.technik-has-not-baustein:before, .btn-icon.technik-has-baustein:before {
  padding: 0;
}

.icon-btns-wrapper .btn-icon {
  margin-right: 10px;
}
.icon-btns-wrapper > a {
  margin-top: 5px;
}

.btn-yellow.only-icon {
  padding: 0px !important;
  min-width: 31px !important;
  top: 4px;
}
.btn-yellow.only-icon .glyphicons, .btn-yellow.only-icon .technik-has-not-baustein-warning, .btn-yellow.only-icon .technik-has-not-baustein, .btn-yellow.only-icon .technik-has-baustein {
  margin: 3px 0 0 8px;
}

.btn-yellow + .btn-yellow {
  margin-left: 10px;
}
@media (max-width: 560px) {
  .btn-yellow + .btn-yellow {
    margin-left: 0;
  }
}
@media (min-width: 561px) and (max-width: 767px) {
  .btn-yellow + .btn-yellow {
    margin-left: 0;
  }
}

.btn-primary {
  background: linear-gradient(to bottom, #fbdf7d 0%, #fbd228 50%, #fac40e 50%, #fabf03 100%);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.4);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  border: none;
  height: 30px;
  line-height: 30px !important;
  text-align: left;
  text-decoration: none;
  padding: 0 18px;
  position: relative;
  box-sizing: content-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #fabf03 !important;
  background-image: none;
  color: #565655 !important;
}
.btn-primary .glyphicons, .btn-primary .technik-has-not-baustein-warning, .btn-primary .technik-has-not-baustein, .btn-primary .technik-has-baustein {
  font-size: 14px;
  margin: 1px -6px 0 -8px;
  color: black;
}

.btn-yellow {
  background: linear-gradient(to bottom, #fbdf7d 0%, #fbd228 50%, #fac40e 50%, #fabf03 100%);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.4);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  border: none;
  height: 30px;
  line-height: 30px !important;
  text-align: left;
  text-decoration: none;
  padding: 0 18px;
  position: relative;
  box-sizing: content-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn-yellow:hover, .btn-yellow:focus {
  background-color: #fabf03 !important;
  background-image: none;
  color: #565655 !important;
}
.btn-yellow .glyphicons, .btn-yellow .technik-has-not-baustein-warning, .btn-yellow .technik-has-not-baustein, .btn-yellow .technik-has-baustein {
  font-size: 14px;
  margin: 1px -6px 0 -8px;
  color: black;
}

.btn-silver {
  background: url(../img/silver_btn_backgrnd.png) repeat scroll center center;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.4);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  border: none;
  height: 30px;
  line-height: 30px !important;
  text-align: left;
  text-decoration: none;
  padding: 0 18px;
  position: relative;
  box-sizing: content-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn-silver:hover, .btn-silver:focus {
  background-color: #A3A29C !important;
  background-image: none;
  color: #565655 !important;
}
.btn-silver .glyphicons, .btn-silver .technik-has-not-baustein-warning, .btn-silver .technik-has-not-baustein, .btn-silver .technik-has-baustein {
  font-size: 14px;
  margin: 1px -6px 0 -8px;
  color: black;
}

.btn-disabled {
  background: #E6E6E6;
  color: #BFBFBF;
}
.btn-disabled:hover, .btn-disabled:focus {
  background: #E6E6E6 !important;
  color: #BFBFBF !important;
  cursor: default;
}
.btn-disabled .glyphicons, .btn-disabled .technik-has-not-baustein-warning, .btn-disabled .technik-has-not-baustein, .btn-disabled .technik-has-baustein {
  color: #BFBFBF;
}

.btn-boolean-silver.ui-button {
  background: url(../img/silver_btn_backgrnd.png) repeat scroll center center;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.4);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  border: none;
  height: 30px;
  line-height: 30px !important;
  text-align: left;
  text-decoration: none;
  padding: 0 18px;
  position: relative;
  box-sizing: content-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn-boolean-silver.ui-button:hover, .btn-boolean-silver.ui-button:focus {
  background-color: #A3A29C !important;
  background-image: none;
  color: #565655 !important;
}
.btn-boolean-silver.ui-button .glyphicons, .btn-boolean-silver.ui-button .technik-has-not-baustein-warning, .btn-boolean-silver.ui-button .technik-has-not-baustein, .btn-boolean-silver.ui-button .technik-has-baustein {
  font-size: 14px;
  margin: 1px -6px 0 -8px;
  color: black;
}

.btn-black {
  background: linear-gradient(to bottom, #656564 0%, #595958 50%, #2b2b2a 51%, #474746 100%);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.4);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  border: none;
  height: 30px;
  line-height: 30px !important;
  text-align: left;
  text-decoration: none;
  padding: 0 18px;
  position: relative;
  box-sizing: content-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: white !important;
}
.btn-black:hover, .btn-black:focus {
  background-color: #A3A29C !important;
  background-image: none;
  color: #565655 !important;
}
.btn-black .glyphicons, .btn-black .technik-has-not-baustein-warning, .btn-black .technik-has-not-baustein, .btn-black .technik-has-baustein {
  font-size: 14px;
  margin: 1px -6px 0 -8px;
  color: black;
}

.btn-backward {
  background: url(../img/silver_btn_backgrnd.png) repeat scroll center center;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.4);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  border: none;
  height: 30px;
  line-height: 30px !important;
  text-align: left;
  text-decoration: none;
  padding: 0 18px;
  position: relative;
  box-sizing: content-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn-backward:hover, .btn-backward:focus {
  background-color: #A3A29C !important;
  background-image: none;
  color: #565655 !important;
}
.btn-backward .glyphicons, .btn-backward .technik-has-not-baustein-warning, .btn-backward .technik-has-not-baustein, .btn-backward .technik-has-baustein {
  font-size: 14px;
  margin: 1px -6px 0 -8px;
  color: black;
}
.btn-backward:before {
  display: inline-block;
  content: "";
  background: url(../img/arrow_left.png) no-repeat center;
  height: 100%;
  width: 14px;
  position: absolute;
  left: -5px;
  top: 0px;
}

.btn-forward {
  background: linear-gradient(to bottom, #fbdf7d 0%, #fbd228 50%, #fac40e 50%, #fabf03 100%);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.4);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  border: none;
  height: 30px;
  line-height: 30px !important;
  text-align: left;
  text-decoration: none;
  padding: 0 18px;
  position: relative;
  box-sizing: content-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn-forward:hover, .btn-forward:focus {
  background-color: #fabf03 !important;
  background-image: none;
  color: #565655 !important;
}
.btn-forward .glyphicons, .btn-forward .technik-has-not-baustein-warning, .btn-forward .technik-has-not-baustein, .btn-forward .technik-has-baustein {
  font-size: 14px;
  margin: 1px -6px 0 -8px;
  color: black;
}
.btn-forward:after {
  display: inline-block;
  content: "";
  background: url(../img/arrow_right.png) no-repeat center;
  height: 100%;
  width: 14px;
  position: absolute;
  right: -3px;
  top: 0px;
}

.sliding-button-wrapper {
  position: relative;
  height: 35px;
  width: 35px;
}
.sliding-button-wrapper .btn-yellow.only-icon {
  position: absolute;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
}
.sliding-button-wrapper .btn-yellow.only-icon .glyphicons, .sliding-button-wrapper .btn-yellow.only-icon .technik-has-not-baustein-warning, .sliding-button-wrapper .btn-yellow.only-icon .technik-has-not-baustein, .sliding-button-wrapper .btn-yellow.only-icon .technik-has-baustein {
  margin-left: -2px;
  color: black;
}
.sliding-button-wrapper .btn-yellow.only-icon .button-text {
  transition: all 0.2s linear;
  max-width: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 31px;
  color: black;
  display: inline-block;
  padding-left: 0;
}
.sliding-button-wrapper .btn-yellow.only-icon:hover .button-text {
  max-width: 1000px;
  padding-left: 10px;
}

.cp-dragdrop {
  border: 2px dashed #F6B21D !important;
  color: #333 !important;
  text-align: center;
  padding: 0 !important;
  display: block;
  height: 88px;
  background: white;
}

.cp-dragdrop * {
  color: #333 !important;
}

.cp-dragdrop a {
  cursor: pointer !important;
  font-weight: bold;
  display: block;
  height: 100%;
  padding: 37px 0 0 0 !important;
}

.cp-dragdrop a .glyphicons::before, .cp-dragdrop a .technik-has-not-baustein-warning::before, .cp-dragdrop a .technik-has-not-baustein::before, .cp-dragdrop a .technik-has-baustein::before {
  padding-right: 3px;
  line-height: 0.5;
  font-size: 14px;
}

.cp-dragdrop a:hover {
  color: #F6B21D !important;
}

.cp-flap > div {
  position: relative;
}

.cp-flap .auto-show-help {
  position: absolute;
  bottom: 10px;
}

ol.prozess-schritte .aktiv {
  font-weight: bold;
}

.cp-flap {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 50%;
  width: 384px;
  transform: translate(100%, -50%);
  transition: transform 0.32s ease-in-out;
  max-height: 100%;
}

.cp-flap.active {
  transform: translate(0%, -50%);
}

.cp-flap > a {
  transform: rotate(-90deg) translate(-88%, -50%);
  background-color: #F6B21D;
  border-radius: 4px 4px 0 0;
  display: block;
  color: #565655;
  height: 35px;
  width: 154px;
  line-height: 38px;
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  left: 0;
  top: 0;
  transform-origin: left center;
  text-align: center;
}

.cp-flap > a:hover, .cp-flap > a:active, .cp-flap > a:focus {
  color: #565655;
}

.cp-flap > a i {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.cp-flap > a > span {
  transform: rotate(90deg) translate(-7%, -50%) !important;
  display: inline-block !important;
}

.cp-flap > div {
  background-image: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  height: 300px;
  overflow: auto;
  padding: 20px;
}

.cp-flap > div ul {
  margin: 0 0 10px 15px;
}

.dokumente-generieren-dialog .ui-dialog-titlebar-icon {
  display: none;
}
.dokumente-generieren-dialog .ui-confirm-dialog-severity {
  display: none;
}
.dokumente-generieren-dialog .ui-dialog-footer {
  display: none;
}
.dokumente-generieren-dialog .ui-confirm-dialog-message {
  margin: auto;
  padding: 50px;
  text-align: center;
}
.dokumente-generieren-dialog .ui-confirm-dialog-message p {
  margin-top: 20px;
}

.docLinkWrapWrap .ui-widget-content {
  border: none;
}

.dokumenten-download-tabelle {
  width: 100%;
  /* Wenn die Option showDatum auf der Dokumenten-Download-Komponente auf false
     gesetzt ist, wird die Klasse ohne-datum gesetzt. In diesem Fall die Spalte
     1 (die Datums-Spalte) nicht anzeigen */
  /* Empfänger-Adressen */
}
.dokumenten-download-tabelle.ohne-datum th:nth-child(1), .dokumenten-download-tabelle.ohne-datum td:nth-child(1) {
  display: none;
}
.dokumenten-download-tabelle.ohne-projekt th:nth-child(2), .dokumenten-download-tabelle.ohne-projekt td:nth-child(2) {
  display: none;
}
.dokumenten-download-tabelle .row.header {
  line-height: 30px;
  font-weight: bold;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 4px;
  margin-left: 5px;
  margin-right: 5px;
}
.dokumenten-download-tabelle .docLinkWrap.row {
  border: none;
  padding: 0;
}
.dokumenten-download-tabelle .ui-paginator {
  float: none;
}
.dokumenten-download-tabelle .docLinkWrap-loading.row {
  border: none;
  padding: 0;
}
.dokumenten-download-tabelle .datum {
  line-height: 32px;
  padding-top: 6px;
}
.dokumenten-download-tabelle thead th {
  background-color: #c0c2c3 !important;
  border-radius: 0;
  text-align: left;
}
.dokumenten-download-tabelle thead th:nth-child(1) {
  width: 80px;
}
.dokumenten-download-tabelle tbody:not(:last-child), .dokumenten-download-tabelle thead {
  border-bottom: 10px solid white !important;
}
.dokumenten-download-tabelle td, .dokumenten-download-tabelle th {
  padding: 5px !important;
  vertical-align: top;
  line-height: 27px;
}
.dokumenten-download-tabelle td {
  background-color: #eeeeee !important;
  text-overflow: ellipsis;
}
.dokumenten-download-tabelle .loading-doc:after {
  display: inline-block;
  content: "";
  background: url(../img/mini-loading.gif) no-repeat center;
  height: 20px;
  width: 20px;
  position: relative;
}
.dokumenten-download-tabelle tbody td:first-child, .dokumenten-download-tabelle tbody td:nth-child(2) {
  padding-top: 12px !important;
  line-height: 24px;
}
.dokumenten-download-tabelle button.ui-button {
  border: 0;
  background: none;
  box-shadow: none;
  width: 100%;
  text-align: left;
}
.dokumenten-download-tabelle button.ui-button:hover {
  color: #F6B21D;
}
.dokumenten-download-tabelle button.ui-button:focus {
  outline: none;
}
.dokumenten-download-tabelle button.ui-button span.ui-button-text {
  display: inline-block;
  line-height: 32px;
  padding-left: 0;
  padding-top: 4px;
  padding-bottom: 0;
  text-decoration: underline;
}
.dokumenten-download-tabelle a.ui-commandlink {
  display: inline-block;
  line-height: 32px;
  padding-left: 0;
  padding-top: 4px;
  padding-bottom: 0;
  text-decoration: underline;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dokumenten-download-tabelle a.ui-commandlink:hover {
  color: #F6B21D;
}
.dokumenten-download-tabelle a.ui-commandlink:focus {
  outline: none;
}
.dokumenten-download-tabelle ul.empfaenger {
  list-style: none;
}
.dokumenten-download-tabelle ul.empfaenger li {
  line-height: 24px;
}
.dokumenten-download-tabelle ul.empfaenger li:first-child {
  padding-top: 7px;
}
@media (min-width: 1200px) {
  .dokumenten-download-tabelle tbody tr td:first-child {
    width: 10.4%;
  }
}
@media only screen and (max-width: 980px) {
  .dokumenten-download-tabelle {
    /* Tabelle zum Umbrechen bringen */
    /* Table HEader verstecken */
    /*
    Label der Zeilen
    */
  }
  .dokumenten-download-tabelle table {
    display: block !important;
  }
  .dokumenten-download-tabelle table, .dokumenten-download-tabelle thead, .dokumenten-download-tabelle tbody, .dokumenten-download-tabelle th, .dokumenten-download-tabelle td, .dokumenten-download-tabelle tr {
    display: block;
  }
  .dokumenten-download-tabelle thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .dokumenten-download-tabelle tbody {
    overflow: auto;
  }
  .dokumenten-download-tabelle tbody tr td:first-child {
    padding-top: 6px !important;
    font-weight: bold;
  }
  .dokumenten-download-tabelle tbody tr td:nth-of-type(2) {
    padding-top: 6px !important;
    font-weight: bold;
  }
  .dokumenten-download-tabelle tbody th {
    padding: 0px;
  }
  .dokumenten-download-tabelle tbody tr {
    border: 1px solid #ccc;
  }
  .dokumenten-download-tabelle tbody td {
    /* Als Zeile darstellen */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30% !important;
  }
  .dokumenten-download-tabelle tbody td:before {
    /* Zailenbeschriftung  */
    position: absolute;
    top: 6px;
    left: 6px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .dokumenten-download-tabelle td:nth-of-type(1):before {
    content: "Datum";
  }
  .dokumenten-download-tabelle td:nth-of-type(2):before {
    content: "Versicherungsort";
    font-weight: bold;
  }
  .dokumenten-download-tabelle td:nth-of-type(3):before {
    content: "Dokument";
  }
  .dokumenten-download-tabelle td:nth-of-type(4):before {
    content: "Versendet an";
  }
}

#mainFooter {
  background-color: #cccccc;
  color: white;
  margin-top: 30px;
  margin-bottom: 30px;
}

#mainFooter {
  color: #333 !important;
}

.footerLink {
  color: #333 !important;
}

.footerLink:hover {
  color: #F6B21D !important;
  text-decoration: none;
}

.footerRight {
  text-align: right;
}

.glyphicons, .technik-has-not-baustein-warning, .technik-has-not-baustein, .technik-has-baustein {
  color: #828587;
}

.ui-growl-item .ui-growl-image {
  float: left;
}

.ui-growl-item .ui-growl-message {
  width: 275px;
  float: none;
}

.ui-growl-item .ui-growl-message .ui-growl-title {
  padding-left: 40px;
}

.ui-growl-item .ui-growl-message p {
  overflow: hidden;
}

#headerTeaser .slider span.text {
  position: absolute;
  top: 34px;
  left: 36%;
  width: 286px;
  color: #fff;
}

#headerTeaser {
  margin-bottom: 1em;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 5;
}

#headerTeaser img {
  display: block;
  width: 100%;
}

#headerTeaser span.description {
  display: block;
  padding: 0.3em 10px;
}

#headerTeaser .element {
  display: none;
}

#headerTeaser .element.single .description {
  line-height: 1.2em;
}

#headerTeaser .element.first {
  display: block;
}

#headerTeaser .pager-arrow {
  display: none;
}

@media only screen and (min-width: 570px) {
  #headerTeaser {
    font-size: 1.1em;
    width: auto;
  }
  #headerTeaser span.description {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 766px) {
  .home #headerTeaser {
    margin-bottom: 1.43em;
  }
  #headerTeaser {
    font-size: 1em;
    padding: 0;
    margin-bottom: 3.1em;
  }
  #headerTeaser span.description {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
  #headerTeaser .slider {
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  #headerTeaser .slider .element {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  #headerTeaser .slider .element img {
    width: 100%;
  }
  #headerTeaser .slider span.text {
    position: absolute;
    top: 34px;
    left: 36%;
    width: 286px;
    color: #fff;
  }
  #headerTeaser .slider span.headline {
    display: block;
    margin-bottom: 30px;
    font-size: 1.8em;
    margin-top: 16px;
  }
  #headerTeaser .slider span.description {
    margin-top: 10px;
    font-size: 1em;
  }
  #headerTeaser .element.single {
    position: relative;
    overflow: hidden;
  }
  #headerTeaser .element.single img {
    width: 700px;
    height: 210px;
  }
  #headerTeaser .element.single .headline {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 460px;
    display: block;
    background: #173251;
    color: #ffffff;
    font-size: 2.1em;
    padding: 0.4em 0 0.4em 0.53em;
    line-height: 1em;
  }
  #headerTeaser .element.single .description {
    display: none;
  }
  #headerTeaser .cycle-pager {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 110;
    width: 100%;
    text-align: center;
    color: #ffffff;
  }
  #headerTeaser .cycle-pager i {
    cursor: pointer;
    margin: 0 3px;
    font-size: 0.6em;
    vertical-align: middle;
    line-height: 1em;
  }
  #headerTeaser .cycle-pager i.cycle-pager-active {
    font-size: 1em;
  }
  #headerTeaser .cycle-pager i.cycle-pager-active:before {
    content: "\f10c";
  }
  #headerTeaser .pager-arrow {
    position: absolute;
    display: block;
    width: 12px;
    height: 14px;
    color: #7f7a74;
    background-color: #ffffff;
    padding: 8px 8px 8px 10px;
    font-size: 15px;
    bottom: 27px;
    z-index: 110;
    cursor: pointer;
    font-weight: bold;
  }
  #headerTeaser .pager-arrow.icon-chevron-left {
    left: 10px;
  }
  #headerTeaser .pager-arrow.icon-chevron-right {
    right: 10px;
  }
}
@media only screen and (min-width: 990px) {
  #headerTeaser .slider .element {
    width: 100%;
  }
  #documentWrapper #headerTeaser .element.single .description {
    display: block;
    position: absolute;
    right: 0;
    width: 220px;
    height: 70%;
    top: 45px;
    font-size: 1.4em;
    padding: 0;
  }
  #documentWrapper #headerTeaser .element.single .headline {
    right: 240px;
  }
}
.hinweis {
  background: #ccc;
  border: 1px solid #ccc;
  margin: 20px 0;
}
.hinweis > .glyphicons, .hinweis > .technik-has-not-baustein-warning, .hinweis > .technik-has-not-baustein, .hinweis > .technik-has-baustein {
  padding: 10px;
  font-size: 40px;
  color: #F6B21D;
  float: left;
}
.hinweis > div {
  background-color: white;
  min-height: 70px;
  margin-left: 77px;
  padding: 10px;
}
.hinweis span.glyphicons.glyphicons-lightbulb + div, .hinweis span.glyphicons-lightbulb.technik-has-not-baustein-warning + div, .hinweis span.glyphicons-lightbulb.technik-has-not-baustein + div, .hinweis span.glyphicons-lightbulb.technik-has-baustein + div {
  padding-top: 12px;
}
.hinweis a {
  text-decoration: underline;
}

.imageBox {
  padding: 10px;
  border: solid 1px #DEDEDE;
  padding: 10px;
  height: 80px;
  overflow: hidden;
  margin-bottom: 20px !important;
  text-align: center;
  display: inline-block;
  width: 100%;
}

/* just for 3ercolumn */
.imageBox:nth-child(4n+5) {
  margin-left: 0px !important;
}

.imageBox img {
  object-fit: contain;
  max-height: 100%;
}

.tooltipStyled {
  font-size: 14px;
  padding: 5px;
}
.tooltipStyled span.info_box_inner {
  display: block;
  border-left: solid 5px #F6B21D;
  padding-left: 5px;
}
.tooltipStyled span.info_box_inner ul {
  margin-left: 20px;
  list-style-image: url("../img/list-style-rect.svg");
}
.tooltipStyled em {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.infoI {
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}

.infoIWrapper {
  position: relative;
}
.infoIWrapper:hover > .info_box, .infoIWrapper:focus > .info_box {
  display: block;
}
.infoIWrapper > .info_box {
  background: #FFF;
  border: solid 1px #E6E6E6;
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  display: none;
  font-size: 14px;
  padding: 5px;
  z-index: 98;
  min-width: 200px;
  margin-top: 5px;
  white-space: normal;
  position: absolute;
  width: 350px;
  margin-left: 20px;
  /**
   * Top-Positionierung: richte Hilfebox anhand des Links .info_link
   * nach oben aus
   */
}
.infoIWrapper > .info_box span.info_box_inner {
  display: block;
  border-left: solid 5px #F6B21D;
  padding-left: 5px;
  font-weight: normal;
}
.infoIWrapper > .info_box span.info_box_inner ul {
  margin-left: 20px;
  list-style-image: url("../img/list-style-rect.svg");
}
.infoIWrapper > .info_box em {
  background: #EAEAEA;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.infoIWrapper > .info_box.top {
  bottom: 30px;
}

@media only screen and (max-width: 599px) {
  .info_link > .info_box {
    left: 0px;
  }
}
.infoIWrapper {
  display: block;
}

.infoIWrapper.inline {
  display: inline-block;
  vertical-align: text-bottom;
}

h3 .infoIWrapper.inline {
  padding-bottom: 0;
  margin-bottom: 3px;
}

h4 .infoIWrapper.inline {
  padding-bottom: 0;
  margin-bottom: 3px;
}

.infoIWrapper.inline .info_box {
  right: inherit;
}

@media only screen and (max-width: 766px) {
  .infoIWrapper.inline .info_box {
    left: inherit !important;
  }
}
.infoIWrapper .btn {
  padding: 1px 6px 1px 6px;
  line-height: 17px;
  margin-top: 0px;
  background: grey;
  color: white;
  text-shadow: none;
  border: none;
}

.infoIWrapper .btn:hover {
  background: #999;
  color: white;
}

.infoIWrapper:hover > .info_box, .infoIWrapper:active > .info_box {
  display: inline-block;
}

.info_link {
  text-decoration: underline !important;
  cursor: help !important;
  /**
   * Es wird eine relative Position gesetzt, damit im Falle von
   * top-Positionierung der Hilfebox diese ausgerichtet werden kann
   * anhand des Links */
  position: relative;
}
.info_link:hover > .info_link_content, .info_link:focus > .info_link_content {
  display: block;
}
.info_link > .info_link_content {
  background: #FFF;
  border: solid 1px #E6E6E6;
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  display: none;
  font-size: 14px;
  padding: 5px;
  z-index: 98;
  min-width: 200px;
  margin-top: 5px;
  white-space: normal;
  position: absolute;
  width: 350px;
  margin-left: 20px;
  /**
   * Top-Positionierung: richte Hilfebox anhand des Links .info_link
   * nach oben aus
   */
}
.info_link > .info_link_content span.info_box_inner {
  display: block;
  border-left: solid 5px #F6B21D;
  padding-left: 5px;
}
.info_link > .info_link_content em {
  background: #EAEAEA;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.info_link > .info_link_content.top {
  bottom: 30px;
}

@media only screen and (max-width: 599px) {
  .info_link > .info_link_content {
    left: 0px;
  }
}
.row.iban-bic label {
  margin-bottom: 0;
  padding-top: 10px;
}

.yes-no-selector td {
  padding: 1px 5px;
}

.yes-no-selector label {
  padding-left: 3px;
}

.select-one-radio td {
  padding: 1px 5px;
}
.select-one-radio label {
  padding-left: 3px;
}

/* primefaces disabled override */
input[disabled] {
  opacity: 1 !important;
  cursor: not-allowed !important;
}

.ui-inputswitch {
  border: 1px solid #BFBFBF !important;
  position: relative;
  top: 6px;
}
.ui-inputswitch .ui-inputswitch-off {
  background: white !important;
}
.ui-inputswitch .ui-inputswitch-on {
  background-color: #F6B21D !important;
}

.ui-chkbox.ui-widget .ui-chkbox-box {
  border-color: #F6B21D;
  width: 18px;
  height: 18px;
}
.ui-chkbox.ui-widget .ui-chkbox-box .ui-chkbox-icon {
  background-color: white;
}

.ui-outputlabel .ui-outputlabel-rfi {
  margin-left: 0 !important;
}

.input-row-anmerkung {
  margin-left: 5px;
}

.kundeninfoTabelle-search-panel {
  background-color: #c0c2c3;
  margin-bottom: 10px;
  padding: 10px;
}
.kundeninfoTabelle-search-panel .filter-label {
  line-height: 2 !important;
  text-align: right;
}
.kundeninfoTabelle-search-panel .ui-panel {
  padding: 0.2em;
  border-radius: 0;
  border: none;
  background-color: #eeeeee;
}
.kundeninfoTabelle-search-panel .ui-panel .ui-panel-titlebar {
  background: transparent;
}
.kundeninfoTabelle-search-panel [type=checkbox] {
  margin-left: 5px;
}

.kundeninfoTabelle .ui-row-toggler {
  font-size: 11px;
  position: relative;
  top: 3px;
}
.kundeninfoTabelle .ui-expanded-row-content td {
  line-height: 20px !important;
  padding-left: 2px;
}
.kundeninfoTabelle thead {
  border-bottom: 2px solid #c0c2c3;
  border-top: 2px solid #c0c2c3;
}
.kundeninfoTabelle tbody:before {
  content: "-";
  display: block;
  line-height: 10px;
  color: transparent;
}
.kundeninfoTabelle thead tr th {
  border-radius: 0;
  padding-left: 0;
  padding-right: 10px;
  background-color: transparent !important;
}
.kundeninfoTabelle .glyphicons:before, .kundeninfoTabelle .technik-has-not-baustein-warning:before, .kundeninfoTabelle .technik-has-not-baustein:before, .kundeninfoTabelle .technik-has-baustein:before {
  padding-left: 1px;
}
.kundeninfoTabelle .glyphicons.glyphicons-history:before, .kundeninfoTabelle .glyphicons-history.technik-has-not-baustein-warning:before, .kundeninfoTabelle .glyphicons-history.technik-has-not-baustein:before, .kundeninfoTabelle .glyphicons-history.technik-has-baustein:before {
  padding-left: 6px;
}
.kundeninfoTabelle thead th .ui-column-title {
  color: #333;
}
.kundeninfoTabelle > div > table > tbody > tr > td {
  padding: 0;
}
.kundeninfoTabelle .kundendetails {
  background-color: #fff;
}
.kundeninfoTabelle .kundendetails-row > td {
  padding: 0;
}
.kundeninfoTabelle .kundendetails .marker .glyphicons, .kundeninfoTabelle .kundendetails .marker .technik-has-not-baustein-warning, .kundeninfoTabelle .kundendetails .marker .technik-has-not-baustein, .kundeninfoTabelle .kundendetails .marker .technik-has-baustein {
  margin-right: -10px;
}
.kundeninfoTabelle .kundendetails .marker {
  margin-right: 20px;
}
.kundeninfoTabelle .kundendetails .versicherungsort div.span2 img {
  margin-bottom: 8px;
}
.kundeninfoTabelle .kundendetails .versicherungsort div.span2 div {
  text-align: center;
  line-height: 20px;
}
.kundeninfoTabelle .klapp-spalte {
  width: 17px;
}
.kundeninfoTabelle .namens-spalte {
  width: 20%;
  padding-left: 10px;
}
.kundeninfoTabelle .kundennnummer-spalte {
  width: 85px;
}
.kundeninfoTabelle .status-spalte {
  width: 150px;
}
.kundeninfoTabelle .status-spalte .glyphicons-ok-sign, .kundeninfoTabelle .status-spalte .glyphicons-ban-circle {
  margin-right: -7px;
}
.kundeninfoTabelle .status-spalte span:nth-child(2) {
  width: 60px;
  display: inline-block;
}
.kundeninfoTabelle .ort-spalte {
  width: 75px;
}
.kundeninfoTabelle .aktions-spalte {
  width: 250px;
  text-align: right;
  padding-right: 10px;
}
.kundeninfoTabelle .mini-spalte {
  width: 30px;
}
.kundeninfoTabelle .middle-spalte {
  width: 130px;
}

@media (max-width: 767px) {
  .kundeninfoTabelle td.klapp-spalte span.ui-column-title {
    display: none;
  }
  .kundeninfoTabelle .klapp-spalte .ui-row-toggler {
    height: 40px;
  }
  .kundeninfoTabelle > div > table > tbody > tr > td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .filter-label {
    text-align: left;
  }
}
.listTable {
  float: none !important;
}

.listTable tr {
  display: block;
}

.listTable td {
  display: block;
  background: transparent none repeat scroll 0 0 !important;
  border: medium none !important;
}

.listTable label {
  font-weight: normal !important;
  padding-left: 20px !important;
}

.numberedList {
  counter-reset: foo;
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
}

.numberedList li {
  list-style: none;
  counter-increment: foo;
  display: table-row;
  margin-bottom: 10px;
}

.numberedList li::before {
  content: counter(foo) ".";
  display: table-cell;
  text-align: right;
  padding-right: 5px;
}

.listItem {
  background: #ebebec none repeat scroll 0 0;
  border-radius: 2px;
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  white-space: nowrap;
  height: 20px;
}

.listItemVal {
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px;
}

@media (max-width: 979px) {
  .pull-down {
    margin-top: 0px !important;
  }
}
.loginOn #column-login {
  position: absolute;
  right: 50px;
  width: 218px;
  z-index: 60;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8c337 0%, #F6B21D 100%) repeat scroll 0 0;
  border-bottom: 1px solid #dda01a;
  color: #333;
  font-size: 13px;
  padding: 10px 15px 4px;
  margin-top: -30px;
  display: block;
}

.loginOn #column-login .portlet-msg-info {
  padding: 4px;
  background: #f4f5f4 none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #333;
}

.loginOn #column-login .portlet-msg-error {
  padding: 4px;
}

.loginOn #column-login a:hover {
  color: #333333 !important;
}

.loginOn #column-login input {
  width: 180px;
}

.loginOn #column-login input[type=checkbox] {
  width: auto;
}

.portlet-login .navigation {
  background: transparent;
  border-top: none;
  padding: 0px;
  padding-bottom: 10px;
}

.checkOutIcon {
  background-image: url("../img/sign-out.svg");
  background-size: 15px auto;
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  width: 15px;
}

a:hover .checkOutIcon {
  background-image: url("../img/sign-out_gelb.svg");
  background-size: 15px auto;
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  width: 15px;
}

.signedintextWrapper {
  bottom: 0;
  position: absolute;
  right: 25px;
}

.signedintext {
  width: 100%;
  display: inline-block;
  text-align: right;
}

.messages-without-info.info {
  display: none;
}

@media (max-width: 991px) {
  .pull-down {
    margin-top: 0px !important;
  }
  .loginOn #column-login {
    margin-top: 0px;
    margin-right: -50px;
  }
}
@media (max-width: 767px) {
  .pull-down {
    margin-top: 0px !important;
  }
  .loginOn #column-login {
    margin-top: 0px;
    margin-right: -50px;
  }
}
.header_nav {
  padding-top: 10px;
  padding-right: 25px;
}

.header_nav a {
  float: right;
  margin-left: 20px;
}

.header_nav .glyphicons, .header_nav .technik-has-not-baustein-warning, .header_nav .technik-has-not-baustein, .header_nav .technik-has-baustein {
  position: relative;
  top: -3px;
  margin-right: -4px;
}

.lumit_nav {
  position: relative;
}

.lumit_nav .navbar {
  -moz-user-select: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1NjU2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU5NTk1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzJiMmIyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NzQ3NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, rgb(101, 101, 100) 0%, rgb(89, 89, 88) 50%, rgb(43, 43, 42) 51%, rgb(71, 71, 70) 100%);
  margin-bottom: 0px;
  padding: 0px;
}

.menubar-logo {
  height: 28px;
}

.lumit_nav .navbar-inner {
  background-color: inherit;
  background-image: none;
  background-repeat: none;
  border: none;
  border-radius: none;
  box-shadow: none;
  min-height: 30px;
  padding-left: 0px;
  padding-right: 0px;
}

.lumit_nav .navbar .navbar-nav {
  display: block;
  float: left;
  left: 0;
  margin: 0 10px 0 0;
  position: relative;
  list-style: outside none none;
}

.lumit_nav .navbar .navbar-nav li {
  float: left;
  border-right: 1px solid #d5d5d5;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  list-style: outside none none;
  text-decoration: none;
  text-transform: uppercase;
}

.lumit_nav .navbar .navbar-nav .selected {
  background: linear-gradient(to bottom, #f8c438 0%, #f8c438 50%, #f3a219 50%, #f6b11d 100%);
}

.lumit_nav .navbar .navbar-nav .selected a {
  color: #595a5c !important;
}

.lumit_nav .navbar .navbar-nav li a {
  color: #ffffff !important;
  text-decoration: none !important;
  padding-top: 5px !important;
  text-shadow: none !important;
  background-color: transparent !important;
}

.lumit_nav .navbar .navbar-nav li a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.lumit_nav .navbar .navbar-nav > li > .dropdown-menu::before {
  content: "" !important;
}

.lumit_nav .navbar .navbar-nav > li > .dropdown-menu::after {
  content: "" !important;
}

.lumit_nav .navbar .navbar-nav > li > .dropdown-menu li a {
  color: #333333 !important;
  text-decoration: none !important;
  padding-top: 5px !important;
  text-shadow: none !important;
  box-sizing: initial;
}

.navbar .signedintext {
  color: #acacac;
}

@media (max-width: 990px) {
  .lumit_nav .navbar {
    background: rgb(128, 128, 128) !important;
  }
  .lumit_nav .navbar .navbar-nav {
    width: 100%;
    background: rgb(128, 128, 128) !important;
  }
  .lumit_nav .navbar .navbar-nav li {
    float: none;
    display: block;
    border: none;
  }
}
/**
 * Hover-Effekt über dem Menüband ist nur bei großen Screengrößen aktiv, wenn
 * das Menü vollständig angezeigt wird.
 */
@media (min-width: 990px) {
  .lumit_nav {
    height: 40px;
    background-color: #d5d5d5;
    overflow: hidden;
  }
  .lumit_nav .navbar .navbar-nav {
    height: 30px;
  }
  .lumit_nav .navbar .navbar-nav li:not(.selected):hover {
    border-bottom: 10px solid #F6B21D;
    box-sizing: initial;
  }
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  z-index: 999999;
  top: 27px;
  border: 1px solid lightgray;
}

.hover-menu {
  display: inline-block;
  float: right;
}

.hover-menu:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  display: block;
  margin: 5px;
  padding: 5px;
  float: none;
}

.dropdown-content a::before {
  color: #F6B21D;
  content: "\e174";
  font-family: "Glyphicons Regular";
  margin-right: 5px;
  font-size: 12px;
}

.displayOnlyMobile {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .mobileDisplayNone {
    display: none !important;
  }
  .mobileNoneVisible {
    visibility: hidden !important;
  }
  .displayOnlyMobile {
    display: block !important;
  }
  .logoWithtext {
    display: inline-block !important;
    position: relative !important;
    width: 50% !important;
    vertical-align: top;
  }
  .header_nav {
    display: inline-block !important;
    position: relative !important;
  }
  .header_nav a {
    font-size: 0;
    margin-left: 0px;
  }
  .header_nav a .glyphicons, .header_nav a .technik-has-not-baustein-warning, .header_nav a .technik-has-not-baustein, .header_nav a .technik-has-baustein {
    font-size: 14px;
  }
  .header_nav a .glyphicons.glyphicons-chevron-down, .header_nav a .glyphicons-chevron-down.technik-has-not-baustein-warning, .header_nav a .glyphicons-chevron-down.technik-has-not-baustein, .header_nav a .glyphicons-chevron-down.technik-has-baustein {
    font-size: 0;
    display: none;
  }
  .header_nav .dropdown-content a {
    font-size: 14px;
  }
  .header_nav a .icon-user {
    font-size: 16px;
  }
  .signedintextWrapper {
    position: relative;
  }
}
.navigationBoxWrapper:first-child {
  margin-top: 30px;
}

.navigationBoxWrapper {
  height: 240px;
  margin-bottom: 20px;
}
.navigationBoxWrapper a:hover {
  text-decoration: none;
}
.navigationBoxWrapper .navigationBox {
  height: 100%;
  padding: 0 5px;
}
.navigationBoxWrapper .navigationBox:hover {
  color: #333 !important;
  background-color: #eee;
  border-radius: 3px;
}
.navigationBoxWrapper .navigationBox:hover span.weiter {
  text-decoration: underline;
}
.navigationBoxWrapper .navigationBox span.weiter {
  color: #f6b21d;
}
.navigationBoxWrapper .navigationBox h4 {
  border-bottom: solid 1px #C9C9C9;
  margin-bottom: 10px !important;
  margin-top: 0px !important;
  font-size: larger;
  text-align: right;
  /** Text vertikal nach unten bewegen */
  line-height: 50px;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 3px;
}
.navigationBoxWrapper .navigationBox h4 span.glyphicons, .navigationBoxWrapper .navigationBox h4 span.technik-has-not-baustein-warning, .navigationBoxWrapper .navigationBox h4 span.technik-has-not-baustein, .navigationBoxWrapper .navigationBox h4 span.technik-has-baustein {
  float: left;
  font-size: 30px;
  color: #828587;
}
.navigationBoxWrapper .navigationBox a {
  position: absolute;
  right: 13px;
  bottom: 0px;
}

@media (max-width: 990px) {
  .navigationBoxWrapper {
    /* 
     * !important, damit auch die auf dem Element (inline) gesetzte Höhe 
     * überschrieben wird 
     */
    height: auto !important;
  }
  .navigationBoxWrapper .navigationBox {
    position: static;
    height: auto;
    margin-bottom: 10px;
  }
  .navigationBoxWrapper .navigationBox h4 {
    text-align: left;
  }
  .navigationBoxWrapper .navigationBox a {
    position: static;
    right: 0px;
    bottom: 0px;
    margin-top: 20px;
  }
}
.with-pdf-icon:before {
  content: "";
  display: inline-block;
  padding: 4px 6px 3px;
  margin-bottom: 4px;
  width: 16px;
  height: 16px;
  background-image: url(../img/pdfIcon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  vertical-align: bottom;
}

.with-xls-icon:before {
  font-family: "Glyphicons Filetypes";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e069";
  font-size: 22px;
  height: 30px;
  padding: 0 6px 0 0;
  vertical-align: bottom;
  color: #71c78c;
  display: inline-block;
}

.preisfaktor-komponente .anteile-kosten {
  border: 1px solid gainsboro;
  padding: 10px 0 0 4px;
}
.preisfaktor-komponente .jqplot-target .jqplot-table-legend {
  border: 0;
}
.preisfaktor-komponente .jqplot-target .jqplot-data-label {
  color: white;
}

.progressbar_pointer {
  background-image: url("../img/position.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 30px;
  width: 10px;
  top: 10px;
  height: 20px;
  position: relative;
  z-index: 2;
}

.progressbar {
  width: 100%;
  margin-top: 15px;
}

.progressbar-with-links td {
  padding-top: 0px;
}

.progressbar-with-links td a, .progressbar-with-links td > span {
  display: block;
  padding-top: 17px;
}

.progressbar_begin {
  line-height: 15px;
  background-image: url("../img/start.png");
  background-position: center top;
  width: 6px;
  padding: 0px;
  background-repeat: no-repeat;
}

.progressbar_end {
  line-height: 15px;
  background-image: url("../img/end.png");
  background-position: center top;
  width: 6px;
  padding: 0px;
  background-repeat: no-repeat;
}

.progressbar_item {
  line-height: 15px;
  background-image: url("../img/start.png"), url("../img/middle_orange.png");
  background-position: center top, center top;
  background-repeat: no-repeat, repeat-x;
  text-align: center;
  padding-top: 6px;
}

.progressbar_item_selected {
  line-height: 15px;
  text-align: center;
  font-weight: bold;
  background: url("../img/selected_new.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 6px;
}

.progressbar_item_after {
  line-height: 15px;
  color: #AAAAAA;
  text-align: center;
  background-position: center top, center top;
  background-repeat: no-repeat, repeat-x;
  background-image: url("../img/end.png"), url("../img/middle.png");
  padding-top: 6px;
}

.projektTechnikenTabs li.addTab {
  height: 52px;
}
.projektTechnikenTabs li.addTab a {
  font-weight: bold;
  line-height: 52px !important;
  display: block;
  height: 52px;
  padding: 0 !important;
}
.projektTechnikenTabs li.addTab a .glyphicons, .projektTechnikenTabs li.addTab a .technik-has-not-baustein-warning, .projektTechnikenTabs li.addTab a .technik-has-not-baustein, .projektTechnikenTabs li.addTab a .technik-has-baustein {
  line-height: 52px;
}

.ui-tabs-scrollable .ui-tabs-nav {
  /* primefaces tabs fix. war auf 5000px fest*/
  width: max-content !important;
}

.projektTechnikenTabs.ui-tabs.ui-tabs-top {
  /**
   * Anforderung von o-m: Switches soll bei deaktivierten Tab-Headern
   * nicht sichtbar sein.
   */
  /*  Die richtige Buttonhöhe wird in Javascript in der the function.js eingestellt. Diese ist bei Anpassungen zu beachten. */
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top a {
  outline: none;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top li.cp-dragdrop a {
  font-weight: bold;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top .selectAllSwitch {
  float: right;
  margin-left: 30px;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top .ui-tabs-panels {
  border: 1px solid #BFBFBF;
  background-color: #E6E6E6;
  margin-top: -1px;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top li.ui-tabs-selected {
  border-bottom: none;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top li.ui-tabs-selected a {
  background-color: #E6E6E6;
  border-bottom: none;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top li:not(.ui-tabs-selected) span.topRightFacet .ui-inputswitch {
  display: none;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li {
  margin-top: 5px;
  margin-bottom: 0;
  background-color: white;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li.ui-state-active {
  border-color: #BFBFBF #BFBFBF #E6E6E6 #BFBFBF;
  border-top: solid #F6B21D 6px;
  margin-top: 0px;
  background-color: #E6E6E6;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top .ui-tabs-navscroller-btn {
  background-color: #F6B21D;
  background-image: none;
  height: 67px;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top .ui-tabs-navscroller-btn > span {
  margin-top: 26px;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top .projektTabText {
  padding-top: 3px;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top .projektTabText, .projektTechnikenTabs.ui-tabs.ui-tabs-top .projektTabIcon {
  float: left;
  padding-right: 15px;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top .projektTabIcon {
  font-size: 22px;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top .projektTabIcon .glyphicons, .projektTechnikenTabs.ui-tabs.ui-tabs-top .projektTabIcon .technik-has-not-baustein-warning, .projektTechnikenTabs.ui-tabs.ui-tabs-top .projektTabIcon .technik-has-not-baustein, .projektTechnikenTabs.ui-tabs.ui-tabs-top .projektTabIcon .technik-has-baustein {
  width: 29px;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top .projektTabIcon span {
  margin-top: 8px;
  display: inline-block;
}
.projektTechnikenTabs.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li a {
  color: initial;
}

.ui-tabs .ui-widget-header.ui-tabs-nav li a div {
  color: #333333;
}

.projektTabHeaderBottomFacet {
  margin-top: 5px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
  #slider {
    display: none;
  }
}
.pager-arrow {
  background: transparent !important;
}

#slider {
  height: auto;
  position: fixed;
  right: -282px;
  top: 30%;
  width: 280px;
  z-index: 5000;
  box-shadow: 0 0 2px #333;
  background: #fff;
}

.mobile #slider {
  display: none;
}

#slider .slider_open {
  background: #AAAAAA none repeat scroll 0 0;
  display: block;
  float: left;
  font-size: 30px;
  font-weight: bold;
  height: 21px;
  outline: 0 none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: none;
  width: 52px;
  margin-left: -52px;
  color: #fff;
  margin-top: 52px;
}

#slider .slider_close {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 5px;
  text-align: center;
  width: 20px;
}

#slider .slide_content {
  margin: 5px;
}

.slide_content H2 {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.1;
  margin: 0 0 8px;
}

.sliderCol {
  margin-top: -20px;
  margin-left: -25px;
  margin-right: -25px;
}

.slide_content p {
  font-size: 13px;
  line-height: 16px;
}

.slide_content .medium_button {
  margin: 20px auto 0;
}

.slide_content a.medium_button {
  color: #fff;
  display: block;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 15px 12px 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Em Code für Tabs  */
.ui-tabs.ui-tabs-top {
  border-bottom: none !important;
}

.ui-tabs.ui-tabs-top > .ui-tabs-nav {
  padding: 0;
}

.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header {
  border-bottom: none !important;
}

.ui-tabs .ui-tabs-panel .ui-widget-content {
  border: none;
  background: transparent;
}

.ui-tabs .ui-tabs-panel .ui-panel-content {
  padding: 0px;
}

.ui-tabs .ui-tabs-panel .ui-panel-content img {
  width: 100px;
}

.tabNumber {
  font-size: 27px;
  vertical-align: middle;
  display: table-cell;
  width: 77px;
}

.tabNumber .glyphicons::before, .tabNumber .technik-has-not-baustein-warning::before, .tabNumber .technik-has-not-baustein::before, .tabNumber .technik-has-baustein::before {
  padding: 0px;
}

.cp-tabs li.customTab {
  height: 87px !important;
  border-radius: none !important;
  width: 30.3333% !important;
  border-top: 10px solid transparent !important;
  border-right: 1px solid transparent !important;
  border-left: 1px solid transparent !important;
  position: relative !important;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
  .cp-tabs li.customTab {
    width: 100% !important;
  }
}
.cp-tabs li.customTab.ui-state-active a {
  color: #333 !important;
}

.cp-tabs li.customTab a {
  color: rgb(163, 163, 163) !important;
}

.cp-tabs li.customTab a:hover, .cp-tabs li.customTab a:focus {
  color: #333 !important;
}

.cp-tabs li.customTab.ui-state-active {
  border-top-color: #F6B21D !important;
  border-right-color: #acacac !important;
  border-left-color: #acacac !important;
  background-color: #fafafa !important;
}

.cp-tabs li.customTab.ui-state-active:before {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  height: 1px !important;
  background-color: #fafafa !important;
}

.cp-tabs .ui-tabs-panels {
  padding: 20px !important;
  background-color: #fafafa !important;
  border: 1px solid #acacac !important;
}

.tab-general-information.row {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tab-general-information.row label {
  margin: 0 10px 10px 0;
  vertical-align: middle;
}
.tab-general-information.row .col-lg-6 {
  line-height: 24px;
}
.tab-general-information.row .col-lg-6:nth-child(2) {
  text-align: right;
}
.tab-general-information.row .ui-inputswitch {
  position: relative;
  top: 4px;
}

.technik-information-mit-bild img {
  height: 80px;
  width: 80px;
  border: 1px solid #BFBFBF;
}

.technik-information-mit-bild img, .technik-information-mit-bild span {
  display: block;
  text-align: center;
  margin: auto;
}

.technikKachelContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.technikKachelContainer .technikKachel {
  width: 342px;
  display: inline-block;
  margin: 0px 11px 25px 0px;
  position: relative;
  padding-right: 6px;
  overflow-x: hidden;
}
.technikKachelContainer .technikKachel .btn-yellow {
  margin-bottom: 5px;
  width: 146px;
}
@media (max-width: 560px) {
  .technikKachelContainer .technikKachel {
    height: auto;
    width: 100%;
    border-bottom: 1px solid #BFBFBF;
  }
}
.technikKachelContainer .technikKachel .technikKachelIcon {
  display: inline-block;
  height: 80px;
  width: 80px;
  border: 1px solid #BFBFBF;
  position: relative;
}
.technikKachelContainer .technikKachel .technikKachelIcon .technikKachelIconIcon {
  position: absolute;
  right: 0px;
  top: 0px;
}
.technikKachelContainer .technikKachel .technikKachelInfo {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 10px;
  min-height: 82px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 231px;
}
.technikKachelContainer .technikKachel .technikKachelInfo .baustein-liste {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.technikKachelContainer .technikKachel .technikKachelInfo .baustein-liste .baustein-abgelaufen {
  color: red;
}
.technikKachelContainer .technikKachel .technikKachelInfo .baustein-liste .baustein-laeuft-ab {
  color: #faae04;
}
.technikKachelContainer .technikKachel .topRightFacet {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  width: 32px;
  height: 32px;
}
.technikKachelContainer .technikKachel .bottomFacet {
  margin-top: 10px;
  white-space: nowrap;
}
@media (max-width: 560px) {
  .technikKachelContainer .technikKachel .bottomFacet {
    white-space: normal;
  }
}
.technikKachelContainer .technikKachel .portlet-msg-error {
  margin: 0 10px 10px 10px;
}

@media (min-width: 980px) {
  .technik-auswahl .ui-datagrid-column {
    padding: 17px;
  }
}
.technik-auswahl .technikSelectItem {
  display: inline-block;
  margin: 17px;
  border: 2px solid white;
  /* der Border gleicht die Differenz zwischen dem Border eines 
  * nicht-selektierten (1px) ggü. einem selektierten Bild (3px) aus */
}
.technik-auswahl .technikSelectItem.selektiert {
  border: 0;
}
.technik-auswahl .technikSelectItem.selektiert a {
  border-width: 3px;
}
.technik-auswahl a, .technik-auswahl .technik-nicht-versicherbar {
  border: 1px solid white;
  display: inline-block;
  outline: 0;
  padding: 5px;
}
.technik-auswahl a {
  border-color: #F6B21D !important;
}
.technik-auswahl img {
  min-width: 150px;
  max-width: 150px;
}
@media (min-width: 561px) and (max-width: 767px) {
  .technik-auswahl img {
    width: 76px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .technik-auswahl img {
    width: 118px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .technik-auswahl img {
    width: 134px;
  }
}
.technik-auswahl div.technik-nicht-versicherbar {
  /* Wrapper-Div, damit das Banner nicht über das Bild hinausragt */
  /* Das Banner ist standardmäßig etwas transparent. Bei hover über das Bild 
     soll es wieder komplett angezeigt werden */
}
.technik-auswahl div.technik-nicht-versicherbar > div {
  overflow: hidden;
  position: relative;
}
.technik-auswahl div.technik-nicht-versicherbar:hover .banner {
  opacity: 1;
}
.technik-auswahl div.technik-nicht-versicherbar .banner {
  position: absolute;
  width: 231px;
  top: 56px;
  left: -47px;
  background-color: #eccd21;
  padding: 9px 5px;
  text-align: center;
  transform: rotate(45deg);
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  color: #58595B;
  opacity: 0.65;
}
@media (min-width: 561px) and (max-width: 767px) {
  .technik-auswahl div.technik-nicht-versicherbar .banner {
    font-size: 9px;
    top: 17px;
    left: -83px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .technik-auswahl div.technik-nicht-versicherbar .banner {
    top: 40px;
    left: -60px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .technik-auswahl div.technik-nicht-versicherbar .banner {
    top: 50px;
    left: -52px;
  }
}

.technik-auswahl-hinweis-nicht-versicherbare-technik {
  padding-left: 10px;
}

/**
 * Ersetze die Symbole des PrimeFaces-rowToggler durch Glyphicons
 */
.ui-row-toggler.ui-icon {
  background-image: none !important;
  display: inline-block;
  font-family: "Glyphicons Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  overflow: visible;
}

.ui-row-toggler.ui-icon:before {
  display: block;
  padding-left: 7px;
  padding-top: 15px;
}

.ui-row-toggler.ui-icon.ui-icon-circle-triangle-e:before {
  content: "\e224"; /* glyphicons-chevron-right */
}

.ui-row-toggler.ui-icon.ui-icon-circle-triangle-s:before {
  content: "\e602"; /* glyphicons-chevron-down */
}

.ui-chkbox-icon.ui-icon {
  background-image: none !important;
  display: inline-block;
  font-family: "Glyphicons Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  overflow: visible;
}

.ui-chkbox-icon.ui-icon.ui-icon-check:before {
  display: block;
  padding-left: 1px;
  padding-top: 1px;
}

.ui-chkbox-icon.ui-icon.ui-icon-check:before {
  content: "\e207"; /* glyphicons-check */
}

.primefacesTable th, .expandable-table th, .webcodes-table th {
  color: #333333 !important;
  font-weight: bold !important;
  background: transparent !important;
  background-color: transparent !important;
  text-align: left !important;
  border: none !important;
  border-bottom: 1px solid #dddddd !important;
  box-shadow: none;
  padding-left: 0px;
}

.primefacesTable thead th.ui-state-default, .expandable-table thead th.ui-state-default, .webcodes-table thead th.ui-state-default {
  cursor: default;
  box-shadow: none;
}

.primefacesTable td, .expandable-table td, .webcodes-table td {
  border-style: none !important;
}

.primefacesTable .ui-widget-content, .expandable-table .ui-widget-content, .webcodes-table .ui-widget-content {
  border: none;
}

.primefacesTable .ui-column-title:hover, .expandable-table .ui-column-title:hover, .webcodes-table .ui-column-title:hover {
  cursor: default;
}

.primefacesTable tbody tr, .expandable-table tbody tr, .webcodes-table tbody tr {
  border: none !important;
  border-bottom: 1px solid #dddddd !important;
  line-height: 40px;
}

.primefacesTable tbody tr label, .expandable-table tbody tr label, .webcodes-table tbody tr label {
  line-height: normal;
}

.primefacesTable td input[type=text], .expandable-table td input[type=text], .webcodes-table td input[type=text] {
  margin-bottom: 0;
}

.primefacesTable select, .expandable-table select, .webcodes-table select {
  width: 80%;
}

.primefacesTable .ui-datatable-odd, .expandable-table .ui-datatable-odd, .webcodes-table .ui-datatable-odd {
  background-color: transparent !important;
}

.primefacesTable.noBorderTable tbody tr, .noBorderTable.expandable-table tbody tr, .noBorderTable.webcodes-table tbody tr {
  border: none !important;
  line-height: 30px;
}

.primefacesTableBorderless tbody tr {
  border: none !important;
  background-color: #eeeeee;
}

.primefacesTableBorderless tbody tr:hover {
  background-color: #ddd;
}

.primefacesTableBorderless tbody td:hover {
  background-color: #ddd;
}

.primefacesTableBorderless td .glyphicons, .primefacesTableBorderless td .technik-has-not-baustein-warning, .primefacesTableBorderless td .technik-has-not-baustein, .primefacesTableBorderless td .technik-has-baustein {
  vertical-align: baseline;
}

.primefacesTableBorderless th {
  color: #bfbfbf !important;
  font-weight: normal !important;
  background: transparent !important;
  background-color: #eeeeee !important;
  text-align: left !important;
  border: none !important;
  box-shadow: none;
}

.primefacesTableBorderless td {
  border-style: none !important;
  border-color: transparent !important;
  border-bottom: solid 10px white !important;
  background-color: #eeeeee !important;
  line-height: 48px !important;
}

.primefacesTableBorderless .ui-datatable-odd {
  background-color: transparent !important;
}

.primefacesTableBorderless .ui-paginator-current {
  visibility: hidden;
}

@media (max-width: 640px) {
  .primefacesTableBorderless td {
    border-bottom: none !important;
    line-height: inherit !important;
  }
  .primefacesTableBorderless tbody tr {
    border-bottom: 10px solid white !important;
  }
}
.primefacesTableBordered .ui-datatable-tablewrapper {
  overflow: inherit;
}

.primefacesTableBordered tbody tr {
  border: 1px solid #dddddd !important;
  line-height: 40px;
}

.primefacesTableBorderless .ui-datatable-header {
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
  margin-bottom: 10px !important;
}

.primefacesTableBorderless .ui-widget-content {
  border: none;
}

.primefacesTableBorderless tbody tr .rowInactiv {
  color: #eeeeee;
  background-color: #f5f5f5;
}

/**
 * Entferne Einrückung in der ersten Spalte
 */
@media (min-width: 561px) {
  .primefacesTable th:nth-child(1), .expandable-table th:nth-child(1), .webcodes-table th:nth-child(1),
  .primefacesTable td:nth-child(1),
  .expandable-table td:nth-child(1),
  .webcodes-table td:nth-child(1) {
    padding-left: 0;
  }
}
.hide-column-names table thead tr {
  display: none;
}

.ui-datatable th.ui-state-default {
  border-radius: 0px;
}

.webcodes-table tr td {
  overflow: visible;
}
.webcodes-table th:nth-child(1) {
  width: 16px;
}
.webcodes-table th:nth-child(2) {
  width: 27%;
}
.webcodes-table .ui-expanded-row-content td div {
  line-height: 1.5em;
}
.webcodes-table .ui-expanded-row-content .vertragsgrundlage {
  margin-left: 6%;
  padding-left: 8px;
}
.webcodes-table .ui-expanded-row-content .vertragsgrundlage .row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.webcodes-table .ui-row-toggler.ui-icon {
  display: block;
}
.webcodes-table .ui-row-toggler.ui-icon:before {
  padding-top: 0px;
}

.expandable-table a {
  text-decoration: underline;
}
.expandable-table a:hover {
  text-decoration: underline;
}
.expandable-table table {
  margin-top: 20px;
  width: auto;
  min-width: 100%;
}
.expandable-table tbody tr {
  border: none !important;
  line-height: 30px;
}
.expandable-table td.button-col {
  text-align: right;
}
.expandable-table .dd-mm-yyyy-col {
  width: 63px;
  padding-right: 0 !important;
}
.expandable-table .ui-expanded-row-content td div {
  line-height: 1.5em;
}
.expandable-table .ui-expanded-row-content .table-expansion {
  padding-left: 6%;
  padding-top: 10px;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}
.expandable-table .ui-row-toggler.ui-icon {
  display: block;
}
.expandable-table .ui-row-toggler.ui-icon:before {
  padding-top: 0px;
}
.expandable-table .loading:after {
  display: inline-block;
  content: "";
  background: url(../img/mini-loading.gif) no-repeat center;
  height: 16px;
  width: 16px;
  position: relative;
  margin: 0px 0px -2px 12px;
}

/* zu jedem UI-Dialog - Header (Primefaces) den gelben balken hinzufügen */
.ui-dialog-title {
  background-image: url("../img/h5_border_left.png") !important;
  background-position: 0 3px !important;
  background-repeat: repeat-y !important;
  padding-left: 12px;
}

a.ui-dialog-titlebar-icon.ui-dialog-titlebar-close.ui-corner-all {
  margin-top: 0;
}

.eigentuemer-dialog .ui-dialog-content.ui-widget-content {
  overflow: hidden;
}

.ajaxDlg {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.368627451);
  border-radius: 6px;
  height: 85px;
  width: 85px;
  position: fixed;
  background: white;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.25);
}
.ajaxDlg .loader {
  background-image: url(../img/ajax-loader.gif);
  background-repeat: no-repeat;
  height: 75px;
  background-position-x: center;
  background-position-y: center;
}

/* primefaces picklist resonsive add class row to picklist component to make it work */
.ui-picklist.row > div {
  display: block !important;
  width: 44.1%;
  min-height: 30px !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  float: left !important;
  margin-left: 2.5641%;
}

.ui-picklist.row > div:nth-child(3n) {
  margin-top: 40px !important;
}

.ui-picklist.row .ui-picklist-buttons {
  width: 6.52991%;
  margin-top: 40px !important;
}

@media (max-width: 767px) {
  .ui-picklist.row .ui-picklist-buttons {
    margin: 40px 0 1px !important;
    width: 8.8% !important;
  }
  .ui-picklist.row > div:nth-child(3n) {
    margin-left: 1.5641%;
  }
}
.ui-picklist.row > div:first-child {
  margin-left: 0 !important;
  width: 44.1%;
}

.ui-picklist.row .ui-picklist-list {
  width: 100% !important;
}

.ui-picklist.row .ui-picklist-filter-container > input {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ui-picklist.row .ui-picklist-caption.ui-widget-header.ui-corner-tl.ui-corner-tr {
  width: 100% !important;
  padding: 0 !important;
}

.ui-picklist.row ul.ui-widget-content.ui-picklist-list.ui-picklist-source.ui-corner-bottom.ui-sortable {
  width: 100% !important;
}

.ui-selectcheckboxmenu-label {
  display: block !important;
}

.ui-selectmanycheckbox label, .ui-selectoneradio label {
  margin: 0 16px 0 8px;
}

.selectMany {
  width: 100% !important;
  margin-bottom: 10px !important;
  border: none !important;
  padding: 0 !important;
}

.selectMany .ui-selectlistbox-listcontainer {
  box-shadow: inset 0px 0px 0px 1px #eeeeee;
  padding: 4px;
}

.selectMany input[type=text] {
  width: 100%;
  float: none;
  display: block;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  *width: 99.94681%;
}

.herstellerSelect.ui-selectmanymenu .ui-selectlistbox-list .ui-selectlistbox-item td {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.selectHeader {
  padding: 4px;
  text-align: center;
}

.selectBtn {
  text-align: center;
  width: 100%;
  padding: 0px;
}

.selectBtn span.glyphicons-arrow-left:before {
  margin-right: 10px;
}

.ui-progressbar .ui-progressbar-value.ui-widget-header {
  background-color: rgb(246, 178, 29) !important;
  background-image: none;
}

.ui-paginator .ui-paginator-page, .ui-paginator .ui-paginator-pages, .ui-paginator .ui-paginator-next, .ui-paginator .ui-paginator-last, .ui-paginator .ui-paginator-first, .ui-paginator .ui-paginator-prev, .ui-paginator .ui-paginator-current {
  display: inline-block;
  padding: 0 !important;
  zoom: 1 !important;
  margin: 0px !important;
  padding-top: 7px !important;
  text-decoration: none !important;
  outline: none !important;
  height: 36px !important;
  border-radius: 0 !important;
  min-width: 50px !important;
  background-image: none !important;
  float: left;
  text-align: center;
  box-shadow: unset;
  color: rgb(51, 51, 51) !important;
}

div.ui-paginator {
  display: block !important;
  background-color: #e6e6e6 !important;
  padding: 0px !important;
  float: left;
  width: 100%;
  text-align: right;
  height: 35px !important;
  font-weight: normal !important;
}

.ui-paginator * {
  display: inline-block;
}

.ui-paginator:before, .ui-paginator::after {
  content: " " !important;
  display: table !important;
}

.ui-paginator::after {
  clear: both !important;
}

.ui-paginator .ui-paginator-page {
  border-top: none !important;
  border-right-width: 3px !important;
  border-right-style: solid !important;
  border-right-color: #ffffff !important;
  border-bottom: none !important;
  border-left: none !important;
  background-color: transparent !important;
  background-color: #E6E6E6 !important;
}

.ui-paginator .ui-paginator-page:hover, .ui-paginator .ui-paginator-page:focus {
  border-color: #ffffff !important;
}

.control-panel .pagination .glyphicon {
  font-size: 11px !important;
}

.ui-paginator-page.ui-state-default.ui-corner-all {
  height: 35px !important;
}

.ui-paginator-page.ui-state-default.ui-state-active.ui-corner-all {
  background: linear-gradient(to bottom, #f8c337 0, #F6B21D 100%) !important;
  box-shadow: unset;
}

.ui-paginator-page.ui-state-default.ui-state-active.ui-corner-all:hover {
  background: linear-gradient(to bottom, #f8c337 0, #F6B21D 100%) !important;
  box-shadow: unset;
}

.ui-paginator .ui-paginator-next::before {
  content: "\e224";
  font-family: "Glyphicons Regular";
}

.ui-paginator .ui-paginator-prev::before {
  content: "\e225";
  font-family: "Glyphicons Regular";
}

/* .ui-paginator .ui-paginator-current{
  $mannheimer-gelb
} */
.ui-paginator .ui-paginator-prev {
  border-top: none !important;
  border-right-width: 3px !important;
  border-right-style: solid !important;
  border-right-color: #ffffff !important;
  border-bottom: none !important;
  border-left: none !important;
  background-color: transparent !important;
  content: " ";
  color: rgb(51, 51, 51) !important;
  background: none !important;
  background-image: none !important;
  /*  background-image: url("../images/aui/glyphicons-halflings-white.png");
   background-position: -432px -72px; */
}

.ui-paginator .ui-paginator-next {
  border-top: none !important;
  border-right-width: 3px !important;
  border-right-style: solid !important;
  border-right-color: #ffffff !important;
  border-bottom: none !important;
  border-left: none !important;
  background-color: transparent !important;
  content: " ";
  color: rgb(51, 51, 51) !important;
  background: none !important;
  background-image: none !important;
}

.ui-paginator .ui-state-disabled {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  color: rgba(51, 51, 51, 0.5) !important;
}

.ui-paginator .ui-state-default .ui-icon {
  background-image: none !important;
  display: none !important;
}

.ui-paginator .ui-paginator-pages {
  padding-top: 0 !important;
}

.ui-paginator .ui-paginator-pages * {
  padding-top: 7px !important;
  height: 29px !important;
}

.ui-paginator-rpp-options {
  height: 20px !important;
  padding: 0 6px !important;
  height: 30px !important;
  margin: 0;
  margin-top: 3px !important;
}

.pageMissing {
  background: white;
  float: left;
}

.ui-state-highlight {
  background-image: linear-gradient(to bottom, #fbdf7d 0%, #fbd228 50%, #fac40e 50%, #fabf03 100%) !important;
  background-color: transparent !important;
  color: #333333 !important;
}

.ui-state-highlight:hover {
  background-image: none !important;
  background-color: #fabf03 !important;
  color: #565655 !important;
}

.ql-snow .ql-stroke {
  stroke: black !important;
}

.kunden-uebersicht.kunden-details .ui-tabs-nav .sliding-button-wrapper {
  display: none;
}
.kunden-uebersicht.kunden-details .ui-tabs-nav li.ui-tabs-selected .sliding-button-wrapper {
  display: block;
}
.kunden-uebersicht.technik-details.technik-informationen {
  padding: 18px;
  background-color: #E6E6E6;
  font-weight: bold;
  margin-bottom: 25px;
}
.kunden-uebersicht.technik-details.technik-informationen span {
  display: inline-block;
  margin-left: 10px;
}
.kunden-uebersicht.technik-details.technik-informationen span.technikNameSpan {
  width: 140px;
}

.admin-panel a {
  margin-right: 5px;
}

.filterAuswertung .suchOptionenDetails {
  border-top: solid #BFBFBF 1px;
  margin: 10px 0 20px;
  padding: 20px 5px 10px;
}

.filterAuswertung .suchOptionenRadio label {
  margin: 4px 23px 4px 0;
}

.filterAuswertung .suchOptionenDetails .ui-chkbox-label, .filterAuswertung .suchOptionenDetails label {
  margin: 0 10px 10px 10px;
}

.filterAuswertung .suchOptionenDetails.einzelSuche .komplettSuche {
  display: none;
}

.filterAuswertung .suchOptionenDetails.einzelSuche .einzelSuche {
  display: block;
}

.filterAuswertung .suchOptionenDetails .komplettSuche {
  display: block;
}

.filterAuswertung .suchOptionenDetails .einzelSuche {
  display: none;
}

.sb-kundensuche {
  margin-top: 40px;
}
.sb-kundensuche .kundeninfoTabelle td:first-child, .sb-kundensuche .kundeninfoTabelle th:first-child {
  padding-left: 5px;
}

.abrechnungen-todo {
  margin-top: 40px;
}

.policeSperrenActionPanelGrid tbody {
  vertical-align: top;
}

.policeEntsperrenActionRadio tbody {
  vertical-align: top;
}

.policeEntsperrenActionRadio label {
  margin-bottom: 15px;
  padding-top: 2px;
}

.rahmenvertrag-bearbeiten .geschaeftsfuehrer h4:first-of-type:last-of-type {
  display: none;
}
.rahmenvertrag-bearbeiten .geschaeftsfuehrer .btn-wrapper {
  margin-bottom: 30px;
}

/**
  * Screen Vermittler (aus Rahmenvertrag bearbeiten/anlegen)
  *
  * Standardeinstellung: 
  *  - Abschnitt "Daten aus ASNR" zu sehen (Selektor .asnr)
  *  - Individueller Ansprechpartner nicht zu sehen (Selektor .individuell)
  *
  * Wenn das Mutterelement .ansprechpartner auch die Klasse .individuell hat,
  * dreht sich das gerade herum.  
  */
.js .ansprechpartner .asnr {
  display: block;
}

.js .ansprechpartner .individuell {
  display: none;
}

.js .ansprechpartner.individuell .asnr {
  display: none;
}

.js .ansprechpartner.individuell .individuell {
  display: block;
}

.js .no-display {
  display: none !important;
}

.vermittler .weitere-namen input {
  width: 272px;
}

.rahmenvertrag-bearbeiten .ui-panelgrid-content {
  border: 0;
}

.rahmenvertrag-techniken .versicherungsdauer-erweitern label {
  margin-left: 3px;
}

.rahmenvertrag-techniken .versicherungsdauer-erweitern .row {
  margin-left: 20px;
}

.rahmenvertrag-techniken .vn > div.ui-widget-content {
  border: 0;
}

.police-storno-warning {
  margin-top: 15px;
  width: 100%;
}

.technik-has-baustein {
  vertical-align: middle;
  color: green;
  font-weight: bold;
  font-size: 15px;
}

.technik-has-not-baustein {
  vertical-align: middle;
  color: red;
  font-weight: bold;
  font-size: 15px;
}

.technik-has-not-baustein-warning {
  vertical-align: middle;
  color: #F6B21D;
  font-weight: bold;
  font-size: 15px;
}

.techniken-bausteine {
  width: 100%;
}

.techniken-bausteine th, .techniken-bausteine td {
  text-align: center !important;
  width: 20%;
}

.techniken-bausteine th:first-child, .techniken-bausteine td:first-child {
  text-align: left !important;
}

.rahmenvertrag-beitragstabelle-uebersicht .select-baustein-buttons {
  text-align: center;
  max-width: 240px;
  margin: auto;
}

.rahmenvertrag-beitragstabelle-uebersicht .select-baustein-buttons a {
  border: 1px solid #eee;
  background-color: #999;
  text-align: center;
  width: 100px;
  display: inline-block;
  margin: 10px;
  font-weight: bold;
  height: 100px;
  padding: 4px;
  line-height: 110px;
}

.rahmenvertrag-beitragstabelle-uebersicht .select-baustein-buttons span {
  line-height: 17px;
  display: inline-block;
}

.rahmenvertrag-beitragstabelle p {
  padding-left: 10px;
}

.rahmenvertrag-beitragstabelle input:not([type=submit]) {
  width: 100px;
}

.rahmenvertrag-beitragstabelle .ui-accordion-header .ui-icon {
  display: inline-block;
  background-image: none;
  text-indent: 0;
  color: #F6B21D;
}

.rahmenvertrag-beitragstabelle .ui-accordion-header.ui-state-active .ui-icon::after {
  content: "-";
}

.rahmenvertrag-beitragstabelle .ui-accordion-header .ui-icon::after {
  content: "+";
}

.herstellerAccordion.plusMinusAccordion h4 {
  border-bottom: 1px solid lightgray;
  margin-top: 0px !important;
}

.herstellerAccordion.plusMinusAccordion h3 {
  margin-bottom: 10px !important;
}

.herstellerAccordion.plusMinusAccordion .ui-accordion-content .row {
  margin-bottom: 5px;
}

.rahmenvertrag-beitragstabelle .ui-accordion .ui-accordion-header {
  border: 0;
  border-top: 2px #999 dashed;
  margin-top: 10px;
  padding-top: 20px;
  font-weight: normal;
  outline: unset;
  margin-bottom: 0 !important;
}

/**
 * Wir nutzen den .ui-accordion:first-of-type-Selektor, damit bei mehreren 
 * aufeinanderfolgenden Accordions nur beim allerersten der Rahmen verschwindet.
 */
.rahmenvertrag-beitragstabelle .ui-accordion:first-of-type .ui-accordion-header:first-child {
  border: 0;
}

.rahmenvertrag-beitragstabelle .leistungsklassen th:first-child, .rahmenvertrag-beitragstabelle .risikoklassen th:first-child {
  /* Dies betrifft bei den Risiko- und Leistungsklassen jeweils die erste Spalte
     * (Index der Leist./Risiko-Klasse)
     */
  width: 120px;
}

.rahmenvertrag-beitragstabelle .leistungsklassen tfoot td {
  background-image: none !important;
  background: none;
  text-align: left;
  line-height: 3;
  border-radius: 0;
  box-shadow: none;
  cursor: default;
}
.rahmenvertrag-beitragstabelle .leistungsklassen tfoot td span {
  cursor: text;
}

.rahmenvertrag-beitragstabelle table input {
  /* 
     * Input-Felder sollen vertikal zentriert sein. Dies wird ohne diese 
     * Einstellung durch ein margin-bottom von AlloyUI verhindert 
     */
  margin-bottom: 0 !important;
}

.rahmenvertrag-changelog th:nth-child(1) {
  width: 120px;
}

.passwort-reset-dialog .ui-widget-content .ui-icon {
  background-image: none !important;
}

.panel-synchronisieren {
  border: none;
  padding: 0;
  margin: 0;
}

.synchronisieren {
  width: 80px;
  display: block;
  text-align: center;
  border: 1px solid #eee;
}

.synchronisieren span.glyphicons, .synchronisieren span.technik-has-baustein, .synchronisieren span.technik-has-not-baustein, .synchronisieren span.technik-has-not-baustein-warning {
  display: inline-block;
  margin-bottom: 10px;
  color: #F6B21D;
  font-size: 35px;
}

.rahmenvertrag-uebersicht.row {
  margin-left: -20px;
}

.rahmenvertrag-uebersicht .rahmenvertrag-uebersicht-grid {
  padding-left: 20px;
}

.rahmenvertrag-uebersicht .rahmenvertrag-uebersicht-grid > div.row {
  margin-left: 0;
  text-align: center;
  margin-bottom: 30px;
}

.rahmenvertrag-uebersicht .rahmenvertrag-uebersicht-grid a, .rahmenvertrag-uebersicht .rahmenvertrag-uebersicht-grid div.inactive {
  background-color: #c9c9c9;
  width: 170px;
  height: 160px;
  font-size: 15px;
  font-weight: bold;
  display: block;
}

.rahmenvertrag-uebersicht .rahmenvertrag-uebersicht-grid div.inactive {
  color: #aaa;
}

.rahmenvertrag-uebersicht .rahmenvertrag-uebersicht-grid span.glyphicons, .rahmenvertrag-uebersicht .rahmenvertrag-uebersicht-grid span.technik-has-baustein, .rahmenvertrag-uebersicht .rahmenvertrag-uebersicht-grid span.technik-has-not-baustein, .rahmenvertrag-uebersicht .rahmenvertrag-uebersicht-grid span.technik-has-not-baustein-warning {
  display: block;
  margin: 0;
  height: 105px;
  width: 170px;
  font-size: 80px;
  background-color: #f2f2f2;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
  line-height: 90px;
  padding-top: 5px;
}

div.rahmenvertrag-details {
  /* Rahmenvertragsübersichtsseite */
  border: 1px solid #ddd;
  padding: 10px 10px;
}

dl.rahmenvertrag-details {
  margin: 0 0 10px 0;
}

dl.rahmenvertrag-details dt {
  float: left;
  clear: both;
  padding-right: 3px;
}

div.rahmenvertrag-details.klappbar {
  width: 260px;
  z-index: 100;
  background-color: white;
  position: absolute;
  right: -45px;
  padding: 0px;
  border: none;
  top: -20px;
  /* bei mouseover oder bei aktivierter Checkbox (toggle durch klick auf Label)
     die Infos anzeigen */
}
@media (max-width: 979px) {
  div.rahmenvertrag-details.klappbar {
    margin-right: 30px;
  }
}
div.rahmenvertrag-details.klappbar label {
  background-color: #F6B21D;
  padding: 4.5px 0px 5px 7px;
  margin: 0;
  display: block !important;
}
div.rahmenvertrag-details.klappbar input {
  display: none;
}
div.rahmenvertrag-details.klappbar dl {
  display: none;
  padding: 4px;
  margin: -1px;
  border: 1px solid #BFBFBF;
  border-top: none;
}
div.rahmenvertrag-details.klappbar:hover dl, div.rahmenvertrag-details.klappbar input:checked + dl {
  display: block;
}

/**
 * Dies ist für die Startseite des SB-Zugangs.
 *
 * .input-vsnr: Erfassung der Versicherungsscheinnummer
 * .grid-action-with-icon: dreispaltige Ansicht mit icon (links), text und Action-Button (rechts)
 */
.input-vsnr {
  margin-left: 0;
  background-color: #eee;
  padding: 5px;
}

.input-vsnr label {
  color: #555;
  padding: 4px;
  margin-bottom: 0;
  font-size: 15px;
}

.input-vsnr input {
  margin-bottom: 0;
  width: 90px;
}

.input-vsnr .portlet-msg-error {
  margin-left: 0;
}

.grid-action-with-icon {
  border: 1px solid #808080;
  margin-top: 20px;
  margin-left: 0;
}

.grid-action-with-icon .command {
  vertical-align: top;
  padding: 20px;
  text-align: right;
}

.grid-action-with-icon .command a {
  min-width: 160px;
  text-align: center;
}

.grid-action-with-icon .text {
  padding: 10px;
}

.grid-action-with-icon .text ul {
  margin-left: 20px;
  list-style-image: url("../img/list-style-rect.svg");
}

.grid-action-with-icon .icon {
  padding-top: 25px;
  text-align: center;
}

.grid-action-with-icon .icon img {
  display: inline-block;
}

.vn-abmeldung .vn-abmeldung-technik > tbody > tr > td:nth-child(1) {
  width: 150px;
}
.vn-abmeldung .vn-abmeldung-technik, .vn-abmeldung .vn-abmeldung-technik > tbody td {
  border: 0 !important;
}
.vn-abmeldung .vn-abmeldung-technik > thead {
  display: none;
}
.vn-abmeldung .vn-abmeldung-baustein {
  margin: 5px !important;
  width: 100% !important;
}
.vn-abmeldung .vn-abmeldung-baustein thead th {
  /* Wenn die erste Body-Zeile weiß ist, ist der Hintergrund im thead
     im IE auf einmal weiß. Dieser ist zwar nicht zu sehen (da das th grau 
     ist), aber aufgrund des border-radius scheint es durch. Siehe ENP-358. */
  border-radius: 0;
}
.vn-abmeldung .vn-abmeldung-baustein tr.abmeldbar td:not(:last-child) {
  background-color: white !important;
}
.vn-abmeldung .vn-abmeldung-baustein th:nth-child(1), .vn-abmeldung .vn-abmeldung-baustein td:nth-child(1) {
  width: 161px;
  padding-left: 2px;
}
.vn-abmeldung .vn-abmeldung-baustein th:nth-child(2),
.vn-abmeldung .vn-abmeldung-baustein th:nth-child(3),
.vn-abmeldung .vn-abmeldung-baustein th:nth-child(4) {
  width: 110px;
}
.vn-abmeldung .vn-abmeldung-baustein th:nth-child(4) input {
  width: 80px;
  margin-bottom: 0;
}
.vn-abmeldung .vn-abmeldung-baustein th:nth-child(5) {
  width: 15px;
}
.vn-abmeldung .vn-abmeldung-baustein .ui-inputswitch {
  line-height: 20px;
}
.vn-abmeldung .abmeldung-pruefung-tabelle {
  margin-top: 20px;
  width: 100%;
}
.vn-abmeldung .abmeldung-pruefung-tabelle td {
  vertical-align: top;
}
.vn-abmeldung .abmeldung-pruefung-tabelle tbody {
  border-bottom: 1px solid #dddddd;
}
.vn-abmeldung .abmeldung-pruefung-tabelle tbody tr {
  border-bottom: none !important;
}

.kundeMini.row div {
  overflow: hidden;
  text-overflow: ellipsis;
}

.kundeMini {
  margin-bottom: 30px;
  font-size: 14px;
}
.kundeMini .kundeMiniLabel {
  font-weight: bold !important;
}
.kundeMini label {
  font-weight: bold !important;
}
.kundeMini label,
.kundeMini output {
  vertical-align: top;
}
.kundeMini .kunde-action-facet {
  text-align: right;
  padding-right: 23px;
}

.kundenuebersicht-kundendetails .projektTabHeaderBottomFacet {
  height: 18px;
}

.ui-widget-content.notPossiblePanel.notPossiblePanel, .notPossiblePanel {
  background: rgb(250, 255, 166) none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  margin-bottom: 10px;
  padding: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.notPossiblePanel .ui-widget-content {
  padding-top: 0px;
}

.bausteinAuswahlLink label {
  margin-left: 10px;
}

.bereitsVersichertText label {
  margin-left: 4px;
  cursor: not-allowed;
}

.bereitsVersichertText label::before {
  padding-right: 10px;
  font-family: "Glyphicons Regular";
  content: "\e207"; /* glyphicons-ok */
}

.nichtInPoliceEingeschlossen {
  padding-left: 29px;
}

.nichtInPoliceEingeschlossenLegende {
  margin-top: 10px;
}

.bausteinValidatorMessages div.ui-messages-warn {
  font-weight: normal;
  border-color: rgb(252, 172, 165);
  background-color: rgb(254, 229, 226);
  color: rgb(181, 3, 3);
}

.bausteinValidatorMessages .ui-panel .ui-panel-content {
  padding: 0px;
}

.bausteinValidatorMessages div.ui-panel-content.ui-widget-content {
  padding: 0px;
}

.bausteinValidatorMessages span.ui-messages-warn-summary {
  display: block;
  font-weight: normal;
}

.bigIcon {
  font-size: 40px;
}

.notPossiblePanel h4 {
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}

.notPossiblePanel a {
  text-decoration: underline;
}

.notPossiblePanel a:hover {
  color: #333 !important;
  text-decoration: underline;
  cursor: pointer;
}

.selectRadio {
  margin-top: -1px;
}

.selectRadio td {
  background: transparent none repeat scroll 0 0 !important;
  border: medium none !important;
  padding-right: 20px !important;
  vertical-align: top;
}

.selectRadio td input {
  margin: 0px !important;
  margin-bottom: 3px !important;
}

.selectRadio td label {
  margin: 0px !important;
  margin-left: 5px !important;
}

.selectRadio td input[disabled] {
  color: a2a2a2;
}

.selectRadio td label[disabled] {
  color: a2a2a2;
}

.technikChooserBox {
  background-color: #F2F2F2;
  text-align: center;
}

.technikChooserBox.impossible {
  color: #B1B1B1;
  background-color: rgba(242, 242, 242, 0.2);
}

.imageOverlay {
  position: relative;
  top: -90%;
  width: 100%;
  height: 90%;
  display: inline-block;
  background: rgba(111, 111, 111, 0.58);
  text-align: right;
  cursor: not-allowed;
}

.imageOverlay::before {
  font-family: "Glyphicons Regular";
  font-style: normal;
  font-weight: normal;
  content: "\e200";
  color: white;
  line-height: 0;
  top: 5px;
  display: inline-block;
  position: relative;
  right: 5px;
}

.herstellerSelect .ui-icon-check {
  background-color: rgba(179, 179, 179, 0.8);
}

.ui-selectonemenu {
  width: 100% !important;
  background: none !important;
  padding: 0px;
  height: 28px;
}

.herstellerMoveBtns {
  margin-top: 70px;
}

.specialAttributes {
  margin-top: 30px;
}

.inklText {
  margin-left: 29px;
  font-size: 11px;
  line-height: 8px;
}

.bausteinTable .ui-state-error {
  color: rgb(181, 3, 3) !important;
}

.primefacesTable.bausteinTable td input[type=text], .bausteinTable.webcodes-table td input[type=text], .bausteinTable.expandable-table td input[type=text] {
  width: 95%;
}
@media (min-width: 1200px) {
  .primefacesTable.bausteinTable thead tr th:first-child, .bausteinTable.webcodes-table thead tr th:first-child, .bausteinTable.expandable-table thead tr th:first-child {
    width: 34.2%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .primefacesTable.bausteinTable thead tr th:first-child, .bausteinTable.webcodes-table thead tr th:first-child, .bausteinTable.expandable-table thead tr th:first-child {
    width: 34.2%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .primefacesTable.bausteinTable thead tr th:first-child, .bausteinTable.webcodes-table thead tr th:first-child, .bausteinTable.expandable-table thead tr th:first-child {
    width: 34.2%;
  }
}
.primefacesTable.bausteinTable thead tr th, .bausteinTable.webcodes-table thead tr th, .bausteinTable.expandable-table thead tr th, .primefacesTable.bausteinTable tbody tr td, .bausteinTable.webcodes-table tbody tr td, .bausteinTable.expandable-table tbody tr td {
  padding-left: 0px;
}
.primefacesTable.bausteinTable select, .bausteinTable.webcodes-table select, .bausteinTable.expandable-table select {
  width: 95%;
}
.primefacesTable.bausteinTable .ui-panel-content.ui-widget-content, .bausteinTable.webcodes-table .ui-panel-content.ui-widget-content, .bausteinTable.expandable-table .ui-panel-content.ui-widget-content {
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .primefacesTable.bausteinTable .ui-panel.ui-widget.ui-widget-content, .bausteinTable.webcodes-table .ui-panel.ui-widget.ui-widget-content, .bausteinTable.expandable-table .ui-panel.ui-widget.ui-widget-content {
    width: 100%;
    background: transparent;
  }
  .primefacesTable.bausteinTable tbody tr, .bausteinTable.webcodes-table tbody tr, .bausteinTable.expandable-table tbody tr {
    background: #dddddd;
    border: none;
  }
}

.bausteinAuswahlLink {
  display: inline-block;
}

.bausteinAuswahlLink.noHover:hover, .bausteinAuswahlLink.noHover:focus {
  color: #333;
}

.checkBox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid 1px #F6B21D;
  vertical-align: middle;
  border-radius: 2px;
}

.checkBox.checked::before {
  font-family: "Glyphicons Regular";
  font-style: normal;
  font-weight: normal;
  content: "\e207"; /*glyphicons ok*/
  line-height: 1em;
  position: absolute;
  font-size: 12px;
  margin-top: 2px;
  margin-left: 3px;
}

.kunde_kreditgeber {
  counter-reset: kreditgeber;
}
.kunde_kreditgeber .kreditgeber-add {
  display: none;
}
.kunde_kreditgeber .btn-wrapper:last-child .kreditgeber-add {
  display: inline-block;
}
.kunde_kreditgeber .kreditgeber:first-child:last-child h5 {
  display: none;
}
.kunde_kreditgeber .kreditgeber h5::after {
  counter-increment: kreditgeber;
  content: " " counter(kreditgeber);
}

.weitereEmailAdressenNewsletter label {
  width: 0;
  height: 0;
  overflow: hidden;
}

#_OffeneVorgaengeReminder_WAR_lumepjsf_ {
  display: inline-block;
  float: right;
  height: 0;
}

#_OffeneVorgaengeReminderPanel_WAR_lumepjsf_ {
  margin-bottom: -20px;
}

form .offeneVorgaengePanel {
  margin-bottom: 40px;
}

.offeneVorgaengePanel {
  background-color: rgba(255, 239, 0, 0.35) !important;
}

.offeneVorgaengePanel > div {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px lightgrey;
  border-radius: 0px;
}

span.offene-vorgaenge {
  display: inline-block;
  width: 30px;
}

.policen-auswahl {
  z-index: 2;
  background-color: white;
  position: relative;
  padding: 10px;
  border-radius: 4px;
}
.policen-auswahl .policen-liste {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.policen-auswahl .police {
  padding: 10px;
  background-color: #F8F8F8;
  flex-basis: auto;
  width: 280px;
  margin: 10px;
}
.policen-auswahl .police fieldset label {
  display: block !important;
}

.policen-auswahl-lightbox {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox-wrapper {
  min-height: 100%;
  position: relative;
}

.technikUebersicht.cp-dragdrop {
  height: 42px;
}

.technikUebersicht.cp-dragdrop a {
  padding: 12px 0 0 0 !important;
  font-weight: bold;
}

.ui-panel.ui-corner-all.technikCollapsePanel {
  padding: 0;
  border: 1px solid #E6E6E6;
  border-radius: 0;
  margin-bottom: 10px;
}
.ui-panel.ui-corner-all.technikCollapsePanel .btn-yellow {
  font-weight: normal;
}
.ui-panel.ui-corner-all.technikCollapsePanel .ui-panel-titlebar {
  padding: 8px;
  border-radius: 0;
  border: none;
  line-height: 30px;
  background-color: #E6E6E6;
  position: relative;
}
.ui-panel.ui-corner-all.technikCollapsePanel a.ui-panel-titlebar-icon {
  background-image: none !important;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0px;
  background: transparent;
}
.ui-panel.ui-corner-all.technikCollapsePanel a.ui-panel-titlebar-icon:hover, .ui-panel.ui-corner-all.technikCollapsePanel a.ui-panel-titlebar-icon:focus {
  background-color: transparent;
  color: #333333;
}
.ui-panel.ui-corner-all.technikCollapsePanel .ui-panel-titlebar-icon .ui-icon {
  background-image: none !important;
  display: inline-block;
  font-family: "Glyphicons Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  overflow: visible;
}
.ui-panel.ui-corner-all.technikCollapsePanel .ui-panel-titlebar-icon .ui-icon:before {
  display: block;
  padding-left: 7px;
  padding-top: 15px;
}
.ui-panel.ui-corner-all.technikCollapsePanel .ui-panel-titlebar-icon .ui-icon.ui-icon-plusthick:before {
  content: "\e224"; /* glyphicons-chevron-right */
}
.ui-panel.ui-corner-all.technikCollapsePanel .ui-panel-titlebar-icon .ui-icon.ui-icon-minusthick:before {
  content: "\e602"; /* glyphicons-chevron-down */
}
.ui-panel.ui-corner-all.technikCollapsePanel .ui-panel-titlebar-icon {
  float: left !important;
}
.ui-panel.ui-corner-all.technikCollapsePanel .ui-panel-title > span {
  margin-left: 10px;
  display: inline-block;
}
.ui-panel.ui-corner-all.technikCollapsePanel .ui-panel-title span.openSpan {
  margin-left: 0px;
  display: inline-block;
  width: 27px;
}
.ui-panel.ui-corner-all.technikCollapsePanel .ui-panel-title span.technikNameSpan {
  width: 140px;
  display: inline-block;
}
.ui-panel.ui-corner-all.technikCollapsePanel .actions {
  float: right;
}
@media (max-width: 767px) {
  .ui-panel.ui-corner-all.technikCollapsePanel .ui-panel-title > span {
    margin-left: 0px;
    width: 100%;
    display: block;
  }
  .ui-panel.ui-corner-all.technikCollapsePanel .ui-panel-title .openSpan {
    position: absolute;
    top: 0;
    right: 0px;
    text-align: right;
  }
  .ui-panel.ui-corner-all.technikCollapsePanel .ui-panel-title span.technikNameSpan {
    margin-top: 10px;
  }
  .ui-panel.ui-corner-all.technikCollapsePanel .ui-panel-titlebar-icon {
    position: absolute;
    top: 0;
    left: 0px;
  }
  .ui-panel.ui-corner-all.technikCollapsePanel .actions {
    float: right;
    display: block;
    width: 100%;
  }
  .ui-panel.ui-corner-all.technikCollapsePanel .ui-panel-titlebar {
    line-height: 14px;
  }
}

@media (min-width: 1200px) {
  .ui-panel.ui-corner-all.technikCollapsePanel .technikNummerSpan {
    width: 154px;
    display: inline-block;
  }
  .ui-panel.ui-corner-all.technikCollapsePanel .auftragsnameSpan {
    width: 223px;
    display: inline-block;
  }
}
.changed-value span {
  color: #F6B21D;
}

.ui-panel.ui-corner-all.risikoortCollapsePanel {
  padding: 0;
  border: 3px solid #E6E6E6;
  border-radius: 0;
  margin-bottom: 10px;
}
.ui-panel.ui-corner-all.risikoortCollapsePanel .btn-yellow {
  font-weight: normal;
}
.ui-panel.ui-corner-all.risikoortCollapsePanel .ui-panel-titlebar {
  padding: 8px;
  border-radius: 0;
  border: none;
  line-height: 30px;
  background-color: #E6E6E6;
  position: relative;
}
.ui-panel.ui-corner-all.risikoortCollapsePanel a.ui-panel-titlebar-icon {
  background-image: none !important;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0px;
  background: transparent;
}
.ui-panel.ui-corner-all.risikoortCollapsePanel a.ui-panel-titlebar-icon:hover, .ui-panel.ui-corner-all.risikoortCollapsePanel a.ui-panel-titlebar-icon:focus {
  background-color: transparent;
  color: #333333;
}
.ui-panel.ui-corner-all.risikoortCollapsePanel .ui-panel-titlebar-icon .ui-icon {
  background-image: none !important;
  display: inline-block;
  font-family: "Glyphicons Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  overflow: visible;
}
.ui-panel.ui-corner-all.risikoortCollapsePanel .ui-panel-titlebar-icon .ui-icon:before {
  display: block;
  padding-left: 7px;
  padding-top: 15px;
}
.ui-panel.ui-corner-all.risikoortCollapsePanel .ui-panel-titlebar-icon .ui-icon.ui-icon-plusthick:before {
  content: "\e224"; /* glyphicons-chevron-right */
}
.ui-panel.ui-corner-all.risikoortCollapsePanel .ui-panel-titlebar-icon .ui-icon.ui-icon-minusthick:before {
  content: "\e602"; /* glyphicons-chevron-down */
}
.ui-panel.ui-corner-all.risikoortCollapsePanel .ui-panel-titlebar-icon {
  float: left !important;
}
.ui-panel.ui-corner-all.risikoortCollapsePanel .ui-panel-title > span {
  margin-left: 10px;
  display: inline-block;
}
.ui-panel.ui-corner-all.risikoortCollapsePanel .ui-panel-title span.openSpan {
  margin-left: 0px;
  display: inline-block;
  width: 27px;
}
.ui-panel.ui-corner-all.risikoortCollapsePanel .ui-panel-title span.risikoortAdresseSpan {
  width: 334px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  vertical-align: top;
}
.ui-panel.ui-corner-all.risikoortCollapsePanel .actions {
  float: right;
}
@media (max-width: 767px) {
  .ui-panel.ui-corner-all.risikoortCollapsePanel .ui-panel-title > span {
    margin-left: 0px;
    width: 100%;
    display: block;
  }
  .ui-panel.ui-corner-all.risikoortCollapsePanel .ui-panel-title .openSpan {
    position: absolute;
    top: 0;
    right: 0px;
    text-align: right;
  }
  .ui-panel.ui-corner-all.risikoortCollapsePanel .ui-panel-title span.risikoortAdresseSpan {
    margin-top: 10px;
  }
  .ui-panel.ui-corner-all.risikoortCollapsePanel .ui-panel-titlebar-icon {
    position: absolute;
    top: 0;
    left: 0px;
  }
  .ui-panel.ui-corner-all.risikoortCollapsePanel .actions {
    float: right;
    display: block;
    width: 100%;
  }
  .ui-panel.ui-corner-all.risikoortCollapsePanel .ui-panel-titlebar {
    line-height: 14px;
  }
}

@media (min-width: 1200px) {
  .ui-panel.ui-corner-all.risikoortCollapsePanel .risikoortnummerSpan {
    width: 154px;
    display: inline-block;
  }
}
.uebertragung.glyphicons-arrow-right {
  color: grey;
}

.uebertragung .versicherungsort-uebertragen-schalter label {
  margin: 0 10px 10px 0;
  vertical-align: middle;
}
.uebertragung .technikKachel .technikKachelCalendar {
  padding-left: 87px;
}
.uebertragung .technikKachel .technikKachelCalendar label, .uebertragung .technikKachel .technikKachelCalendar input {
  margin-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 10px;
  vertical-align: bottom;
}
.uebertragung .technikKachel .technikKachelCalendar input {
  width: 80px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 14px !important;
}
.uebertragung .technikKachel .technikKachelSwitch {
  margin-right: 0;
}

.uebertragung-kundenanzeige h4 {
  margin: 0px 0px 10px !important;
}

.vn-ansprechpartner {
  margin-top: 30px;
  font-size: 14px;
}
.vn-ansprechpartner h4 {
  border-bottom: solid 1px #C9C9C9;
  margin-bottom: 10px !important;
  margin-top: 0px !important;
  font-size: larger;
  text-align: right;
  line-height: 50px;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 3px;
}
.vn-ansprechpartner h4 span.glyphicons, .vn-ansprechpartner h4 span.technik-has-baustein, .vn-ansprechpartner h4 span.technik-has-not-baustein, .vn-ansprechpartner h4 span.technik-has-not-baustein-warning {
  font-size: 30px;
  color: #828587;
  float: left;
}
.vn-ansprechpartner .email-link {
  line-height: 27px;
  display: block;
  margin-top: 20px !important;
}
.vn-ansprechpartner .email-link span.glyphicons, .vn-ansprechpartner .email-link span.technik-has-baustein, .vn-ansprechpartner .email-link span.technik-has-not-baustein, .vn-ansprechpartner .email-link span.technik-has-not-baustein-warning {
  color: #F6B21D;
  margin-right: -8px;
}

.mein-account h5:first-of-type:last-of-type {
  display: none;
}
.mein-account.versicherungsvertrag a.ansprechpartner-link {
  text-decoration: underline;
}
.mein-account.versicherungsvertrag a.ansprechpartner-link:hover {
  text-decoration: underline;
}
.mein-account.individuelle-einstellungen select.anzahl-kunden {
  width: 64px;
}

.vertragsaenderung .btn-boolean-silver {
  width: 80px;
  text-align: center;
  left: 1px;
}
.vertragsaenderung .btn-boolean-silver.ui-button .ui-button-text {
  padding: 0;
  display: inline;
}

.storno.content-block {
  margin-top: 40px;
}
.storno.btn-wrapper {
  overflow: auto;
}

.panelGroupDokumentOverview {
  margin-bottom: 20px;
}

.affix, .control-menu {
  position: relative !important;
}

.portlet-column-content.empty {
  padding: 10px;
}

.portlet-layout .portlet-header {
  margin-bottom: 0px;
}

select.form-control {
  -webkit-appearance: auto !important;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: white;
}

a {
  color: #333333;
}

a.standalone-link {
  color: #F6B21D;
}

.mainPageContent a:hover, .mainPageContent a:focus {
  color: #F6B21D;
  outline: none;
  margin-top: 0px;
}

label {
  display: inline-block;
  font-weight: normal !important;
}

#column-login {
  display: none;
}

.portlet-login input.btn-black {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px;
}

h3 {
  background-image: url("../img/h5_border_left.png");
  background-position: 0 3px;
  background-repeat: repeat-y;
  color: #333333 !important;
  font-size: 20px !important;
  font-weight: bold;
  line-height: 16px !important;
  padding-left: 12px;
  margin-bottom: 30px !important;
  max-height: 19px;
}

h4, .h4 {
  color: #333333 !important;
  font-weight: bold;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 15px !important;
  margin-top: 30px !important;
  font-size: 17.5px;
}

/* h3+h4{
  margin-top: 30px !important;
} */
h5 {
  color: #333333 !important;
  font-weight: normal !important;
  font-size: 17.5px !important;
  border-bottom: 1px solid lightgrey;
}

h6 {
  font-size: 14px;
  font-weight: bold;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

table select {
  margin: 0px !important;
}

textarea, select, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}

.form-control {
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
  height: 30px !important;
}

#documentWrapper {
  background-color: white;
}

.headerWrap {
  margin-top: 20px;
}

/* override min-height od portlet borderless-container  */
.portlet-borderless {
  min-height: 0px;
}

.lumep-theme .portlet-content-editable {
  border: none;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
}

.portlet-borderless-container {
  min-height: 0px;
}

div.portlet-column.portlet-column-only.col-lg-12[class*=span] {
  min-height: 0px;
}

.underline {
  border-bottom: 1px solid;
  margin-bottom: 30px;
}

ul.messagesWrapper {
  padding: 0px;
}

.messageSuccess {
  background: #f4f5f4 none repeat scroll 0 0;
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.messageSuccess i {
  margin-right: 20px;
}

.gelbe_haeckchen {
  list-style-image: url("../img/ico_check_yellow.png");
}

.contentPanel {
  padding-bottom: 15px;
  padding-top: 15px;
}

.passwordForgotten {
  text-align: right;
  text-decoration: underline;
  margin-bottom: 7px;
}

.logoText {
  font-size: 20px;
  vertical-align: bottom;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 246px;
  width: 800px;
  width: fit-content;
  width: max-content;
}

.small-margin-bottom {
  margin-bottom: 10px;
}

p.text {
  margin-bottom: 20px;
}

.boxShadow {
  box-shadow: 0 0 2px 1px #757575;
  position: relative;
}

#logo img {
  margin-left: 25px;
  margin-top: 10px;
}

#headnav {
  position: absolute;
  top: -150px;
  display: block;
  height: 50px;
  width: 200px;
  right: 0px;
}

.form-control:focus {
  border-color: #FFCC00 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(205, 204, 0, 0.6) !important;
}

.progress_step {
  color: #AAAAAA;
}

.selected_step {
  color: #333;
  font-weight: bold;
}

.disabled {
  background-color: #f9f9f8;
  border: 1px solid #eeeeed;
  box-shadow: none;
  color: #a2a2a2;
  cursor: not-allowed;
}

.selectedRowHighlight td {
  background-color: #e7e7e7 !important;
}

.selectedRow td {
  background-color: #efefef !important;
}

.innerPanel {
  /*  box-shadow: 0 0 2px -1px #333 inset;*/
}

.alert-info, .portlet-msg-help, .portlet-msg-info, .portlet-msg-progress {
  background-color: rgba(255, 239, 0, 0.35) !important;
  border: 1px solid rgb(221, 221, 221);
  color: rgb(51, 51, 51);
}

.pageInner {
  position: relative;
}

.mainPageContent {
  margin: 10px;
}

.really-no-padding-anywhere {
  padding: 0 !important;
}

.overflowable-content * {
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* aui responsive font-size überschreiben  */
.mainPageContent input[type=color], .mainPageContent input[type=date], .mainPageContent input[type=datetime], .mainPageContent input[type=datetime-local], .mainPageContent input[type=email], .mainPageContent input[type=month], .mainPageContent input[type=number], .mainPageContent input[type=password], .mainPageContent input[type=search], .mainPageContent input[type=tel], .mainPageContent input[type=text], .mainPageContent input[type=time], .mainPageContent input[type=url], .mainPageContent input[type=week], .mainPageContent select, .mainPageContent textarea, .mainPageContent .input-prepend .add-on, .mainPageContent .navbar-search .search-query, .mainPageContent .uneditable-input, .mainPageContent .btn {
  font-size: 14px;
}

.aui.lumep-theme form {
  margin: 0 0 0px;
}

html .ui-widget {
  font-size: 14px;
}

.ui-inputswitch {
  line-height: 16px;
  font-size: 14px;
}

.ui-widget-overlay {
  opacity: 0.5 !important;
  filter: Alpha(Opacity=50) !important;
}

.ui-dialog.ui-widget-content .ui-dialog-content {
  background: #ffffff;
}

.block {
  margin-bottom: 20px;
}