/**
 * Clay 3.128.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.128.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
 */
.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: #a7a9bc;
  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 #e7e7ed;
  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: #edf9f0;
  border-color: #5aca75;
}
.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: #6b6c7e;
  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: #6b6c7e;
}
.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: #feefef 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: #ab1010;
  color: #ab1010;
  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: #6b6c7e;
  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: #6b6c7e !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #272833 !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 #80acff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #f0f5ff;
  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: #6b6c7e;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #272833;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6b6c7e;
}
.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: #272833;
}
.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: #272833;
  font-weight: 600;
}
.user-info .date-info {
  color: #6b6c7e;
}

.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: -12px;
  margin-right: -12px;
  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: 1.5rem;
}
.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 #e7e7ed;
  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: #6b6c7e;
}

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

.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: 0px;
  content: "";
  left: 0px;
  position: absolute;
  right: 0px;
  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 {
  border-width: 1px;
  box-shadow: none;
  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: 0px;
  content: "";
  height: 0;
  left: 0px;
  position: absolute;
  right: 0px;
  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: 600px;
}
.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: 1rem;
}
.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 #e7e7ed;
  color: #6b6c7e;
}

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

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

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

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

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

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

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

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

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  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='%23272833'/%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='%23272833'/%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='%23272833'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.3125rem;
  content: "";
  height: 0.3125rem;
  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: #6b6c7e;
  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: #6b6c7e;
}
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: #6b6c7e;
  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: #6b6c7e;
}
.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;
}

* {
  /* Scrollbar Firefox */
  scrollbar-color: #0066a9 #e7e7e7;
  scrollbar-width: thin;
}

*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ===== Scrollbar CSS ===== */
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #0066a9;
  border: 3px solid transparent;
  border-radius: 8px;
}

/* Custom scrollbar thumb for Firefox */
*::-moz-scrollbar-thumb {
  background-clip: content-box;
  background-color: #0066a9;
  border: 3px solid transparent;
  border-radius: 8px;
}

::-webkit-scrollbar-track, ::-moz-scrollbar-track {
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}

/* KONSUMENTEN */
/* INDUSTRIE UND GEWERBE */
/* MARKTTEILNEHMER */
/* ÜBER UNS */
/* KONSUMENTEN */
/* INDUSTRIE UND GEWERBE */
/* MARKTTEILNEHMER */
/* ÜBER UNS */
#mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 9000;
}

.mobile-nav {
  padding-top: 5px;
}

ul.flexnav, ul.flexnav ul.ec-sub-nav {
  margin: 0 !important;
}

.flexnav, .searchform {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 2px;
  width: 100%;
  max-height: 0;
  background: #eee;
}

.flexnav.opacity, .searchform.opacity {
  opacity: 0;
}

.flexnav.flexnav-show {
  overflow-y: visible;
}

.flexnav.flexnav-show, .flexnav.searchform-show, .searchform.flexnav-show, .searchform.searchform-show {
  max-height: 10000px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.flexnav li.item-with-ul > a, .searchform li.item-with-ul > a {
  padding-right: 60px;
}

.flexnav li a, .searchform li a {
  min-height: 50px;
  z-index: 2;
  overflow: hidden;
}

.flexnav li a.ec-orange, .flexnav li i.ec-orange, .searchform li a.ec-orange {
  color: #ce3b17;
}

.flexnav li a.ec-orange.ec-current-mob, .searchform li a.ec-orange.ec-current-mob {
  border-left: 4px solid #ce3b17;
}

.flexnav li a.ec-green, .flexnav li i.ec-green, .searchform li a.ec-green {
  color: #418321;
}

.flexnav li a.ec-green.ec-current-mob, .searchform li a.ec-green.ec-current-mob {
  border-left: 4px solid #418321;
}

.flexnav li a.ec-blue, .flexnav li i.ec-blue, .searchform li a.ec-blue {
  color: #008080;
}

.flexnav li a.ec-blue.ec-current-mob, .searchform li a.ec-blue.ec-current-mob {
  border-left: 4px solid #008080;
}

.flexnav li a.ec-grey, .flexnav li i.ec-grey, .searchform li a.ec-grey {
  color: #0066a9;
}

.flexnav li a.ec-grey.ec-current-mob, .searchform li a.ec-grey.ec-current-mob {
  border-left: 4px solid #0066a9;
}

.flexnav li ul, .searchform li ul {
  width: 100%;
}

.flexnav li ul li, .searchform li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
  border-left: 15px solid #eee;
  list-style: none;
}

.flexnav li ul.flexnav-show li, .searchform li ul.flexnav-show li {
  overflow: visible;
}

.flexnav li ul li a, .searchform li ul li a {
  display: block;
  background: #fff;
}

.flexnav ul li ul li a, .searchform ul li ul li a {
  background: #fff;
}

.flexnav ul li ul li ul li a, .searchform ul li ul li ul li a {
  background: #fff;
}

.flexnav .touch-button, .searchform .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
}

.flexnav .touch-button:hover, .searchform .touch-button:hover {
  cursor: pointer;
}

.flexnav .touch-button .navicon, .searchform .touch-button .navicon {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: relative;
  top: 0.7em;
  font-size: 12px;
  color: #bbb;
}

.flexnav .touch-button.active .navicon:before, .searchform .touch-button.active .navicon:before {
  content: "\f068";
}

.flexnav .touch-button .searchicon:before, .searchform .touch-button .searchicon:before {
  content: "\f002";
}

.flexnav .touch-button i, .searchform .touch-button i {
  font-style: normal;
}

#mobile-header-buttons {
  position: fixed;
  text-align: right;
  right: 15px;
  width: 150px;
  height: 60px;
  top: 0;
}

.menu-button, .search-button, .avatar-icon {
  cursor: pointer;
  display: inline-block;
  height: 60px;
  width: 30px;
}

.menu-button .touch-button .navicon, .search-button .touch-button .navicon {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 20px;
  position: relative;
  top: 0.7em;
  color: #0066A9;
}

#mobile-header .menu-button .touch-button .navicon, #mobile-header .search-button .touch-button .navicon, #mobile-header .avatar-icon .touch-button i {
  font-size: 18px;
  top: 0.9em;
  position: relative;
}

.menu-button .touch-button i, .search-button .touch-button i {
  font-style: normal;
}

.menu-button .touch-button .navicon:before {
  content: "\f0c9";
}

.menu-button .touch-button.active .navicon:before {
  content: "\f139";
}

.search-button {
  right: 50px;
}

.avatar-icon {
  right: 23px;
  font-size: 20px;
  color: #0167a9;
  display: none;
}

.signed-in .avatar-icon {
  display: inline-block;
}

.signed-in .search-button {
  right: 75px;
}

.search-button .touch-button .navicon:before {
  content: "\f002";
}

.search-button .touch-button.active .navicon:before {
  content: "\f002";
  color: #ccc;
}

.searchform {
  background: #fff;
}

.searchform .group {
  position: relative;
  height: 62px;
}

.searchform .bar {
  position: relative;
  display: block;
  width: 100%;
}

.searchform .bar:before, .searchform .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #0066A9;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.searchform .bar:before {
  left: 50%;
}

.searchform .bar:after {
  right: 50%;
}

.searchform input:focus ~ .bar:before, .searchform input:focus ~ .bar:after {
  width: 50%;
}

@media all and (min-width: 993px) {
  .flexnav, .menu-button, .search-button, #mobile-header, .mobile-nav {
    display: none;
  }
}
/* KONSUMENTEN */
/* INDUSTRIE UND GEWERBE */
/* MARKTTEILNEHMER */
/* ÜBER UNS */
div#mobilenav {
  position: relative;
  z-index: var(--ec-zindex-mobile-nav, 1025);
}

#header-mobile,
#menu,
#search,
#main-nav-check,
#search-check {
  display: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

.navbar-toggler {
  border-color: #0066a9;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 102, 169, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
  /*
   * Important:
   * Do NOT set max-height / overflow-y here.
   * #mobilenav is inside the fixed mobile header.
   * If max-height is always active, the closed header becomes too tall
   * and pushes the page content far down.
   *
   * The scrollable open-menu state belongs in _sticky-header.scss.
   */
  div#mobilenav {
    position: relative;
    z-index: var(--ec-zindex-mobile-nav, 1025);
    box-sizing: border-box;
  }
  .navbar-expand-lg {
    justify-content: space-between !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
  }
  #menu,
  #search,
  #header-mobile,
  #main-nav-check,
  #search-check {
    display: block;
  }
  #wrapper {
    display: block;
    height: auto;
  }
  #main-nav-check:checked ~ #wrapper,
  #main-nav-check:checked ~ .footer,
  #search-check:checked ~ #wrapper,
  #search-check:checked ~ .footer {
    display: none;
    height: 0;
  }
  html,
  body {
    height: 100%;
    position: relative;
  }
  body {
    -webkit-animation: androidbugfix infinite 1s;
    overflow-x: hidden;
  }
  @-webkit-keyframes androidbugfix {
    from, to {
      padding: 0;
    }
  }
  #header-mobile {
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, color-stop(#fff 0), color-stop(#eaf4f9 100%));
    background-image: linear-gradient(to bottom, #fff 0, #eaf4f9 100%);
    background-repeat: repeat-x;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    height: 50px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
  }
  #header-mobile label {
    padding: 10px;
  }
  #header-mobile a {
    padding: 13px 10px 10px;
  }
  #header-mobile label:hover,
  #menu label:hover,
  #search label:hover {
    color: #0066a9;
  }
  #main-nav-check,
  #search-check,
  #menu .ec-sub-nav-check,
  #search .ec-sub-nav-check {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  .ec-toggle {
    color: #0066a9;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    right: 0;
  }
  .ec-toggle.ec-search {
    right: 40px;
  }
  #menu .ec-sub-nav .ec-toggle,
  #search .ec-sub-nav .ec-toggle {
    font: 2em/2em Arial;
    left: 0;
    right: auto;
    top: 0;
  }
  #menu .ec-toggle.ec-close-menu,
  #search .ec-toggle.ec-close-menu {
    font-size: 100%;
    left: auto;
    padding: 10px;
    right: 0;
    top: 0;
  }
  .ec-container {
    background: #fff;
    min-height: 0 !important;
    height: auto !important;
    padding-top: 0;
  }
  #menu,
  #menu .ec-sub-nav,
  #search,
  #search .ec-sub-nav {
    background: none;
    bottom: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: var(--ec-zindex-mobile-nav, 1025);
  }
  #menu,
  #menu .ec-sub-nav,
  #search,
  #search .ec-sub-nav {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.25s ease;
    transform: translate(0, 0);
    transition: transform 0.25s ease;
  }
  #menu ul,
  #search ul {
    background: none;
    line-height: 2.75em !important;
    list-style: none;
    margin-left: 0;
    padding: 0;
    text-decoration: none;
  }
  #menu ul li,
  #search ul li {
    line-height: 2.75em !important;
  }
  #menu li a,
  #search li a {
    font-size: 1em;
    letter-spacing: 0.15px;
    font-family: Arial, serif;
  }
  #search li input {
    font-size: 1.2em;
  }
  #menu .ec-sub-heading,
  #search .ec-sub-heading {
    color: #eee;
    font-weight: 700;
    height: 50px;
    padding-left: 15px;
    padding-right: 40px;
    text-transform: uppercase;
  }
  #menu .ec-sub-heading.marginL,
  #search .ec-sub-heading.marginL {
    padding-left: 50px;
  }
  #menu .ec-sub-heading.top,
  #search .ec-sub-heading.top {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, color-stop(#fff 0), color-stop(#eaf4f9 100%));
    background-image: linear-gradient(to bottom, #fff 0, #eaf4f9 100%);
    background-repeat: repeat-x;
    color: #0066a9;
  }
  #menu .ec-sub-heading span,
  #search .ec-sub-heading span {
    display: block;
    line-height: 50px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #menu .ec-sub-heading:before,
  #search .ec-sub-heading:before {
    background: #444;
    content: "";
    display: block;
    height: 0;
    margin-left: -1.3125em;
    width: 40px;
  }
  #menu .ec-toggle-sub,
  #search .ec-toggle-sub {
    background: transparent;
    border-left: 1px solid #444;
    color: #0066a9;
    cursor: pointer;
    float: right;
    font: bold 1em/3.5em Arial;
    margin-top: -3.5em;
    padding: 0;
    text-align: center;
    width: 40px;
  }
  #menu,
  #search,
  #menu .ec-sub-nav,
  #search .ec-sub-nav {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .ec-bold {
    font-weight: bold;
  }
  .level-zero {
    color: white !important;
    font-size: 18px !important;
  }
  .level-one {
    color: white !important;
    font-size: 16px !important;
  }
  .level-x {
    font-size: 16px !important;
  }
  #mobile-nav {
    margin-bottom: 0;
    padding-bottom: 32px;
    box-sizing: border-box;
  }
  #mobile-nav li > a:not(.ec-mobile-nav-next) {
    padding: 2px;
    width: auto;
  }
  #mobile-nav li > a.ec-mobile-nav-next {
    padding: 0 4px;
    width: auto;
  }
  ul#mobile-nav .ec-grey a.level-x {
    color: #0066a9;
  }
  .ec-orange.ec-colored-full {
    background: #ce3b17;
  }
  .ec-orange.ec-colored-full:active {
    background: #9B2300;
  }
  .ec-green.ec-colored-full {
    background: #418321;
  }
  .ec-green.ec-colored-full:active {
    background: #205F1C;
  }
  .ec-blue.ec-colored-full {
    background: #008080;
  }
  .ec-blue.ec-colored-full:active {
    background: #145B61;
  }
  .ec-grey.ec-colored-full {
    background: #0066a9;
  }
  .ec-grey.ec-colored-full:active {
    background: #085384;
  }
  .ec-nav-button a.ec-orange {
    color: #ce3b17;
  }
  .ec-nav-button a.ec-green {
    color: #418321;
  }
  .ec-nav-button a.ec-blue {
    color: #008080;
  }
  .ec-nav-button a.ec-grey {
    color: #0066a9;
  }
  .ec-orange.ec-colored-full:hover {
    filter: brightness(80%);
  }
  .ec-orange.ec-colored-full a:hover {
    text-decoration: none;
  }
  .ec-green.ec-colored-full:hover {
    filter: brightness(80%);
  }
  .ec-green.ec-colored-full a:hover {
    text-decoration: none;
  }
  .ec-blue.ec-colored-full:hover {
    filter: brightness(80%);
  }
  .ec-blue.ec-colored-full a:hover {
    text-decoration: none;
  }
  .ec-orange.ec-colored:hover {
    background: #ce3b17;
    filter: brightness(80%);
    border-radius: 10px;
  }
  .ec-orange.ec-colored a:hover {
    color: white !important;
    text-decoration: none;
  }
  .ec-orange.ec-colored a:hover a {
    color: white !important;
    text-decoration: none;
  }
  .ec-green.ec-colored:hover {
    background: #418321;
    filter: brightness(80%);
    border-radius: 10px;
  }
  .ec-green.ec-colored:hover a {
    color: white !important;
    text-decoration: none;
  }
  .ec-green.ec-colored a:hover {
    color: white !important;
    text-decoration: none;
  }
  .ec-blue.ec-colored:hover {
    background: #008080;
    filter: brightness(80%);
    border-radius: 10px;
  }
  .ec-blue.ec-colored:hover a {
    color: white !important;
    text-decoration: none;
  }
  .ec-blue.ec-colored a:hover {
    color: white !important;
    text-decoration: none;
  }
  .ec-grey.ec-colored:hover {
    background: #0066a9;
    filter: brightness(80%);
    border-radius: 10px;
  }
  .ec-grey.ec-colored:hover a {
    color: white !important;
    text-decoration: none;
  }
  .ec-grey.ec-colored a:hover {
    color: white !important;
    text-decoration: none;
  }
  .ec-orange.ec-colored-light:hover {
    color: #ce3b17;
    background: #f4efef;
    border-radius: 10px;
  }
  .ec-green.ec-colored-light:hover {
    color: #418321;
    background: #f4efef;
    border-radius: 10px;
  }
  .ec-blue.ec-colored-light:hover {
    color: #008080;
    background: #f4efef;
    border-radius: 10px;
  }
  .ec-grey.ec-colored-light:hover {
    color: #0066a9;
    background: #f4efef;
    border-radius: 10px;
  }
  .divider {
    border-bottom: 1px solid white;
  }
  .ec-orange.divider {
    border-bottom: 1px solid #ce3b17;
  }
  .ec-green.divider {
    border-bottom: 1px solid #418321;
  }
  .ec-blue.divider {
    border-bottom: 1px solid #008080;
  }
  .ec-grey.divider {
    border-bottom: 1px solid #0066a9;
  }
  .ec-return-link {
    font-family: Arial, serif;
    font-size: 13px;
    line-height: 53px;
    letter-spacing: 0.8px;
    vertical-align: middle;
    margin-left: 10px;
  }
  #search-check:checked ~ #search,
  #search .ec-sub-nav-check:checked ~ #sfof-sub,
  #main-nav-check:checked ~ #menu,
  #menu .ec-sub-nav-check:checked ~ .ec-sub-nav {
    right: 0;
  }
  .ec-search-reset {
    color: #ccc !important;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 50px;
    width: 50px !important;
  }
  #menu .ec-fa {
    line-height: 1 !important;
  }
  #search .ec-btn.ec-btn-primary {
    margin-top: 0 !important;
  }
  #search .ec-input-group .ec-input-group-btn {
    position: absolute;
    right: 0;
    top: 50px;
  }
  .ec-searchbox {
    float: right;
    margin-right: 70px;
  }
  .ec-search-backdrop {
    top: 50px !important;
  }
  .aui.ios input,
  .aui.ios input.input-large,
  .aui.ios textarea,
  .aui.ios .uneditable-input {
    max-width: 100% !important;
  }
  #search .ec-form-control,
  #menu .ec-sub-nav {
    position: relative;
  }
  #search .ec-form-control:not(:valid) ~ .ec-search-reset,
  .ec-hidden {
    display: none;
  }
}
@media (max-width: 991px) {
  #mobile-nav,
  #mobile-nav .ec-sub-nav {
    box-sizing: border-box;
    list-style: none;
    margin: 0 !important;
    padding-left: 0;
    width: 100%;
  }
  #mobile-nav li,
  #mobile-nav .ec-sub-nav li {
    box-sizing: border-box;
    list-style: none;
  }
  .mobile-navigation-list-item {
    align-items: center;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    min-height: 72px;
    padding: 0 16px;
    width: 100%;
  }
  .mobile-navigation-list-item > a:not(.ec-mobile-nav-next),
  .mobile-navigation-list-item-sub > a:not(.ec-mobile-nav-next) {
    align-items: center;
    box-sizing: border-box;
    color: inherit;
    display: flex;
    flex: 1 1 auto;
    line-height: 1.25;
    min-height: 72px;
    min-width: 0;
    overflow: visible;
    padding: 0 16px 0 0;
    text-decoration: none;
    white-space: normal;
    width: auto;
  }
  .mobile-navigation-list-item > a:not(.ec-mobile-nav-next):hover,
  .mobile-navigation-list-item > a:not(.ec-mobile-nav-next):focus,
  .mobile-navigation-list-item-sub > a:not(.ec-mobile-nav-next):hover,
  .mobile-navigation-list-item-sub > a:not(.ec-mobile-nav-next):focus {
    color: inherit;
    text-decoration: none;
  }
  .mobile-navigation-list-item-sub {
    align-items: center;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 16px;
    width: 100%;
  }
  .mobile-navigation-list-item-sub > a:not(.ec-mobile-nav-next) {
    min-height: 56px;
  }
  .mobile-navigation-list-item-sub:active {
    background-color: #f4efef;
  }
  .ec-mobile-nav-next {
    align-items: center;
    box-sizing: border-box;
    color: inherit;
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
    margin-left: auto;
    min-height: 56px;
    min-width: 56px;
    padding: 0 4px;
    text-decoration: none;
    width: auto !important;
  }
  .ec-mobile-nav-next:hover,
  .ec-mobile-nav-next:focus {
    color: inherit;
    text-decoration: none;
  }
  .ec-nav-button {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    min-height: 56px;
    padding: 8px 16px;
    width: 100%;
  }
  .ec-nav-button a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    min-height: 40px;
    text-decoration: none;
  }
  .ec-nav-button a:hover,
  .ec-nav-button a:focus {
    text-decoration: none;
  }
  .ec-nav-back-button.ec-inactive {
    cursor: default;
    opacity: 0.35;
    pointer-events: none;
  }
}
.mobile-nav .portlet-boundary {
  margin: 5px;
}

.mobile-nav .form-group {
  margin-bottom: 0;
}

.mobile-nav form {
  margin-top: 0;
  margin-bottom: 0;
}

.mobile-nav input.field.search-input.form-control.ec-search-input-clickarea {
  width: 100%;
}

.mobile-nav .ec-search-input-wrapper.ec-in-navigation .ec-search-suggestions {
  position: relative;
  width: 100%;
  top: 0;
}

ul#mobile-nav .ec-nav-button a i {
  display: inline-block;
  vertical-align: middle;
}

.ec-blue .ec-nav-close-button {
  color: #008080;
}

.ec-orange .ec-nav-close-button {
  color: #ce3b17;
}

.ec-green .ec-nav-close-button {
  color: #418321;
}

.ec-grey .ec-nav-close-button {
  color: #0066a9;
}

.ec-nav-close-button,
.ec-nav-back-button {
  padding: 4px;
}

.ec-green.mobile-navigation-item {
  border-bottom: 1px solid #418321;
}

.ec-orange.mobile-navigation-item {
  border-bottom: 1px solid #ce3b17;
}

.ec-blue.mobile-navigation-item {
  border-bottom: 1px solid #008080;
}

.ec-grey.mobile-navigation-item {
  border-bottom: 1px solid #0066a9;
}

/* ==================================================
   EC Mobile Navigation Panel Separation
   Clear visual separation between open menu and page content
   ================================================== */
@media (max-width: 991px) {
  body.ec-mobile-nav-open div#mobilenav {
    position: relative;
    background: #ffffff;
    border-top: 1px solid #d9e2ec;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    box-shadow: 0 14px 28px rgba(16, 24, 40, 0.16), 0 4px 10px rgba(16, 24, 40, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
  }
  body.ec-mobile-nav-open div#mobilenav::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0;
    height: 18px;
    border-top: 1px solid #dfe5ec;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 10px 18px rgba(16, 24, 40, 0.1);
    pointer-events: none;
    z-index: 6;
  }
  body.ec-mobile-nav-open #mobile-nav,
  body.ec-mobile-nav-open #mobile-nav .ec-sub-nav {
    background: #ffffff;
  }
  body.ec-mobile-nav-open #mobile-nav,
  body.ec-mobile-nav-open #mobile-nav .ec-sub-nav {
    padding-bottom: 0;
  }
  body.ec-mobile-nav-open .ec-nav-button {
    position: sticky;
    top: 0;
    z-index: 8;
    background: #ffffff;
    border-bottom: 1px solid #e6e9ee;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 6px;
  }
  .mobile-navigation-list-item,
  .mobile-navigation-list-item-sub {
    background: #ffffff;
  }
  .mobile-navigation-list-item {
    min-height: 70px;
  }
  .mobile-navigation-list-item > a:not(.ec-mobile-nav-next),
  .mobile-navigation-list-item-sub > a:not(.ec-mobile-nav-next) {
    font-size: 18px;
    line-height: 1.35;
  }
  .divider {
    opacity: 0.85;
  }
  .ec-orange.ec-colored-full,
  .ec-green.ec-colored-full,
  .ec-blue.ec-colored-full,
  .ec-grey.ec-colored-full {
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    margin: 8px 12px;
    width: calc(100% - 24px);
  }
  #mobile-nav > li,
  #mobile-nav .ec-sub-nav > li {
    background: #ffffff;
  }
  #mobile-nav > li:last-child,
  #mobile-nav .ec-sub-nav > li:last-child {
    padding-bottom: 10px;
  }
}
/* KONSUMENTEN */
/* INDUSTRIE UND GEWERBE */
/* MARKTTEILNEHMER */
/* ÜBER UNS */
/* Text (Konsumenten) in Navigationsebene 0 orange anzeigen. */
a.ec-orange-color {
  color: #ce3b17 !important;
}

/* Text (Industrie & Gewerbe) in Navigationsebene 0 grün anzeigen */
a.ec-green-color {
  color: #418321 !important;
}

/* Text (Marktteilnehmer) in Navigationsebene 0 blau anzeigen */
a.ec-blue-color {
  color: #008080 !important;
}

/* Text (Über die E-Control) in Navigationsebene 0 blau anzeigen */
a.ec-grey-color {
  color: #0066a9 !important;
}

/* Navigationslinks der 2. Ebene (Konsumenten/Strom, Gas, Öko-Energie) nicht umf�rben beim Hovern */
.ec-sectionhead a:hover {
  color: #fff;
}

.ec-sectionhead.ec-orange-color {
  background-color: #ce3b17 !important;
}

.ec-sectionhead.ec-green-color {
  background-color: #418321 !important;
}

.ec-sectionhead.ec-blue-color {
  background-color: #008080 !important;
}

.ec-sectionhead.ec-grey-color {
  background-color: #0066a9 !important;
}

@media (max-width: 991px) {
  .ec-main-navigation {
    display: none;
  }
}
.ec-main-navigation {
  background-color: #fff;
}

#main-nav {
  width: 100vw;
  max-width: 1440px;
  margin-top: 5px;
}

#nav-menu {
  max-width: 1440px;
}

#sidebar {
  position: absolute;
  border-radius: 8px;
  box-shadow: 0 20px 8px -8px rgba(0, 0, 0, 0.24);
  z-index: 985;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

#sidebar.show {
  display: flex;
  justify-content: center;
}

.ec-sidebar-nav {
  background-color: unset;
}

.ec-sidebar-nav ul a {
  width: 400px;
}

.ec-grey-color {
  color: #0066a9;
}

.ec-back-to-top {
  margin: 5px 0 0 0;
  padding: 10px;
}

a.ec-top-link {
  align-items: center;
  background: #333;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-left: 5px;
  opacity: 0.7;
  padding: 10px;
  text-decoration: none;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  width: 30px;
  z-index: 985;
}

#sidebar {
  bottom: auto !important;
  width: 100%;
}
#sidebar.is_stuck {
  position: fixed !important;
  top: 0 !important;
}

.ec-sidebar-nav {
  background-color: #fff;
  margin: 15px 0;
  padding: 0;
}

.ec-sidebar-nav-shadow {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.ec-sidebar-nav .ec-accordion-content {
  display: none;
}

.ec-sidebar-nav .ec-panel:hover .panel {
  box-shadow: none;
}

.ec-sidebar-nav .ec-panel-group .ec-panel + .ec-panel {
  margin-top: 0;
}

.ec-sidebar-nav .ec-panel-group {
  border-bottom: 1px solid #f5f5f5;
}

.ec-sidebar-nav .ec-panel-heading i.ec-accordion-toggle:before {
  content: "\f054";
}

.ec-sidebar-nav .ec-panel-heading i.ec-accordion-toggle.ec-collapsed:before {
  content: "\f054";
}

.ec-panel-heading a {
  font-family: Arial, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0.150000006px;
}

.ec-sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ec-sidebar-nav ul li, .ec-sidebar-nav ul a {
  display: block;
  z-index: 0;
  margin: 0 8px;
}

.ec-sidebar-nav ul li:hover, .ec-sidebar-nav ul a:hover, .ec-sidebar-nav ul a:hover {
  z-index: 9;
  cursor: pointer;
}

.ec-sidebar-nav ul li.active {
  font-weight: 700;
}

.ec-sidebar-nav ul li.active li {
  font-weight: 300;
}

.ec-sidebar-nav ul a {
  border-right: 4px solid transparent;
  margin-right: 0 !important;
  padding: 10px 0;
  position: relative;
}

.ec-sidebar-nav .ec-panel, .ec-sidebar-nav .ec-panel-heading {
  display: flex;
  width: 460px;
  height: 100px;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.ec-sidebar-nav .ec-panel, .ec-sidebar-nav .ec-panel-subheading, .ec-panel-subheading-link {
  display: flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 8px;
}

.ec-sidebar-nav .ec-panel {
  background-color: white;
}

.ec-sidebar-nav .ec-panel-subheading:hover {
  background-color: #F1F4EF;
}

.ec-green .ec-sidebar-nav .ec-panel-subheading-link:hover {
  background-color: #418321 !important;
}
.ec-green .ec-sidebar-nav .ec-panel-subheading-link:hover a {
  color: white !important;
}

.ec-sidebar-nav .ec-panel > .ec-green-color > .ec-panel-subheading-link:hover {
  background-color: #418321 !important;
}
.ec-sidebar-nav .ec-panel > .ec-green-color > .ec-panel-subheading-link:hover a {
  color: white !important;
}

.ec-orange .ec-sidebar-nav .ec-panel-subheading-link:hover {
  background-color: #ce3b17 !important;
}
.ec-orange .ec-sidebar-nav .ec-panel-subheading-link:hover a {
  color: white !important;
}

.ec-sidebar-nav .ec-panel > .ec-orange-color > .ec-panel-subheading-link:hover {
  background-color: #ce3b17 !important;
}
.ec-sidebar-nav .ec-panel > .ec-orange-color > .ec-panel-subheading-link:hover a {
  color: white !important;
}

.ec-blue .ec-sidebar-nav .ec-panel-subheading-link:hover {
  background-color: #008080 !important;
  border-radius: 8px;
}
.ec-blue .ec-sidebar-nav .ec-panel-subheading-link:hover a {
  color: white !important;
}

.ec-sidebar-nav .ec-panel > .ec-blue-color > .ec-panel-subheading-link:hover {
  background-color: #008080 !important;
  border-radius: 8px;
}
.ec-sidebar-nav .ec-panel > .ec-blue-color > .ec-panel-subheading-link:hover a {
  color: white !important;
}

.ec-grey .ec-sidebar-nav .ec-panel-subheading-link:hover {
  background-color: #0066a9 !important;
  border-radius: 8px;
}
.ec-grey .ec-sidebar-nav .ec-panel-subheading-link:hover a {
  color: white !important;
}

.ec-sidebar-nav .ec-panel > .ec-grey-color > .ec-panel-subheading-link:hover {
  background-color: #0066a9 !important;
  border-radius: 8px;
}
.ec-sidebar-nav .ec-panel > .ec-grey-color > .ec-panel-subheading-link:hover a {
  color: white !important;
}

.ec-sidebar-nav ul a:hover, .ec-sidebar-nav ul a:focus, .ec-sidebar-nav ul a:active {
  text-decoration: none;
}

.ec-sidebar-nav ul ul li {
  border-left: 4px solid #eee;
}

.ec-sidebar-nav ul ul a {
  background-color: #fff;
}

/* link colors */
.ec-orange .ec-sidebar-nav .ec-panel-heading {
  border-bottom: 1px solid #ce3b17;
}

.ec-green .ec-sidebar-nav .ec-panel-heading {
  border-bottom: 1px solid #418321;
}

.ec-blue .ec-sidebar-nav .ec-panel-heading {
  border-bottom: 1px solid #008080;
}

.ec-grey .ec-sidebar-nav .ec-panel-heading {
  border-bottom: 1px solid #0066a9;
}

.ec-orange .ec-sidebar-nav ul a {
  color: #ce3b17;
}

.ec-green .ec-sidebar-nav ul a {
  color: #418321;
}

.ec-blue .ec-sidebar-nav ul a {
  color: #008080;
}

.ec-grey .ec-sidebar-nav ul a {
  color: #0066a9;
}

.ec-orange .ec-sidebar-nav ul li .ec-fa {
  color: #ce3b17;
}

.ec-green .ec-sidebar-nav ul li .ec-fa {
  color: #418321;
}

.ec-blue .ec-sidebar-nav ul li .ec-fa {
  color: #008080;
}

.ec-grey .ec-sidebar-nav ul li .ec-fa {
  color: #0066a9;
}

/* Back to top (hidden on mobile) */
.ec-back-to-top {
  color: #757575 !important;
  display: none;
  font-size: 12px;
  margin: 10px 0 20px;
  padding: 15px;
}

.ec-back-to-top:hover {
  color: #0066a9;
}

.ec-sidebar-nav .ec-panel > .ec-blue-color {
  border-bottom-color: #008080 !important;
}
.ec-sidebar-nav .ec-panel > .ec-blue-color a {
  color: #008080 !important;
}

.ec-sidebar-nav .ec-panel > .ec-orange-color {
  border-bottom-color: #ce3b17 !important;
}
.ec-sidebar-nav .ec-panel > .ec-orange-color a {
  color: #ce3b17 !important;
}

.ec-sidebar-nav .ec-panel > .ec-green-color {
  border-bottom-color: #418321 !important;
}
.ec-sidebar-nav .ec-panel > .ec-green-color a {
  color: #418321 !important;
}

.ec-sidebar-nav .ec-panel > .ec-grey-color {
  border-bottom-color: #0066a9 !important;
}
.ec-sidebar-nav .ec-panel > .ec-grey-color a {
  color: #0066a9 !important;
}

@media (max-width: 834px) {
  .ec-nav-button {
    display: flex;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .ec-main-navigation {
    display: none;
  }
}
.ec-nav-button {
  display: flex;
}

.ec-nav-back-button {
  float: left;
  margin-left: 10px !important;
}

.ec-nav-close-button {
  float: right;
  margin-left: auto !important;
  margin-right: 10px !important;
}

.ec-orange .ec-colored-button-inverted {
  color: white !important;
  margin: 0;
}

.ec-green .ec-colored-button-inverted {
  color: white !important;
  margin: 0;
}

.ec-blue .ec-colored-button-inverted {
  color: white !important;
  margin: 0;
}

.ec-grey .ec-colored-button-inverted {
  color: white !important;
  margin: 0;
}

.ec-inactive {
  opacity: 0.2;
}

.ec-orange .ec-inactive {
  color: #ce3b17;
}

.ec-green .ec-inactive {
  color: #418321;
}

.ec-blue .ec-inactive {
  color: #008080;
}

.ec-grey .ec-inactive {
  color: #0066a9;
}

/* affix */
.ec-affix {
  top: 10px;
}

.ec-affix-bottom {
  position: absolute;
  width: 227px;
}

@media (min-width: 769px) {
  .ec-back-to-top {
    display: block;
  }
}
@media (max-width: 768px) {
  #sidebar.show {
    display: none;
  }
}
@media (min-width: 992px) {
  .ec-sidebar-nav .ec-nav > .ec-active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .ec-sidebar-nav.ec-affix, .ec-sidebar-nav.ec-bottom {
    width: 227px;
  }
  .ec-sidebar-nav.ec-affix {
    position: fixed;
    top: 0;
  }
  .ec-sidebar-nav.ec-bottom {
    position: absolute;
  }
}
@media (max-width: 992px) {
  .ec-affix, .ec-affix-bottom {
    position: static;
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .ec-sidebar-nav.ec-affix, .ec-sidebar-nav.ec-affix-bottom {
    width: 278px;
  }
}
/* Integrated Issue #33 Gitlab
@see: http://git.ebcont.com/ebcont-communication/econtrol-corporate-page/issues/33
*/
.ec-sectionhead {
  background-color: #0066a9;
  display: flex;
  justify-content: center;
}

@media (min-width: 0px) {
  .ec-sectionhead {
    padding: 0 15px;
  }
}
@media (min-width: 575px) {
  .ec-sectionhead {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .ec-sectionhead {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .ec-sectionhead {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .ec-sectionhead {
    padding: 0 30px;
  }
}
@media (min-width: 1455px) {
  .ec-sectionhead {
    padding: 0;
  }
}
.ec-grey .ec-sectionhead {
  background: #0066A9;
  display: flex;
  justify-content: center;
}

.ec-orange .ec-sectionhead {
  background: #ce3b17;
  display: flex;
  justify-content: center;
}

.ec-orange .selectedNavigationItem {
  background-color: #ce3b17;
}
.ec-orange .selectedNavigationItem a {
  color: white !important;
}

.ec-blue .selectedNavigationItem {
  background-color: #008080;
}
.ec-blue .selectedNavigationItem a {
  color: white !important;
}

.ec-green .selectedNavigationItem {
  background-color: #418321;
}
.ec-green .selectedNavigationItem a {
  color: white !important;
}

.ec-grey .selectedNavigationItem {
  background-color: #0066a9;
}
.ec-grey .selectedNavigationItem a {
  color: white !important;
}

.navbar .navbar-collapse {
  max-width: 1440px;
}

.navbar-expand-lg {
  justify-content: center;
}

/* KONSUMENTEN */
/* INDUSTRIE UND GEWERBE */
/* MARKTTEILNEHMER */
/* ÜBER UNS */
.ec-teaser .ec-well .portlet-dropzone.portlet-column-content .portlet-boundary section {
  position: static;
}
.ec-teaser .ec-well .portlet-dropzone.portlet-column-content .portlet-boundary section .portlet-content h2 {
  display: none;
}

.ec-header {
  margin: auto;
}

.full-width .ec-container:not(.ec-main) {
  width: 100% !important;
}

.portlet > .portlet-content {
  padding: 0;
}
.portlet > .portlet-content .portlet-title-editable, .portlet > .portlet-content .portlet-title-text {
  display: none;
}

.portlet-content-editable .portlet-header {
  z-index: 1 !important;
}

/*
// Keep portlet-topper (with ⋮ options button) always visible for signed-in editors.
// By default Liferay fades it in only on hover (opacity: 0 → 1), making it hard
// to discover. Always-on is safe since .portlet-topper is only rendered in edit mode.
// The button color is white by default (designed for dark hover backgrounds),
// so we also darken it to stay readable on the light gray topper background.
// z-index: 1031 ensures the topper renders above the fixed navbar (z-index: 1030)
// and above portlet content (.portlet comes later in DOM with position: relative).
.portlet-topper {
  //opacity: 1 !important;
  z-index: 1029;
  height: 28px;
  padding: 0 4px 0 8px;

  // Liferay's cadmin rule (html:not(#__):not(#___) .cadmin .portlet-title-default)
  // sets overflow:hidden and has higher specificity, clipping bottom 4px of text.
  .portlet-title-default {
    overflow: visible !important;
  }

  button.portlet-options {
    color: #6b6c7e !important;
  }
}


html .portlet > .cadmin.portlet-topper {
    font-size: 13.92px!important;
    padding: 0 4px 0 8px!important;
}

html .portlet > .cadmin.portlet-topper .portlet-title-default {
    display: inline-block !important;
    line-height: 24px !important;
    vertical-align: middle !important;
}

html .portlet > .cadmin.portlet-topper .portlet-topper-toolbar .component-action {
    font-size: 14px;
    height: 24px;
    margin-top: -2px;
    width: 24px;
}*/
body.ec-home #navbar-collapse {
  border-bottom: 3px solid #f5f5f5;
}

body.ec-home #navbar-collapse #accordion li #navbar-collapse .ec-nav.ec-navbar-nav form {
  width: 50%;
}
body.ec-home #navbar-collapse #accordion li #navbar-collapse .ec-nav.ec-navbar-nav form .ec-input-group .ec-input-group-btn .ec-btn {
  border-color: #ccc;
}

body.has-control-menu.guest-site div#wrapper {
  margin-top: 0;
}
body.has-control-menu.guest-site div#wrapper .ec-header .ec-row .ec-logout-link a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f007";
  margin-right: 2px;
}

.cadmin.control-menu-container {
  width: 100%;
  flex-grow: 1;
}

.ec-navbar.ec-masthead {
  max-width: none;
}
.ec-navbar.ec-masthead .ec-row .ec-choose-language .in-row {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #555555;
}
.ec-navbar.ec-masthead .ec-row.language-username {
  max-height: 25px;
}
.ec-navbar.ec-masthead .ec-row.language-username .ec-choose-language {
  max-height: 25px;
}
.ec-navbar.ec-masthead .ec-row.language-username .language-entry-long-text:not(:last-child) {
  border-right: 1px solid lightgrey;
}
.ec-navbar.ec-masthead .ec-row .ec-navbar-header .ec-navbar-brand.logo-link {
  margin-left: 0px;
  padding-left: 0;
  height: 110px;
  width: 100%;
  margin-top: 0px;
  padding-top: 4px;
}
.ec-navbar.ec-masthead .ec-row .ec-navbar-header .ec-navbar-brand.logo-link img {
  height: auto;
  width: 100%;
  max-width: 255px;
}

@media (min-width: 992px) {
  .ie11 .ec-teaser .ec-well .ec-media {
    display: block;
  }
}
#hrefFm {
  display: none;
}

.portal-popup {
  height: 100%;
}
.portal-popup .flipped {
  height: 100%;
}

body.dialog-iframe-popup {
  height: auto;
  min-height: 100%;
}
body.dialog-iframe-popup #main-content {
  position: relative !important;
  height: auto !important;
  overflow: visible !important;
  inset: unset !important;
}

.ec-search {
  position: relative;
  padding: 5px 0;
}
.ec-search form {
  margin-top: 2px;
}
.ec-search div.form-group.form-group-inline.input-text-wrapper {
  width: calc(100% - 38px);
}
.ec-search .portlet-boundary_com_liferay_portal_search_web_portlet_SearchPortlet_ {
  margin-top: 10px;
  margin-right: -5px;
}
.ec-search div.lfr-ddm-field-group.lfr-ddm-field-group-inline.field-wrapper {
  height: 34px;
  position: absolute;
  background-color: white;
  padding-left: 0px;
  border: 1px solid lightgrey;
  right: 6px;
  border-radius: 0 5px 5px 0;
  padding-bottom: 1px;
}

body.signed-in .ec-search {
  margin-top: unset;
}

@media (max-width: 768px) {
  div.form-group.form-group-inline.input-text-wrapper {
    display: block;
    position: absolute;
    top: 6px;
    width: 100%;
  }
  div.form-group.form-group-inline.input-text-wrapper .search-input {
    padding: 5px;
  }
  div.lfr-ddm-field-group.lfr-ddm-field-group-inline.field-wrapper {
    visibility: hidden;
  }
  .ec-search {
    margin-top: unset;
  }
}
#mobile-header .ec-navbar-header .logo-container {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
#mobile-header .ec-navbar-header .title-container {
  display: inline-block;
  color: #0066a9;
  font-size: 16px;
  vertical-align: middle;
}
#mobile-header .ec-navbar-header .title-container .mobile-title {
  text-overflow: ellipsis;
  max-height: 30px;
  white-space: nowrap;
  display: block;
  max-width: 70px;
  overflow: hidden;
}

.search-button-custom {
  background-color: transparent;
  border: none;
  padding: 0;
}

@media (max-width: 768px) {
  .ec-teasers .ec-teaser .ec-well .journal-content-article .ec-info {
    display: block;
  }
  .ec-teasers .ec-teaser .ec-well .journal-content-article .ec-media {
    display: none;
  }
}
.user-information {
  text-align: center;
  background-color: white;
  padding-top: 20px;
  display: none;
}

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

#wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .search-facet ul.list-unstyled {
  margin-bottom: 0px;
  word-break: break-all;
}
#wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .search-facet ul.list-unstyled li {
  padding-top: 0;
  padding-bottom: 0;
}
#wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .search-facet ul.list-unstyled li a {
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 17px;
}
#wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .search-facet ul.list-unstyled li a.text-primary {
  display: block;
  padding: 10px 15px;
  color: #fff;
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #0066a9;
}
#wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .search-facet ul.list-unstyled li a.text-primary:hover {
  text-decoration: none;
  color: #fff;
}
#wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .search-facet ul.list-unstyled li a.text-default {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 10px 15px;
  color: #0066a9;
}
#wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .search-facet ul.list-unstyled li a.text-default:hover {
  background-color: #eee;
  color: #256986;
  text-decoration: none;
}
#wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .portlet-icon-back {
  display: none;
}
#wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .portlet-content-container .portlet-body .form .input-container .menu-column .result .main-content-body {
  margin-top: 0px;
}
#wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .portlet-content-container .portlet-body .form .input-container .fieldset > div {
  position: relative;
}
#wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .portlet-content-container .portlet-body .form .input-container .fieldset > div > div {
  width: 100%;
}
@media (max-width: 768px) {
  #wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .portlet-content-container .portlet-body .form .input-container .fieldset > div > div {
    height: 70px;
  }
}
@media (max-width: 768px) {
  #wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .portlet-content-container .portlet-body .form .input-container .fieldset > div .lfr-ddm-field-group.field-wrapper {
    visibility: visible;
  }
}
#wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .portlet-content-container .portlet-body .form .input-container .fieldset > div .lfr-ddm-field-group.field-wrapper button {
  position: absolute;
  top: -6px;
  right: 0px;
  height: 34px;
  color: #0468aa;
}
@media (max-width: 768px) {
  #wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .portlet-content-container .portlet-body .form .input-container .fieldset > div .lfr-ddm-field-group.field-wrapper button {
    top: 14px;
  }
}
#wrapper .ec-container.ec-main #main-content .portlet-layout.row .portlet-column .portlet-search .portlet .portlet-content .portlet-content-container .portlet-body .form .input-container .fieldset > div .lfr-ddm-field-group.field-wrapper button .lfr-btn-label {
  display: none;
}

table {
  width: 100%;
}

@media (min-width: 769px) {
  body > .flipped {
    position: relative;
  }
  body > .flipped #menu {
    display: block;
    position: absolute;
    z-index: 2;
    top: -8px;
  }
}
@media (min-width: 769px) and (min-width: 1200px) {
  body > .flipped #menu {
    right: calc(350px - (1920px - 100vw) / 2);
  }
}
@media (min-width: 769px) and (min-width: 991px) and (max-width: 1199px) {
  body > .flipped #menu {
    right: calc(450px - (1920px - 100vw) / 2);
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 990px) {
  body > .flipped #menu {
    right: calc(550px - (1920px - 100vw) / 2);
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  body > .flipped #menu .portlet-search .form-group.form-group-inline.input-text-wrapper {
    width: 80%;
  }
}
@media (min-width: 769px) {
  body > .flipped #menu .lfr-ddm-field-group.lfr-ddm-field-group-inline.field-wrapper {
    border: 1px solid lightgrey;
    position: relative;
    top: 5px;
    left: -38px;
    border-radius: 5px;
  }
}
.lfr-search-container-wrapper .list-group-item-content .text-default {
  margin-top: 0.8em;
}
.lfr-search-container-wrapper .list-group-item-content .text-default .taglib-asset-categories-summary {
  display: block;
  margin-top: 10px;
}
.lfr-search-container-wrapper .list-group-item-content .text-default .taglib-asset-categories-summary ~ .taglib-asset-categories-summary {
  display: none;
}
.lfr-search-container-wrapper .list-group-item-content .text-default:nth-child(2) {
  display: none;
}
.lfr-search-container-wrapper .user-icon {
  display: none;
}

.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well {
  height: unset;
}
.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well h3:first-child {
  font-weight: bold;
}
.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well .button-holder {
  margin-top: 20px;
}
.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well .button-holder > button.btn {
  width: 100%;
}
.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well .card-horizontal {
  border: none;
  background-color: #f5f5f5;
}
.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well .card-horizontal .panel-body {
  padding: 0;
  height: 75px;
}
.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well .card-horizontal .panel-body .control-label {
  display: none;
}
.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well .card-horizontal .panel-body .text-warning {
  display: none;
}

.ec-language-chooser {
  display: inline-block;
  border-right: 1px solid lightgrey;
  padding-left: 3px;
  padding-right: 6px;
}
.ec-language-chooser:last-child {
  border: none;
}

a {
  cursor: pointer;
}

#portlet_CookieInfoBanner {
  padding: 0;
  margin: 0;
}
#portlet_CookieInfoBanner #cookies {
  background-color: #27b2db;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  #portlet_CookieInfoBanner #cookies {
    padding-top: 17px;
  }
}
#portlet_CookieInfoBanner #cookies .notifications-header {
  display: inline-block;
  width: 98%;
}
#portlet_CookieInfoBanner #cookies .notifications-header-icons {
  display: inline-block;
  float: right;
}
#portlet_CookieInfoBanner #cookies .notifications-header-icons a {
  vertical-align: -webkit-baseline-middle;
}
#portlet_CookieInfoBanner #cookies .notifications-header-icons .icon-remove {
  color: white;
}
#portlet_CookieInfoBanner #cookies p {
  margin-bottom: 0;
}
#portlet_CookieInfoBanner #cookies a {
  color: white;
  font-weight: 900;
}

.portlet-asset-publisher .asset-abstract {
  margin-bottom: 20px;
}
.portlet-asset-publisher .asset-abstract .asset-title {
  border-bottom: 1px solid #ddd;
}

.mobile-nav .searchform.searchform-show {
  padding-top: 0;
}

@media (max-width: 768px) {
  #wrapper .ec-header {
    display: block;
  }
  .ec-search.searchform {
    position: absolute;
    top: -55px;
    left: 0;
    background: transparent;
  }
  .ec-search.searchform .field.search-input.form-control {
    transition: unset;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent;
  }
  .ec-search.searchform .field.search-input.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
}
a:hover {
  text-decoration: underline;
}

.ec-header .ec-container .ec-sectionhead .ec-btn-group .ec-btn-group a:hover {
  text-decoration: underline;
}

html {
  height: 100%;
  background-color: #f5f5f5 !important;
}

a .icon-monospaced, .icon-monospaced {
  height: 31px;
}

.list-group-heading {
  padding: 10px 15px !important;
}

ul.ec-search-results li.list-group-item.list-group-item-flex {
  box-shadow: inset 0.0625rem 0 rgba(0, 0, 0, 0.125), inset -0.0625rem 0 rgba(0, 0, 0, 0.125), inset 0 0.0625rem rgba(0, 0, 0, 0.125), inset 0 -0.0625rem rgba(0, 0, 0, 0.125);
}

html:not(#__):not(#___) .cadmin.lfr-admin-panel.sidenav-menu-slider {
  z-index: 1031 !important;
}

html:not(#__):not(#___) .cadmin .page-editor__sidebar {
  z-index: 1031 !important;
}

/************* Searchpage Search Input **************/
.ec-search-input-wrapper {
  position: relative;
  width: 100%;
  /*
   * Navigation search variant
   */
  /*
   * Open suggestions state.
   * :has() is supported in current Chrome/Edge/Safari/Firefox.
   */
}
.ec-search-input-wrapper form {
  margin-bottom: 0;
}
.ec-search-input-wrapper .form-group,
.ec-search-input-wrapper .form-group-inline {
  margin-bottom: 0;
}
.ec-search-input-wrapper .ec-search-input-field {
  align-items: center;
  background-color: #F1F2F5;
  border: 1px solid #0066a9;
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  height: 48px;
  overflow: hidden;
  position: relative;
  transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
  width: 100%;
}
.ec-search-input-wrapper .ec-search-input-field:focus-within {
  background-color: #fff;
  border-color: #005a96;
  box-shadow: 0 0 0 3px rgba(0, 102, 169, 0.16);
}
.ec-search-input-wrapper .ec-search-input-field .search-input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #1f2933;
  flex: 1 1 auto;
  font-size: 15px;
  height: 100%;
  line-height: 48px;
  min-width: 0;
  outline: 0;
  padding: 0 40px;
  width: 100%;
}
.ec-search-input-wrapper .ec-search-input-field .search-input::placeholder {
  color: #8a94a6;
  opacity: 1;
}
.ec-search-input-wrapper .ec-search-input-field .search-input:focus {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}
.ec-search-input-wrapper .ec-search-input-field .btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-color: transparent;
  border-radius: 999px;
  box-shadow: none;
  color: #0066a9;
  display: inline-flex;
  font-size: 18px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 120ms ease, color 120ms ease;
  width: 32px;
  z-index: 2;
}
.ec-search-input-wrapper .ec-search-input-field .btn i {
  line-height: 1;
  padding-top: 0;
}
.ec-search-input-wrapper .ec-search-input-field .btn:hover, .ec-search-input-wrapper .ec-search-input-field .btn:focus {
  background-color: rgba(0, 102, 169, 0.1);
  border-color: transparent;
  box-shadow: none;
  color: #004f82;
  outline: 0;
}
.ec-search-input-wrapper .ec-search-input-field .btn-light,
.ec-search-input-wrapper .ec-search-input-field .btn-light:hover,
.ec-search-input-wrapper .ec-search-input-field .btn-light:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.ec-search-input-wrapper .ec-search-input-field .ec-search-submit-button {
  left: 6px;
}
.ec-search-input-wrapper .ec-search-input-field .ec-search-submit-reset {
  right: 6px;
}
.ec-search-input-wrapper .ec-search-input-field .ec-search-submit-reset.hide {
  display: none !important;
}
.ec-search-input-wrapper .ec-search-input-field .ec-search-submit-reset:not(.hide) {
  display: inline-flex !important;
}
.ec-search-input-wrapper .ec-search-suggestions {
  background-color: transparent;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  top: 48px;
  width: 100%;
  z-index: 1200;
}
.ec-search-input-wrapper .ec-search-suggestions:empty {
  display: none;
}
.ec-search-input-wrapper .ec-search-suggestions ul {
  background: #f1f2f5 !important;
  border: 1px solid #0066a9;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top: none;
  box-shadow: 0 10px 22px rgba(0, 62, 105, 0.14);
  list-style: none;
  margin: 0;
  max-height: 320px;
  overflow-y: auto;
  padding: 6px 0 10px;
  width: 100%;
}
.ec-search-input-wrapper .ec-search-suggestions ul li {
  color: #0066a9;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.35;
  list-style-type: none;
  margin: 0;
  padding: 8px 20px;
  transition: background-color 120ms ease, color 120ms ease;
}
.ec-search-input-wrapper .ec-search-suggestions ul li:hover, .ec-search-input-wrapper .ec-search-suggestions ul li:focus, .ec-search-input-wrapper .ec-search-suggestions ul li.active {
  background-color: rgba(0, 147, 255, 0.14);
  color: #004f82;
}
.ec-search-input-wrapper .ec-search-suggestions ul li a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.ec-search-input-wrapper .ec-search-suggestions ul li a:hover, .ec-search-input-wrapper .ec-search-suggestions ul li a:focus {
  color: inherit;
  text-decoration: none;
}
.ec-search-input-wrapper.ec-in-navigation {
  min-width: 220px;
  transition: width 160ms ease;
  width: 240px;
}
.ec-search-input-wrapper.ec-in-navigation .ec-search-input-field {
  height: 40px;
  border-radius: 21px;
}
.ec-search-input-wrapper.ec-in-navigation .search-input {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 38px;
}
.ec-search-input-wrapper.ec-in-navigation .btn {
  height: 30px;
  width: 30px;
}
.ec-search-input-wrapper.ec-in-navigation .ec-search-submit-button {
  left: 5px;
}
.ec-search-input-wrapper.ec-in-navigation .ec-search-submit-reset {
  right: 5px;
}
.ec-search-input-wrapper.ec-in-navigation .ec-search-suggestions {
  top: 40px;
  width: 100%;
}
.ec-search-input-wrapper.ec-in-navigation .ec-search-suggestions ul {
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
  padding: 6px 0 8px;
}
.ec-search-input-wrapper.ec-in-navigation .ec-search-suggestions ul li {
  padding: 7px 14px;
}
.ec-search-input-wrapper:has(.ec-search-suggestions ul li) .ec-search-input-field {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/*
 * Fallback for older browsers or if JS adds class manually.
 */
.ec-search-input-wrapper.ec-search-has-suggestions .ec-search-input-field {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/*
 * Legacy focus overrides kept intentionally, but made cleaner.
 */
.ec-search .form-control:focus,
.ec-search-input-wrapper .ec-search-input-field .search-input:focus {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}

/*
 * Navigation width fixes.
 */
@media (min-width: 992px) and (max-width: 1007px) {
  .ec-search-input-wrapper.ec-in-navigation {
    min-width: 150px;
    width: 150px;
  }
}
@media (min-width: 1008px) and (max-width: 1078px) {
  .ec-search-input-wrapper.ec-in-navigation {
    min-width: 170px;
    width: 170px;
  }
}
@media (min-width: 1079px) {
  .ec-search-input-wrapper.ec-in-navigation:focus-within {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .ec-search-input-wrapper.ec-in-navigation {
    max-width: none;
    min-width: 0;
    width: 100%;
  }
}
/************* Searchpage Search Results **************/
.ec-search-result-wrapper {
  --ec-search-border: #e6e9ee;
  --ec-search-muted: #6b7280;
  --ec-search-text: #1f2933;
  --ec-search-blue: #0066a9;
  --ec-search-blue-dark: #004f82;
  --ec-search-bg-soft: #f7f9fc;
  margin-bottom: 40px;
  /*
   * Department tabs
   */
  /*
   * Filter row
   */
  /*
   * Result item
   */
  /*
   * Hide old HR separators visually because the result cards now own the separator.
   */
  /*
   * Pagination
   */
}
.ec-search-result-wrapper .portlet-boundary {
  margin-top: 0;
}
.ec-search-result-wrapper .ec-department-tabs {
  border-bottom: 1px solid var(--ec-search-border);
  margin: 26px 0 20px;
}
.ec-search-result-wrapper .ec-department-tabs .ec-tablist {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ec-search-result-wrapper .ec-department-tabs .ec-tablist li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ec-search-result-wrapper .ec-department-tabs .ec-tablist li a {
  border-bottom: 3px solid transparent;
  color: var(--ec-search-blue);
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  padding: 0 18px 13px;
  text-decoration: none;
  transition: border-color 140ms ease, color 140ms ease, background-color 140ms ease;
}
.ec-search-result-wrapper .ec-department-tabs .ec-tablist li a:hover, .ec-search-result-wrapper .ec-department-tabs .ec-tablist li a:focus {
  background-color: rgba(0, 102, 169, 0.06);
  color: var(--ec-search-blue-dark);
  outline: 0;
  text-decoration: none;
}
.ec-search-result-wrapper .ec-department-tabs .ec-tablist li.active a {
  color: var(--ec-search-blue-dark);
  font-weight: 700;
}
.ec-search-result-wrapper .ec-department-tabs .ec-tablist li.active.all a {
  border-bottom-color: #0066a9;
}
.ec-search-result-wrapper .ec-department-tabs .ec-tablist li.active.ec-orange a {
  border-bottom-color: #ce3b17;
}
.ec-search-result-wrapper .ec-department-tabs .ec-tablist li.active.ec-green a {
  border-bottom-color: #418321;
}
.ec-search-result-wrapper .ec-department-tabs .ec-tablist li.active.ec-blue a {
  border-bottom-color: #008080;
}
.ec-search-result-wrapper .ec-result-filter-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0 0 18px;
}
.ec-search-result-wrapper .ec-result-filter-form .ec-result-filter {
  align-items: center;
  display: inline-flex;
  height: auto;
  line-height: 1.3;
  margin: 0;
}
.ec-search-result-wrapper .ec-result-filter-form .ec-result-filter p {
  margin: 0;
}
.ec-search-result-wrapper .ec-result-filter-form .ec-result-filter.ec-result-filter-text {
  color: var(--ec-search-text);
  font-weight: 500;
  margin-right: 4px;
}
.ec-search-result-wrapper .ec-result-filter-form .ec-result-filter.ec-result-filter-time, .ec-search-result-wrapper .ec-result-filter-form .ec-result-filter.ec-result-filter-type {
  margin-left: 0;
}
.ec-search-result-wrapper .ec-result-filter-form .ec-result-filter select {
  appearance: none;
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAXUlEQVR42mNgoC0IXcWMguvrmTDUmM082GA+4+AhNLwNQ6HRtEN6QInbFjMP/Qdh8xmH3ptOPxiG1WaQYosZBx+azTj403TqwXCG+v0sOJ1pNPWgptH0fe4MgwcAACfOLaZgKcg+AAAAAElFTkSuQmCC);
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #cfd5df;
  border-radius: 4px;
  box-shadow: none;
  color: var(--ec-search-text);
  font-size: 13px;
  height: 36px !important;
  min-width: 150px;
  padding: 0 34px 0 12px;
  transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}
.ec-search-result-wrapper .ec-result-filter-form .ec-result-filter select:hover {
  border-color: #aeb8c6;
}
.ec-search-result-wrapper .ec-result-filter-form .ec-result-filter select:focus {
  background-color: #fff;
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: var(--ec-search-blue);
  box-shadow: 0 0 0 3px rgba(0, 102, 169, 0.16);
  outline: 0;
}
.ec-search-result-wrapper .ec-result-filter-form .ec-result-count {
  color: var(--ec-search-text);
  float: none;
  font-size: 14px;
  margin-left: auto;
  margin-top: 0;
  text-align: right;
  width: auto;
}
.ec-search-result-wrapper .ec-result-filter-form .ec-result-count p {
  margin: 0;
}
.ec-search-result-wrapper .ec-result-filter-form ~ hr {
  border: 0;
  border-top: 1px solid var(--ec-search-border);
  margin: 0 0 8px;
}
.ec-search-result-wrapper .ec-search-result {
  border-bottom: 1px solid var(--ec-search-border);
  display: flex;
  flex-direction: column;
  padding: 20px 0 22px;
}
.ec-search-result-wrapper .ec-search-result:first-of-type {
  padding-top: 18px;
}
.ec-search-result-wrapper .ec-search-result:hover .ec-result-page-title h2 {
  color: var(--ec-search-blue-dark);
}
.ec-search-result-wrapper .ec-search-result .ec-result-page-title a {
  color: var(--ec-search-blue);
  text-decoration: none;
}
.ec-search-result-wrapper .ec-search-result .ec-result-page-title a:hover, .ec-search-result-wrapper .ec-search-result .ec-result-page-title a:focus {
  color: var(--ec-search-blue-dark);
  text-decoration: none;
}
.ec-search-result-wrapper .ec-search-result .ec-result-page-title a:hover h2, .ec-search-result-wrapper .ec-search-result .ec-result-page-title a:focus h2 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.ec-search-result-wrapper .ec-search-result .ec-result-page-title h2 {
  color: var(--ec-search-blue);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.22;
  margin: 0 0 12px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 140ms ease;
}
.ec-search-result-wrapper .ec-search-result .ec-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
}
.ec-search-result-wrapper .ec-search-result .ec-tag {
  align-items: center;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 3px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  gap: 4px;
  line-height: 1.2;
  padding: 4px 7px;
}
.ec-search-result-wrapper .ec-search-result .ec-tag i {
  font-size: 13px;
  line-height: 1;
}
.ec-search-result-wrapper .ec-search-result .ec-breadcrumb {
  color: var(--ec-search-muted);
  font-size: 12px;
  line-height: 1.35;
  margin: 0 0 12px;
}
.ec-search-result-wrapper .ec-search-result .ec-breadcrumb .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
}
.ec-search-result-wrapper .ec-search-result .ec-breadcrumb .breadcrumb > li {
  color: var(--ec-search-muted);
  display: inline-flex;
}
.ec-search-result-wrapper .ec-search-result .ec-breadcrumb .breadcrumb > li:before {
  content: "";
}
.ec-search-result-wrapper .ec-search-result .ec-breadcrumb .breadcrumb > li + li:before {
  color: #9aa4b2;
  content: "/";
  padding-left: 5px;
  padding-right: 5px;
}
.ec-search-result-wrapper .ec-search-result .ec-breadcrumb .breadcrumb > li a {
  color: var(--ec-search-muted);
  text-decoration: none;
}
.ec-search-result-wrapper .ec-search-result .ec-breadcrumb .breadcrumb > li a:hover, .ec-search-result-wrapper .ec-search-result .ec-breadcrumb .breadcrumb > li a:focus {
  color: var(--ec-search-blue-dark);
  text-decoration: underline;
}
.ec-search-result-wrapper .ec-search-result .ec-result-content {
  color: var(--ec-search-text);
  font-size: 15px;
  line-height: 1.65;
}
.ec-search-result-wrapper .ec-search-result .ec-result-content p {
  margin: 0 0 8px;
}
.ec-search-result-wrapper .ec-search-result .ec-result-content p:last-child {
  margin-bottom: 0;
}
.ec-search-result-wrapper .ec-search-result .ec-highlight {
  background-color: #dff1ff;
  border-radius: 2px;
  color: #005a96;
  padding: 0 2px;
}
.ec-search-result-wrapper .ec-search-result-list > hr {
  display: none;
}
.ec-search-result-wrapper .ec-pagination-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 28px 0 0;
}
.ec-search-result-wrapper .ec-pagination-wrapper ul {
  margin: 0;
}
.ec-search-result-wrapper .ec-pagination-wrapper .pagination,
.ec-search-result-wrapper .ec-pagination-wrapper .ec-search-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.ec-search-result-wrapper .ec-pagination-wrapper .page-item {
  list-style: none;
}
.ec-search-result-wrapper .ec-pagination-wrapper .page-item.active .page-link, .ec-search-result-wrapper .ec-pagination-wrapper .page-item.selected .page-link {
  background-color: var(--ec-search-blue);
  border-color: var(--ec-search-blue);
  color: #fff;
  cursor: default;
  font-weight: 700;
}
.ec-search-result-wrapper .ec-pagination-wrapper .page-item.disabled .page-link {
  background-color: #f5f7fa;
  border-color: #d8dfe8;
  color: #a7b0bd;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
}
.ec-search-result-wrapper .ec-pagination-wrapper .page-link {
  align-items: center;
  background-color: #fff;
  border: 1px solid #cfd5df;
  border-radius: 4px;
  color: var(--ec-search-blue);
  display: inline-flex;
  font-size: 14px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  min-width: 36px;
  padding: 0 10px;
  text-decoration: none;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}
.ec-search-result-wrapper .ec-pagination-wrapper .page-link:hover, .ec-search-result-wrapper .ec-pagination-wrapper .page-link:focus {
  background-color: #eef6fc;
  border-color: var(--ec-search-blue);
  color: var(--ec-search-blue-dark);
  outline: 0;
  text-decoration: none;
}
.ec-search-result-wrapper .ec-pagination-wrapper .page-link[aria-current=page] {
  background-color: var(--ec-search-blue);
  border-color: var(--ec-search-blue);
  color: #fff;
  cursor: default;
  font-weight: 700;
}
.ec-search-result-wrapper .ec-pagination-wrapper .arrow-left i,
.ec-search-result-wrapper .ec-pagination-wrapper .arrow-right i {
  color: currentColor;
  display: block;
  font-size: 12px;
  line-height: 1;
}
.ec-search-result-wrapper .ec-pagination-wrapper .ec-search-more-results {
  color: var(--ec-search-muted);
  font-size: 13px;
  margin: 12px 0 0;
  text-align: center;
}

/************* Searchpage Search Navigation **************/
.ec-search-result-navigation .ec-sr-navigation-title {
  border-bottom: 1px solid #eee;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 16px;
}
.ec-search-result-navigation .ec-sr-navigation-list {
  margin: 0;
  padding-left: 0;
}
.ec-search-result-navigation .ec-sr-navigation-list .ec-sr-navigation-item {
  border-bottom: 1px solid #eee;
  list-style-type: none;
  overflow: hidden;
  padding: 16px 28px 16px 0;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ec-search-result-navigation .ec-sr-navigation-list .ec-sr-navigation-item a {
  color: #0066a9;
  text-decoration: none;
}
.ec-search-result-navigation .ec-sr-navigation-list .ec-sr-navigation-item a:hover, .ec-search-result-navigation .ec-sr-navigation-list .ec-sr-navigation-item a:focus {
  color: #004f82;
  text-decoration: underline;
}
.ec-search-result-navigation .ec-sr-navigation-list .ec-sr-navigation-item .ec-fa {
  color: #555555;
  line-height: 20px;
  position: absolute;
  right: 0;
}
.ec-search-result-navigation .ec-sr-navigation-list .ec-sr-navigation-item .ec-fa:before {
  font-size: 15px;
}

.ec-search .portlet-boundary {
  margin-top: 0;
}

/*
 * Responsive search result layout
 */
@media (max-width: 991px) {
  .ec-search-result-wrapper .ec-department-tabs {
    margin-top: 22px;
  }
  .ec-search-result-wrapper .ec-department-tabs .ec-tablist {
    border-bottom: 0;
    gap: 6px;
  }
  .ec-search-result-wrapper .ec-department-tabs .ec-tablist li a {
    border: 1px solid #d8dee8;
    border-radius: 999px;
    padding: 7px 12px;
  }
  .ec-search-result-wrapper .ec-department-tabs .ec-tablist li.active a {
    background-color: #eef6fc;
    border-color: var(--ec-search-blue);
  }
  .ec-search-result-wrapper .ec-department-tabs .ec-tablist li.active.ec-orange a {
    border-color: #ce3b17;
  }
  .ec-search-result-wrapper .ec-department-tabs .ec-tablist li.active.ec-green a {
    border-color: #418321;
  }
  .ec-search-result-wrapper .ec-department-tabs .ec-tablist li.active.ec-blue a {
    border-color: #008080;
  }
  .ec-search-result-wrapper .ec-result-filter-form {
    align-items: stretch;
    display: flex;
    gap: 8px;
  }
  .ec-search-result-wrapper .ec-result-filter-form .ec-result-filter {
    width: 100%;
  }
  .ec-search-result-wrapper .ec-result-filter-form .ec-result-filter.ec-result-filter-text {
    width: 100%;
  }
  .ec-search-result-wrapper .ec-result-filter-form .ec-result-filter select {
    width: 100%;
  }
  .ec-search-result-wrapper .ec-result-filter-form .ec-result-count {
    margin-left: 0;
    margin-top: 4px;
    text-align: left;
    width: 100%;
  }
  .ec-search-result-wrapper .ec-search-result {
    padding: 18px 0 20px;
  }
  .ec-search-result-wrapper .ec-search-result .ec-result-page-title h2 {
    font-size: 22px;
  }
  .ec-search-result-wrapper .ec-search-result .ec-result-content {
    font-size: 15px;
  }
  .ec-search-result-navigation {
    margin-top: 32px;
  }
}
@media (max-width: 575px) {
  .ec-search-result-wrapper .ec-department-tabs .ec-tablist li a {
    font-size: 14px;
  }
  .ec-search-result-wrapper .ec-search-result .ec-result-page-title h2 {
    font-size: 20px;
  }
  .ec-search-result-wrapper .ec-search-result .ec-breadcrumb {
    font-size: 11px;
  }
}
html:not(#__):not(#___) .portlet {
  position: relative;
}
html:not(#__):not(#___) .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .portlet.focus > .cadmin.portlet-topper {
  display: flex;
  opacity: 1;
  visibility: visible;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  align-items: center;
  background: #f7f8f9;
  border: 1px solid #dcdfe5;
  border-radius: 4px;
  box-shadow: none;
  color: #272833;
  display: none;
  font-size: 13px;
  left: 0;
  line-height: 1;
  min-height: 34px;
  opacity: 0;
  padding: 3px 6px 3px 8px;
  position: absolute;
  right: auto;
  top: 0;
  transition: opacity 120ms ease-in-out;
  visibility: hidden;
  white-space: nowrap;
  width: auto;
  z-index: 1000;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    white-space: nowrap;
  }
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    right: auto;
  }
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-title-default {
  align-items: center;
  display: inline-flex;
  line-height: 28px;
  min-height: 28px;
  vertical-align: middle;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-name-text {
  color: #272833;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  margin-right: 10px;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  vertical-align: middle;
  white-space: nowrap;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar {
  align-items: center;
  display: inline-flex;
  gap: 2px;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar,
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .icon-monospaced {
  height: 28px;
  line-height: 28px;
  width: auto;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .icon-monospaced {
  align-items: center;
  color: #6b6c7e;
  display: inline-flex;
  justify-content: center;
  min-width: 28px;
  width: 28px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar .component-action {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: #4b5563;
  display: inline-flex;
  font-size: 14px;
  height: 28px;
  justify-content: center;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 28px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar .component-action:hover, html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar .component-action:focus {
  background: #e7e9ee;
  color: #111827;
  text-decoration: none;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar .component-action .lexicon-icon {
  color: currentColor;
  fill: currentColor;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .component-action.portlet-options {
  color: #4b5563;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .component-action.portlet-options:hover, html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .component-action.portlet-options:focus {
  color: #111827;
}
html:not(#__):not(#___) .portlet-dropzone {
  box-shadow: 0 0 0 1px transparent inset;
  transition: box-shadow 300ms ease-in-out;
  will-change: box-shadow;
}
html:not(#__):not(#___) .yui3-dd-drop-active-valid .portlet-dropzone {
  box-shadow: 0 0 0 1px rgba(0, 74, 215, 0.2) inset;
}
html:not(#__):not(#___) .yui3-dd-drop-over .portlet-dropzone {
  box-shadow: 0 0 0 4px #004ad7 inset;
}

html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-],
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu {
  background-color: #ffffff !important;
  border: 1px solid #c9ced8 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #272833 !important;
  font-size: 14px !important;
  margin: 4px 0 0 0 !important;
  min-width: 260px !important;
  /*
   * Liferay renders long Web Content structure menus inside a YUI
   * overlay with a fixed height (usually 500px). Using overflow:hidden
   * clips the last entries instead of making the menu scrollable.
   */
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  padding: 4px 0 !important;
  z-index: 1200 !important;
}
html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-] ul,
html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-] .list-unstyled,
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu ul,
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu .list-unstyled {
  margin: 0 !important;
  padding: 0 !important;
}
html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-] li,
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu li {
  margin: 0 !important;
  padding: 0 !important;
}
html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-] .dropdown-item,
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu .dropdown-item {
  align-items: center !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #272833 !important;
  display: flex !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  min-height: 38px !important;
  outline: 0 !important;
  padding: 9px 16px !important;
  text-align: left !important;
  text-decoration: none !important;
  white-space: normal !important;
  width: 100% !important;
}
html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-] .dropdown-item:focus, html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-] .dropdown-item:focus-visible,
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu .dropdown-item:focus,
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu .dropdown-item:focus-visible {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #272833 !important;
  outline: 0 !important;
  text-decoration: none !important;
}
html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-] .dropdown-item:hover, html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-] .dropdown-item:focus:hover, html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-] .dropdown-item:focus-visible:hover,
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu .dropdown-item:hover,
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu .dropdown-item:focus:hover,
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu .dropdown-item:focus-visible:hover {
  background-color: #eef0f2 !important;
  box-shadow: none !important;
  color: #111827 !important;
  outline: 0 !important;
  text-decoration: none !important;
}
html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-] .dropdown-item:active, html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-] .dropdown-item:active:focus, html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-] .dropdown-item:active:hover,
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu .dropdown-item:active,
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu .dropdown-item:active:focus,
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu .dropdown-item:active:hover {
  background-color: #e1e5ea !important;
  box-shadow: none !important;
  color: #111827 !important;
  outline: 0 !important;
}
html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-] button.dropdown-item,
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu button.dropdown-item {
  cursor: pointer !important;
  font-family: inherit !important;
}
html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-] .dropdown-divider,
html:not(#__):not(#___) body .dropdown-menu[id^=clay-dropdown-menu-] .divider,
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu .dropdown-divider,
html:not(#__):not(#___) body .dropdown-menu.dropdown-menu .divider {
  border-top: 1px solid #e7e9ee !important;
  height: 1px !important;
  margin: 4px 0 !important;
  overflow: hidden !important;
}

/*
 * Liferay 2025.Q1 Web Content structure menu
 *
 * Liferay/YUI sets a fixed height (for example 500px) directly on the
 * overlay and on .yui3-widget-bd. Keep that height and make the YUI body
 * itself the scroll container, just like in the older Liferay version.
 */
html:not(#__):not(#___) body .yui3-widget.overlay {
  /* Do not create a second nested scroll container. */
}
html:not(#__):not(#___) body .yui3-widget.overlay > .overlay-content,
html:not(#__):not(#___) body .yui3-widget.overlay > .yui3-widget-content-expanded {
  overflow: hidden !important;
}
html:not(#__):not(#___) body .yui3-widget.overlay .yui3-widget-bd {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}
html:not(#__):not(#___) body .yui3-widget.overlay .lfr-icon-menu-open,
html:not(#__):not(#___) body .yui3-widget.overlay .lfr-icon-menu-open > .dropdown-menu.dropdown-menu {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.carousel__navigation {
  display: none;
}

@media (max-width: 408px) {
  .carousel__navigation {
    display: block;
  }
}
@media (max-width: 834px) {
  .ec-tile {
    width: 370px;
    min-width: 370px;
    max-width: 370px;
  }
}
@media (max-width: 1193px) {
  .ec-tile {
    width: 370px;
    min-width: 370px;
    max-width: 370px;
    padding: 0 10px;
    flex: 1 0 0;
  }
  .carousel__slide {
    position: relative;
  }
  .carousel__snapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
  }
}
@media (max-width: 1193px) and (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}
@media (max-width: 1193px) and (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}
@media (max-width: 1193px) {
  #main-page .ec-row:hover .carousel__snapper,
  #main-page .ec-row:focus-within .carousel__snapper {
    animation-name: none;
  }
}
@media (max-width: 1193px) {
  .carousel__navigation {
    position: relative;
    text-align: center;
  }
}
@media (max-width: 1193px) {
  .carousel__navigation-list,
  .carousel__navigation-item {
    display: inline-block;
  }
}
@media (max-width: 1193px) {
  .carousel__navigation-item {
    padding: 0 5px;
  }
}
@media (max-width: 1193px) {
  .carousel__navigation-list {
    padding: 3px;
    margin: 0;
  }
}
@media (max-width: 1193px) {
  .carousel__navigation-button.active {
    background-color: #0066A9;
  }
}
@media (max-width: 1193px) {
  .carousel__navigation-button {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    transition: transform 0.1s;
    outline-offset: -2px;
    outline: 2px solid #0066A9;
  }
}
/* KONSUMENTEN */
/* INDUSTRIE UND GEWERBE */
/* MARKTTEILNEHMER */
/* ÜBER UNS */
.ec-orange .ec-hr {
  background-color: #ce3b17;
}

.ec-blue .ec-hr {
  background-color: #008080;
}

.ec-green .ec-hr {
  background-color: #418321;
}

.ec-hr.ec-orange-color {
  background-color: #ce3b17;
}

.ec-hr.ec-blue-color {
  background-color: #008080;
}

.ec-hr.ec-green-color {
  background-color: #418321;
}

.ec-hr.ec-grey-color {
  background-color: #0066a9;
}

.breadcrumb {
  border-radius: 4px;
  padding: 0.25rem 0;
  margin-bottom: 0;
}

/* Breadcrumbs Hintergrundfarbe soll sich nicht von der Umgebung unterscheiden */
.ec-crumbs ul.breadcrumb {
  background-color: inherit;
  height: 40px;
}

/* Breadcrumbs Farbe des aktiven Eintrags soll sich von den Übergeordneten unterscheiden */
.ec-crumbs .breadcrumb .active, .ec-crumbs .breadcrumb .active a {
  color: #fff;
  opacity: 0.8;
}

/* Breadcrumbs verstecke trailing "/" */
.ec-crumbs .breadcrumb .last span.divider {
  display: none;
}

/* Breadcrumbs Abstände der "/" zwischen den Seiten */
.ec-crumbs .breadcrumb span.divider {
  padding: 0 8px;
}

.breadcrumb a {
  color: var(--Text_Secondary, rgba(0, 0, 0, 0.6));
  text-decoration: none;
}

.breadcrumb > li {
  display: inline-block;
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb li {
  font-size: 13px;
  font-family: Arial, monospace;
  letter-spacing: 0.8px;
  font-weight: 400;
}

.breadcrumb > li:before {
  content: "";
}

.breadcrumb > li + li:before {
  color: #ccc;
  content: "/";
  padding: 0 9px;
}

.breadcrumb li:before {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.ec-orange .breadcrumb li.active {
  color: #ce3b17 !important;
}

.ec-blue .breadcrumb li.active {
  color: #008080 !important;
}

.ec-green .breadcrumb li.active {
  color: #418321 !important;
}

.ec-crumbs .portlet-boundary {
  margin-top: 0;
}

.ec-home .ec-container-fw.ec-crumbs {
  display: none;
}

.ec-breadcrumb {
  background-color: #f5f5f5;
  border-radius: 4px;
  list-style: none;
  margin-bottom: 19px;
  padding: 8px 15px;
}

.ec-breadcrumb > li {
  display: inline-block;
}

.ec-breadcrumb > li + li:before {
  color: #ccc;
  content: "/ ";
  padding: 0 5px;
}

.ec-breadcrumb > .ec-active {
  color: #999;
}

.ec-crumbs .ec-hr {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .ec-crumbs ul.breadcrumb {
    min-height: 40px;
    height: unset;
  }
  .breadcrumb > li {
    max-width: 200px;
  }
}
.animated {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* KONSUMENTEN */
/* INDUSTRIE UND GEWERBE */
/* MARKTTEILNEHMER */
/* ÜBER UNS */
/******************* Newsletter Portlet *******************/
.newsletter-registration-portlet {
  box-sizing: border-box;
}

.ec-registration {
  height: auto;
  color: black;
  border-radius: 8px;
  min-width: 300px;
  max-width: 600px;
  background-color: #fff;
  line-height: 1.4;
  padding: 15px 20px;
}
.ec-registration .alert {
  margin-top: 1rem;
}

.ec-registration p {
  font-size: 12px;
}

.newsletter-form-group {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin-bottom: 0;
}
.newsletter-form-group .card-horizontal.main-content-card {
  margin-bottom: 0;
}
.newsletter-form-group .card-horizontal.main-content-card .frc-captcha .frc-content {
  white-space: break-spaces;
}

.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well .frc-content {
  white-space: break-spaces;
}

.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well .form-group {
  margin-bottom: 0;
}

.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well input#_registration_INSTANCE_1962372_email {
  margin-bottom: 1rem;
}

.panel-group {
  background-color: white;
}

.frc-captcha {
  bottom: 100px;
  left: 190px;
  width: 12vh;
  position: unset !important;
}

.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well .ec-form-group .button-holder {
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
}

.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well .button-holder {
  margin: 0 0 20px 0;
}

.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well .button-holder > button.btn {
  margin-top: 0;
  background-color: #0066A9;
}

.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well .card-horizontal .panel-body {
  height: unset;
}

.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well .fieldset legend.fieldset-legend {
  border-bottom: unset !important;
  margin-bottom: 0 !important;
}

.newsletter-registration-portlet {
  margin-top: 0 !important;
}

.frc-banner {
  bottom: unset !important;
}

.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well {
  background: #fff;
}

/*.form-control {
  position: relative;
  bottom: 40px;
  width: 180px;
}*/
.portlet-boundary_registration_ section.portlet .portlet-content .portlet-content-container .portlet-body .ec-well .input-checkbox-wrapper {
  position: relative;
  margin-top: 10px;
  width: 100%;
}

.ec-registration .input-checkbox-wrapper.form-inline {
  display: block !important;
}
.ec-registration .input-checkbox-wrapper.form-inline label {
  display: inline;
  white-space: normal;
}

.ec-registration .fieldset > p {
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
}

@media (max-width: 1194px) {
  .frc-captcha {
    bottom: 40px;
    left: 0;
    width: 31vw;
  }
}
@media (max-width: 390px) {
  .ec-newsletter-portlet h2 {
    padding: 0 15px 0 15px;
  }
  .ec-newsletter-portlet .newsletter-registration-portlet {
    padding: 0 15px 0 15px;
  }
}
@media (min-width: 391px) and (max-width: 575px) {
  .ec-newsletter-portlet h2 {
    padding: 0 15px 0 15px;
  }
  .ec-newsletter-portlet .newsletter-registration-portlet {
    padding: 0 15px 0 15px;
  }
}
@media (min-width: 576px) {
  .ec-newsletter-portlet h2 {
    padding: 0 15px 0 15px;
  }
  .ec-newsletter-portlet .newsletter-registration-portlet {
    padding: 0 15px 0 15px;
  }
}
@media (min-width: 768px) {
  .ec-newsletter-portlet h2 {
    padding: 0 15px 0 15px;
  }
  .ec-newsletter-portlet .newsletter-registration-portlet {
    padding: 0 15px 0 15px;
  }
}
@media (min-width: 992px) {
  .ec-newsletter-portlet {
    padding-top: 40px;
  }
  .ec-newsletter-portlet h2 {
    padding: 0;
  }
  .ec-newsletter-portlet .newsletter-registration-portlet {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .ec-newsletter-portlet {
    padding-top: 40px;
  }
  .ec-newsletter-portlet h2 {
    padding: 0;
  }
  .ec-newsletter-portlet .newsletter-registration-portlet {
    padding: 0;
  }
}
@media (min-width: 1455px) {
  .ec-newsletter-portlet {
    padding-top: 40px;
  }
  .ec-newsletter-portlet h2 {
    padding: 0;
  }
  .ec-newsletter-portlet .newsletter-registration-portlet {
    padding: 0;
  }
}
@media (min-width: 1455px) {
  .ec-registration {
    margin: 0;
  }
}
/******************* news *******************/
.ec-news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  max-width: 1440px;
}

.ec-news-list h2 {
  margin-top: 6px;
  margin-bottom: 0px;
  padding-top: 0;
  color: #0066A9;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ec-orange .ec-news-list h2 {
  color: #CE3B17;
}

.ec-green .ec-news-list h2 {
  color: #418321;
}

.ec-blue .ec-news-list h2 {
  color: #008080;
}

/* --------------------------------------------------
   Summary area
   -------------------------------------------------- */
.ec-news-list .centercontent {
  flex: 1 1 auto;
  max-height: 120px;
  overflow: hidden;
}

.ec-news-list .centercontent p {
  margin: 0 0 8px 0;
  display: block;
  overflow: visible;
  text-overflow: unset;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
}

.ec-news-list .centercontent p:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------------- */
.ec-news-list div {
  margin-bottom: 0;
}

.ec-news-list li {
  width: calc((100% - 90px) / 3);
  margin-top: 20px;
  background-color: #EAEEF5;
  color: #58585A;
  border-left: 4px solid #0066A9;
  padding: 8px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 220px;
}

.ec-orange .ec-news-list li {
  background-color: #F4EFEF;
  border-left: 4px solid #CE3B17;
}

.ec-green .ec-news-list li {
  background-color: #F1F4EF;
  border-left: 4px solid #418321;
}

.ec-blue .ec-news-list li {
  background-color: #EFF4F3;
  border-left: 4px solid #008080;
}

ul.ec-news-list li a {
  color: #0066A9;
}

.ec-orange ul.ec-news-list li a {
  color: #CE3B17;
}

.ec-green ul.ec-news-list li a {
  color: #418321;
}

.ec-blue ul.ec-news-list li a {
  color: #008080;
}

.ec-news-list .ec-meta {
  display: none;
}

.ec-news-entry {
  padding-bottom: 20px;
}

.ec-news-entry .ec-meta {
  margin-bottom: 20px;
}

@media (max-width: 1194px) {
  .ec-news-list li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 834px) {
  .ec-news-list li {
    width: calc(100% - 5px);
  }
}
@media (min-width: 834px) {
  .ec-news-entry {
    padding-top: 0;
  }
}
/* KONSUMENTEN */
/* INDUSTRIE UND GEWERBE */
/* MARKTTEILNEHMER */
/* ÜBER UNS */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.8);
}

h1, h2, h3, h4, h5, h6, .ec-h1, .ec-h2, .ec-h3, .ec-h4, .ec-h5, .ec-h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: inherit;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-bottom: 20px;
}

h1, .ec-h1 {
  font-size: 32.44px;
}

h2, .ec-h2 {
  font-size: 28.83px;
}

h3, .ec-h3 {
  font-size: 25.63px;
}

h4, .ec-h4 {
  font-size: 22.78px;
}

h5, .ec-h5 {
  font-size: 20.25px;
  line-height: 1.5em;
}

h6, .ec-h6 {
  font-size: 18px;
  line-height: 1.5em;
}

p {
  font-size: 16px;
}

p small {
  font-size: 13.33px;
}

caption {
  font-size: 13px;
  line-height: 1.8em;
  letter-spacing: 0.8px;
}

@media (min-width: 0px) and (max-width: 767px) {
  h1, .ec-h1 {
    font-size: 23.61px;
  }
  h2, .ec-h2 {
    font-size: 22.13px;
  }
  h3, .ec-h3 {
    font-size: 20.74px;
  }
  h4, .ec-h4 {
    font-size: 19.44px;
  }
  h5, .ec-h5 {
    font-size: 18.22px;
    line-height: 1.5em;
  }
  h6, .ec-h6 {
    font-size: 17.07px;
    line-height: 1.5em;
  }
  p {
    font-size: 16px;
  }
  p small {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h1, .ec-h1 {
    font-size: 32.44px;
  }
  h2, .ec-h2 {
    font-size: 28.83px;
  }
  h3, .ec-h3 {
    font-size: 25.63px;
  }
  h4, .ec-h4 {
    font-size: 22.78px;
  }
  h5, .ec-h5 {
    font-size: 20.25px;
    line-height: 1.5em;
  }
  h6, .ec-h6 {
    font-size: 18px;
    line-height: 1.5em;
  }
  p {
    font-size: 16px;
  }
  p small {
    font-size: 14.22px;
  }
}
/* KONSUMENTEN */
/* INDUSTRIE UND GEWERBE */
/* MARKTTEILNEHMER */
/* ÜBER UNS */
/******************* navigation *******************/
.navbar {
  height: 60px;
}

.navbar-expand-lg .navbar-collapse {
  align-items: center;
}

@media (min-width: 0px) {
  .navbar {
    padding: 0.5rem 15px;
    height: 70px;
  }
}
@media (min-width: 575px) {
  .navbar {
    padding: 0.5rem 15px;
    height: 70px;
  }
}
@media (min-width: 768px) {
  .navbar {
    padding: 0.5rem 15px;
    height: 70px;
  }
}
@media (min-width: 992px) {
  .navbar {
    padding: 0.5rem 0;
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .navbar {
    padding: 0.5rem 0;
  }
}
@media (min-width: 1455px) {
  .navbar {
    padding: 0.5rem 0;
  }
}
.navbar .navbar-collapse #accordion li span {
  font-size: 20px;
  line-height: 1rem;
  display: table-cell;
  vertical-align: middle;
}

.navbar .navbar-collapse .ec-nav-comp span {
  font-size: 20px;
  line-height: 1rem;
  display: table-cell;
  vertical-align: middle;
}

.navbar .navbar-collapse #accordion li a {
  font-size: 20px;
  line-height: 1rem;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.navbar .navbar-collapse .ec-nav-comp a {
  font-size: 20px;
  line-height: 1rem;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.ec-home .collapse.navbar-collapse ul#accordion li {
  display: none !important;
}

.navbar.fixed-top {
  height: 48px;
}

.collapse.navbar-collapse ul#accordion {
  align-items: flex-start;
}

.collapse.navbar-collapse ul#accordion li {
  padding: 10px;
}

.navbar-brand {
  padding: 0;
}

.ec-nav-comp {
  padding: 10px;
}

ul#accordion {
  margin-left: 10px;
}

#accordion li.ec-active {
  text-shadow: 1px 0 0 #0066a9;
  font-weight: 400 !important;
}

#accordion li.ec-orange.ec-active {
  text-shadow: 1px 0 0 #ce3b17;
  font-weight: 400 !important;
}

#accordion li.ec-green.ec-active {
  text-shadow: 1px 0 0 #418321;
  font-weight: 400 !important;
}

#accordion li.ec-blue.ec-active {
  text-shadow: 1px 0 0 #008080;
  font-weight: 400 !important;
}

#accordion li:hover {
  text-shadow: 1px 0 0 #0066a9;
  font-weight: 400 !important;
}

#accordion li.ec-orange:hover {
  text-shadow: 1px 0 0 #ce3b17;
  font-weight: 400 !important;
}

#accordion li.ec-green:hover {
  text-shadow: 1px 0 0 #418321;
  font-weight: 400 !important;
}

#accordion li.ec-blue:hover {
  text-shadow: 1px 0 0 #008080;
  font-weight: 400 !important;
}

div#aboutus.ec-active {
  text-shadow: 1px 0 0 #0066a9;
  font-weight: 400 !important;
}

div#aboutus.ec-grey:hover {
  text-shadow: 1px 0 0 #008080;
  font-weight: 400 !important;
}

#accordion li.ec-orange .ec-orange-color a {
  color: #ce3b17;
}

#accordion li.ec-green .ec-green-color a {
  color: #418321;
}

#accordion li.ec-blue .ec-blue-color a {
  color: #008080;
}

#accordion li.ec-grey .ec-grey-color a {
  color: #0066a9;
}

.ec-main-navigation div#main-nav .ec-nav-button a.ec-colored-button {
  color: #0066a9;
}

.ec-orange .ec-main-navigation div#main-nav .ec-nav-button a.ec-colored-button {
  color: #ce3b17;
}

.ec-green .ec-main-navigation div#main-nav .ec-nav-button a.ec-colored-button {
  color: #418321;
}

.ec-blue .ec-main-navigation div#main-nav .ec-nav-button a.ec-colored-button {
  color: #008080;
}

.ec-grey .ec-main-navigation div#main-nav .ec-nav-button a.ec-colored-button {
  color: #0066a9;
}

/******************* sectionheads *******************/
.ec-sectionhead h2 {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.15px;
  opacity: 0.6;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .ec-sectionhead h2 {
    white-space: nowrap;
  }
}
.ec-sectionhead a {
  color: #fff;
}

.ec-sectionhead a:hover {
  text-decoration: none;
}

.ec-sectionhead .ec-btn-group-justified {
  width: auto;
}

.ec-sectionhead .ec-btn-group .ec-btn-group {
  background: none;
  border-right: 1px solid #0066A9;
  padding: 0;
  vertical-align: top;
}

.ec-sectionhead .ec-btn-group .ec-btn-group a {
  display: block;
  height: 100%;
  margin: 0;
  min-width: 100px;
  padding: 0 15px;
  position: relative !important;
  top: 0;
  width: auto;
}

.ec-sectionhead .ec-btn-group .ec-btn-group h2 {
  margin-top: 0;
  padding-top: 12px;
}

.ec-orange .ec-sectionhead .ec-btn-group .ec-btn-group {
  border-color: #ce3b17;
}

.ec-orange .ec-sectionhead .ec-btn-group .ec-btn-group.ec-active h2 {
  opacity: 1;
}

.ec-green .ec-sectionhead .ec-btn-group .ec-btn-group {
  border-color: #418321;
}

.ec-green .ec-sectionhead .ec-btn-group .ec-btn-group.ec-active h2 {
  opacity: 1;
  font-weight: 700;
}

.ec-blue .ec-sectionhead .ec-btn-group .ec-btn-group {
  border-color: #008080;
}

.ec-blue .ec-sectionhead .ec-btn-group .ec-btn-group.ec-active h2 {
  opacity: 1;
}

.ec-home .ec-sectionhead {
  background: #0066a9;
}

/* Integrated Issue #33 Gitlab
@see: http://git.ebcont.com/ebcont-communication/econtrol-corporate-page/issues/33
*/
.ec-orange .ec-sectionhead {
  background: #ce3b17;
}

.ec-green .ec-sectionhead {
  background: #418321;
}

.ec-blue .ec-sectionhead {
  background: #008080;
}

.ec-grey .ec-sectionhead {
  background: #0066a9;
}

.ec-sectionhead.ec-orange {
  background: #ce3b17;
}

.ec-sectionhead.ec-green {
  background: #418321;
}

.ec-sectionhead.ec-blue {
  background: #008080;
}

.ec-sectionhead.ec-grey {
  background: #0066a9;
}

/******************* subnavigation *******************/
.sub-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 50px;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 0px) {
  .sub-nav {
    padding: 0;
  }
}
@media (min-width: 575px) {
  .sub-nav {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .sub-nav {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .sub-nav {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .sub-nav {
    padding: 0;
  }
}
@media (min-width: 1455px) {
  .sub-nav {
    padding: 0;
  }
}
.sub-nav a, .sub-nav li div, .sub-nav > .ec-panel .ec-panel-heading {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 100%;
  opacity: 1;
}

.sub-nav > .ec-panel > .ec-panel-heading > .ec-panel-subheading {
  cursor: pointer;
}

.sub-nav > .ec-panel > .ec-panel-heading > .ec-panel-subheading a {
  color: #fff;
}

.ec-orange .sub-nav > .ec-panel > .ec-panel-heading > .ec-panel-subheading a {
  color: #fff;
}

.ec-green .sub-nav > .ec-panel > .ec-panel-heading > .ec-panel-subheading a {
  color: #fff;
}

.ec-blue .sub-nav > .ec-panel > .ec-panel-heading > .ec-panel-subheading a {
  color: #fff;
}

.ec-grey .sub-nav > .ec-panel > .ec-panel-heading > .ec-panel-subheading a {
  color: #fff;
}

.sub-nav > .ec-panel.ec-active > .ec-panel-heading > .ec-panel-subheading a {
  color: #fff;
}

/*.sub-nav li.ec-panel.animated.fadeInRight.ec-active .ec-panel-heading {
  background-color: #fff;
  font-weight: 400 !important;
  padding: 10px;
  text-shadow: 1px 0 0 #fff;
  font-weight: 400 !important;
}*/
.sub-nav li.ec-panel.animated.fadeInRight.ec-active .ec-panel-heading .ec-panel-subheading a {
  color: #fff;
  text-shadow: 1px 0 0 #fff;
  font-weight: 400 !important;
}

.sub-nav li .selectedNav {
  opacity: 1;
}

.sub-nav a:hover, .sub-nav li div:hover {
  text-shadow: 1px 0 0 #fff;
  font-weight: 400 !important;
}

.ec-orange .ec-sidebar-nav .selectedMenuItem {
  background-color: #ce3b17;
}

.ec-orange .ec-sidebar-nav .selectedMenuItem a {
  color: white !important;
}

.ec-blue .ec-sidebar-nav .selectedMenuItem {
  background-color: #008080;
}

.ec-blue .ec-sidebar-nav .selectedMenuItem a {
  color: white !important;
}

.ec-green .ec-sidebar-nav .selectedMenuItem {
  background-color: #418321;
}

.ec-green .ec-sidebar-nav .selectedMenuItem a {
  color: white !important;
}

.ec-grey .ec-sidebar-nav .selectedMenuItem {
  background-color: #0066a9;
}

.ec-grey .ec-sidebar-nav .selectedMenuItem a {
  color: white !important;
}

/* KONSUMENTEN */
/* INDUSTRIE UND GEWERBE */
/* MARKTTEILNEHMER */
/* ÜBER UNS */
/* ###### Download-Links ############# */
/*.ec-link-widget-wrapper:hover {
  background-color: #eee
}*/
.ec-link-widget-wrapper .ec-media .ec-media-heading a.ec-media-headline-link::before {
  background: url(../images/ecalink.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 2px 5px auto 5px;
  vertical-align: top;
  width: 18px;
}

.ec-link-widget-wrapper .ec-media .ec-media-heading a.ec-media-headline-link:hover::before {
  background: url(../images/ecalink_gray.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.ec-link-widget-wrapper .ec-media h3 a.ec-media-headline-link::before {
  background: url(../images/ecalink.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 2px 5px auto 5px;
  vertical-align: top;
  width: 18px;
}

.ec-link-widget-wrapper .ec-media h3 a.ec-media-headline-link:hover::before {
  background: url(../images/ecalink_gray.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.ec-link-widget-wrapper .ec-media h3 a::before {
  background: url(../images/ecalink.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 2px 5px auto 5px;
  vertical-align: top;
  width: 18px;
}

.ec-link-widget-wrapper .ec-media h3 a:hover::before {
  background: url(../images/ecalink_gray.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.ec-link-widget-wrapper {
  position: relative;
  z-index: 100;
}

.ec-link-widget-wrapper .ec-media {
  display: inline-block;
}

.ec-link-widget-wrapper .ec-media-link-link {
  display: none;
}

.ec-link-widget-wrapper h3,
.ec-link-widget-wrapper .ec-media .ec-media-heading a.ec-media-headline-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.15px;
}

.ec-link-widget-wrapper ul.ec-simple-list {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.8px;
  padding-left: 30px;
}

.ec-link-widget-wrapper ul.ec-simple-list li {
  margin-top: 0;
  margin-bottom: 0;
}

.ec-download-widget-wrapper {
  margin-bottom: 10px;
}

.ec-download-widget-wrapper i {
  font-size: 18px !important;
}

.ec-download-widget-wrapper .ec-media a.ec-btn.ec-pull-left.ec-download {
  width: 18px;
  padding: 0;
  margin: 2px 5px auto 5px;
}

.ec-download-widget-wrapper .ec-media .ec-media-body .ec-media-heading a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.15px;
}

.ec-download-widget-wrapper .ec-media .ec-media-body .ec-media-heading a > strong {
  font-weight: 400 !important;
}

.ec-download-widget-wrapper ul.ec-simple-list {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.8px;
}

.ec-download-widget-wrapper ul.ec-simple-list, .ec-download-widget-wrapper ul.ec-simple-list li {
  margin-top: 0;
  margin-bottom: 0;
}

/* ###### Anchor-Tags ############# */
a.ec-anchortag {
  padding: 5px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.15px;
}

a.ec-anchortag::before {
  color: #0066a9;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  content: "\f357";
  display: inline-block;
  margin: 0 5px;
  font-weight: 600;
}

a.ec-anchortag:hover::before {
  color: rgba(0, 0, 0, 0.8);
}

a.ec-anchortag:hover::after {
  color: #eee;
}

a[href="#top"] {
  padding: 5px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.15px;
}

a[href="#top"]::before {
  color: #0066a9;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 900;
  content: "\f357";
  display: inline-block;
  margin: 0 5px;
  font-weight: 600;
}

a[href="#top"]:hover::before {
  color: rgba(0, 0, 0, 0.8);
}

.portlet-content a[href^="#"]:not([href="#"]) {
  padding: 5px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.15px;
}

section:not(#portlet_ArticleNavigation) .portlet-content a[href^="#"]:not([href="#"])::before {
  color: #0066a9;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 900;
  content: "\f357";
  display: inline-block;
  margin: 0 5px;
  font-weight: 600;
}

/******************* Diagramm *******************/
a.ec-btn.ec-pull-left.ec-diagram {
  width: 25px;
  padding-left: 0;
  padding-top: 3px;
  margin-left: 3px;
}

.ec-diagram-widget-wrapper .ec-media-heading strong.ec-headline {
  font-weight: 400 !important;
}

.ec-diagram i {
  font-size: 18px;
  width: 18px;
}

.ec-media .ec-media-body .ec-media-heading a strong {
  font-weight: 400 !important;
}

i.ec-fa.ec-fa-diagram:hover::before {
  color: rgba(0, 0, 0, 0.8);
}

.ec-diagram-widget-wrapper .ec-media .ec-media-body p {
  font-size: 13px !important;
}

/******************* additional *******************/
a[class^=glightbox-img-] {
  text-decoration: none;
}

/* KONSUMENTEN */
/* INDUSTRIE UND GEWERBE */
/* MARKTTEILNEHMER */
/* ÜBER UNS */
.ec-modal-header button.ec-close {
  color: transparent;
  opacity: 1;
}

.modal-backdrop {
  position: relative;
  z-index: 999;
}

.ec-modal-header button.ec-close::before {
  content: "\f057";
  color: #0066a9;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  font-size: 24px;
  margin-left: -10px;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.ec-modal-open {
  overflow: hidden;
}

.ec-modal {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  overflow: auto;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}

.ec-modal.show .ec-modal-dialog {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 70%;
}

.ec-modal.ec-fade .ec-modal-dialog {
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.ec-modal-dialog {
  margin: 70px auto;
  position: relative;
  width: auto;
}

.ec-modal-content {
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: none;
  position: relative;
}

.ec-modal-backdrop {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}

.ec-fade {
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.5);
}

.ec-fade.in {
  opacity: 1;
}

.ec-modal-backdrop.ec-fade {
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.ec-modal-backdrop.ec-in {
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.ec-modal-header {
  background-color: #EAEEF5;
  border-bottom: 1px solid #0066a9;
  min-height: 16.5px;
  padding: 10px;
  border-radius: 0.8rem 0.8rem 0 0;
}

.ec-blue .ec-modal-header {
  background-color: #EFF4F3;
  border-bottom: 1px solid #145B61;
}

.ec-green .ec-modal-header {
  background-color: #F1F4EF;
  border-bottom: 1px solid #418321;
}

.ec-orange .ec-modal-header {
  background-color: #F4EFEF;
  border-bottom: 1px solid #ce3b17;
}

.ec-modal-header .ec-close {
  margin-top: 4px;
}

.ec-modal-title {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 10px;
  font-size: 20px;
  color: #263238;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ec-modal-body {
  padding: 20px;
  position: relative;
}

.ec-modal-footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
}

.ec-modal-footer a {
  border-radius: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #0066a9;
}

.ec-modal-footer a:hover {
  background-color: #0066a9;
  opacity: 0.75;
  color: #fff !important;
}

@media (max-width: 768px) {
  .portlet-boundary .portlet .portlet-content .portlet-body .journal-content-article .ec-modal-dialog.ec-modal-lg {
    width: 90%;
  }
}
.ec-modal-footer .ec-btn + .ec-btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.ec-modal-footer .ec-btn-group .ec-btn + .ec-btn {
  margin-left: -1px;
}

.ec-modal-footer .ec-btn-block + .ec-btn-block {
  margin-left: 0;
}

@media (min-width: 834px) {
  .ec-modal-dialog {
    margin: 70px auto;
    width: 600px;
  }
  .ec-modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .ec-modal-sm {
    width: 300px;
  }
  .ec-modal-lg {
    width: 900px;
  }
}
.ec-modal-footer {
  visibility: hidden;
  margin-top: 0;
  padding: 0;
}

/* KONSUMENTEN */
/* INDUSTRIE UND GEWERBE */
/* MARKTTEILNEHMER */
/* ÜBER UNS */
/* ############# Tabelle ############## */
.ec-table {
  margin-bottom: 19px;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.15px;
  line-height: 1.8;
  cursor: pointer;
}

.ec-table > thead > tr > th, .ec-table > tbody > tr > th, .ec-table > tfoot > tr > th, .ec-table > thead > tr > td,
.ec-table > tbody > tr > td, .ec-table > tfoot > tr > td {
  border-top: 1px solid #ddd;
  padding: 8px;
  vertical-align: top;
}

.ec-table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}

.ec-table > thead > tr > th, .ec-table > tbody > tr:first-child > th, .ec-table > thead > tr > td {
  border-top: unset;
  color: #0066a9;
  font-weight: 700;
}

.ec-blue .ec-table > thead > tr > th, .ec-blue .ec-table > tbody > tr:first-child > th, .ec-blue .ec-table > thead > tr > td {
  color: #145B61 !important;
}

.ec-green .ec-table > thead > tr > th, .ec-green .ec-table > tbody > tr:first-child > th, .ec-green .ec-table > thead > tr > td {
  color: #418321 !important;
}

.ec-orange .ec-table > thead > tr > th, .ec-orange .ec-table > tbody > tr:first-child > th, .ec-orange .ec-table > thead > tr > td {
  color: #ce3b17 !important;
}

.ec-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F5F5F5;
}

.ec-table > caption + thead > tr:first-child > th, .ec-table > colgroup + thead > tr:first-child > th,
.ec-table > thead:first-child > tr:first-child > th, .ec-table > caption + thead > tr:first-child > td,
.ec-table > colgroup + thead > tr:first-child > td, .ec-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.ec-table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.ec-table-condensed > thead > tr > th, .ec-table-condensed > tbody > tr > th, .ec-table-condensed > tfoot > tr > th,
.ec-table-condensed > thead > tr > td, .ec-table-condensed > tbody > tr > td, .ec-table-condensed > tfoot > tr > td {
  padding: 5px;
}

.ec-table-bordered {
  border: 1px solid #ddd;
}

.ec-table-bordered > thead > tr > th, .ec-table-bordered > tbody > tr > th, .ec-table-bordered > tfoot > tr > th,
.ec-table-bordered > thead > tr > td, .ec-table-bordered > tbody > tr > td, .ec-table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.ec-table-bordered > thead > tr > th, .ec-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.ec-table-striped > tbody > tr:nth-child(odd) > td, .ec-table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #F5F5F5;
}

.ec-table-hover > tbody > tr:hover > td, .ec-table-hover > tbody > tr:hover > th {
  background-color: #EAEEF5;
}

.ec-orange .ec-table-hover > tbody > tr:hover > td, .ec-orange .ec-table-hover > tbody > tr:hover > th {
  background-color: #F4EFEF;
}

.ec-green .ec-table-hover > tbody > tr:hover > td, .ec-green .ec-table-hover > tbody > tr:hover > th {
  background-color: #F1F4EF;
}

.ec-blue .ec-table-hover > tbody > tr:hover > td, .ec-blue .ec-table-hover > tbody > tr:hover > th {
  background-color: #EFF4F3;
}

table col[class*=col-] {
  display: table-column;
  float: none;
  position: static;
}

table td[class*=col-], table th[class*=col-] {
  display: table-cell;
  float: none;
  position: static;
}

.ec-table > thead > tr > td.ec-active, .ec-table > tbody > tr > td.ec-active, .ec-table > tfoot > tr > td.ec-active,
.ec-table > thead > tr > th.ec-active, .ec-table > tbody > tr > th.ec-active, .ec-table > tfoot > tr > th.ec-active,
.ec-table > thead > tr.ec-active > td, .ec-table > tbody > tr.ec-active > td, .ec-table > tfoot > tr.ec-active > td,
.ec-table > thead > tr.ec-active > th, .ec-table > tbody > tr.ec-active > th, .ec-table > tfoot > tr.ec-active > th {
  background-color: #f5f5f5;
}

.ec-table-hover > tbody > tr > td.ec-active:hover, .ec-table-hover > tbody > tr > th.ec-active:hover,
.ec-table-hover > tbody > tr.ec-active:hover > td, .ec-table-hover > tbody > tr.ec-active:hover > th {
  background-color: #e8e8e8;
}

.ec-table > thead > tr > td.ec-success, .ec-table > tbody > tr > td.ec-success, .ec-table > tfoot > tr > td.ec-success,
.ec-table > thead > tr > th.ec-success, .ec-table > tbody > tr > th.ec-success, .ec-table > tfoot > tr > th.ec-success,
.ec-table > thead > tr.ec-success > td, .ec-table > tbody > tr.ec-success > td, .ec-table > tfoot > tr.ec-success > td,
.ec-table > thead > tr.ec-success > th, .ec-table > tbody > tr.ec-success > th, .ec-table > tfoot > tr.ec-success > th {
  background-color: #dff0d8;
}

.ec-table-hover > tbody > tr > td.ec-success:hover, .ec-table-hover > tbody > tr > th.ec-success:hover,
.ec-table-hover > tbody > tr.ec-success:hover > td, .ec-table-hover > tbody > tr.ec-success:hover > th {
  background-color: #d0e9c6;
}

.ec-table > thead > tr > td.ec-info, .ec-table > tbody > tr > td.ec-info, .ec-table > tfoot > tr > td.ec-info,
.ec-table > thead > tr > th.ec-info, .ec-table > tbody > tr > th.ec-info, .ec-table > tfoot > tr > th.ec-info,
.ec-table > thead > tr.ec-info > td, .ec-table > tbody > tr.ec-info > td, .ec-table > tfoot > tr.ec-info > td,
.ec-table > thead > tr.ec-info > th, .ec-table > tbody > tr.ec-info > th, .ec-table > tfoot > tr.ec-info > th {
  background-color: #d9edf7;
}

.ec-table-hover > tbody > tr > td.ec-info:hover, .ec-table-hover > tbody > tr > th.ec-info:hover,
.ec-table-hover > tbody > tr.ec-info:hover > td, .ec-table-hover > tbody > tr.ec-info:hover > th {
  background-color: #c4e3f3;
}

.ec-table > thead > tr > td.ec-warning, .ec-table > tbody > tr > td.ec-warning, .ec-table > tfoot > tr > td.ec-warning,
.ec-table > thead > tr > th.ec-warning, .ec-table > tbody > tr > th.ec-warning, .ec-table > tfoot > tr > th.ec-warning,
.ec-table > thead > tr.ec-warning > td, .ec-table > tbody > tr.ec-warning > td, .ec-table > tfoot > tr.ec-warning > td,
.ec-table > thead > tr.ec-warning > th, .ec-table > tbody > tr.ec-warning > th, .ec-table > tfoot > tr.ec-warning > th {
  background-color: #fcf8e3;
}

.ec-table-hover > tbody > tr > td.ec-warning:hover, .ec-table-hover > tbody > tr > th.ec-warning:hover,
.ec-table-hover > tbody > tr.ec-warning:hover > td, .ec-table-hover > tbody > tr.ec-warning:hover > th {
  background-color: #faf2cc;
}

.ec-table > thead > tr > td.ec-danger, .ec-table > tbody > tr > td.ec-danger, .ec-table > tfoot > tr > td.ec-danger,
.ec-table > thead > tr > th.ec-danger, .ec-table > tbody > tr > th.ec-danger, .ec-table > tfoot > tr > th.ec-danger,
.ec-table > thead > tr.ec-danger > td, .ec-table > tbody > tr.ec-danger > td, .ec-table > tfoot > tr.ec-danger > td,
.ec-table > thead > tr.ec-danger > th, .ec-table > tbody > tr.ec-danger > th, .ec-table > tfoot > tr.ec-danger > th {
  background-color: #f2dede;
}

.ec-table-hover > tbody > tr > td.ec-danger:hover, .ec-table-hover > tbody > tr > th.ec-danger:hover,
.ec-table-hover > tbody > tr.ec-danger:hover > td, .ec-table-hover > tbody > tr.ec-danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 768px) {
  .ec-table-responsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ddd;
    margin-bottom: 14.25px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
  .ec-table-responsive > .ec-table {
    margin-bottom: 0;
  }
  .ec-table-responsive > .ec-table > thead > tr > th, .ec-table-responsive > .ec-table > tbody > tr > th,
  .ec-table-responsive > .ec-table > tfoot > tr > th, .ec-table-responsive > .ec-table > thead > tr > td,
  .ec-table-responsive > .ec-table > tbody > tr > td, .ec-table-responsive > .ec-table > tfoot > tr > td {
    white-space: nowrap;
  }
  .ec-table-responsive > .ec-table-bordered {
    border: 0;
  }
  .ec-table-responsive > .ec-table-bordered > thead > tr > th:first-child, .ec-table-responsive > .ec-table-bordered > tbody > tr > th:first-child,
  .ec-table-responsive > .ec-table-bordered > tfoot > tr > th:first-child, .ec-table-responsive > .ec-table-bordered > thead > tr > td:first-child,
  .ec-table-responsive > .ec-table-bordered > tbody > tr > td:first-child, .ec-table-responsive > .ec-table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .ec-table-responsive > .ec-table-bordered > thead > tr > th:last-child, .ec-table-responsive > .ec-table-bordered > tbody > tr > th:last-child,
  .ec-table-responsive > .ec-table-bordered > tfoot > tr > th:last-child, .ec-table-responsive > .ec-table-bordered > thead > tr > td:last-child,
  .ec-table-responsive > .ec-table-bordered > tbody > tr > td:last-child, .ec-table-responsive > .ec-table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .ec-table-responsive > .ec-table-bordered > tbody > tr:last-child > th, .ec-table-responsive > .ec-table-bordered > tfoot > tr:last-child > th,
  .ec-table-responsive > .ec-table-bordered > tbody > tr:last-child > td, .ec-table-responsive > .ec-table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.ec-table[align=left] {
  text-align: left;
}

.ec-table[align=left] th {
  text-align: left;
}

.ec-table[align=center] {
  text-align: center;
}

.ec-table[align=center] th {
  text-align: center;
}

.ec-table[align=right] {
  text-align: right;
}

.ec-table[align=right] th {
  text-align: right;
}

/* KONSUMENTEN */
/* INDUSTRIE UND GEWERBE */
/* MARKTTEILNEHMER */
/* ÜBER UNS */
.ec-footer {
  margin: auto;
}

#wrapper .ec-container.ec-main {
  min-height: 0;
}
#wrapper .ec-container.ec-main .ec-footer {
  margin-top: 10px;
  box-sizing: border-box;
}
#wrapper .ec-container.ec-main .ec-footer .ec-container.ec-full {
  display: block;
  width: 100%;
}
#wrapper .ec-container.ec-main .ec-footer .ec-container.ec-full .ec-container.ec-full {
  padding: 0;
}
#wrapper .ec-container.ec-main .ec-footer .ec-container.ec-full .ec-row.ec-crumbs {
  height: auto;
}
@media (min-width: 769px) {
  #wrapper .ec-container.ec-main .ec-footer .ec-container.ec-full .ec-row.ec-crumbs {
    position: relative;
    top: 8px;
  }
}
#wrapper .ec-container.ec-main .ec-footer .ec-container.ec-full .ec-row.ec-crumbs section.portlet {
  margin: 0;
  padding: 0;
}
#wrapper .ec-container.ec-main .ec-footer .ec-container.ec-full .ec-row.ec-crumbs section.portlet ul.breadcrumb {
  margin: 0;
  height: 24px;
}

@media (max-width: 991px) {
  .ec-footer > .ec-container .ec-row div.ec-col-md-3:nth-child(4) .ec-simple-list {
    display: contents;
  }
  .ec-footer > .ec-container .ec-row div.ec-col-md-3:nth-child(4) .ec-simple-list li a {
    padding: 10px 0;
  }
  .ec-footer > .ec-container .ec-row div.ec-col-md-3:nth-child(4) .ec-simple-list li p {
    padding-left: 0;
  }
}
.ec-footer .ec-container .ec-row.lg {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .ec-footer .ec-breadcrumb > li {
    display: block;
  }
  .ec-footer .ec-breadcrumb > li a,
  .ec-footer .ec-breadcrumb > li.ec-active {
    display: block;
    font-size: 14px;
    padding: 10px 0;
  }
  .ec-footer .ec-breadcrumb > li + li:before {
    display: none;
  }
}
footer .ec-container-fw {
  background-color: #0066a9;
  color: white;
  display: flex;
  background-image: url(../images/footer-pattern.svg);
  justify-content: space-between;
}

footer .ec-footer.ec-container {
  background: unset;
}

@media (max-width: 768px) {
  footer .ec-footer.ec-container {
    margin-top: 40px;
  }
}
@media (min-width: 1194px) {
  .ec-footer.ec-container .ec-row.lg {
    display: flex;
    max-width: 1440px;
  }
}
@media (min-width: 834px) and (max-width: 1194px) {
  .ec-footer.ec-container .ec-row.lg {
    display: flex;
    align-items: flex-start;
  }
  .ec-footer.ec-container .ec-row.lg > div:nth-child(-n+4) {
    display: flex;
    flex-direction: column;
  }
}
footer .ec-footer ul.ec-simple-list li a {
  color: white;
}

.ec-footer .ec-container.ec-full {
  background: #fff;
  max-width: 1440px;
}

.ec-footer .ec-sm {
  position: absolute;
  bottom: 8px;
  right: 32px;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
}

.ec-footer li.ec-active a {
  color: #999;
}

.ec-footer ul.ec-simple-list li {
  font-size: 13px;
  line-height: 1.4625em !important;
  letter-spacing: 0.8px;
  font-weight: 400;
}

.ec-footer h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25em;
}

@media (max-width: 1194px) {
  .ec-footer ul.ec-simple-list {
    padding: 0;
    margin-bottom: 40px;
  }
  .ec-footer ul.ec-simple-list p {
    margin: 0;
  }
  .ec-footer ul.ec-simple-list li a i.ec-visible-sm,
  .ec-footer ul.ec-simple-list li p i.ec-visible-sm {
    display: block !important;
    margin-top: 4px;
  }
  .ec-footer ul.ec-simple-list li a:hover {
    background: rgba(255, 255, 255, 0.3);
  }
}
footer .ec-footer .ec-container {
  display: block;
  padding: 28px 0 14px;
}

footer > .ec-footer > .ec-container > .ec-row.lg {
  margin: auto;
}

@media (max-width: 1193px) {
  footer .ec-footer .ec-container .ec-row.lg {
    margin: auto;
  }
}
footer > .ec-footer.ec-margin-10 > .ec-row {
  margin-left: 10px;
  margin-right: 10px;
}

.ec-footer .ec-row {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 768px) {
  .ec-footer .ec-row {
    margin-left: 0;
    margin-right: 0;
  }
}
.footer-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 40px 30px;
  gap: 58px;
  flex-wrap: wrap;
}

@media (max-width: 833px) {
  .footer-container {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .footer-container {
    padding: 40px 15px 0 15px;
    gap: 20px !important;
  }
}
@media (min-width: 576px) {
  .footer-container {
    padding: 40px 15px 0 15px;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .footer-container {
    padding: 40px 15px 0 15px;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .footer-container {
    padding: 40px 15px 0 15px;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .footer-container {
    padding: 40px 0 0 0;
    gap: 58px;
  }
}
@media (min-width: 1200px) {
  .footer-container {
    padding: 40px 15px 0 0;
    gap: 58px;
  }
}
@media (min-width: 1455px) {
  .footer-container {
    padding: 40px 30px 0 0;
    gap: 58px;
  }
}
@media (max-width: 833px) {
  .ec-footer .ec-container .ec-row.lg {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .ec-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .ec-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}
/*.ec-footer ul.ec-news-list {
  margin-bottom: 40px;
}*/
.ec-footer.ec-container .row {
  padding: 0 15px;
}

@media (min-width: 0px) {
  .ec-footer.ec-container .row {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .ec-footer.ec-container .row {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .ec-footer.ec-container .row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .ec-footer.ec-container .row {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .ec-footer.ec-container .row {
    padding: 0 30px;
  }
}
@media (min-width: 1455px) {
  .ec-footer.ec-container .row {
    padding: 0;
  }
}
/* KONSUMENTEN */
/* INDUSTRIE UND GEWERBE */
/* MARKTTEILNEHMER */
/* ÜBER UNS */
/******************* hooks *******************/
.ec-hooks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 40px;
  justify-content: stretch;
  align-content: stretch;
  width: 100%;
  grid-auto-rows: 1fr;
  padding: 40px 30px;
}

.ec-hooks .ec-well {
  display: flex;
  margin: 0 !important;
  background-color: transparent;
  border: 4px solid #a0bada;
  border-radius: 12px !important;
  align-items: center;
  padding: 12px;
  gap: 20px;
}

.ec-well-data {
  flex-grow: 1;
  width: 70%;
  hyphens: auto;
  height: 100%;
}

.ec-well-data p {
  margin-bottom: 0 !important;
}

.ec-hook h2 {
  font-size: 20px;
  margin-bottom: 10px !important;
  font-weight: 700;
  font-style: italic;
}

.ec-hooks h4 {
  font-size: 19px;
}

.ec-hooks i {
  font-size: 50px;
}

.ec-hooks p {
  color: #0066a9;
  font-size: 18px;
  letter-spacing: 0.15px;
  line-height: 1.8em;
  margin: 0;
}

.ec-hooks .ec-hook a .ec-well:hover {
  text-decoration: none;
}

.ec-hooks .ec-well:hover {
  background-color: #0066a9;
  color: white;
}

.ec-hooks .ec-well:hover p {
  color: white;
}

.ec-hooks {
  padding: 0;
}

.ec-hooks > .ec-hook {
  padding-left: 15px;
  padding-right: 15px;
}

.ec-hooks .ec-hook a .ec-well {
  margin: 0;
}
@media (max-width: 768px) {
  .ec-hooks .ec-hook a .ec-well {
    margin: 0 0 15px 0;
  }
}
.ec-footer .ec-hooks .ec-hooks .ec-hook a .ec-well:hover {
  text-decoration: underline;
}

@media (max-width: 991px) and (min-width: 769px) {
  .ec-hooks .ec-hook:nth-child(3),
  .ec-hooks .ec-hook:nth-child(4) {
    margin-top: 15px;
  }
}
@media (min-width: 0px) {
  .ec-hooks {
    padding: 40px 0 0 0;
  }
  .ec-hooks .ec-hook {
    padding: 0;
  }
}
@media (min-width: 575px) {
  .ec-hooks {
    padding: 40px 0 0 0;
    gap: 2rem;
  }
  .ec-hooks .ec-hook {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .ec-hooks {
    padding: 40px 0 0 0;
    gap: 2rem;
  }
  .ec-hooks .ec-hook {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .ec-hooks {
    padding: 40px 0 0 0;
    gap: 1rem;
  }
  .ec-hooks .ec-hook {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .ec-hooks {
    padding: 40px 0 0 0;
    gap: 2rem;
  }
  .ec-hooks .ec-hook {
    padding: 0;
  }
}
@media (min-width: 1455px) {
  .ec-hooks {
    padding: 40px 0 0 0;
    gap: 3rem;
  }
  .ec-hooks .ec-hook {
    padding: 0;
  }
}
:root {
  --ec-control-menu-height: 0px;
  --ec-mobile-closed-header-height: 72px;
  --ec-zindex-control-menu: 1040;
  --ec-zindex-header: 1030;
  --ec-zindex-mobile-nav: 1025;
}

@media (min-width: 992px) {
  body.has-control-menu #ControlMenu,
  body.has-control-menu .control-menu,
  body.has-control-menu .cadmin.control-menu,
  body.has-control-menu .control-menu-container,
  body.has-control-menu .cadmin.control-menu-container,
  body.ec-has-rendered-control-menu #ControlMenu,
  body.ec-has-rendered-control-menu .control-menu,
  body.ec-has-rendered-control-menu .cadmin.control-menu,
  body.ec-has-rendered-control-menu .control-menu-container,
  body.ec-has-rendered-control-menu .cadmin.control-menu-container {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important;
    z-index: var(--ec-zindex-control-menu, 1040) !important;
  }
  body .ec-container-fw.ec-header,
  body .ec-container-fw.ec-header.ec-header-sticky {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    z-index: var(--ec-zindex-header, 1030) !important;
    background-color: #fff;
  }
  body .ec-main-navigation,
  body .ec-main-navigation.collapse,
  body .ec-main-navigation.collapse.show {
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
  }
  body #wrapper {
    padding-top: 0 !important;
  }
}
@media (max-width: 991px) {
  body.has-control-menu #ControlMenu,
  body.has-control-menu .control-menu,
  body.has-control-menu .cadmin.control-menu,
  body.has-control-menu .control-menu-container,
  body.has-control-menu .cadmin.control-menu-container,
  body.ec-has-rendered-control-menu #ControlMenu,
  body.ec-has-rendered-control-menu .control-menu,
  body.ec-has-rendered-control-menu .cadmin.control-menu,
  body.ec-has-rendered-control-menu .control-menu-container,
  body.ec-has-rendered-control-menu .cadmin.control-menu-container {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: var(--ec-zindex-control-menu, 1040) !important;
  }
  body .ec-container-fw.ec-header,
  body .ec-container-fw.ec-header.ec-header-sticky {
    position: fixed !important;
    top: var(--ec-control-menu-height, 0px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    z-index: var(--ec-zindex-header, 1030) !important;
    background-color: #fff;
  }
  body .ec-container-fw.ec-header .ec-container,
  body .ec-container-fw.ec-header .container,
  body .ec-container-fw.ec-header .container-fluid {
    min-height: 0 !important;
    height: auto !important;
  }
  body .ec-container-fw.ec-header,
  body .ec-container-fw.ec-header .ec-navbar,
  body .ec-container-fw.ec-header .ec-container,
  body .ec-container-fw.ec-header .navbar,
  body .ec-container-fw.ec-header .navbar-collapse {
    overflow: visible !important;
  }
  #mobilenav,
  div#mobilenav {
    position: relative !important;
    z-index: var(--ec-zindex-mobile-nav, 1025);
    box-sizing: border-box;
  }
  /*
   * Open mobile menu:
   * Use body.ec-mobile-nav-open because the X button and burger
   * need one common state.
   */
  body.ec-mobile-nav-open #mobilenav,
  body.ec-mobile-nav-open div#mobilenav {
    max-height: calc(100vh - var(--ec-control-menu-height, 0px) - var(--ec-mobile-closed-header-height, 72px)) !important;
    max-height: calc(100dvh - var(--ec-control-menu-height, 0px) - var(--ec-mobile-closed-header-height, 72px)) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    box-sizing: border-box;
  }
  #mobilenav #mobile-nav,
  div#mobilenav #mobile-nav {
    box-sizing: border-box;
    display: none;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
  }
  #mobilenav #mobile-nav.show,
  #mobilenav #mobile-nav.flexnav-show,
  div#mobilenav #mobile-nav.show,
  div#mobilenav #mobile-nav.flexnav-show {
    display: block !important;
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    visibility: visible !important;
  }
  body.ec-fixed-mobile-header-ready #wrapper {
    padding-top: calc(var(--ec-control-menu-height, 0px) + var(--ec-mobile-closed-header-height, 72px)) !important;
  }
}
body.product-menu-open .cadmin.control-menu-container {
  padding-left: 320px !important;
}

body.has-edit-mode-menu-open .ec-container-fw.ec-header,
body.has-edit-mode-menu-open .ec-header-sticky,
body.has-control-menu.has-edit-mode-menu-open .ec-container-fw.ec-header,
body.has-control-menu.has-edit-mode-menu-open .ec-header-sticky {
  z-index: 900 !important;
}

body {
  margin: 0;
  min-height: 100%;
}

.ec-pull-left .portlet-boundary_registration_ .help-block {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.ec-pull-left .portlet-boundary_registration_ .has-error .help-block {
  color: #a94442;
}
.ec-pull-left .portlet-boundary_registration_ input[type=radio], .ec-pull-left .portlet-boundary_registration_ input[type=checkbox] {
  height: auto;
  width: auto;
}
.ec-pull-left .portlet-boundary_registration_ .form-inline label {
  font-weight: 700;
  margin-bottom: 5px;
}
.ec-pull-left .portlet-boundary_registration_ .card-horizontal {
  border-radius: 4px;
  margin-bottom: 40px;
  position: relative;
}
.ec-pull-left .portlet-boundary_registration_ .card-horizontal .form-group {
  margin-bottom: 15px;
  position: inherit;
}
.ec-pull-left .portlet-boundary_registration_ .card-horizontal .form-inline {
  display: block;
}
.ec-pull-left .portlet-boundary_registration_ .card-horizontal .panel-group {
  background-color: #fff;
  margin-bottom: 20px;
}
.ec-pull-left .portlet-boundary_registration_ .btn-primary.btn-default {
  background-color: #0066A9;
  border-color: #3088ae;
  color: #fff;
  margin-top: 36px;
}
.ec-pull-left .portlet-boundary_registration_ .btn-primary.btn-default.disabled {
  margin-top: 36px;
}
.ec-pull-left .portlet-boundary_registration_ .alert.alert-success {
  animation: cssAnimation 0s 5s forwards;
  background-color: #dff0d8;
  color: #3c763d;
  margin-right: 15px;
  padding: 15px;
  position: absolute;
  top: 0;
}
@keyframes cssAnimation {
  to {
    visibility: hidden;
  }
}

.lexicon-icon {
  height: 14px;
  width: 14px;
}

.portlet:hover > .portlet-content-editable {
  border-color: #0b5fff;
}

.portlet > .portlet-content-editable {
  width: 100%;
}

.btn-monospaced.btn-sm {
  height: 32px;
  padding-bottom: 3px;
  padding-top: 3px;
  width: 32px;
}

.btn.btn-primary, .btn.btn-cancel, .btn.btn-default {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.428571429;
  margin-bottom: 0;
  margin-top: 6px;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.yui3-widget-bd {
  font-size: 14px;
}

.lfr-add-panel .add-content-menu .tabular-list-group > .list-group-item > .list-group-item-field .sticker {
  padding-top: 3px;
}
.lfr-add-panel .add-content-menu .tabular-list-group > .list-group-item > .list-group-item-content h1 {
  font-size: 14px;
  font-weight: 600;
}
.lfr-add-panel .add-content-menu .tabular-list-group > .list-group-item > .list-group-item-content .text-default {
  font-size: 14px;
}

.search-query {
  font-size: 14px;
  margin-left: 5px;
}

select.form-control:not([size]):not([multiple]) {
  height: 34px;
}

.input-group-addon {
  height: 34px;
  width: 32px;
}

.nav-item {
  font-size: 14px;
  font-weight: 600;
}

.modal-content .modal-title {
  flex-grow: 1;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-content .modal-body {
  padding-left: 24px;
  padding-right: 24px;
}
.modal-content .modal-header {
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
}
.modal-content .modal-footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
}

.sheet-subtitle {
  font-size: 14px;
  font-weight: 600;
}

.export-dialog-tree .card-horizontal {
  border-style: solid;
  border-width: 0;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  display: block;
  margin-bottom: 24px;
  position: relative;
}

.dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428571429;
  padding: 8px 20px;
  white-space: nowrap;
}

.form-control {
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 12px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ec-search .form-control:focus {
  -webkit-box-shadow: unset;
  border-color: unset;
  box-shadow: unset;
  outline: 0;
}
.ec-search .icon-monospaced .lexicon-icon {
  color: #0066A9;
  display: block;
  height: 32px;
  line-height: 32px;
  margin-top: 0;
  padding: 8px;
  width: 32px;
}
.ec-search span[class^=icon-monospaced], .ec-search .icon-monospaced {
  display: inline;
}
.ec-search .form-control::-webkit-input-placeholder {
  color: darkgrey;
}

.ec-container.ec-main .mb-4 {
  margin-bottom: unset !important;
}

.ec-choose-language .language-entry-long-text {
  text-transform: capitalize;
}

.lfr-product-menu-panel {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  z-index: 1042 !important;
}
.lfr-product-menu-panel .product-menu .panel-header {
  font-size: 14px;
}
.lfr-product-menu-panel .product-menu.sidebar .sidebar-body {
  top: 56px;
}
.lfr-product-menu-panel .product-menu.sidebar .sidebar-header {
  padding-bottom: 1.12rem;
  padding-top: 1.12rem;
}
.lfr-product-menu-panel .sidebar-header {
  font-size: 16px;
}
.lfr-product-menu-panel .sidebar-header sr-only {
  line-height: 1.2;
}
.lfr-product-menu-panel .sidebar-body {
  font-size: 14px;
}
.lfr-product-menu-panel .sidebar-body .sticker {
  height: 32px;
  width: 32px;
}
.lfr-product-menu-panel .sidebar-body .sticker-secondary, .lfr-product-menu-panel .sidebar-body .sticker-default {
  background-color: #fff;
  color: #6c757d;
}
.lfr-product-menu-panel .sidebar-body .nav > li > a {
  font-size: 14px;
}
.lfr-product-menu-panel .panel-title {
  font-size: 14px;
  font-weight: 600;
}
.lfr-product-menu-panel .product-menu .list-group-heading.goto-link {
  font-size: 12.8px;
}
.lfr-product-menu-panel .collapse-icon .collapse-icon-closed, .lfr-product-menu-panel .collapse-icon .collapse-icon-open {
  right: 15px;
}
.lfr-product-menu-panel .collapse-icon .collapse-icon-closed .lexicon-icon, .lfr-product-menu-panel .collapse-icon .collapse-icon-open .lexicon-icon {
  height: 14px;
  width: 14px;
}
.lfr-product-menu-panel .sticker-default .lexicon-icon {
  height: 32px;
  width: 16px;
}
.lfr-product-menu-panel .list-group-heading {
  margin-bottom: 0px;
}
.lfr-product-menu-panel span[class^=icon-monospaced], .lfr-product-menu-panel .icon-monospaced {
  height: 3.2rem;
  width: 3.2rem;
}

.control-menu-nav .control-menu-level-1-heading {
  font-size: 16px;
}
.control-menu-nav .text-muted {
  color: #A7A9BC !important;
}
.control-menu-nav .control-menu-nav-item-content span.text-muted {
  font-size: 14px;
}
.control-menu-nav .btn-monospaced.btn-sm {
  height: 32px;
  width: 32px;
}
.control-menu-nav a.collapse-icon {
  padding-right: 36.5px;
}
.control-menu-nav .lexicon-icon {
  height: 16px;
  width: 16px;
}

.lfr-has-simulation-panel .simulation-icon {
  display: none;
}

.input-localized-trigger {
  width: 33px;
  height: 33px;
}
.input-localized-trigger .btn-section {
  font-size: 9px;
}

.lfr-simulation-panel .simulation-app-panel-body .lfr-device-item .icon {
  height: 40px;
  width: 40px;
}
.lfr-simulation-panel .simulation-app-panel-body .default-devices .icon-monospaced > .lexicon-icon {
  height: 19.19px;
  width: 19.19px;
}
.lfr-simulation-panel .simulation-app-panel-body .default-devices small {
  font-size: 14px;
}
.lfr-simulation-panel .lfr-device-item {
  font-size: 16px;
}
.lfr-simulation-panel .btn {
  white-space: inherit;
}
.lfr-simulation-panel .simulation-menu .panel .simulation-app-panel-body {
  font-size: 16px;
}
.lfr-simulation-panel .custom-devices .form-control {
  font-size: 14px;
}
.lfr-simulation-panel .icon-monospaced.sidenav-close {
  margin-top: 2px;
  width: 32px;
  height: 32px;
}

.lfr-add-panel {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.lfr-add-panel .product-menu.sidebar .sidebar-body {
  top: 56px;
}
.lfr-add-panel .product-menu.sidebar .sidebar-header {
  font-size: 16px;
  padding-bottom: 11.2px;
  padding-top: 11.2px;
}
.lfr-add-panel .product-menu.sidebar .sidebar-header .sr-only {
  margin: 0px;
}
.lfr-add-panel .product-menu.sidebar .sidebar-header span[class^=icon-monospaced], .lfr-add-panel .product-menu.sidebar .sidebar-header .icon-monospaced {
  height: 32px;
  width: 32px;
}
.lfr-add-panel .product-menu.sidebar .sidebar-header .sidenav-close {
  margin-top: 1px;
}
.lfr-add-panel .add-content-menu .category-name, .lfr-add-panel .add-content-menu .taglib-icon-label, .lfr-add-panel .add-content-menu .add-content-panel .add-content-button {
  font-size: 14px;
}
.lfr-add-panel .add-content-menu .input-group.search-bar .form-control, .lfr-add-panel .add-content-menu .input-group.search-bar .input-group-btn, .lfr-add-panel .add-content-menu .add-content-panel .display-style-bar {
  font-size: 16px;
}
.lfr-add-panel .add-content-menu .lexicon-icon-angle-right, .lfr-add-panel .add-content-menu .lexicon-icon-angle-down {
  height: 14px;
  width: 14px;
}
.lfr-add-panel .add-content-menu .lexicon-icon-search {
  height: 16px;
  width: 16px;
}
.lfr-add-panel .add-content-menu .collapse-icon {
  font-size: 16px;
  font-weight: 600;
}
.lfr-add-panel .add-content-menu .collapse-icon .collapse-icon-closed, .lfr-add-panel .add-content-menu .collapse-icon .collapse-icon-open {
  height: 14px;
  right: 15px;
  top: 26px;
  width: 14px;
}
.lfr-add-panel .add-content-menu .drag-content-item .lexicon-icon {
  height: 14px;
  width: 14px;
}
.lfr-add-panel .add-content-menu .bg-dark {
  font-size: 14px;
  margin: 24px !important;
  padding: 16px !important;
}
.lfr-add-panel .add-content-menu .bg-dark .h3 {
  font-size: 19px;
  margin-bottom: 8px;
}
.lfr-add-panel .add-content-menu .bg-dark .mt-3 {
  margin-bottom: 16px;
  margin-top: 16px !important;
}
.lfr-add-panel .add-content-menu .add-application-panel .list-group-item .lfr-content-item {
  margin-bottom: 8px;
}

.portlet-name-text {
  font-size: 14px;
}

.portlet-search .portlet-header {
  margin-bottom: 0px;
}
.portlet-search form {
  margin-top: 0px;
}
.portlet-search .panel-body {
  padding: 15px;
}
.portlet-search .facet-term-selected {
  background-color: #0066a9;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 10px 15px;
}
.portlet-search .facet-term-unselected {
  border-radius: 5px;
  color: #0066a9;
  display: block;
  padding: 10px 15px;
}
.portlet-search .form-group {
  margin-bottom: 15px;
}
.portlet-search .lfr-search-container-wrapper .list-group-item-flex .autofit-col {
  padding: 13px 10.4px 13px 15px;
}
.portlet-search .lfr-search-container-wrapper .list-group-item-flex .autofit-col .text-default:first-of-type {
  display: none;
}
.portlet-search .lfr-search-container-wrapper .list-group-item-flex .autofit-col .sticker:only-child {
  display: none;
}
.portlet-search .lfr-search-container-wrapper .list-group-item-flex .autofit-col-expand {
  display: flex;
  justify-content: center;
  padding-left: 10.4px;
  padding-right: 15px;
}
.portlet-search .lfr-search-container-wrapper strong {
  color: #0066a9;
}
.portlet-search .lfr-search-container-wrapper .list-group .list-group-item {
  box-shadow: inset 0.0625rem 0 rgba(0, 0, 0, 0.25), inset -0.0625rem 0 rgba(0, 0, 0, 0.25), inset 0 0.0625rem rgba(0, 0, 0, 0.25), inset 0 -0.0625rem rgba(0, 0, 0, 0.25);
  min-height: 100px;
  padding: 0;
}
.portlet-search .lfr-search-container-wrapper .list-group .list-group-item h5 {
  font-size: 14px;
  margin-top: 0px;
}
.portlet-search .lfr-search-container-wrapper .list-group .list-group-item h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
}
.portlet-search .lfr-search-container-wrapper .taglib-asset-tags-summary .label {
  background-color: #999;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  text-transform: lowercase !important;
  vertical-align: baseline;
  white-space: nowrap;
}
.portlet-search .lfr-search-container-wrapper .taglib-asset-categories-summary {
  display: block;
  margin-top: 10px;
}
.portlet-search .lfr-search-container-wrapper .taglib-asset-categories-summary .text-uppercase {
  color: #0066a9;
  text-transform: lowercase !important;
}
.portlet-search .lfr-search-container-wrapper .dropdown-toggle {
  border-style: none;
  color: #0066a9;
  padding-left: 0;
  padding-right: 0;
}
.portlet-search .lfr-search-container-wrapper .pagination-results {
  margin-left: 25px;
  padding-left: 0;
  padding-right: 0;
}
.portlet-search .lfr-search-container-wrapper .page-item .page-link {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #337ab7;
  display: inline;
  float: left;
  line-height: 1.428571429;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.portlet-search .lfr-search-container-wrapper .page-item.active .page-link {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
  cursor: default;
  z-index: 2;
}
.portlet-search .lfr-search-container-wrapper .dropdown-menu {
  min-width: 160px;
}
.portlet-search .lfr-search-container-wrapper .pagination-items-per-page .lexicon-icon {
  height: 20px;
  width: 20px;
}

#_com_liferay_portal_search_web_portlet_SearchPortlet_searchContainer div.lfr-ddm-field-group.lfr-ddm-field-group-inline.field-wrapper {
  border: 0;
  height: 0;
  padding-bottom: 0;
  position: initial;
  right: 0;
}

.search-layout {
  font-style: initial;
  font-weight: initial;
}
.search-layout .panel-default {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.search-layout .panel-heading {
  background-color: #f5f5f5;
  border-bottom: 1px solid transparent;
  border-color: #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333;
  padding: 10px 15px;
}

.lfr-search-iterator-fixed-header-table .table-title {
  font-size: 14px;
  font-weight: 600;
  padding: 13px 6px 12px 18px;
}

.toggle-switch-bar .toggle-switch-handle {
  font-size: 12px;
  font-weight: 600;
}

.lfr-ddm-field-group .form-text {
  font-size: 14px;
}

.card-type-directory .card-title {
  font-size: 15px;
  font-weight: 600;
  margin-top: 0;
}

.dropdown-menu-indicator-start .dropdown-item {
  font-size: 14px;
}
.dropdown-menu-indicator-start .dropdown-item .dropdown-item-indicator-start {
  padding-right: 15px;
}

.tooltip .tooltip-inner {
  font-size: 12px;
}

.portal-popup .dropdown-item.btn-link {
  font-size: 12px;
}

a:not([href]):not([tabindex]) {
  color: #0066A9;
}

/*@screen-sm:                  767px;
@screen-sm-min:              @screen-sm;
@screen-tablet:              @screen-sm-min;
*/
.ec-body html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

.ec-body body {
  margin: 0;
}

.ec-body article, .ec-body aside, .ec-body details, .ec-body figcaption, .ec-body figure, .ec-body footer, .ec-body header, .ec-body hgroup, .ec-body main, .ec-body nav,
.ec-body section, .ec-body summary {
  display: block;
}

.ec-body audio, .ec-body canvas, .ec-body progress, .ec-body video {
  display: inline-block;
  vertical-align: baseline;
}

.ec-body audio:not([controls]) {
  display: none;
  height: 0;
}

.ec-body [hidden], .ec-body template {
  display: none;
}

.ec-body a {
  background: transparent;
}

.ec-body a:active, .ec-body a:hover {
  outline: 0;
}

.ec-body abbr[title] {
  border-bottom: 1px dotted;
}

.ec-body dfn {
  font-style: italic;
}

.ec-body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.ec-body mark {
  background: #ff0;
  color: #000;
}

.ec-body small {
  font-size: 80%;
}

.ec-body sub, .ec-body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.ec-body sup {
  top: -0.5em;
}

.ec-body sub {
  bottom: -0.25em;
}

.ec-body img {
  border: 0;
}

.ec-body svg:not(:root) {
  overflow: hidden;
}

.ec-body figure {
  margin: 1em 40px;
}

.ec-body hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

.ec-body code, .ec-body kbd, .ec-body pre, .ec-body samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.ec-body button, .ec-body input, .ec-body optgroup, .ec-body select, .ec-body textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.ec-body button {
  overflow: visible;
}

.ec-body button, .ec-body select {
  text-transform: none;
}

.ec-body button, .ec-body html input[type=button], .ec-body input[type=reset], .ec-body input[type=submit] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

.ec-body button[disabled], .ec-body html input[disabled] {
  cursor: default;
}

.ec-body input {
  line-height: normal;
}

.ec-body input[type=checkbox], .ec-body input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.ec-body input[type=number]::-webkit-inner-spin-button, .ec-body input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

.ec-body input[type=search] {
  -moz-box-sizing: content-box;
  -webkit-appearance: textfield;
  appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.ec-body input[type=search]::-webkit-search-cancel-button, .ec-body input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.ec-body fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.ec-body table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ec-body td, .ec-body th {
  padding: 0;
}

.ec-body b, .ec-body strong, .ec-body optgroup {
  font-weight: 700;
}

.ec-body pre, .ec-body textarea {
  overflow: auto;
}

.ec-body button::-moz-focus-inner, .ec-body input::-moz-focus-inner, .ec-body legend {
  border: 0;
  padding: 0;
}

@media print {
  .ec-header, .ec-footer, .mobile-nav, #mobile-header, #sidebar, #cookies {
    display: none !important;
  }
  .ec-main {
    padding: 0 !important;
  }
  div[class^=ec-col-] {
    left: auto;
    width: auto;
  }
  a[href]:after {
    content: "" !important;
  }
  .ec-body * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  .ec-body a, .ec-body a:visited {
    text-decoration: underline;
  }
  .ec-body abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ec-body pre, .ec-body blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .ec-body thead {
    display: table-header-group;
  }
  .ec-body tr, .ec-body img {
    page-break-inside: avoid;
  }
  .ec-body img {
    max-width: 100% !important;
  }
  .ec-body p, .ec-body h2, .ec-body h3 {
    orphans: 3;
    widows: 3;
  }
  .ec-body h2, .ec-body h3 {
    page-break-after: avoid;
  }
  .ec-body select {
    background: #fff !important;
  }
  .ec-body .ec-navbar {
    display: none;
  }
  .ec-body .ec-table td, .ec-body .ec-table th {
    background-color: #fff !important;
  }
  .ec-body .ec-btn > .ec-caret, .ec-body .ec-dropup > .ec-btn > .ec-caret {
    border-top-color: #000 !important;
  }
  .ec-body .ec-label {
    border: 1px solid #000;
  }
  .ec-body .ec-table {
    border-collapse: collapse !important;
  }
  .ec-body .ec-table-bordered th, .ec-body .ec-table-bordered td {
    border: 1px solid #ddd !important;
  }
}
abbr[title], abbr[data-original-title] {
  border-bottom: 1px dotted #999;
  cursor: help;
}

.ec-initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  border-left: 5px solid #eee;
  font-size: 16.25px;
  margin: 0 0 19px;
  padding: 9.5px 19px;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .ec-small {
  color: #999;
  display: block;
  font-size: 80%;
  line-height: 1.5;
}

blockquote footer:before, blockquote small:before, blockquote .ec-small:before {
  content: "— ";
}

.ec-blockquote-reverse, blockquote.ec-pull-right {
  border-left: 0;
  border-right: 5px solid #eee;
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}

.ec-blockquote-reverse footer:before, blockquote.ec-pull-right footer:before, .ec-blockquote-reverse small:before,
blockquote.ec-pull-right small:before, .ec-blockquote-reverse .ec-small:before, blockquote.ec-pull-right .ec-small:before {
  content: "";
}

.ec-blockquote-reverse footer:after, blockquote.ec-pull-right footer:after, .ec-blockquote-reverse small:after,
blockquote.ec-pull-right small:after, .ec-blockquote-reverse .ec-small:after, blockquote.ec-pull-right .ec-small:after {
  content: " —";
}

blockquote:before, blockquote:after {
  content: "";
}

address {
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 19px;
}

.ec-row {
  margin-left: 0;
  margin-right: 0;
}

.ec-col-xs-1, .ec-col-sm-1, .ec-col-md-1, .ec-col-lg-1, .ec-col-xs-2, .ec-col-sm-2, .ec-col-md-2, .ec-col-lg-2, .ec-col-xs-3, .ec-col-sm-3,
.ec-col-md-3, .ec-col-lg-3, .ec-col-xs-4, .ec-col-sm-4, .ec-col-md-4, .ec-col-lg-4, .ec-col-xs-5, .ec-col-sm-5, .ec-col-md-5, .ec-col-lg-5,
.ec-col-xs-6, .ec-col-sm-6, .ec-col-md-6, .ec-col-lg-6, .ec-col-xs-7, .ec-col-sm-7, .ec-col-md-7, .ec-col-lg-7, .ec-col-xs-8, .ec-col-sm-8,
.ec-col-md-8, .ec-col-lg-8, .ec-col-xs-9, .ec-col-sm-9, .ec-col-md-9, .ec-col-lg-9, .ec-col-xs-10, .ec-col-sm-10, .ec-col-md-10, .ec-col-lg-10,
.ec-col-xs-11, .ec-col-sm-11, .ec-col-md-11, .ec-col-lg-11, .ec-col-xs-12, .ec-col-sm-12, .ec-col-md-12, .ec-col-lg-12 {
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.ec-col-xs-1, .ec-col-xs-2, .ec-col-xs-3, .ec-col-xs-4, .ec-col-xs-5, .ec-col-xs-6, .ec-col-xs-7, .ec-col-xs-8, .ec-col-xs-9, .ec-col-xs-10,
.ec-col-xs-11, .ec-col-xs-12 {
  float: left;
}

.ec-col-xs-12 {
  width: 100%;
}

.ec-col-xs-11 {
  width: 91.66666667%;
}

.ec-col-xs-10 {
  width: 83.33333333%;
}

.ec-col-xs-9 {
  width: 75%;
}

.ec-col-xs-8 {
  width: 66.66666667%;
}

.ec-col-xs-7 {
  width: 58.33333333%;
}

.ec-col-xs-6 {
  width: 50%;
}

.ec-col-xs-5 {
  width: 41.66666667%;
}

.ec-col-xs-4 {
  width: 33.33333333%;
}

.ec-col-xs-3 {
  width: 25%;
}

.ec-col-xs-2 {
  width: 16.66666667%;
}

.ec-col-xs-1 {
  width: 8.33333333%;
}

.ec-col-xs-pull-12 {
  right: 100%;
}

.ec-col-xs-pull-11 {
  right: 91.66666667%;
}

.ec-col-xs-pull-10 {
  right: 83.33333333%;
}

.ec-col-xs-pull-9 {
  right: 75%;
}

.ec-col-xs-pull-8 {
  right: 66.66666667%;
}

.ec-col-xs-pull-7 {
  right: 58.33333333%;
}

.ec-col-xs-pull-6 {
  right: 50%;
}

.ec-col-xs-pull-5 {
  right: 41.66666667%;
}

.ec-col-xs-pull-4 {
  right: 33.33333333%;
}

.ec-col-xs-pull-3 {
  right: 25%;
}

.ec-col-xs-pull-2 {
  right: 16.66666667%;
}

.ec-col-xs-pull-1 {
  right: 8.33333333%;
}

.ec-col-xs-pull-0 {
  right: 0;
}

.ec-col-xs-push-12 {
  left: 100%;
}

.ec-col-xs-push-11 {
  left: 91.66666667%;
}

.ec-col-xs-push-10 {
  left: 83.33333333%;
}

.ec-col-xs-push-9 {
  left: 75%;
}

.ec-col-xs-push-8 {
  left: 66.66666667%;
}

.ec-col-xs-push-7 {
  left: 58.33333333%;
}

.ec-col-xs-push-6 {
  left: 50%;
}

.ec-col-xs-push-5 {
  left: 41.66666667%;
}

.ec-col-xs-push-4 {
  left: 33.33333333%;
}

.ec-col-xs-push-3 {
  left: 25%;
}

.ec-col-xs-push-2 {
  left: 16.66666667%;
}

.ec-col-xs-push-1 {
  left: 8.33333333%;
}

.ec-col-xs-push-0 {
  left: 0;
}

.ec-col-xs-offset-12 {
  margin-left: 100%;
}

.ec-col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.ec-col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.ec-col-xs-offset-9 {
  margin-left: 75%;
}

.ec-col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.ec-col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.ec-col-xs-offset-6 {
  margin-left: 50%;
}

.ec-col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.ec-col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.ec-col-xs-offset-3 {
  margin-left: 25%;
}

.ec-col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.ec-col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.ec-col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 834px) {
  .ec-col-sm-1, .ec-col-sm-2, .ec-col-sm-3, .ec-col-sm-4, .ec-col-sm-5, .ec-col-sm-6, .ec-col-sm-7, .ec-col-sm-8, .ec-col-sm-9, .ec-col-sm-10, .ec-col-sm-11, .ec-col-sm-12 {
    float: left;
  }
  .ec-col-sm-12 {
    width: 100%;
  }
  .ec-col-sm-11 {
    width: 91.66666667%;
  }
  .ec-col-sm-10 {
    width: 83.33333333%;
  }
  .ec-col-sm-9 {
    width: 75%;
  }
  .ec-col-sm-7 {
    width: 58.33333333%;
  }
  .ec-col-sm-6 {
    width: 50%;
  }
  .ec-col-sm-5 {
    width: 41.66666667%;
  }
  .ec-col-sm-4 {
    width: 33.33333333%;
  }
  .ec-col-sm-3 {
    width: 25%;
  }
  .ec-col-sm-2 {
    width: 16.66666667%;
  }
  .ec-col-sm-1 {
    width: 8.33333333%;
  }
  .ec-col-sm-pull-12 {
    right: 100%;
  }
  .ec-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .ec-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .ec-col-sm-pull-9 {
    right: 75%;
  }
  .ec-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .ec-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .ec-col-sm-pull-6 {
    right: 50%;
  }
  .ec-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .ec-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .ec-col-sm-pull-3 {
    right: 25%;
  }
  .ec-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .ec-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .ec-col-sm-pull-0 {
    right: 0;
  }
  .ec-col-sm-push-12 {
    left: 100%;
  }
  .ec-col-sm-push-11 {
    left: 91.66666667%;
  }
  .ec-col-sm-push-10 {
    left: 83.33333333%;
  }
  .ec-col-sm-push-9 {
    left: 75%;
  }
  .ec-col-sm-push-8 {
    left: 66.66666667%;
  }
  .ec-col-sm-push-7 {
    left: 58.33333333%;
  }
  .ec-col-sm-push-6 {
    left: 50%;
  }
  .ec-col-sm-push-5 {
    left: 41.66666667%;
  }
  .ec-col-sm-push-4 {
    left: 33.33333333%;
  }
  .ec-col-sm-push-3 {
    left: 25%;
  }
  .ec-col-sm-push-2 {
    left: 16.66666667%;
  }
  .ec-col-sm-push-1 {
    left: 8.33333333%;
  }
  .ec-col-sm-push-0 {
    left: 0;
  }
  .ec-col-sm-offset-12 {
    margin-left: 100%;
  }
  .ec-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .ec-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .ec-col-sm-offset-9 {
    margin-left: 75%;
  }
  .ec-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .ec-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .ec-col-sm-offset-6 {
    margin-left: 50%;
  }
  .ec-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .ec-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .ec-col-sm-offset-3 {
    margin-left: 25%;
  }
  .ec-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .ec-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .ec-col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1194px) {
  .ec-col-md-1, .ec-col-md-2, .ec-col-md-3, .ec-col-md-4, .ec-col-md-5, .ec-col-md-6, .ec-col-md-7, .ec-col-md-8, .ec-col-md-9, .ec-col-md-10, .ec-col-md-11, .ec-col-md-12 {
    float: left;
  }
  .ec-col-md-12 {
    width: 100%;
  }
  .ec-col-md-11 {
    width: 91.66666667%;
  }
  .ec-col-md-10 {
    width: 83.33333333%;
  }
  .ec-col-md-9 {
    width: 100%;
  }
  .ec-col-md-8 {
    width: 66.66666667%;
  }
  .ec-col-md-7 {
    width: 58.33333333%;
  }
  .ec-col-md-6 {
    width: 50%;
  }
  .ec-col-md-5 {
    width: 41.66666667%;
  }
  .ec-col-md-4 {
    width: 33.33333333%;
  }
  .ec-col-md-3 {
    width: 25%;
  }
  .ec-col-md-2 {
    width: 16.66666667%;
  }
  .ec-col-md-1 {
    width: 8.33333333%;
  }
  .ec-col-md-pull-12 {
    right: 100%;
  }
  .ec-col-md-pull-11 {
    right: 91.66666667%;
  }
  .ec-col-md-pull-10 {
    right: 83.33333333%;
  }
  .ec-col-md-pull-9 {
    right: 75%;
  }
  .ec-col-md-pull-8 {
    right: 66.66666667%;
  }
  .ec-col-md-pull-7 {
    right: 58.33333333%;
  }
  .ec-col-md-pull-6 {
    right: 50%;
  }
  .ec-col-md-pull-5 {
    right: 41.66666667%;
  }
  .ec-col-md-pull-4 {
    right: 33.33333333%;
  }
  .ec-col-md-pull-3 {
    right: 25%;
  }
  .ec-col-md-pull-2 {
    right: 16.66666667%;
  }
  .ec-col-md-pull-1 {
    right: 8.33333333%;
  }
  .ec-col-md-pull-0 {
    right: 0;
  }
  .ec-col-md-push-12 {
    left: 100%;
  }
  .ec-col-md-push-11 {
    left: 91.66666667%;
  }
  .ec-col-md-push-10 {
    left: 83.33333333%;
  }
  .ec-col-md-push-9 {
    left: 75%;
  }
  .ec-col-md-push-8 {
    left: 66.66666667%;
  }
  .ec-col-md-push-7 {
    left: 58.33333333%;
  }
  .ec-col-md-push-6 {
    left: 50%;
  }
  .ec-col-md-push-5 {
    left: 41.66666667%;
  }
  .ec-col-md-push-4 {
    left: 33.33333333%;
  }
  .ec-col-md-push-3 {
    left: 25%;
  }
  .ec-col-md-push-2 {
    left: 16.66666667%;
  }
  .ec-col-md-push-1 {
    left: 8.33333333%;
  }
  .ec-col-md-push-0 {
    left: 0;
  }
  .ec-col-md-offset-12 {
    margin-left: 100%;
  }
  .ec-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .ec-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .ec-col-md-offset-9 {
    margin-left: 75%;
  }
  .ec-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .ec-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .ec-col-md-offset-6 {
    margin-left: 50%;
  }
  .ec-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .ec-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .ec-col-md-offset-3 {
    margin-left: 25%;
  }
  .ec-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .ec-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .ec-col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .ec-col-lg-1, .ec-col-lg-2, .ec-col-lg-3, .ec-col-lg-4, .ec-col-lg-5, .ec-col-lg-6, .ec-col-lg-7, .ec-col-lg-8, .ec-col-lg-9, .ec-col-lg-10, .ec-col-lg-11, .ec-col-lg-12 {
    float: left;
  }
  .ec-col-lg-12 {
    width: 100%;
  }
  .ec-col-lg-11 {
    width: 91.66666667%;
  }
  .ec-col-lg-10 {
    width: 83.33333333%;
  }
  .ec-col-lg-8 {
    width: 66.66666667%;
  }
  .ec-col-lg-7 {
    width: 58.33333333%;
  }
  .ec-col-lg-6 {
    width: 50%;
  }
  .ec-col-lg-5 {
    width: 41.66666667%;
  }
  .ec-col-lg-4 {
    width: 33.33333333%;
  }
  .ec-col-lg-3 {
    width: 25%;
  }
  .ec-col-lg-2 {
    width: 16.66666667%;
  }
  .ec-col-lg-1 {
    width: 8.33333333%;
  }
  .ec-col-lg-pull-12 {
    right: 100%;
  }
  .ec-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .ec-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .ec-col-lg-pull-9 {
    right: 75%;
  }
  .ec-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .ec-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .ec-col-lg-pull-6 {
    right: 50%;
  }
  .ec-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .ec-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .ec-col-lg-pull-3 {
    right: 25%;
  }
  .ec-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .ec-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .ec-col-lg-pull-0 {
    right: 0;
  }
  .ec-col-lg-push-12 {
    left: 100%;
  }
  .ec-col-lg-push-11 {
    left: 91.66666667%;
  }
  .ec-col-lg-push-10 {
    left: 83.33333333%;
  }
  .ec-col-lg-push-9 {
    left: 75%;
  }
  .ec-col-lg-push-8 {
    left: 66.66666667%;
  }
  .ec-col-lg-push-7 {
    left: 58.33333333%;
  }
  .ec-col-lg-push-6 {
    left: 50%;
  }
  .ec-col-lg-push-5 {
    left: 41.66666667%;
  }
  .ec-col-lg-push-4 {
    left: 33.33333333%;
  }
  .ec-col-lg-push-3 {
    left: 25%;
  }
  .ec-col-lg-push-2 {
    left: 16.66666667%;
  }
  .ec-col-lg-push-1 {
    left: 8.33333333%;
  }
  .ec-col-lg-push-0 {
    left: 0;
  }
  .ec-col-lg-offset-12 {
    margin-left: 100%;
  }
  .ec-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .ec-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .ec-col-lg-offset-9 {
    margin-left: 75%;
  }
  .ec-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .ec-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .ec-col-lg-offset-6 {
    margin-left: 50%;
  }
  .ec-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .ec-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .ec-col-lg-offset-3 {
    margin-left: 25%;
  }
  .ec-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .ec-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .ec-col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
  max-width: 100%;
}

th {
  text-align: left;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
  width: 100%;
}

legend {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  display: block;
  font-size: 19.5px;
  line-height: inherit;
  margin-bottom: 19px;
  padding: 0;
  width: 100%;
}

label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 12px;
}

input[type=search] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
  /* IE8-9 */
  line-height: normal;
  margin: 4px 0 0;
  margin-top: 1px;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  color: #555;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  padding-top: 7px;
}

.ec-form-control {
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  display: block;
  font-size: 13px;
  height: 33px;
  line-height: 1.5;
  padding: 6px 12px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
}

.field .ec-form-control {
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  display: block;
  font-size: 13px;
  height: 33px;
  line-height: 1.5;
  padding: 6px 12px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
}

.ec-form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
}

.ec-form-control:-moz-placeholder {
  color: #999;
}

.ec-form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.ec-form-control:-ms-input-placeholder {
  color: #999;
}

.ec-form-control::-webkit-input-placeholder {
  color: #999;
}

.ec-form-control[disabled], .ec-form-control[readonly], fieldset[disabled] .ec-form-control {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}

textarea.ec-form-control {
  height: auto;
}

input[type=date] {
  line-height: 33px;
}

.ec-form-group {
  margin-bottom: 15px;
}

.ec-radio, .ec-checkbox {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 19px;
  padding-left: 20px;
}

.ec-radio label, .ec-checkbox label {
  cursor: pointer;
  display: inline;
  font-weight: 400;
}

.ec-radio input[type=radio], .ec-radio-inline input[type=radio], .ec-checkbox input[type=checkbox], .ec-checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.ec-radio + .ec-radio, .ec-checkbox + .ec-checkbox {
  margin-top: -5px;
}

.ec-radio-inline, .ec-checkbox-inline {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 20px;
  vertical-align: middle;
}

.ec-radio-inline + .ec-radio-inline, .ec-checkbox-inline + .ec-checkbox-inline {
  margin-left: 10px;
  margin-top: 0;
}

input[type=radio][disabled], input[type=checkbox][disabled], .ec-radio[disabled], .ec-radio-inline[disabled],
.ec-checkbox[disabled], .ec-checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox],
fieldset[disabled] .ec-radio, fieldset[disabled] .ec-radio-inline, fieldset[disabled] .ec-checkbox,
fieldset[disabled] .ec-checkbox-inline {
  cursor: not-allowed;
}

.ec-input-sm {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 10px;
}

select.ec-input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.ec-input-sm, select[multiple].ec-input-sm {
  height: auto;
}

.ec-input-lg {
  border-radius: 6px;
  font-size: 14px;
  height: 41px;
  line-height: 1.33;
  padding: 10px 16px;
}

select.ec-input-lg {
  height: 41px;
  line-height: 41px;
}

textarea.ec-input-lg, select[multiple].ec-input-lg {
  height: auto;
}

.ec-has-feedback {
  position: relative;
}

.ec-has-feedback .ec-form-control {
  padding-right: 41.25px;
}

.ec-has-feedback .ec-form-control-feedback {
  display: block;
  height: 33px;
  line-height: 33px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 24px;
  width: 33px;
}

.ec-has-success .ec-help-block, .ec-has-success .ec-control-label, .ec-has-success .ec-radio, .ec-has-success .ec-checkbox,
.ec-has-success .ec-radio-inline, .ec-has-success .ec-checkbox-inline {
  color: #3c763d;
}

.ec-has-success .ec-form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.ec-has-success .ec-form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.ec-has-success .ec-input-group-addon {
  background-color: #dff0d8;
  border-color: #3c763d;
  color: #3c763d;
}

.ec-has-success .ec-form-control-feedback {
  color: #3c763d;
}

.ec-has-warning .ec-help-block, .ec-has-warning .ec-control-label, .ec-has-warning .ec-radio, .ec-has-warning .ec-checkbox,
.ec-has-warning .ec-radio-inline, .ec-has-warning .ec-checkbox-inline {
  color: #8a6d3b;
}

.ec-has-warning .ec-form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.ec-has-warning .ec-form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.ec-has-warning .ec-input-group-addon {
  background-color: #fcf8e3;
  border-color: #8a6d3b;
  color: #8a6d3b;
}

.ec-has-warning .ec-form-control-feedback {
  color: #8a6d3b;
}

.ec-has-error .ec-help-block, .ec-has-error .ec-control-label, .ec-has-error .ec-radio, .ec-has-error .ec-checkbox,
.ec-has-error .ec-radio-inline, .ec-has-error .ec-checkbox-inline {
  color: #a94442;
}

.ec-has-error .ec-form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.ec-has-error .ec-form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.ec-has-error .ec-input-group-addon {
  background-color: #f2dede;
  border-color: #a94442;
  color: #a94442;
}

.ec-has-error .ec-form-control-feedback {
  color: #a94442;
}

.ec-form-control-static {
  margin-bottom: 0;
}

.ec-help-block {
  color: #959595;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (min-width: 834px) {
  .ec-form-inline .ec-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ec-form-inline .ec-form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .ec-form-inline .ec-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ec-form-inline .ec-radio, .ec-form-inline .ec-checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .ec-form-inline .ec-radio input[type=radio], .ec-form-inline .ec-checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .ec-form-inline .ec-has-feedback .ec-form-control-feedback {
    top: 0;
  }
}
.ec-form-horizontal .ec-control-label, .ec-form-horizontal .ec-radio, .ec-form-horizontal .ec-checkbox, .ec-form-horizontal .ec-radio-inline, .ec-form-horizontal .ec-checkbox-inline {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 7px;
}

.ec-form-horizontal .ec-radio, .ec-form-horizontal .ec-checkbox {
  min-height: 26px;
}

.ec-form-horizontal .ec-form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.ec-form-horizontal .ec-form-control-static {
  padding-top: 7px;
}

@media (min-width: 834px) {
  .ec-form-horizontal .ec-control-label {
    text-align: right;
  }
}
.ec-form-horizontal .ec-has-feedback .ec-form-control-feedback {
  right: 15px;
  top: 0;
}

.ec-btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.ec-btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-btn:hover, .ec-btn:focus {
  color: #333;
  text-decoration: none;
}

.ec-btn:active, .ec-btn.ec-active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  outline: 0;
}

.ec-btn.ec-disabled, .ec-btn[disabled], fieldset[disabled] .ec-btn {
  -moz-opacity: 0.65;
  -webkit-box-shadow: none;
  -webkit-opacity: 0.65;
  box-shadow: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  pointer-events: none;
}

.ec-btn-default {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}

.ec-btn-default:hover, .ec-btn-default:focus, .ec-btn-default:active, .ec-btn-default.ec-active, .ec-open .ec-dropdown-toggle.ec-btn-default {
  background-color: #ebebeb;
  border-color: #adadad;
  color: #333;
}

.ec-btn-default:active, .ec-btn-default.ec-active, .ec-open .ec-dropdown-toggle.ec-btn-default {
  background-image: none;
}

.ec-btn-default.ec-disabled, .ec-btn-default[disabled], fieldset[disabled] .ec-btn-default, .ec-btn-default.ec-disabled:hover,
.ec-btn-default[disabled]:hover, fieldset[disabled] .ec-btn-default:hover, .ec-btn-default.ec-disabled:focus,
.ec-btn-default[disabled]:focus, fieldset[disabled] .ec-btn-default:focus, .ec-btn-default.ec-disabled:active,
.ec-btn-default[disabled]:active, fieldset[disabled] .ec-btn-default:active, .ec-btn-default.ec-disabled.ec-active, .ec-btn-default[disabled].ec-active,
fieldset[disabled] .ec-btn-default.ec-active {
  background-color: #fff;
  border-color: #ccc;
}

.ec-btn-default .ec-badge {
  background-color: #333;
  color: #fff;
}

.ec-btn-primary {
  background-color: #0066A9;
  border-color: #3088ae;
  color: #fff;
}

.ec-btn-primary:hover, .ec-btn-primary:focus, .ec-btn-primary:active, .ec-btn-primary.ec-active, .ec-open .ec-dropdown-toggle.ec-btn-primary {
  background-color: #2d7fa2;
  border-color: #23637e;
  color: #fff;
}

.ec-btn-primary:active, .ec-btn-primary.ec-active, .ec-open .ec-dropdown-toggle.ec-btn-primary {
  background-image: none;
}

.ec-btn-primary.ec-disabled, .ec-btn-primary[disabled], fieldset[disabled] .ec-btn-primary, .ec-btn-primary.ec-disabled:hover,
.ec-btn-primary[disabled]:hover, fieldset[disabled] .ec-btn-primary:hover, .ec-btn-primary.ec-disabled:focus,
.ec-btn-primary[disabled]:focus, fieldset[disabled] .ec-btn-primary:focus, .ec-btn-primary.ec-disabled:active,
.ec-btn-primary[disabled]:active, fieldset[disabled] .ec-btn-primary:active, .ec-btn-primary.ec-disabled.ec-active,
.ec-btn-primary[disabled].ec-active, fieldset[disabled] .ec-btn-primary.ec-active {
  background-color: #0066A9;
  border-color: #3088ae;
}

.ec-btn-primary .ec-badge {
  background-color: #fff;
  color: #0066A9;
}

.ec-btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
}

.ec-btn-success:hover, .ec-btn-success:focus, .ec-btn-success:active, .ec-btn-success.ec-active, .ec-open .ec-dropdown-toggle.ec-btn-success {
  background-color: #47a447;
  border-color: #398439;
  color: #fff;
}

.ec-btn-success:active, .ec-btn-success.ec-active, .ec-open .ec-dropdown-toggle.ec-btn-success {
  background-image: none;
}

.ec-btn-success.ec-disabled, .ec-btn-success[disabled], fieldset[disabled] .ec-btn-success, .ec-btn-success.ec-disabled:hover,
.ec-btn-success[disabled]:hover, fieldset[disabled] .ec-btn-success:hover, .ec-btn-success.ec-disabled:focus,
.ec-btn-success[disabled]:focus, fieldset[disabled] .ec-btn-success:focus, .ec-btn-success.ec-disabled:active,
.ec-btn-success[disabled]:active, fieldset[disabled] .ec-btn-success:active, .ec-btn-success.ec-disabled.ec-active,
.ec-btn-success[disabled].ec-active, fieldset[disabled] .ec-btn-success.ec-active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.ec-btn-success .ec-badge {
  background-color: #fff;
  color: #5cb85c;
}

.ec-btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}

.ec-btn-info:hover, .ec-btn-info:focus, .ec-btn-info:active, .ec-btn-info.ec-active, .ec-open .ec-dropdown-toggle.ec-btn-info {
  background-color: #39b3d7;
  border-color: #269abc;
  color: #fff;
}

.ec-btn-info:active, .ec-btn-info.ec-active, .ec-open .ec-dropdown-toggle.ec-btn-info {
  background-image: none;
}

.ec-btn-info.ec-disabled, .ec-btn-info[disabled], fieldset[disabled] .ec-btn-info, .ec-btn-info.ec-disabled:hover,
.ec-btn-info[disabled]:hover, fieldset[disabled] .ec-btn-info:hover, .ec-btn-info.ec-disabled:focus,
.ec-btn-info[disabled]:focus, fieldset[disabled] .ec-btn-info:focus, .ec-btn-info.ec-disabled:active,
.ec-btn-info[disabled]:active, fieldset[disabled] .ec-btn-info:active, .ec-btn-info.ec-disabled.ec-active,
.ec-btn-info[disabled].ec-active, fieldset[disabled] .ec-btn-info.ec-active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.ec-btn-info .ec-badge {
  background-color: #fff;
  color: #5bc0de;
}

.ec-btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
  color: #fff;
}

.ec-btn-warning:hover, .ec-btn-warning:focus, .ec-btn-warning:active, .ec-btn-warning.ec-active, .ec-open .ec-dropdown-toggle.ec-btn-warning {
  background-color: #ed9c28;
  border-color: #d58512;
  color: #fff;
}

.ec-btn-warning:active, .ec-btn-warning.ec-active, .ec-open .ec-dropdown-toggle.ec-btn-warning {
  background-image: none;
}

.ec-btn-warning.ec-disabled, .ec-btn-warning[disabled], fieldset[disabled] .ec-btn-warning, .ec-btn-warning.ec-disabled:hover,
.ec-btn-warning[disabled]:hover, fieldset[disabled] .ec-btn-warning:hover, .ec-btn-warning.ec-disabled:focus,
.ec-btn-warning[disabled]:focus, fieldset[disabled] .ec-btn-warning:focus, .ec-btn-warning.ec-disabled:active,
.ec-btn-warning[disabled]:active, fieldset[disabled] .ec-btn-warning:active, .ec-btn-warning.ec-disabled.ec-active,
.ec-btn-warning[disabled].ec-active, fieldset[disabled] .ec-btn-warning.ec-active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.ec-btn-warning .ec-badge {
  background-color: #fff;
  color: #f0ad4e;
}

.ec-btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}

.ec-btn-danger:hover, .ec-btn-danger:focus, .ec-btn-danger:active, .ec-btn-danger.ec-active, .ec-open .ec-dropdown-toggle.ec-btn-danger {
  background-color: #d2322d;
  border-color: #ac2925;
  color: #fff;
}

.ec-btn-danger:active, .ec-btn-danger.ec-active, .ec-open .ec-dropdown-toggle.ec-btn-danger {
  background-image: none;
}

.ec-btn-danger.ec-disabled, .ec-btn-danger[disabled], fieldset[disabled] .ec-btn-danger, .ec-btn-danger.ec-disabled:hover,
.ec-btn-danger[disabled]:hover, fieldset[disabled] .ec-btn-danger:hover, .ec-btn-danger.ec-disabled:focus, .ec-btn-danger[disabled]:focus,
fieldset[disabled] .ec-btn-danger:focus, .ec-btn-danger.ec-disabled:active, .ec-btn-danger[disabled]:active,
fieldset[disabled] .ec-btn-danger:active, .ec-btn-danger.ec-disabled.ec-active, .ec-btn-danger[disabled].ec-active,
fieldset[disabled] .ec-btn-danger.ec-active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.ec-btn-danger .ec-badge {
  background-color: #fff;
  color: #d9534f;
}

.ec-btn-link {
  border-radius: 0;
  color: #0066A9;
  cursor: pointer;
  font-weight: 400;
}

.ec-btn-link, .ec-btn-link:active, .ec-btn-link[disabled], fieldset[disabled] .ec-btn-link {
  -webkit-box-shadow: none;
  background-color: transparent;
  box-shadow: none;
}

.ec-btn-link, .ec-btn-link:hover, .ec-btn-link:focus, .ec-btn-link:active {
  border-color: transparent;
}

.ec-btn-link:hover, .ec-btn-link:focus {
  background-color: transparent;
  color: #256986;
  text-decoration: underline;
}

.ec-btn-link[disabled]:hover, fieldset[disabled] .ec-btn-link:hover, .ec-btn-link[disabled]:focus, fieldset[disabled] .ec-btn-link:focus {
  color: #999;
  text-decoration: none;
}

.ec-btn-lg {
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.33;
  padding: 10px 16px;
}

.ec-btn-sm {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}

.ec-btn-xs {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
}

.ec-btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.ec-btn-block + .ec-btn-block {
  margin-top: 5px;
}

input[type=submit].ec-btn-block, input[type=reset].ec-btn-block, input[type=button].ec-btn-block {
  width: 100%;
}

.ec-collapse {
  display: none;
}

.ec-collapse.show {
  display: block;
}

.ec-collapsing {
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
}

.ec-btn-group, .ec-btn-group-vertical {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.ec-btn-group > .ec-btn, .ec-btn-group-vertical > .ec-btn {
  float: left;
  position: relative;
}

.ec-btn-group > .ec-btn:hover, .ec-btn-group-vertical > .ec-btn:hover, .ec-btn-group > .ec-btn:focus,
.ec-btn-group-vertical > .ec-btn:focus, .ec-btn-group > .ec-btn:active, .ec-btn-group-vertical > .ec-btn:active,
.ec-btn-group > .ec-btn.ec-active, .ec-btn-group-vertical > .ec-btn.ec-active {
  z-index: 2;
}

.ec-btn-group > .ec-btn:focus, .ec-btn-group-vertical > .ec-btn:focus {
  outline: none;
}

.ec-btn-group .ec-btn + .ec-btn, .ec-btn-group .ec-btn + .ec-btn-group, .ec-btn-group .ec-btn-group + .ec-btn,
.ec-btn-group .ec-btn-group + .ec-btn-group {
  margin-left: -1px;
}

.ec-btn-toolbar {
  margin-left: -5px;
}

.ec-btn-toolbar .ec-btn-group, .ec-btn-toolbar .ec-input-group {
  float: left;
}

.ec-btn-toolbar > .ec-btn, .ec-btn-toolbar > .ec-btn-group, .ec-btn-toolbar > .ec-input-group {
  margin-left: 5px;
}

.ec-btn-group > .ec-btn:not(:first-child):not(:last-child):not(.ec-dropdown-toggle) {
  border-radius: 0;
}

.ec-btn-group > .ec-btn:first-child {
  margin-left: 0;
}

.ec-btn-group > .ec-btn:first-child:not(:last-child):not(.ec-dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.ec-btn-group > .ec-btn:last-child:not(:first-child), .ec-btn-group > .ec-dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.ec-btn-group > .ec-btn-group {
  float: left;
}

.ec-btn-group > .ec-btn-group:not(:first-child):not(:last-child) > .ec-btn {
  border-radius: 0;
}

.ec-btn-group > .ec-btn-group:first-child > .ec-btn:last-child, .ec-btn-group > .ec-btn-group:first-child > .ec-dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.ec-btn-group > .ec-btn-group:last-child > .ec-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.ec-btn-group .ec-dropdown-toggle:active, .ec-btn-group.ec-open .ec-dropdown-toggle {
  outline: 0;
}

.ec-btn-group-xs > .ec-btn {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
}

.ec-btn-group-sm > .ec-btn {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}

.ec-btn-group-lg > .ec-btn {
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.33;
  padding: 10px 16px;
}

.ec-btn-group > .ec-btn + .ec-dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.ec-btn-group > .ec-btn-lg + .ec-dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.ec-btn-group.ec-open .ec-dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ec-btn-group.ec-open .ec-dropdown-toggle.ec-btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ec-btn .ec-caret {
  margin-left: 0;
}

.ec-btn-lg .ec-caret {
  border-bottom-width: 0;
  border-width: 5px 5px 0;
}

.ec-dropup .ec-btn-lg .ec-caret {
  border-width: 0 5px 5px;
}

.ec-btn-group-vertical > .ec-btn, .ec-btn-group-vertical > .ec-btn-group, .ec-btn-group-vertical > .ec-btn-group > .ec-btn {
  display: block;
  float: none;
  max-width: 100%;
  width: 100%;
}

.ec-btn-group-vertical > .ec-btn-group > .ec-btn {
  float: none;
}

.ec-btn-group-vertical > .ec-btn + .ec-btn, .ec-btn-group-vertical > .ec-btn + .ec-btn-group, .ec-btn-group-vertical > .ec-btn-group + .ec-btn,
.ec-btn-group-vertical > .ec-btn-group + .ec-btn-group {
  margin-left: 0;
  margin-top: -1px;
}

.ec-btn-group-vertical > .ec-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.ec-btn-group-vertical > .ec-btn:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 4px;
}

.ec-btn-group-vertical > .ec-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ec-btn-group-vertical > .ec-btn-group:not(:first-child):not(:last-child) > .ec-btn {
  border-radius: 0;
}

.ec-btn-group-vertical > .ec-btn-group:first-child:not(:last-child) > .ec-btn:last-child, .ec-btn-group-vertical > .ec-btn-group:first-child:not(:last-child) > .ec-dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ec-btn-group-vertical > .ec-btn-group:last-child:not(:first-child) > .ec-btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ec-btn-group-justified {
  border-collapse: separate;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.ec-btn-group-justified > .ec-btn, .ec-btn-group-justified > .ec-btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.ec-btn-group-justified > .ec-btn-group .ec-btn {
  width: 100%;
}

[data-toggle=buttons] > .ec-btn > input[type=radio], [data-toggle=buttons] > .ec-btn > input[type=checkbox] {
  display: none;
}

.ec-input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}

.ec-input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.ec-input-group .ec-form-control {
  float: left;
  margin-bottom: 0;
  width: 100%;
}

.ec-input-group-lg > .ec-form-control, .ec-input-group-lg > .ec-input-group-addon, .ec-input-group-lg > .ec-input-group-btn > .ec-btn {
  border-radius: 6px;
  font-size: 14px;
  height: 41px;
  line-height: 1.33;
  padding: 10px 16px;
}

select.ec-input-group-lg > .ec-form-control, select.ec-input-group-lg > .ec-input-group-addon, select.ec-input-group-lg > .ec-input-group-btn > .ec-btn {
  height: 41px;
  line-height: 41px;
}

textarea.ec-input-group-lg > .ec-form-control, textarea.ec-input-group-lg > .ec-input-group-addon,
textarea.ec-input-group-lg > .ec-input-group-btn > .ec-btn, select[multiple].ec-input-group-lg > .ec-form-control,
select[multiple].ec-input-group-lg > .ec-input-group-addon, select[multiple].ec-input-group-lg > .ec-input-group-btn > .ec-btn {
  height: auto;
}

.ec-input-group-sm > .ec-form-control, .ec-input-group-sm > .ec-input-group-addon, .ec-input-group-sm > .ec-input-group-btn > .ec-btn {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 10px;
}

select.ec-input-group-sm > .ec-form-control, select.ec-input-group-sm > .ec-input-group-addon, select.ec-input-group-sm > .ec-input-group-btn > .ec-btn {
  height: 30px;
  line-height: 30px;
}

textarea.ec-input-group-sm > .ec-form-control, textarea.ec-input-group-sm > .ec-input-group-addon,
textarea.ec-input-group-sm > .ec-input-group-btn > .ec-btn, select[multiple].ec-input-group-sm > .ec-form-control,
select[multiple].ec-input-group-sm > .ec-input-group-addon, select[multiple].ec-input-group-sm > .ec-input-group-btn > .ec-btn {
  height: auto;
}

.ec-input-group-addon, .ec-input-group-btn, .ec-input-group .ec-form-control {
  display: table-cell;
}

.ec-input-group-addon:not(:first-child):not(:last-child), .ec-input-group-btn:not(:first-child):not(:last-child),
.ec-input-group .ec-form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.ec-input-group-addon, .ec-input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}

.ec-input-group-addon {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}

.ec-input-group-addon.ec-input-sm {
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 10px;
}

.ec-input-group-addon.ec-input-lg {
  border-radius: 6px;
  font-size: 14px;
  padding: 10px 16px;
}

.ec-input-group-addon input[type=radio], .ec-input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.ec-input-group .ec-form-control:first-child, .ec-input-group-addon:first-child, .ec-input-group-btn:first-child > .ec-btn,
.ec-input-group-btn:first-child > .ec-btn-group > .ec-btn, .ec-input-group-btn:first-child > .ec-dropdown-toggle,
.ec-input-group-btn:last-child > .ec-btn:not(:last-child):not(.ec-dropdown-toggle),
.ec-input-group-btn:last-child > .ec-btn-group:not(:last-child) > .ec-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.ec-input-group-addon:first-child {
  border-right: 0;
}

.ec-input-group .ec-form-control:last-child, .ec-input-group-addon:last-child, .ec-input-group-btn:last-child > .ec-btn,
.ec-input-group-btn:last-child > .ec-btn-group > .ec-btn, .ec-input-group-btn:last-child > .ec-dropdown-toggle,
.ec-input-group-btn:first-child > .ec-btn:not(:first-child), .ec-input-group-btn:first-child > .ec-btn-group:not(:first-child) > .ec-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.ec-input-group-addon:last-child {
  border-left: 0;
}

.ec-input-group-btn {
  position: relative;
  white-space: nowrap;
}

.ec-input-group-btn > .ec-btn {
  position: relative;
}

.ec-input-group-btn > .ec-btn + .ec-btn {
  margin-left: -1px;
}

.ec-input-group-btn > .ec-btn:hover, .ec-input-group-btn > .ec-btn:focus, .ec-input-group-btn > .ec-btn:active {
  z-index: 2;
}

.ec-input-group-btn:first-child > .ec-btn, .ec-input-group-btn:first-child > .ec-btn-group {
  margin-right: -1px;
}

.ec-input-group-btn:last-child > .ec-btn, .ec-input-group-btn:last-child > .ec-btn-group {
  margin-left: -1px;
}

.ec-nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.ec-nav > li {
  display: block;
  position: relative;
}

.ec-nav > li > a {
  display: block;
  padding: 10px 15px;
  position: relative;
}

.ec-nav > li > a:hover, .ec-nav > li > a:focus {
  background-color: #eee;
  text-decoration: none;
}

.ec-nav > li.ec-disabled > a {
  color: #999;
}

.ec-nav > li.ec-disabled > a:hover, .ec-nav > li.ec-disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: not-allowed;
  text-decoration: none;
}

.ec-nav .ec-open > a, .ec-nav .ec-open > a:hover, .ec-nav .ec-open > a:focus {
  background-color: #eee;
  border-color: #0066A9;
}

.ec-nav .ec-nav-divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
}

.ec-nav > li > a > img {
  max-width: none;
}

.ec-nav-tabs {
  border-bottom: 1px solid #ddd;
}

.ec-nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.ec-nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  line-height: 1.5;
  margin-right: 2px;
}

.ec-nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.ec-nav-tabs > li.ec-active > a, .ec-nav-tabs > li.ec-active > a:hover, .ec-nav-tabs > li.ec-active > a:focus {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  color: #555;
  cursor: default;
}

.ec-nav-tabs.ec-nav-justified {
  border-bottom: 0;
  width: 100%;
}

.ec-nav-tabs.ec-nav-justified > li {
  float: none;
}

.ec-nav-tabs.ec-nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.ec-nav-tabs.ec-nav-justified > .ec-dropdown .ec-dropdown-menu {
  left: auto;
  top: auto;
}

@media (min-width: 834px) {
  .ec-nav-tabs.ec-nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .ec-nav-tabs.ec-nav-justified > li > a {
    margin-bottom: 0;
  }
}
.ec-nav-tabs.ec-nav-justified > li > a {
  border-radius: 4px;
  margin-right: 0;
}

.ec-nav-tabs.ec-nav-justified > .ec-active > a, .ec-nav-tabs.ec-nav-justified > .ec-active > a:hover,
.ec-nav-tabs.ec-nav-justified > .ec-active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 834px) {
  .ec-nav-tabs.ec-nav-justified > li > a {
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ddd;
  }
  .ec-nav-tabs.ec-nav-justified > .ec-active > a, .ec-nav-tabs.ec-nav-justified > .ec-active > a:hover,
  .ec-nav-tabs.ec-nav-justified > .ec-active > a:focus {
    border-bottom-color: #f1f1f1;
  }
}
.ec-nav-pills > li {
  float: left;
}

.ec-nav-pills > li > a {
  border-radius: 4px;
}

.ec-nav-pills > li + li {
  margin-left: 2px;
}

.ec-nav-pills > li.ec-active > a, .ec-nav-pills > li.ec-active > a:hover, .ec-nav-pills > li.ec-active > a:focus {
  background-color: #0066A9;
  color: #fff;
}

.ec-nav-stacked > li {
  float: none;
}

.ec-nav-stacked > li + li {
  margin-left: 0;
  margin-top: 2px;
}

.ec-nav-justified {
  width: 100%;
}

.ec-nav-justified > li {
  float: none;
}

.ec-nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.ec-nav-justified > .ec-dropdown .ec-dropdown-menu {
  left: auto;
  top: auto;
}

@media (min-width: 834px) {
  .ec-nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .ec-nav-justified > li > a {
    margin-bottom: 0;
  }
}
.ec-nav-tabs-justified {
  border-bottom: 0;
}

.ec-nav-tabs-justified > li > a {
  border-radius: 4px;
  margin-right: 0;
}

.ec-nav-tabs-justified > .ec-active > a, .ec-nav-tabs-justified > .ec-active > a:hover, .ec-nav-tabs-justified > .ec-active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 834px) {
  .ec-nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .ec-nav-tabs-justified > .ec-active > a, .ec-nav-tabs-justified > .ec-active > a:hover, .ec-nav-tabs-justified > .ec-active > a:focus {
    border-bottom-color: #f1f1f1;
  }
}
.ec-tab-content > .ec-tab-pane {
  display: none;
}

.ec-tab-content > .ec-active {
  display: block;
}

.ec-nav-tabs .ec-dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.ec-navbar {
  border: 1px solid transparent;
  margin-bottom: 0;
  min-height: 50px;
  position: relative;
}

@media (min-width: 834px) {
  .ec-navbar {
    border-radius: 4px;
  }
  .ec-navbar-header {
    float: left;
  }
}
.ec-navbar-collapse {
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  max-height: 340px;
  overflow-x: visible;
  padding-left: 15px;
  padding-right: 15px;
}

.ec-navbar-collapse.ec-in {
  max-height: initial;
  overflow-y: auto;
}

@media (min-width: 834px) {
  .ec-navbar-collapse {
    border-top: 0;
    box-shadow: none;
    width: auto;
  }
  .ec-navbar-collapse.ec-collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
  }
  .ec-navbar-collapse.ec-in {
    overflow-y: visible;
  }
  .ec-navbar-fixed-top .ec-navbar-collapse, .ec-navbar-static-top .ec-navbar-collapse, .ec-navbar-fixed-bottom .ec-navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.ec-container > .ec-navbar-header, .ec-container-fluid > .ec-navbar-header, .ec-container > .ec-navbar-collapse,
.ec-container-fluid > .ec-navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 834px) {
  .ec-container > .ec-navbar-header, .ec-container-fluid > .ec-navbar-header, .ec-container > .ec-navbar-collapse,
  .ec-container-fluid > .ec-navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.ec-navbar-static-top {
  border-width: 0 0 1px;
  z-index: 1000;
}

.ec-navbar-fixed-top, .ec-navbar-fixed-bottom {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}

@media (min-width: 834px) {
  .ec-navbar-static-top {
    border-radius: 0;
  }
  .ec-navbar-fixed-top, .ec-navbar-fixed-bottom {
    border-radius: 0;
  }
}
.ec-navbar-fixed-top {
  border-width: 0 0 1px;
  top: 0;
}

.ec-navbar-fixed-bottom {
  border-width: 1px 0 0;
  bottom: 0;
  margin-bottom: 0;
}

.ec-navbar-brand {
  float: left;
  font-size: 14px;
  height: 19px;
  line-height: 19px;
  padding: 15.5px 15px;
}

.ec-navbar-brand:hover, .ec-navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 834px) {
  .ec-navbar > .ec-container .ec-navbar-brand, .ec-navbar > .ec-container-fluid .ec-navbar-brand {
    margin-left: -15px;
  }
}
.ec-navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 8px;
  padding: 9px 10px;
  position: relative;
}

.ec-navbar-toggle:focus {
  outline: none;
}

.ec-navbar-toggle .ec-icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
}

.ec-navbar-toggle .ec-icon-bar + .ec-icon-bar {
  margin-top: 4px;
}

@media (min-width: 834px) {
  .ec-navbar-toggle {
    display: none;
  }
}
.ec-navbar-nav {
  margin: 7.75px -15px;
}

.ec-navbar-nav > li > a {
  line-height: 19px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.ec-navbar-nav > li > a:hover {
  text-shadow: 1px 0 0 #0066a9;
  font-weight: 400 !important;
}

.ec-navbar-nav > li > a.ec-orange-color:hover {
  text-shadow: 1px 0 0 #ce3b17;
}

.ec-navbar-nav > li > a.ec-green-color:hover {
  text-shadow: 1px 0 0 #418321;
}

.ec-navbar-nav > li > a.ec-blue-color:hover {
  text-shadow: 1px 0 0 #008080;
}

@media (max-width: 768px) {
  .ec-navbar-nav .ec-open .ec-dropdown-menu {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
  }
  .ec-navbar-nav .ec-open .ec-dropdown-menu > li > a, .ec-navbar-nav .ec-open .ec-dropdown-menu .ec-dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .ec-navbar-nav .ec-open .ec-dropdown-menu > li > a {
    line-height: 19px;
  }
  .ec-navbar-nav .ec-open .ec-dropdown-menu > li > a:hover, .ec-navbar-nav .ec-open .ec-dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 834px) {
  .ec-navbar-nav {
    float: left;
    margin: 0;
  }
  .ec-navbar-nav > li {
    float: left;
  }
  .ec-navbar-nav > li > a {
    padding-bottom: 15.5px;
    padding-top: 15.5px;
  }
  .ec-navbar-nav.ec-navbar-right:last-child {
    margin-right: -15px;
  }
  .ec-navbar-left {
    float: left !important;
  }
  .ec-navbar-right {
    float: right !important;
  }
}
.ec-navbar-form {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 8.5px -15px;
  padding: 10px 15px;
}

@media (min-width: 834px) {
  .ec-navbar-form .ec-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ec-navbar-form .ec-form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .ec-navbar-form .ec-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ec-navbar-form .ec-radio, .ec-navbar-form .ec-checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .ec-navbar-form .ec-radio input[type=radio], .ec-navbar-form .ec-checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .ec-navbar-form .ec-has-feedback .ec-form-control-feedback {
    top: 0;
  }
  .ec-navbar-form {
    -webkit-box-shadow: none;
    border: 0;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
  }
  .ec-navbar-form.ec-navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (max-width: 768px) {
  .ec-navbar-form .ec-form-group {
    margin-bottom: 5px;
  }
}
.ec-navbar-nav > li > .ec-dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.ec-navbar-fixed-bottom .ec-navbar-nav > li > .ec-dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ec-navbar-btn {
  margin-bottom: 8.5px;
  margin-top: 8.5px;
}

.ec-navbar-btn.ec-btn-sm {
  margin-bottom: 10px;
  margin-top: 10px;
}

.ec-navbar-btn.ec-btn-xs {
  margin-bottom: 14px;
  margin-top: 14px;
}

.ec-navbar-text {
  margin-bottom: 15.5px;
  margin-top: 15.5px;
}

@media (min-width: 834px) {
  .ec-navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .ec-navbar-text.ec-navbar-right:last-child {
    margin-right: 0;
  }
}
.ec-navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.ec-navbar-default .ec-navbar-brand {
  color: #777;
}

.ec-navbar-default .ec-navbar-brand:hover, .ec-navbar-default .ec-navbar-brand:focus {
  background-color: transparent;
  color: #5e5e5e;
}

.ec-navbar-default .ec-navbar-text {
  color: #777;
}

.ec-navbar-default .ec-navbar-nav > li > a {
  color: #777;
}

.ec-navbar-default .ec-navbar-nav > li > a:hover, .ec-navbar-default .ec-navbar-nav > li > a:focus {
  background-color: transparent;
  color: #333;
}

.ec-navbar-default .ec-navbar-nav > .ec-active > a, .ec-navbar-default .ec-navbar-nav > .ec-active > a:hover,
.ec-navbar-default .ec-navbar-nav > .ec-active > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

.ec-navbar-default .ec-navbar-nav > .ec-disabled > a, .ec-navbar-default .ec-navbar-nav > .ec-disabled > a:hover,
.ec-navbar-default .ec-navbar-nav > .ec-disabled > a:focus {
  background-color: transparent;
  color: #ccc;
}

.ec-navbar-default .ec-navbar-toggle {
  border-color: #ddd;
}

.ec-navbar-default .ec-navbar-toggle:hover, .ec-navbar-default .ec-navbar-toggle:focus {
  background-color: #ddd;
}

.ec-navbar-default .ec-navbar-toggle .ec-icon-bar {
  background-color: #888;
}

.ec-navbar-default .ec-navbar-collapse, .ec-navbar-default .ec-navbar-form {
  border-color: #e7e7e7;
}

.ec-navbar-default .ec-navbar-nav > .ec-open > a, .ec-navbar-default .ec-navbar-nav > .ec-open > a:hover,
.ec-navbar-default .ec-navbar-nav > .ec-open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 768px) {
  .ec-navbar-default .ec-navbar-nav .ec-open .ec-dropdown-menu > li > a {
    color: #777;
  }
  .ec-navbar-default .ec-navbar-nav .ec-open .ec-dropdown-menu > li > a:hover,
  .ec-navbar-default .ec-navbar-nav .ec-open .ec-dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #333;
  }
  .ec-navbar-default .ec-navbar-nav .ec-open .ec-dropdown-menu > .ec-active > a,
  .ec-navbar-default .ec-navbar-nav .ec-open .ec-dropdown-menu > .ec-active > a:hover,
  .ec-navbar-default .ec-navbar-nav .ec-open .ec-dropdown-menu > .ec-active > a:focus {
    background-color: #e7e7e7;
    color: #555;
  }
  .ec-navbar-default .ec-navbar-nav .ec-open .ec-dropdown-menu > .ec-disabled > a,
  .ec-navbar-default .ec-navbar-nav .ec-open .ec-dropdown-menu > .ec-disabled > a:hover,
  .ec-navbar-default .ec-navbar-nav .ec-open .ec-dropdown-menu > .ec-disabled > a:focus {
    background-color: transparent;
    color: #ccc;
  }
}
.ec-navbar-default .ec-navbar-link {
  color: #777;
}

.ec-navbar-default .ec-navbar-link:hover {
  color: #333;
}

.ec-navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.ec-navbar-inverse .ec-navbar-brand {
  color: #999;
}

.ec-navbar-inverse .ec-navbar-brand:hover, .ec-navbar-inverse .ec-navbar-brand:focus {
  background-color: transparent;
  color: #fff;
}

.ec-navbar-inverse .ec-navbar-text {
  color: #999;
}

.ec-navbar-inverse .ec-navbar-nav > li > a {
  color: #999;
}

.ec-navbar-inverse .ec-navbar-nav > li > a:hover, .ec-navbar-inverse .ec-navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff;
}

.ec-navbar-inverse .ec-navbar-nav > .ec-active > a, .ec-navbar-inverse .ec-navbar-nav > .ec-active > a:hover,
.ec-navbar-inverse .ec-navbar-nav > .ec-active > a:focus {
  background-color: #080808;
  color: #fff;
}

.ec-navbar-inverse .ec-navbar-nav > .ec-disabled > a, .ec-navbar-inverse .ec-navbar-nav > .ec-disabled > a:hover,
.ec-navbar-inverse .ec-navbar-nav > .ec-disabled > a:focus {
  background-color: transparent;
  color: #444;
}

.ec-navbar-inverse .ec-navbar-toggle {
  border-color: #333;
}

.ec-navbar-inverse .ec-navbar-toggle:hover, .ec-navbar-inverse .ec-navbar-toggle:focus {
  background-color: #333;
}

.ec-navbar-inverse .ec-navbar-toggle .ec-icon-bar {
  background-color: #fff;
}

.ec-navbar-inverse .ec-navbar-collapse, .ec-navbar-inverse .ec-navbar-form {
  border-color: #101010;
}

.ec-navbar-inverse .ec-navbar-nav > .ec-open > a, .ec-navbar-inverse .ec-navbar-nav > .ec-open > a:hover,
.ec-navbar-inverse .ec-navbar-nav > .ec-open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 768px) {
  .ec-navbar-inverse .ec-navbar-nav .ec-open .ec-dropdown-menu > .ec-dropdown-header {
    border-color: #080808;
  }
  .ec-navbar-inverse .ec-navbar-nav .ec-open .ec-dropdown-menu .ec-divider {
    background-color: #080808;
  }
  .ec-navbar-inverse .ec-navbar-nav .ec-open .ec-dropdown-menu > li > a {
    color: #999;
  }
  .ec-navbar-inverse .ec-navbar-nav .ec-open .ec-dropdown-menu > li > a:hover,
  .ec-navbar-inverse .ec-navbar-nav .ec-open .ec-dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #fff;
  }
  .ec-navbar-inverse .ec-navbar-nav .ec-open .ec-dropdown-menu > .ec-active > a,
  .ec-navbar-inverse .ec-navbar-nav .ec-open .ec-dropdown-menu > .ec-active > a:hover,
  .ec-navbar-inverse .ec-navbar-nav .ec-open .ec-dropdown-menu > .ec-active > a:focus {
    background-color: #080808;
    color: #fff;
  }
  .ec-navbar-inverse .ec-navbar-nav .ec-open .ec-dropdown-menu > .ec-disabled > a,
  .ec-navbar-inverse .ec-navbar-nav .ec-open .ec-dropdown-menu > .ec-disabled > a:hover,
  .ec-navbar-inverse .ec-navbar-nav .ec-open .ec-dropdown-menu > .ec-disabled > a:focus {
    background-color: transparent;
    color: #444;
  }
}
.ec-navbar-inverse .ec-navbar-link {
  color: #999;
}

.ec-navbar-inverse .ec-navbar-link:hover {
  color: #fff;
}

.ec-pagination {
  border-radius: 4px;
  display: inline-block;
  margin: 19px 0;
  padding-left: 0;
}

.ec-pagination > li {
  display: inline;
}

.ec-pagination > li > a, .ec-pagination > li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0066A9;
  float: left;
  line-height: 1.5;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}

.ec-pagination > li:first-child > a, .ec-pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}

.ec-pagination > li:last-child > a, .ec-pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ec-pagination > li > a:hover, .ec-pagination > li > span:hover, .ec-pagination > li > a:focus, .ec-pagination > li > span:focus {
  background-color: #eee;
  border-color: #ddd;
  color: #256986;
}

.ec-pagination > .ec-active > a, .ec-pagination > .ec-active > span, .ec-pagination > .ec-active > a:hover, .ec-pagination > .ec-active > span:hover, .ec-pagination > .ec-active > a:focus, .ec-pagination > .ec-active > span:focus {
  background-color: #0066A9;
  border-color: #0066A9;
  color: #fff;
  cursor: default;
  z-index: 2;
}

.ec-pagination > .ec-disabled > span, .ec-pagination > .ec-disabled > span:hover, .ec-pagination > .ec-disabled > span:focus, .ec-pagination > .ec-disabled > a, .ec-pagination > .ec-disabled > a:hover, .ec-pagination > .ec-disabled > a:focus {
  background-color: #fff;
  border-color: #ddd;
  color: #999;
  cursor: not-allowed;
}

.ec-pagination-lg > li > a, .ec-pagination-lg > li > span {
  font-size: 14px;
  padding: 10px 16px;
}

.ec-pagination-lg > li:first-child > a, .ec-pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.ec-pagination-lg > li:last-child > a, .ec-pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.ec-pagination-sm > li > a, .ec-pagination-sm > li > span {
  font-size: 12px;
  padding: 5px 10px;
}

.ec-pagination-sm > li:first-child > a, .ec-pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.ec-pagination-sm > li:last-child > a, .ec-pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.ec-pager {
  list-style: none;
  margin: 19px 0;
  padding-left: 0;
  text-align: center;
}

.ec-pager li {
  display: inline;
}

.ec-pager li > a, .ec-pager li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 14px;
}

.ec-pager li > a:hover, .ec-pager li > a:focus {
  background-color: #eee;
  text-decoration: none;
}

.ec-pager .ec-next > a, .ec-pager .ec-next > span {
  float: right;
}

.ec-pager .ec-previous > a, .ec-pager .ec-previous > span {
  float: left;
}

.ec-pager .ec-disabled > a, .ec-pager .ec-disabled > a:hover, .ec-pager .ec-disabled > a:focus, .ec-pager .ec-disabled > span {
  background-color: #fff;
  color: #999;
  cursor: not-allowed;
}

.ec-label {
  border-radius: 0.25em;
  color: #fff;
  display: inline;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 0.2em 0.6em 0.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.ec-label[href]:hover, .ec-label[href]:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.ec-label:empty {
  display: none;
}

.ec-btn .ec-label {
  position: relative;
  top: -1px;
}

.ec-label-default {
  background-color: #999;
}

.ec-label-default[href]:hover, .ec-label-default [href]:focus {
  background-color: gray;
}

.ec-label-primary {
  background-color: #0066A9;
}

.ec-label-primary[href]:hover, .ec-label-primary[href]:focus {
  background-color: #2b799a;
}

.ec-label-success {
  background-color: #5cb85c;
}

.ec-label-success[href]:hover, .ec-label-success[href]:focus {
  background-color: #449d44;
}

.ec-label-info {
  background-color: #5bc0de;
}

.ec-label-info[href]:hover, .ec-label-info[href]:focus {
  background-color: #31b0d5;
}

.ec-label-warning {
  background-color: #f0ad4e;
}

.ec-label-warning[href]:hover, .ec-label-warning[href]:focus {
  background-color: #ec971f;
}

.ec-label-danger {
  background-color: #d9534f;
}

.ec-label-danger[href]:hover, .ec-label-danger[href]:focus {
  background-color: #c9302c;
}

.ec-thumbnail {
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 1.5;
  margin-bottom: 19px;
  padding: 4px;
  transition: all 0.2s ease-in-out;
}

.ec-thumbnail > img, .ec-thumbnail a > img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

a.ec-thumbnail:hover, a.ec-thumbnail:focus, a.ec-thumbnail.ec-active {
  border-color: #0066A9;
}

.ec-thumbnail .ec-caption {
  color: #555;
  padding: 9px;
}

.ec-media, .ec-media-body {
  overflow: hidden;
  zoom: 1;
}

.ec-media, .ec-media .ec-media {
  margin-top: 15px;
}

.ec-media:first-child {
  margin-top: 0;
}

.ec-media-object {
  display: block;
}

.ec-media-heading {
  margin: 0 0 5px;
}

.ec-media > .ec-pull-left {
  margin-right: 10px;
}

.ec-media > .ec-pull-right {
  margin-left: 10px;
}

.ec-media-list {
  list-style: none;
  padding-left: 0;
}

.ec-list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.ec-list-group-item {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
}

.ec-list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ec-list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 0;
}

.ec-list-group-item > .ec-badge {
  float: right;
}

.ec-list-group-item > .ec-badge + .ec-badge {
  margin-right: 5px;
}

a.ec-list-group-item {
  color: #555;
}

a.ec-list-group-item .ec-list-group-item-heading {
  color: #333;
}

a.ec-list-group-item:hover, a.ec-list-group-item:focus {
  background-color: #f5f5f5;
  text-decoration: none;
}

a.ec-list-group-item.ec-active, a.ec-list-group-item.ec-active:hover, a.ec-list-group-item.ec-active:focus {
  background-color: #0066A9;
  border-color: #0066A9;
  color: #fff;
  z-index: 2;
}

a.ec-list-group-item.ec-active .ec-list-group-item-heading, a.ec-list-group-item.ec-active:hover .ec-list-group-item-heading,
a.ec-list-group-item.ec-active:focus .ec-list-group-item-heading {
  color: inherit;
}

a.ec-list-group-item.ec-active .ec-list-group-item-text, a.ec-list-group-item.ec-active:hover .ec-list-group-item-text,
a.ec-list-group-item.ec-active:focus .ec-list-group-item-text {
  color: #d2e9f2;
}

.ec-list-group-item-success {
  background-color: #dff0d8;
  color: #3c763d;
}

a.ec-list-group-item-success {
  color: #3c763d;
}

a.ec-list-group-item-success .ec-list-group-item-heading {
  color: inherit;
}

a.ec-list-group-item-success:hover, a.ec-list-group-item-success:focus {
  background-color: #d0e9c6;
  color: #3c763d;
}

a.ec-list-group-item-success.ec-active, a.ec-list-group-item-success.ec-active:hover, a.ec-list-group-item-success.ec-active:focus {
  background-color: #3c763d;
  border-color: #3c763d;
  color: #fff;
}

.ec-list-group-item-info {
  background-color: #d9edf7;
  color: #31708f;
}

a.ec-list-group-item-info {
  color: #31708f;
}

a.ec-list-group-item-info .ec-list-group-item-heading {
  color: inherit;
}

a.ec-list-group-item-info:hover, a.ec-list-group-item-info:focus {
  background-color: #c4e3f3;
  color: #31708f;
}

a.ec-list-group-item-info.ec-active, a.ec-list-group-item-info.ec-active:hover, a.ec-list-group-item-info.ec-active:focus {
  background-color: #31708f;
  border-color: #31708f;
  color: #fff;
}

.ec-list-group-item-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

a.ec-list-group-item-warning {
  color: #8a6d3b;
}

a.ec-list-group-item-warning .ec-list-group-item-heading {
  color: inherit;
}

a.ec-list-group-item-warning:hover, a.ec-list-group-item-warning:focus {
  background-color: #faf2cc;
  color: #8a6d3b;
}

a.ec-list-group-item-warning.ec-active, a.ec-list-group-item-warning.ec-active:hover, a.ec-list-group-item-warning.ec-active:focus {
  background-color: #8a6d3b;
  border-color: #8a6d3b;
  color: #fff;
}

.ec-list-group-item-danger {
  background-color: #f2dede;
  color: #a94442;
}

a.ec-list-group-item-danger {
  color: #a94442;
}

a.ec-list-group-item-danger .ec-list-group-item-heading {
  color: inherit;
}

a.ec-list-group-item-danger:hover, a.ec-list-group-item-danger:focus {
  background-color: #ebcccc;
  color: #a94442;
}

a.ec-list-group-item-danger.ec-active, a.ec-list-group-item-danger.ec-active:hover, a.ec-list-group-item-danger.ec-active:focus {
  background-color: #a94442;
  border-color: #a94442;
  color: #fff;
}

.ec-list-group-item-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.ec-list-group-item-text {
  line-height: 1.3;
  margin-bottom: 0;
}

/*.ec-panel {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 19px
}*/
.ec-panel-body {
  padding: 15px;
}

.ec-panel > .ec-list-group {
  margin-bottom: 0;
}

.ec-panel > .ec-list-group .ec-list-group-item {
  border-radius: 0;
  border-width: 1px 0;
}

.ec-panel > .ec-list-group .ec-list-group-item:first-child {
  border-top: 0;
}

.ec-panel > .ec-list-group .ec-list-group-item:last-child {
  border-bottom: 0;
}

.ec-panel > .ec-list-group:first-child .ec-list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ec-panel > .ec-list-group:last-child .ec-list-group-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ec-panel-heading + .ec-list-group .ec-list-group-item:first-child {
  border-top-width: 0;
}

.ec-panel > .ec-table, .ec-panel > .ec-table-responsive > .ec-table {
  margin-bottom: 0;
}

.ec-panel > .ec-table:first-child > thead:first-child > tr:first-child td:first-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > thead:first-child > tr:first-child td:first-child,
.ec-panel > .ec-table:first-child > tbody:first-child > tr:first-child td:first-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > tbody:first-child > tr:first-child td:first-child,
.ec-panel > .ec-table:first-child > thead:first-child > tr:first-child th:first-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > thead:first-child > tr:first-child th:first-child,
.ec-panel > .ec-table:first-child > tbody:first-child > tr:first-child th:first-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.ec-panel > .ec-table:first-child > thead:first-child > tr:first-child td:last-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > thead:first-child > tr:first-child td:last-child,
.ec-panel > .ec-table:first-child > tbody:first-child > tr:first-child td:last-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > tbody:first-child > tr:first-child td:last-child,
.ec-panel > .ec-table:first-child > thead:first-child > tr:first-child th:last-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > thead:first-child > tr:first-child th:last-child,
.ec-panel > .ec-table:first-child > tbody:first-child > tr:first-child th:last-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.ec-panel > .ec-table:last-child > tbody:last-child > tr:last-child td:first-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > tbody:last-child > tr:last-child td:first-child,
.ec-panel > .ec-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.ec-panel > .ec-table:last-child > tbody:last-child > tr:last-child th:first-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > tbody:last-child > tr:last-child th:first-child,
.ec-panel > .ec-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.ec-panel > .ec-table:last-child > tbody:last-child > tr:last-child td:last-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > tbody:last-child > tr:last-child td:last-child,
.ec-panel > .ec-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.ec-panel > .ec-table:last-child > tbody:last-child > tr:last-child th:last-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > tbody:last-child > tr:last-child th:last-child,
.ec-panel > .ec-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.ec-panel > .ec-panel-body + .ec-table, .ec-panel > .ec-panel-body + .ec-table-responsive {
  border-top: 1px solid #ddd;
}

.ec-panel > .ec-table > tbody:first-child > tr:first-child th, .ec-panel > .ec-table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.ec-panel > .ec-table-bordered, .ec-panel > .ec-table-responsive > .ec-table-bordered {
  border: 0;
}

.ec-panel > .ec-table-bordered > thead > tr > th:first-child, .ec-panel > .ec-table-responsive > .ec-table-bordered > thead > tr > th:first-child,
.ec-panel > .ec-table-bordered > tbody > tr > th:first-child, .ec-panel > .ec-table-responsive > .ec-table-bordered > tbody > tr > th:first-child,
.ec-panel > .ec-table-bordered > tfoot > tr > th:first-child, .ec-panel > .ec-table-responsive > .ec-table-bordered > tfoot > tr > th:first-child,
.ec-panel > .ec-table-bordered > thead > tr > td:first-child, .ec-panel > .ec-table-responsive > .ec-table-bordered > thead > tr > td:first-child,
.ec-panel > .ec-table-bordered > tbody > tr > td:first-child, .ec-panel > .ec-table-responsive > .ec-table-bordered > tbody > tr > td:first-child,
.ec-panel > .ec-table-bordered > tfoot > tr > td:first-child, .ec-panel > .ec-table-responsive > .ec-table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.ec-panel > .ec-table-bordered > thead > tr > th:last-child, .ec-panel > .ec-table-responsive > .ec-table-bordered > thead > tr > th:last-child,
.ec-panel > .ec-table-bordered > tbody > tr > th:last-child, .ec-panel > .ec-table-responsive > .ec-table-bordered > tbody > tr > th:last-child,
.ec-panel > .ec-table-bordered > tfoot > tr > th:last-child, .ec-panel > .ec-table-responsive > .ec-table-bordered > tfoot > tr > th:last-child,
.ec-panel > .ec-table-bordered > thead > tr > td:last-child, .ec-panel > .ec-table-responsive > .ec-table-bordered > thead > tr > td:last-child,
.ec-panel > .ec-table-bordered > tbody > tr > td:last-child, .ec-panel > .ec-table-responsive > .ec-table-bordered > tbody > tr > td:last-child,
.ec-panel > .ec-table-bordered > tfoot > tr > td:last-child, .ec-panel > .ec-table-responsive > .ec-table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.ec-panel > .ec-table-bordered > thead > tr:first-child > th, .ec-panel > .ec-table-responsive > .ec-table-bordered > thead > tr:first-child > th,
.ec-panel > .ec-table-bordered > tbody > tr:first-child > th, .ec-panel > .ec-table-responsive > .ec-table-bordered > tbody > tr:first-child > th,
.ec-panel > .ec-table-bordered > tfoot > tr:first-child > th, .ec-panel > .ec-table-responsive > .ec-table-bordered > tfoot > tr:first-child > th,
.ec-panel > .ec-table-bordered > thead > tr:first-child > td, .ec-panel > .ec-table-responsive > .ec-table-bordered > thead > tr:first-child > td,
.ec-panel > .ec-table-bordered > tbody > tr:first-child > td, .ec-panel > .ec-table-responsive > .ec-table-bordered > tbody > tr:first-child > td,
.ec-panel > .ec-table-bordered > tfoot > tr:first-child > td, .ec-panel > .ec-table-responsive > .ec-table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}

.ec-panel > .ec-table-bordered > thead > tr:last-child > th, .ec-panel > .ec-table-responsive > .ec-table-bordered > thead > tr:last-child > th,
.ec-panel > .ec-table-bordered > tbody > tr:last-child > th, .ec-panel > .ec-table-responsive > .ec-table-bordered > tbody > tr:last-child > th,
.ec-panel > .ec-table-bordered > tfoot > tr:last-child > th, .ec-panel > .ec-table-responsive > .ec-table-bordered > tfoot > tr:last-child > th,
.ec-panel > .ec-table-bordered > thead > tr:last-child > td, .ec-panel > .ec-table-responsive > .ec-table-bordered > thead > tr:last-child > td,
.ec-panel > .ec-table-bordered > tbody > tr:last-child > td, .ec-panel > .ec-table-responsive > .ec-table-bordered > tbody > tr:last-child > td,
.ec-panel > .ec-table-bordered > tfoot > tr:last-child > td, .ec-panel > .ec-table-responsive > .ec-table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.ec-panel > .ec-table-responsive {
  border: 0;
  margin-bottom: 0;
}

.ec-panel-heading {
  padding: 10px 0;
}

.ec-panel-heading > .ec-dropdown .ec-dropdown-toggle {
  color: inherit;
}

.ec-panel-title {
  color: inherit;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
}

.ec-panel-title > a {
  color: inherit;
}

.ec-panel-footer {
  background-color: #f5f5f5;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #ddd;
  padding: 10px 15px;
}

.ec-panel-group {
  margin-bottom: 19px;
}

.ec-panel-group .ec-panel {
  border-radius: 4px;
  margin-bottom: 0;
  overflow: hidden;
}

.ec-panel-group .ec-panel + .ec-panel {
  margin-top: 5px;
}

.ec-panel-group .ec-panel-heading {
  border-bottom: 0;
}

.ec-panel-group .ec-panel-heading + .ec-panel-collapse .ec-panel-body {
  border-top: 1px solid #ddd;
}

.ec-panel-group .ec-panel-footer {
  border-top: 0;
}

.ec-panel-group .ec-panel-footer + .ec-panel-collapse .ec-panel-body {
  border-bottom: 1px solid #ddd;
}

.ec-panel-default {
  border-color: #ddd;
}

.ec-panel-default > .ec-panel-heading {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #333;
}

.ec-panel-default > .ec-panel-heading + .ec-panel-collapse .ec-panel-body {
  border-top-color: #ddd;
}

.ec-panel-default > .ec-panel-footer + .ec-panel-collapse .ec-panel-body {
  border-bottom-color: #ddd;
}

.ec-panel-primary {
  border-color: #0066A9;
}

.ec-panel-primary > .ec-panel-heading {
  background-color: #0066A9;
  border-color: #0066A9;
  color: #fff;
}

.ec-panel-primary > .ec-panel-heading + .ec-panel-collapse .ec-panel-body {
  border-top-color: #0066A9;
}

.ec-panel-primary > .ec-panel-footer + .ec-panel-collapse .ec-panel-body {
  border-bottom-color: #0066A9;
}

.ec-panel-success {
  border-color: #d6e9c6;
}

.ec-panel-success > .ec-panel-heading {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.ec-panel-success > .ec-panel-heading + .ec-panel-collapse .ec-panel-body {
  border-top-color: #d6e9c6;
}

.ec-panel-success > .ec-panel-footer + .ec-panel-collapse .ec-panel-body {
  border-bottom-color: #d6e9c6;
}

.ec-panel-info {
  border-color: #bce8f1;
}

.ec-panel-info > .ec-panel-heading {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.ec-panel-info > .ec-panel-heading + .ec-panel-collapse .ec-panel-body {
  border-top-color: #bce8f1;
}

.ec-panel-info > .ec-panel-footer + .ec-panel-collapse .ec-panel-body {
  border-bottom-color: #bce8f1;
}

.ec-panel-warning {
  border-color: #faebcc;
}

.ec-panel-warning > .ec-panel-heading {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.ec-panel-warning > .ec-panel-heading + .ec-panel-collapse .ec-panel-body {
  border-top-color: #faebcc;
}

.ec-panel-warning > .ec-panel-footer + .ec-panel-collapse .ec-panel-body {
  border-bottom-color: #faebcc;
}

.ec-panel-danger {
  border-color: #ebccd1;
}

.ec-panel-danger > .ec-panel-heading {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.ec-panel-danger > .ec-panel-heading + .ec-panel-collapse .ec-panel-body {
  border-top-color: #ebccd1;
}

.ec-panel-danger > .ec-panel-footer + .ec-panel-collapse .ec-panel-body {
  border-bottom-color: #ebccd1;
}

.ec-well {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 20px;
  padding: 14px;
}

.ec-teaser .ec-well {
  background-color: #418321;
  color: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
  height: 500px;
}

.ec-well.ec-green, .ec-green .ec-teaser .ec-well {
  background-image: -webkit-linear-gradient(top, color-stop(#60a149 6px), color-stop(#eee 6px));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff60a149", endColorstr="#fff5f5f5", GradientType=1);
  background-color: #418321;
  border: 1px solid #418321;
}

.ec-well.ec-blue, .ec-blue .ec-teaser .ec-well {
  background-image: -webkit-linear-gradient(top, color-stop(#019a9a 6px), color-stop(whitesmoke 6px));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff019a9a", endColorstr="#fff5f5f5", GradientType=1);
  background-color: #019a9a;
  border: 1px solid #019a9a;
}

.ec-well.ec-orange, .ec-orange .ec-teaser .ec-well {
  background-image: -webkit-linear-gradient(top, color-stop(#ce3b17 6px), color-stop(whitesmoke 6px));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff47f02", endColorstr="#fff5f5f5", GradientType=1);
  background-color: #ce3b17;
  border: 1px solid #ce3b17;
}

.ec-well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.ec-well-lg {
  border-radius: 6px !important;
  padding: 24px;
}

.ec-well-sm {
  border-radius: 3px;
  padding: 9px;
}

.ec-close {
  -moz-opacity: 0.2;
  -webkit-opacity: 0.2;
  color: #000;
  filter: alpha(opacity=20);
  float: right;
  font-size: 19.5px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
  text-shadow: 0 1px 0 #fff;
}

.ec-close:hover, .ec-close:focus {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  color: #000;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}

button.ec-close {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.ec-clearfix:after, .ec-container:after, .ec-container-fluid:after, .ec-row:after, .ec-form-horizontal .ec-form-group:after, .ec-btn-toolbar:after, .ec-btn-group-vertical > .ec-btn-group:after,
.ec-nav:after, .ec-navbar:after, .ec-navbar-header:after, .ec-navbar-collapse:after, .ec-pager:after, .ec-panel-body:after, .ec-modal-footer:after {
  content: " ";
  clear: both;
  display: table;
}

.ec-center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ec-pull-right {
  float: right !important;
}

.ec-pull-left {
  float: left !important;
}

.ec-hide {
  display: none !important;
}

.ec-show {
  display: block !important;
}

.ec-invisible {
  visibility: hidden;
}

.ec-text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.ec-hidden {
  display: none !important;
  visibility: hidden !important;
}

.ec-affix {
  position: fixed;
}

.ec-visible-xs, tr.ec-visible-xs, th.ec-visible-xs, td.ec-visible-xs {
  display: none !important;
}

@media (max-width: 768px) {
  .ec-visible-xs {
    display: block !important;
  }
  table.ec-visible-xs {
    display: table;
  }
  tr.ec-visible-xs {
    display: table-row !important;
  }
  th.ec-visible-xs, td.ec-visible-xs {
    display: table-cell !important;
  }
}
.ec-visible-sm, tr.ec-visible-sm, th.ec-visible-sm, td.ec-visible-sm {
  display: none !important;
}

@media (min-width: 834px) and (max-width: 991px) {
  .ec-visible-sm {
    display: block !important;
  }
  table.ec-visible-sm {
    display: table;
  }
  tr.ec-visible-sm {
    display: table-row !important;
  }
  th.ec-visible-sm, td.ec-visible-sm {
    display: table-cell !important;
  }
}
.ec-visible-md, tr.ec-visible-md, th.ec-visible-md, td.ec-visible-md {
  display: none !important;
}

@media (min-width: 1194px) and (max-width: 1199px) {
  .ec-visible-md {
    display: block !important;
  }
  table.ec-visible-md {
    display: table;
  }
  tr.ec-visible-md {
    display: table-row !important;
  }
  th.ec-visible-md, td.ec-visible-md {
    display: table-cell !important;
  }
}
.ec-visible-lg, tr.ec-visible-lg, th.ec-visible-lg, td.ec-visible-lg {
  display: none !important;
}

@media (min-width: 1200px) {
  .ec-visible-lg {
    display: block !important;
  }
  table.ec-visible-lg {
    display: table;
  }
  tr.ec-visible-lg {
    display: table-row !important;
  }
  th.ec-visible-lg, td.ec-visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 768px) {
  .ec-hidden-xs, tr.ec-hidden-xs, th.ec-hidden-xs, td.ec-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 834px) and (max-width: 991px) {
  .ec-hidden-sm, tr.ec-hidden-sm, th.ec-hidden-sm, td.ec-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1194px) and (max-width: 1199px) {
  .ec-hidden-md, tr.ec-hidden-md, th.ec-hidden-md, td.ec-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ec-hidden-lg, tr.ec-hidden-lg, th.ec-hidden-lg, td.ec-hidden-lg {
    display: none !important;
  }
}
.ec-visible-print, tr.ec-visible-print, th.ec-visible-print, td.ec-visible-print {
  display: none !important;
}

@media print {
  .ec-visible-print {
    display: block !important;
  }
  table.ec-visible-print {
    display: table;
  }
  tr.ec-visible-print {
    display: table-row !important;
  }
  th.ec-visible-print, td.ec-visible-print {
    display: table-cell !important;
  }
  .ec-hidden-print, tr.ec-hidden-print, th.ec-hidden-print, td.ec-hidden-print {
    display: none !important;
  }
}
/******************* Global add-ons *******************/
body {
  background: #ffffff !important;
}

#wrapper {
  padding: 0 !important;
  max-width: unset !important;
}

@media (min-width: 576px) {
  body.product-menu-open #wrapper {
    padding-left: 320px !important;
  }
  body.product-menu-open .cadmin.control-menu-container {
    padding-left: 320px !important;
  }
}
/******************* colors *******************/
a, a.ec-anchortag, .ec-pagination > li > a, .ec-pagination > li > span {
  color: #0066A9;
}

.ec-orange-color {
  color: #ce3b17;
}

.ec-green-color {
  color: #418321;
}

.ec-blue-color {
  color: #008080;
}

.ec-gray-color {
  color: #0066a9;
}

.ec-grey-color {
  color: #0066a9;
}

.ec-btn-link:hover {
  cursor: pointer;
  text-decoration: none;
}

section[id] h2 {
  padding-top: 0;
}

/******************* function *******************/
.ec-remove-padding {
  margin: 0 !important;
  padding: 0 !important;
}

.ec-simple-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/******************* elements *******************/
#wrapper .ec-container.ec-main {
  max-width: 1440px;
}

.ec-main {
  min-height: 440px;
}

.ec-main p.ec-lead {
  font-size: 17px;
}

.ec-content {
  display: block;
  overflow: hidden;
  width: auto;
}

/*div#main-content .portlet-boundary {
  margin-top: 40px;
}

.ec-footer .portlet-boundary {
  margin-top: 40px;
}*/
/*.ec-portlet-column-content:not(.empty) {
  margin-bottom: 40px;
}*/
/*div#main-content .ec-portlet-column-content:not(.empty) {
  margin-bottom: 40px;
}*/
div#main-content .row:last-child {
  margin-bottom: 40px;
}

div#main-content .portlet-column .portlet-boundary {
  margin-top: 40px;
}

div#main-content .portlet-column:has(div.empty) {
  margin-top: 0;
}

/******************* sections *******************/
/*section[id] {
  //padding: 0 0 20px 0;
}*/
@media (max-width: 768px) {
  section[id] {
    margin: 0;
    padding: 0;
  }
}
/* remove border radius of elements */
.ec-pagination, .ec-pagination > li:first-child > a, .ec-pagination > li:first-child > span, .ec-pagination > li:last-child > a,
.ec-pagination > li:last-child > span, .ec-list-group-item:first-child, .ec-list-group-item:last-child {
  -moz-background-clip: padding;
  -moz-border-radius: 0;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 0;
  background-clip: padding-box;
  border-radius: 0;
}

/******************* Lists *******************/
ul, ol {
  list-style-position: outside;
}

/******************* forms *******************/
form {
  margin-bottom: 20px;
}

/******************* social *******************/
#twitter-widget-0, .ec-fb-like-box, .ec-fb-like-box iframe {
  border: 0 !important;
  overflow: hidden;
}

/******************* collapse *******************/
@media (min-width: 834px) and (max-width: 991px) {
  .ec-collapse-sm .ec-collapse {
    display: none;
  }
  .ec-collapse-sm button.ec-visible-xs {
    display: block !important;
  }
}
/******************* HEADER SECTION START *******************/
.ec-masthead, .ec-search-overlay .ec-navbar-header {
  background-color: #fff;
  background-repeat: repeat-x;
}

.ec-header .ec-container {
  padding: 0 15px;
  overflow: visible;
}
.ec-header .ec-container .ec-row {
  margin-left: 0px;
  margin-right: 0px;
}
.ec-header .ec-container .ec-row .ec-choose-language {
  height: 45px;
  margin-top: 0px;
  padding: 3px;
  padding-top: 15px;
}
.ec-header .ec-container .ec-row .ec-logout-link {
  padding: 3px;
  padding-right: 15px;
}
.ec-header .ec-container .ec-row .ec-navbar-header {
  height: 60px;
  position: relative;
}
.ec-header .ec-container .ec-row .ec-navbar-header .ec-navbar-brand img {
  height: 45px;
  width: auto;
}
.ec-header .ec-container .ec-row .site-title {
  color: #0966aa;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  height: 60px;
  line-height: 20px;
  margin: 0;
  padding-top: 26px;
  text-transform: capitalize;
  vertical-align: middle;
}
.ec-header .ec-container .ec-row .ec-search {
  float: right;
  height: 60px;
}
.ec-header .ec-container .ec-row .ec-search button {
  border-color: #ccc;
}

@media (min-width: 0px) {
  .ec-header .ec-container {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .ec-header .ec-container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .ec-header .ec-container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .ec-header .ec-sectionhead .ec-container {
    padding: 0;
  }
  .ec-header .ec-container {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .ec-header .ec-container {
    padding: 0 30px;
  }
}
@media (min-width: 1455px) {
  .ec-header .ec-container {
    padding: 0;
  }
}
/******************* search overlay *******************/
.ec-search-overlay {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.ec-search-overlay .ec-navbar-header {
  width: 100%;
}

.ec-search-overlay .ec-navbar-brand {
  margin-right: 0;
}

.ec-search-overlay .ec-input-group {
  margin: 8px 0 0 15px;
}

.ec-search-backdrop {
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
  background-color: #fff;
  filter: alpha(opacity=90);
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
}

.ec-nav > li > a:hover, .ec-nav > li > a:focus {
  background: none;
}

/******************* navbar *******************/
.ec-navbar-brand {
  display: block;
  float: none;
  height: 60px;
  overflow: hidden;
  padding: 5px 7px;
}

.ec-navbar.ec-masthead .ec-row .ec-navbar-header .ec-navbar-brand.logo-link img {
  height: 50px;
  width: 180px;
  position: relative;
  top: 50px;
  left: 14px;
}

.ec-navbar-form {
  margin: 8.5px 0 !important;
}

.ec-navbar-toggle {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-top: 15px;
}

.ec-navbar-fixed-top {
  position: static;
}

@media (max-width: 768px) {
  .ec-container-fw.ec-header .ec-navbar-fixed-top,
  .ec-header-sticky .ec-navbar-fixed-top {
    position: static;
  }
}
/******************* navbar meta *******************/
.ec-navbar {
  border: none;
  min-height: 0;
  max-width: 1440px;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.ec-navbar.ec-meta {
  margin-right: 20px;
  margin-top: 10px;
  padding: 0;
}

@media (max-width: 768px) {
  .ec-navbar.ec-meta {
    padding-bottom: 10px;
  }
}
.ec-navbar.ec-meta .ec-nav {
  text-align: right;
}

.ec-navbar.ec-meta .ec-nav li, .ec-navbar.ec-meta .ec-nav a {
  display: inline-block;
  padding: 0 10px 0 0;
}

.ec-navbar.ec-meta .ec-nav .ec-spacer {
  background: #333;
  display: inline-block;
  height: 10px;
  width: 1px;
}

.ec-navbar.ec-meta li.ec-active a {
  color: #999;
}

.ec-navbar-nav {
  margin: 0 !important;
  padding: 0 15px 0 0 !important;
}

.ec-navbar-form {
  padding-right: 0;
}

.ec-navbar-form .ec-form-control {
  width: 100%;
}

.ec-navbar-form i {
  color: #0066A9;
}

@media (min-width: 834px) {
  .ec-navbar.ec-meta .ec-nav {
    margin-top: 16px;
  }
}
/******************* primary nav-tabs *******************/
.ec-navbar.ec-primary .ec-brand {
  text-align: center;
}

.ec-navbar.ec-primary .ec-brand a:hover {
  text-decoration: none;
}

.ec-navbar.ec-primary .ec-nav {
  margin: 0;
  padding: 0;
}

.ec-navbar.ec-primary .ec-nav li {
  clear: both;
  display: block;
  overflow: hidden;
}

.ec-navbar.ec-primary .ec-nav li.ec-orange.ec-active, .ec-navbar.ec-primary .ec-nav li.ec-orange:hover {
  background: #ce3b17;
}

.ec-navbar.ec-primary .ec-nav li.ec-green.ec-active, .ec-navbar.ec-primary .ec-nav li.ec-green:hover {
  background: #418321;
}

.ec-navbar.ec-primary .ec-nav li.ec-blue.ec-active, .ec-navbar.ec-primary .ec-nav li.ec-blue:hover {
  background: #008080;
}

.ec-navbar.ec-primary .ec-nav li a {
  font-size: 16px;
  padding: 12px 20px;
  background-color: white;
}

.ec-navbar.ec-primary .ec-nav li .ec-btn {
  background: #fff;
  color: #0066A9;
}

.ec-navbar.ec-primary .ec-nav ul li a {
  font-size: 14px;
  line-height: 40px;
}

@media (max-width: 768px) {
  .ec-navbar-header {
    border-bottom: 1px solid #eee;
    background-color: #ffffff;
  }
  .ec-navbar ul, .ec-navbar-form {
    margin: 0 !important;
    padding: 0;
  }
  .ec-navbar.ec-primary {
    clear: both;
    display: block;
  }
  .ec-navbar.ec-primary .ec-nav li {
    border-top: 1px solid #eee;
    font-weight: 700;
    padding: 0;
  }
  .ec-navbar.ec-primary .ec-nav li li {
    font-weight: 300;
  }
  .ec-navbar.ec-primary .ec-nav li a {
    display: block;
    font-size: 18px;
    line-height: 40px;
    min-height: 42px;
    padding: 10px;
    position: relative;
  }
  .ec-navbar.ec-primary .ec-nav li a.ec-navbar-toggle {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 0;
  }
  .ec-navbar.ec-primary .ec-nav li .ec-btn {
    background: none;
    position: absolute;
    right: 15px;
    top: 5px;
  }
  .ec-navbar-collapse {
    -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 834px) {
  .ec-navbar.ec-primary {
    text-transform: uppercase;
    margin-left: 300px;
  }
  .ec-navbar.ec-primary .ec-nav {
    bottom: 0;
    position: absolute;
  }
  .ec-navbar.ec-primary .ec-nav li {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background: #f5f5f5;
    background-clip: padding-box;
    border: 3px solid #fff;
    border-bottom: 0;
    clear: none;
    float: left;
    margin-left: 2px;
  }
}
@media (min-width: 834px) and (max-width: 991px) {
  .ec-navbar-brand {
    height: 110px;
    margin-bottom: 0;
    margin-left: 15px;
    width: 100px;
  }
  .ec-navbar.ec-primary {
    margin-left: 130px !important;
    margin-top: 50px !important;
  }
  .ec-navbar.ec-primary .ec-nav {
    right: 0;
  }
  .ec-navbar.ec-primary .ec-nav li a {
    font-size: 16px;
    padding: 10px;
  }
}
@media (min-width: 1194px) {
  .ec-navbar.ec-primary {
    margin-left: 300px !important;
  }
  .ec-navbar-brand {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  /* .navbar.primary li:hover { background: @brand-primary-light; } */
  .ec-navbar.ec-primary li a {
    color: #fff !important;
  }
  .ec-navbar.ec-primary li.ec-orange a {
    background: #fda445;
  }
  .ec-navbar.ec-primary li.ec-orange a:hover, .ec-navbar.ec-primary li.ec-orange li.ec-active a,
  .ec-navbar.ec-primary li.ec-orange.ec-active > a {
    background: #ce3b17;
  }
  .ec-navbar.ec-primary li.ec-green a {
    background: #89c176;
  }
  .ec-navbar.ec-primary li.ec-green a:hover, .ec-navbar.ec-primary li.ec-green li.ec-active a,
  .ec-navbar.ec-primary li.ec-green.ec-active > a {
    background: #418321;
  }
  .ec-navbar.ec-primary li.ec-blue a {
    background: #01cdcd;
  }
  .ec-navbar.ec-primary li.ec-blue a:hover, .ec-navbar.ec-primary li.ec-blue li.ec-active a,
  .ec-navbar.ec-primary li.ec-blue.ec-active > a {
    background: #008080;
  }
}
/* HEADER SECTION END */
@media (min-width: 834px) {
  .ec-back-to-top {
    display: block;
  }
  #sidebar .ec-navbar-collapse {
    padding: 0;
  }
  #sidebar .ec-navbar-collapse.ec-collapse {
    display: table !important;
    width: 100%;
  }
}
@media (min-width: 1194px) {
  #sidebar .ec-nav > .ec-active > ul {
    display: block;
  }
}
@media (max-width: 768px) {
  #sidebar .ec-navbar-collapse {
    max-height: none;
    overflow-y: hidden;
  }
  #sidebar .ec-affix, #sidebar .ec-affix-top, #sidebar .ec-affix-bottom {
    position: static !important;
  }
}
/******************* Bootstrap overrides *******************/
.ec-btn-primary, .ec-pagination > .ec-active > a, .ec-pagination > .ec-active > span, .ec-pagination > .ec-active > a:hover,
.ec-pagination > .ec-active > span:hover, .ec-pagination > .ec-active > a:focus, .ec-pagination > .ec-active > span:focus {
  background-color: #0066A9;
}

.ec-button {
  -moz-background-clip: padding;
  -moz-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.ec-btn-primary {
  color: #fff !important;
}

.ec-button:hover, .ec-button:focus {
  color: #fff;
  text-decoration: none;
}

.ec-button:active {
  position: relative;
  top: 1px;
}

a.ec-button {
  color: #fff;
}

.ec-list-group a.ec-button:hover {
  color: #fff;
  text-decoration: none;
}

.ec-button.ec-orange {
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  background-color: #ce3b17;
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  text-shadow: 1px 1px 0 #ce3b17;
}

.ec-button.ec-green {
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  background-color: #418321;
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  text-shadow: 1px 1px 0 #418321;
}

.ec-button.ec-blue {
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  background-color: #008080;
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  text-shadow: 1px 1px 0 #008080;
}

.ec-info .ec-button {
  font-size: 17px;
  font-weight: 700;
}

.ec-minibutton {
  -moz-background-clip: padding;
  -moz-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  background-color: #eee;
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font: bold 11px/18px Arial, sans-serif;
  padding: 0 5px 0 3px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.ec-btn {
  font-size: 13px;
}

/******************* breadcrumbs *******************/
.ec-breadcrumb {
  background: none;
  padding: 0 0 10px 0 !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .ec-sidebar-toggle .ec-crumbs {
    color: #fff;
    margin-top: 15px;
    padding-right: 40px;
  }
}
/******************* wells *******************/
.ec-well-lg {
  padding: 20px 15px;
  padding-bottom: 0;
}

.ec-well {
  background: #f5f5f5;
  border: 1px solid #eee;
  height: 100%;
}

.ec-well h1 {
  font-size: 18px;
  margin-top: 0;
  letter-spacing: 0.15px;
  font-weight: 700;
}

.ec-well h3 {
  margin-top: 0;
}

.ec-well.ec-widget {
  background: #fff;
  border: 1px solid #eee;
  padding: 0;
  height: 100%;
}

.ec-well.ec-widget h5 {
  margin: 10px;
}

.ec-well.ec-widget h5 .ec-btn {
  margin-top: -2px;
}

a.ec-well {
  color: inherit;
  cursor: pointer;
}

.ec-teaser, .ec-well {
  display: block;
}

.ec-teaser .ec-well .ec-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.15px;
  display: flex;
  height: 320px;
  padding: 25px;
  flex-direction: column;
  align-items: flex-start;
}

.ec-teaser .ec-well .ec-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ec-teaser .ec-well .ec-media {
  margin: 0;
  padding: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  height: 180px;
}

.ec-teaser .ec-well .ec-media img {
  width: 100%;
}

@media (max-width: 480px) {
  .ec-teaser .ec-well .ec-info {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .ec-teaser .ec-well form {
    display: table-cell;
    padding: 0 0 0 10px;
    width: 180px;
  }
}
.ec-teaser .ec-well {
  min-height: 350px;
}

@media (min-width: 481px) and (max-width: 991px) {
  .ec-teasers .ec-well .ec-media, .ec-teaser .ec-well form {
    max-width: 180px;
    width: 180px;
  }
}
@media (min-width: 1194px) {
  .ec-home .ec-teasers .ec-well {
    max-height: 220px;
    min-height: 0;
  }
  .ec-teaser .ec-well .ec-info {
    float: none;
  }
}
@media (min-width: 834px) and (max-width: 991px) {
  .ec-teasers .ec-well {
    clear: both;
    display: inline-block;
    min-height: 0;
    width: 100%;
  }
  .ec-teaser .ec-well .ec-info {
    display: block;
    float: left;
    width: 55%;
  }
  .ec-teaser .ec-well .ec-info.ec-form {
    width: 100%;
  }
  .ec-home .ec-teasers .ec-well {
    min-height: 0;
  }
  .ec-home .ec-teasers .ec-well p {
    font-size: 13px;
    min-height: 80px;
  }
  .ec-home .ec-teasers .ec-well .ec-media {
    height: 193px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 7px;
  }
  .ec-home .ec-teasers .ec-well .ec-media img {
    max-height: 200px;
    max-width: none;
    width: auto;
  }
  .ec-home .ec-teasers .ec-well .ec-info {
    float: left;
    padding-right: 220px;
    width: auto;
  }
}
@media (min-width: 1194px) {
  .ec-home .ec-teasers .ec-well {
    min-height: 430px;
  }
  .ec-home .ec-teasers .ec-well p {
    min-height: 80px;
  }
}
@media (min-width: 1194px) and (max-width: 1199px) {
  .ec-home .ec-teasers .ec-well {
    min-height: 410px;
  }
  .ec-home .ec-teasers .ec-well h1 {
    font-size: 14px;
  }
  .ec-home .ec-teasers .ec-well h3 {
    font-size: 14px;
  }
  .ec-home .ec-teasers .ec-well p {
    font-size: 12px;
    min-height: 90px;
  }
}
/******************* images thumbnails media *******************/
.ec-thumbnail {
  background: none;
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ec-thumbnail.ec-pull-left {
  border: 0;
  margin: 5px 20px 5px 0;
}

/*.ec-thumbnail.ec-pull-left img {
  max-width: 250px
}*/
.ec-thumbnail.ec-pull-left .ec-caption {
  padding: 10px 0 0;
}

.ec-thumbnail.ec-pull-right {
  border: 0;
  margin: 5px 0 5px 20px;
}

.ec-thumbnail .ec-caption {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 0;
}

.ec-thumbnail .ec-caption a {
  margin-left: 10px;
}

.ec-thumbnail.ec-lb {
  clear: both;
  cursor: pointer;
  padding-top: 10px;
}

/*@media (min-width: 1194px) {
  .ec-thumbnail > img, .ec-thumbnail > a > img {
    max-width: 80%
  }
}*/
@media (max-width: 768px) {
  .ec-thumbnail.ec-pull-left, .ec-thumbnail.ec-pull-right {
    float: none !important;
    margin: 0;
  }
  .ec-thumbnail.ec-pull-left img, .ec-thumbnail.ec-pull-right img {
    max-width: 100%;
  }
}
.ec-video-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 60px;
  position: relative;
}

.ec-video-container iframe, .ec-video-container object, .ec-video-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ec-table-hover > tbody > tr > td:hover, .ec-table-hover > tbody > tr > th:hover, .ec-table-hover > tbody > tr:hover > td,
.ec-table-hover > tbody > tr:hover > th {
  background-color: #eee;
}

.ec-download-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 390px) {
  .ec-download-description {
    white-space: normal;
  }
}
.ec-media > .ec-pull-left {
  margin: 0;
}

.ec-media {
  margin: 0;
  padding: 0;
}

/*.ec-media:hover {
  background-color: #eee
}*/
.ec-media .ec-media-heading {
  color: #0066A9;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15px;
  margin: 0;
}

.ec-media p {
  margin: 0;
}

.ec-list-group {
  margin-bottom: 0;
}

.ec-list-group a.ec-list-group-item.ec-active, .ec-list-group a.ec-list-group-item.ec-active:hover, .ec-list-group a.ec-list-group-item.ec-active:focus {
  background: #eee;
  border-top: 1px solid #eee;
  color: inherit;
}

.ec-list-group .ec-list-group-item {
  border: none;
  border-top: 1px solid #eee;
  padding: 5px 0;
}

.ec-list-group .ec-list-group-item h5 {
  font-size: 13px;
}

a.ec-list-group-item .ec-list-group-item-heading {
  color: inherit;
}

a.ec-list-group-item:hover, a.ec-list-group-item:focus {
  color: #fff;
}

.ec-orange a.ec-list-group-item:hover, .ec-orange a.ec-list-group-item:focus {
  background: #ce3b17;
}

.ec-green a.ec-list-group-item:hover, .ec-green a.ec-list-group-item:focus {
  background: #418321;
}

.ec-blue a.ec-list-group-item:hover, .ec-blue a.ec-list-group-item:focus {
  background: #008080;
}

.ec-input-group-btn {
  font-size: 13px;
  vertical-align: top;
}

.ec-input-group-btn input {
  margin: 0;
}

.ec-input-group input {
  margin: 0 !important;
}

/******************* # *******************/
ul.ec-simple-list li {
  margin-top: 12px;
}

.ec-image-wrapper {
  float: left;
  max-width: 100%;
}

.ec-image-wrapper img {
  max-width: 100%;
}

.ec-image-wrapper.ec-pull-right {
  width: auto !important;
}

.ec-image-wrapper .ec-caption {
  padding: 0 15px 15px 15px;
  display: block;
}

.ec-image-double {
  display: inline;
}

@media (max-width: 768px) {
  .ec-image-double .ec-image-wrapper {
    width: unset;
  }
}
/*.ec-image-double div {
  width: 360px;
}*/
.ec-image-double div:first-child {
  margin-right: 22px;
}

/* Integrated Issue #36 Gitlab
@see: http://git.ebcont.com/ebcont-communication/econtrol-corporate-page/issues/36
*/
.aui.ios input, .aui.ios input.input-large, .aui.ios textarea, .aui.ios .uneditable-input {
  max-width: 100%;
}

/* Integrated Issue #12 Gitlab
@see: http://git.ebcont.com/ebcont-communication/econtrol-corporate-page/issues/12
*/
.search .well-facet {
  border: none;
  padding: 0;
}

.search .search-suggested-spelling {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 0;
}

/* Integrated Issue #9 Gitlab
@see: http://git.ebcont.com/ebcont-communication/econtrol-corporate-page/issues/9
*/
.ec-thumbnail > img, .ec-thumbnail a > img {
  margin-left: 0;
  margin-right: 0;
}

/* Integrated Issue #8 Gitlab
@see: http://git.ebcont.com/ebcont-communication/econtrol-corporate-page/issues/8
*/
.ec-sidebar-toggle {
  min-height: 80px;
}

/* Integrated Issue #3 Gitlab
@see: http://git.ebcont.com/ebcont-communication/econtrol-corporate-page/issues/3
*/
.ec-crumbs .breadcrumb .active, .ec-crumbs .breadcrumb .active a {
  color: #757575 !important;
}

@media (min-width: 834px) {
  #sidemenu {
    height: 100%;
    max-height: none;
  }
  #sidebar {
    position: absolute;
  }
}
/******************* fix mobile menu *******************/
@media (max-width: 768px) {
  #sidebar {
    margin: 0;
    padding: 0px;
    padding-bottom: 15px;
  }
  #sidebar .ec-navbar-collapse {
    max-height: initial;
    height: 0 !important;
  }
  #sidebar .ec-navbar-collapse.ec-in, #sidebar .ec-navbar-collapse.ec-in {
    height: auto !important;
    overflow-y: visible !important;
    overflow: visible !important;
    max-height: initial !important;
  }
  .ec-col-xs-12.ec-visible-xs.ec-sidebar-toggle {
    display: none !important;
  }
  .ec-modal {
    z-index: 9001;
  }
  .ec-caption small.ec-pull-right {
    display: none !important;
  }
  .ec-col-xs-12 {
    width: 100% !important;
  }
}
/* Integrated Issue #13 & #16 */
.textspalte_rechts {
  vertical-align: top;
  padding-left: 10px;
}

.textspalte_links {
  vertical-align: top;
  padding-right: 10px;
}

.bildunterschrift {
  margin-bottom: 10px;
}

.ec-modal-content .ec-modal-body img {
  margin: 0 auto;
  display: block;
  width: 100% !important;
  height: auto;
}

.ec-table-responsive {
  overflow-x: auto !important;
}

@media (min-width: 834px) and (max-width: 991px) {
  .ec-well.ec-well-lg.ec-inherit {
    height: auto !important;
  }
}
@media (min-width: 834px) and (max-width: 1199px) {
  .fb-like-box iframe, .twitter-widget-0 {
    max-width: 208px !important;
  }
}
@media (min-width: 1200px) {
  .fb-like-box iframe, .twitter-widget-0 {
    max-width: 253px !important;
  }
}
/*@media (max-width: 768px) {
  .ec-well.ec-widget {
    width: 260px;
    margin: 0;
    float: left;
  }
}*/
@media (width: 768px) {
  .ec-col-sm-push-4 {
    left: 0 !important;
  }
}
/**** PORTALR-465 video embedding ****/
.ec-embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.ec-embed-responsive .ec-embed-responsive-item, .ec-embed-responsive iframe, .ec-embed-responsive embed, .ec-embed-responsive object, .ec-embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ec-embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.ec-embed-responsive-4by3 {
  padding-bottom: 75%;
}

/******************* devs-extensions.css *******************/
/* file contains style extensions by the code developer.
* Ready for review and integration by the designer(s)
*/
/* Footer: Listen sollen nicht eingerückt sein. Achtung: betrifft auch andere Listen. */
ul.ec-simple-list {
  margin: 0;
}

/* Bildposition und -größe auf Seiten der 2. Navigationsebene (z.B. "Konsumenten") */
.ec-well .portlet-borderless-container {
  position: inherit;
}

/* Text in Teaser-Boxen (sind komplett verlinkt) soll nicht direkt als Link gekennzeichnet werden. */
.ec-teaser a, .ec-teaser a:hover {
  color: inherit;
  text-decoration: none;
}

/* Schrift in Buttons in Teasern weiß */
.ec-teaser a.ec-button, .ec-teaser a.ec-button:hover {
  color: #fff;
}

/* Text (Konsumenten) in Navigationsebene 1 orange anzeigen. */
a.ec-orange-color {
  color: #ce3b17;
}

/* Text (Industrie & Gewerbe) in Navigationsebene 1 grün anzeigen */
a.ec-green-color {
  color: #418321;
}

/* Text (Marktteilnehmer) in Navigationsebene 1 blau anzeigen */
a.ec-blue-color {
  color: #008080;
}

/* Links in der Pagination nicht Unterstreichen beim Hovern - wird von .aui a:hover sonst überschrieben. */
.ec-pagination > li > a, .ec-pagination > li > span, .ec-pagination > li > a:hover {
  text-decoration: none;
}

/*search form ergänzt*/
.aui .ec-navbar-form .ec-form-control {
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  display: block;
  font-size: 13px;
  height: 33px;
  line-height: 1.5;
  padding: 6px 12px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
}

.aui .ec-navbar-form {
  width: 50%;
}

.aui .ec-navbar-nav .meta {
  height: 33px;
  padding-top: 15px;
  width: 50%;
}

.ec-navbar-nav {
  float: none;
  width: 100%;
}

/* Minibuttons sollen nicht so aussehen, wie aui das möchte. */
a.ec-minibutton {
  -moz-background-clip: padding;
  -moz-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font: bold 11px/18px Arial, sans-serif;
  padding: 0 5px 0 3px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

/* Sprachumschaltung Formatierung Korrektur (*/
.taglib-language-list-text {
  border-left: 1px solid #ccc;
  border-right: none;
  float: left;
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.taglib-language-list-text.first {
  padding-left: 0;
  border-left: 0;
}

.taglib-language-list-text:first-child {
  padding-left: 0 !important;
  border-left: 0;
}

.taglib-language-list-text.last {
  border-width: 1px;
  padding-left: 0;
}

.ec-navbar-right .portlet-borderless-container {
  background: none repeat scroll 0 0;
  display: inline-block;
}

.ec-navbar-right .portlet-borderless-container span, .ec-navbar-right .portlet-borderless-container a {
  line-height: 22px;
  margin-top: 15px;
}

/* Bei mittleren Breiten muss die oberste Navigationsebene (Konsumenten / ...) rechtsbündig sein */
.ec-navbar-nav#accordion {
  padding: 0 !important;
  width: auto !important;
}

/* Verstecke leere Portlets im Layout, kleiner Platz notwendig, damit man noch Portlets hinzufügen kann. */
.ec-container .portlet-dropzone.empty {
  padding-top: 0;
  padding-bottom: 1px;
}

/* TODO
 * * Bilder mit .ec-media in .ec-teaser in .ec-well im Z-Index HINTER die Portlet-Bearbeitungs-Controls legen (siehe z.B. "Konsumenten" Seite)
 * * Teaser-Bl�cke sind komplett als Links ausgef�hrt - im Bearbeiten-Modus enthalten sie jedoch weitere Links von Liferay. Browser zerst�ckelt die Original-Links ziemlich h�sslich... Gibts da eine L�sung?
 */
/*CSS STYLE CHRISTIAN WEISS, EBCONT COMMUNICATION*/
/*OVERRIDES*/
.search .nav-pills > li > a:hover {
  background: #eee;
}

.search .nav-pills > li.active > a:hover {
  background: #0066A9 !important;
  color: #fff;
}

.badge {
  background-color: #999;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.badge:empty {
  display: none;
}

.search .badge-info {
  background-color: #0066A9;
  color: #fff;
  float: right;
}

.search ul.nav {
  margin-bottom: 20px;
  padding-right: 0;
}

.search ul.nav-pills li:first-child a i {
  line-height: 100%;
}

.search .search-suggested-spelling {
  margin-bottom: 15px;
  margin-left: 16px;
  margin-top: 0;
}

.search .feature-search .well {
  padding: 16px;
}

.search .feature-search .search .asset-entry-title {
  display: block;
  height: 100%;
}

.search .asset-entry-title a:first-child {
  display: block;
  font-size: 1.5em;
}

.search .asset-entry-title a img {
  display: inline;
  margin-top: -3px;
  vertical-align: middle !important;
}

.search .asset-entry-title a img.icon {
  margin-left: 0;
}

.search .asset-entry-type {
  float: right;
  font-size: 75%;
}

.search .asset-entry-type:after {
  clear: both;
  content: ".";
  display: table;
  height: 0;
  visibility: hidden;
}

.search .highlight,
.ec-highlight {
  background: none repeat scroll 0 0 rgba(0, 147, 255, 0.2) !important;
  margin: 0 1px;
}

.search .asset-entry-categories {
  margin: 10px 0 5px;
}

.search .input-lg {
  font-size: 17px !important;
}

.search .input-group-btn .fa-search {
  color: #0066A9;
}

.search .well-facet {
  margin-bottom: 15px;
  padding: 12px 8px;
}

.search .well-facet ul.folders {
  margin-bottom: 0;
}

.search .table-cell {
  padding-left: 28px !important;
}

.search .asset-vocabulary {
  background: url(../images/common/folder.png) no-repeat 0 50%;
  padding: 2px 5px 2px 20px;
}

.search .facet-value a img {
  margin-top: -3px;
}

.search .table-responsive {
  border: 0;
}

/******************* SIDEMENU 3 layer *******************/
#sidemenu #accordion ul li ul li a {
  text-indent: 10px;
}

/******************* CUSTOMZIED search-container *******************/
.search .table th {
  display: none;
}

.search .table td {
  border-top: 1px solid #ddd;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}

.search .table-bordered {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: none;
  border-collapse: separate;
  border-left: 0;
  border-radius: 2px;
}

.search .table-bordered th {
  border-left: none;
}

.search .table-bordered td {
  border-left: none;
  padding: 10px 5px;
}

.search .input-lg {
  font-size: 17px;
  height: 40px !important;
  padding-bottom: 10px !important;
  padding-right: 42px !important;
  padding-top: 10px !important;
  position: relative;
}

.search input[type=image] {
  background: transparent;
  border-left: 1px solid #ddd;
  display: block;
  padding: 11px 12px;
  position: absolute;
  right: 16px;
  top: 1px;
  z-index: 450;
}

.search .control-group {
  margin-bottom: 0 !important;
  width: 100% !important;
}

.search .nav-pills > .active > a, .aui .nav-pills > .active > a:hover, .aui .nav-pills > .active > a:focus {
  background-color: #0066A9;
  color: #fff;
}

.search .form-group {
  margin-bottom: 0 !important;
}

.search .input-group .input-group-lg .input-group-btn {
  margin-bottom: 0 !important;
}

.search ul.inline > li, ol.inline > li {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

.search .search-suggested-spelling .suggested-keywords a {
  font-size: 1em;
}

.search .nav > li > a {
  display: block;
  padding: 10px 15px;
  position: relative;
}

.search .nav-tabs > li > a, .search .nav-pills > li > a {
  line-height: 17px;
}

.search .taglib-page-iterator .search .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}

.search .pager {
  list-style: none;
  margin: 19px 0;
  padding-left: 0;
  text-align: center;
}

.taglib-page-iterator .lfr-pagination-buttons {
  float: center !important;
}

.search .table-striped tbody > tr:nth-child(odd) > td, .search .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}

/******************* Search Tokens *******************/
.ec-lfr-token-list {
  padding-left: 15px;
  padding-right: 15px;
}

/******************* featured results *******************/
.ec-featured-search-results {
  border-top: none !important;
  text-align: left !important;
}

.feature-search td {
  border-top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.search .feature-search .table-cell {
  display: block;
  margin: 0 0 20px !important;
  padding: 0 !important;
}

.search .asset-entry-title {
  margin-bottom: 6px !important;
}

.search .feature-search .ec-hooks .ec-well {
  margin-bottom: 0 !important;
}

.ec-navbar-right .portlet-borderless-container {
  background: none repeat scroll 0 0;
  display: block;
}

.ec-navbar-right .portlet-borderless-container span, .ec-navbar-right .portlet-borderless-container a {
  line-height: 19px;
  margin-top: 15px;
}

nav.ec-navbar a.taglib-language-list-text.ec-active {
  color: inherit;
}

div#main-content > div.portlet-layout > div.portlet-column > div#p_p_id_15_ > div.portlet-body {
  background-color: #fff;
}

div#main-content > div.portlet-layout > div.portlet-column > div#p_p_id_15_ .ec-lead {
  font-size: 17px;
}

.ec-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.aui .portlet-login input[type=text], .aui .portlet-login input[type=password] {
  max-width: 20em;
}

.ec-header .signInOut {
  padding-top: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
  }
  .controls-visible .portlet-topper {
    display: none;
  }
}
/******************* Rechtsbereich Suche *******************/
.ec-search-form .ec-search-input {
  width: 100%;
}
.ec-search-form .form-control {
  border-color: #8f8f9d;
  border-radius: 2px;
  color: #000;
  font-family: inherit;
  font-size: inherit;
  height: 2.5rem;
  line-height: inherit;
  padding: 2px;
  bottom: 0;
}
.ec-search-form input:not([type=checkbox]), .ec-search-form select {
  height: 2.5rem;
}
.ec-search-form input:not([type=checkbox]):focus, .ec-search-form select:focus {
  background-color: #fff;
  border: 1px #80bdff;
  border-radius: 2px;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  color: #495057;
  outline: 0;
  z-index: 4;
}
.ec-search-form .ec-search-checkbox-wrapper {
  display: flex;
  justify-content: space-between;
}
.ec-search-form .ec-search-checkbox-wrapper input[type=checkbox] {
  width: 2rem;
}
.ec-search-form .ec-label-disabled {
  opacity: 0.6;
}
.ec-search-form .emptyResultsMessage {
  font-weight: 600;
  font-size: 12px;
  margin: 1rem;
  text-transform: uppercase;
}
.ec-search-form i.fa-search {
  position: absolute;
  left: auto;
  right: 10px;
  top: calc(50% - 8px);
  color: gray;
}

.ec-search-results {
  margin: 1rem;
}
.ec-search-results li {
  display: block;
  padding: 1rem 2rem;
}
.ec-search-results li .ec-result-document-container {
  display: flex;
}
.ec-search-results li .ec-attachment-container h5 {
  line-height: normal;
  padding-left: 1.7rem;
}
.ec-search-results li .ec-attachment-button {
  background-color: transparent;
  border: none;
  color: #0066A9;
  cursor: pointer;
}
.ec-search-results li .ec-attachment-button:hover {
  color: #256986;
  text-decoration: underline;
}
.ec-search-results li .ec-attachment-button .ec-show-hide-angle {
  padding-right: 0.5rem;
}
.ec-search-results li h4 {
  font-size: 14px;
  margin-bottom: 0.15rem;
}
.ec-search-results li h5 {
  font-size: 13px;
  margin: 0.5rem 0;
}
.ec-search-results li h6 {
  font-size: 11.5px;
  margin: 0.5rem 0;
}
.ec-search-results li .ec-search-result-icons {
  margin-left: auto;
}
.ec-search-results li .ec-search-result-icons i {
  padding: 0.5rem;
}
.ec-search-results li .fa-quote-right {
  font-size: 10px;
  padding: 0.5rem;
}
.ec-search-results li .fa-quote-left {
  font-size: 10px;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

/******************* Terminology *******************/
liferay-hl {
  background: #FFC;
  font-weight: 700;
  margin: 0 1px;
}

.ec-search-results.ec-terminology-results li {
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
}
.ec-search-results.ec-terminology-results li .ec-result-document-container.ec-terminology-documents {
  overflow: hidden;
}
.ec-search-results.ec-terminology-results li .ec-result-document-container.ec-terminology-documents .ec-terminology-document {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.ec-search-results.ec-terminology-results li .ec-result-document-container.ec-terminology-documents .ec-terminology-document .ec-terms-definition-short {
  line-height: 1.5rem;
  font-size: 1.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 99%;
}
.ec-search-results.ec-terminology-results li .ec-result-document-container.ec-terminology-documents .ec-terminology-document hr {
  margin: 1rem 0 1rem 0;
  width: 700%;
}
.ec-search-results.ec-terminology-results li .ec-result-document-container.ec-terminology-documents .ec-terminology-document a {
  position: absolute;
  right: 1.5rem;
  bottom: 0.5rem;
  margin-bottom: -0.5rem;
}
.ec-search-results.ec-terminology-results li .ec-result-document-container.ec-terminology-documents .ec-terminology-document .ec-terms-group {
  display: flex;
}
.ec-search-results.ec-terminology-results li .ec-result-document-container.ec-terminology-documents .ec-terminology-document .ec-terms-group .ec-terms-group-description {
  white-space: normal;
}
.ec-search-results.ec-terminology-results li .ec-result-document-container.ec-terminology-documents .ec-terminology-document .ec-terms-group > h4:not(:last-child) {
  border-right: solid 1px #555;
  padding-right: 0.7rem;
}
.ec-search-results.ec-terminology-results li .ec-result-document-container.ec-terminology-documents .ec-terminology-document .ec-terms-group > h4:not(:first-child) {
  padding-left: 0.5rem;
}

.ec-search-results.ec-terminology-details h1 {
  color: #0066A9;
  margin: 1rem 0 0.5rem 0;
  font-weight: 550;
  font-size: 2.1rem;
}
.ec-search-results.ec-terminology-details .h1-de::before {
  background: url(../images/austria_icon.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: top;
  width: 20px;
  margin-right: 0.5rem;
}
.ec-search-results.ec-terminology-details .h1-en::before {
  background: url(../images/eu_icon.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: top;
  width: 20px;
  margin-right: 0.5rem;
}
.ec-search-results.ec-terminology-details h2 {
  margin: 0.5rem 0 0 0;
  font-weight: 550;
  font-size: 1.8rem;
}
.ec-search-results.ec-terminology-details hr {
  margin: 1rem 0 0 0;
}
.ec-search-results.ec-terminology-details .ec-reference-container {
  white-space: nowrap;
}
.ec-search-results.ec-terminology-details .ec-reference-container .ec-reference {
  line-height: 1.5rem;
  font-size: 1.2rem;
  padding: 0 0 0.2rem 0;
  display: inline-block;
  white-space: break-spaces;
  width: 99%;
}
.ec-search-results.ec-terminology-details .ec-reference-container .ec-reference-short {
  line-height: 1.5rem;
  font-size: 1.2rem;
  padding: 0 0 0.2rem 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 99%;
}
.ec-search-results.ec-terminology-details .ec-reference-container h5 {
  display: inline-block;
  top: -0.5rem;
  position: relative;
}

.ec-green-label {
  color: green;
}

.ec-red-label {
  color: red;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-spinner {
  width: 20px;
  height: 20px;
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #383636; /* Black */
  border-radius: 50%;
  animation: spinner 1.5s linear infinite;
}

.ec-search-pagination {
  display: flex;
  margin-left: 1rem;
}
.ec-search-pagination .lexicon-icon-angle-left {
  background-image: url("../unitegallery/skins/default/arrows_strip_left.png");
  height: 7px;
  width: 4px;
}
.ec-search-pagination .lexicon-icon-angle-right {
  background-image: url("../unitegallery/skins/default/arrows_strip_right.png");
  height: 7px;
  width: 4px;
}

.dropdown-menu .list-unstyled:first-child:hover {
  background: #fff;
}
.dropdown-menu .list-unstyled li .dropdown-item.disabled {
  border-top: 0.04px solid #6c757d;
  font-weight: 600;
}
.dropdown-menu .list-unstyled li .dropdown-item.hidden {
  display: none;
}
.dropdown-menu .list-unstyled li .dropdown-item .close-icon {
  float: right;
  line-height: 0;
}

/******************************* consent mgr **************************/
#tc-privacy-wrapper:after {
  z-index: 986 !important;
}

/******************************* bootstrap changes **************************/
.btn {
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.form-control {
  -o-transition: box-shadow ease-in-out 0.15s !important;
  -webkit-transition: box-shadow ease-in-out 0.15s !important;
  transition: box-shadow ease-in-out 0.15s !important;
}

.ec-search div.lfr-ddm-field-group.lfr-ddm-field-group-inline.field-wrapper {
  height: 35px !important;
}

.ec-search div.lfr-ddm-field-group.lfr-ddm-field-group-inline.field-wrapper {
  height: 35px !important;
}

/********************************** Simple Tag *********************************/
.ec-tag {
  border: solid 1px #0066a9;
  color: #0066a9;
  padding: 3px 8px;
  border-radius: 2px;
  margin-top: 3px;
}
.ec-tag.ec-orange-color {
  border-color: #ce3b17;
  color: #ce3b17;
}
.ec-tag.ec-green-color {
  border-color: #418321;
  color: #418321;
}
.ec-tag.ec-blue-color {
  border-color: #008080;
  color: #008080;
}

b, strong {
  font-weight: 700 !important;
}

.fixed-top {
  padding: 0;
}

.portlet-content-editable .portlet-content-container {
  margin-top: 0;
  position: relative;
}

.portlet-journal-content.portlet-barebone .portlet .portlet-header {
  z-index: unset;
}

.portlet-journal-content .portlet .portlet-header .visible-interaction .lfr-icon-menu {
  z-index: 200;
}

/************************** EC Audit Portlet **********************/
.e-control-audit a.dropdown-toggle {
  color: white !important;
}
.e-control-audit a.dropdown-toggle:hover {
  color: #555 !important;
}
.e-control-audit .control-label {
  font-weight: bold;
  width: 200px;
  display: inline-block;
  font-family: Arial, sans-serif;
}
.e-control-audit .additional-information {
  display: flex;
}
.e-control-audit .additional-information #additional-json {
  font-family: "Lucida Console", Monaco, monospace;
}
.e-control-audit .taglib-search-toggle {
  display: inline-flex;
}
.e-control-audit .taglib-search-toggle .btn-default {
  margin-top: 0;
}
.e-control-audit .btn-export {
  margin-top: -0.4rem;
  background-color: #6c757d;
}
.e-control-audit .btn-export:hover {
  background-color: #5a6268;
}
.e-control-audit .lfr-pagination-buttons {
  margin-top: 1rem;
}

.ec-infotext {
  display: flex;
  height: 280px;
  padding: 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  color: white;
  border-radius: 0 0 20px 20px;
  position: relative;
  overflow: hidden;
  transition: width 0.3s ease, height 0.3s ease;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.15px;
  margin: 0;
}

.portlet-boundary a.portlet.open > .portlet-content-editable, .portlet-content .portlet-body .journal-content-article .ec-info img {
  position: relative;
  width: 100%;
  height: 165px;
}

.ec-infotext a {
  color: white;
}

.portlet-journal-content:nth-child(1) .ec-infotext {
  background: linear-gradient(292deg, rgba(0, 0, 0, 0) 50.06%, rgba(0, 0, 0, 0.2) 100%), #CE3B17;
  background-blend-mode: darken;
}

.portlet-journal-content:nth-child(2) .ec-infotext {
  background: linear-gradient(292deg, rgba(0, 0, 0, 0) 50.06%, rgba(0, 0, 0, 0.2) 100%), #418321;
  box-shadow: 0px -0.5px 0px 0px rgba(255, 255, 255, 0.6);
}

.portlet-journal-content:nth-child(3) .ec-infotext {
  background: linear-gradient(292deg, rgba(0, 0, 0, 0) 50.06%, rgba(0, 0, 0, 0.2) 100%), #008080;
  background-blend-mode: darken;
}

.ec-infotext p {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.15px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ec-container {
  overflow: hidden;
}

#main-page .ec-row {
  justify-content: space-between;
  padding-top: 0;
}

@media (min-width: 1440px) {
  .ec-container {
    width: 100%;
  }
}
@media (min-width: 1194px) and (max-width: 1439px) {
  .ec-container {
    width: 100%;
  }
  #main-page .ec-row {
    justify-content: space-around;
  }
}
/*.ec-portlet-column-content {
  //flex-direction: column;
}

.ec-portlet-column-content > .portlet-journal-content {
  width: 100% !important;
  max-width: 100% !important;
}*/
@media (max-width: 834px) {
  .portlet-column-content {
    margin: 0 0px !important;
  }
}
.ec-col-max {
  max-width: 1440px !important;
}

/*.ec-main ul {
  margin-bottom: 20px;
}

.ec-main ul > li {
  margin-bottom: 10px;
}

.ec-main p {
  margin-bottom: 20px;
}*/
ul > li > p {
  margin-bottom: 0 !important;
}

.portlet {
  margin-bottom: 0;
}

.ug-gallery-wrapper {
  letter-spacing: unset;
  font-size: 0px;
}

#energycheck .form-control {
  position: inherit !important;
}

div#p_p_id_ENERGIESPARCHECK_WAR_energycheckportlet_ {
  width: 97%;
}

.portlet-boundary .portlet .portlet-content .portlet-body .journal-content-article iframe[src*=youtube]:not([id^=gallery-video_temp-]):not(.yt-responsive) {
  border-radius: 12px;
  display: block;
}

@media (min-width: 0) and (max-width: 768px) {
  .portlet-boundary .portlet .portlet-content .portlet-body .journal-content-article iframe[src*=youtube]:not([id^=gallery-video_temp-]):not(.yt-responsive) {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.portlet-boundary .portlet .portlet-content .portlet-body .journal-content-article {
  /*img {
    height: auto;
  }*/
}
.portlet-boundary .portlet .portlet-content .portlet-body .journal-content-article iframe:not([width]) {
  width: 100%;
}

.ec-pos-relative {
  position: relative;
}

#ratecalculator {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

#ratecalculator p {
  font-size: 13px;
}

.ecfe-container {
  line-height: 1.5 !important;
  font-size: 12px !important;
}

.ecfe-container h1 {
  font-size: 24px;
}

.ecfe-container h2 {
  font-size: 20px;
}

.ecfe-container h3 {
  font-size: 19px;
}

div#preischeck {
  width: 99%;
  line-height: 1.5;
}

.ec-marginr-10 {
  margin-right: 10px;
}

div#main-content.columns-max {
  max-width: 1440px;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

div#preischeck h1 {
  font-size: 24px;
}

div#preischeck h2 {
  font-size: 20px;
}

.align-right {
  text-align: right;
}

/*span.fliesstext_normal {
  display: inline-block;
  margin-bottom: 1rem;
}*/
.mb-100 {
  margin-bottom: 100px;
}

.ec-pad-r-25 {
  padding-right: 25px;
}

.ec-pad-r-15 {
  padding-right: 15px;
}

.portlet-column {
  padding: 0 15px;
}

@media (min-width: 0px) {
  .portlet-column {
    padding: 0 15px;
  }
}
@media (min-width: 575px) {
  .portlet-column {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .portlet-column {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .portlet-column {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .portlet-column {
    padding: 0 30px;
  }
}
@media (min-width: 1455px) {
  .portlet-column {
    padding: 0;
  }
}
@media (min-width: 0px) {
  .portlet-journal-content .portlet-body {
    padding: 0;
  }
}
@media (min-width: 575px) {
  .portlet-journal-content .portlet-body {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .portlet-journal-content .portlet-body {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .portlet-journal-content .portlet-body {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .portlet-journal-content .portlet-body {
    padding: 0;
  }
}
@media (min-width: 1455px) {
  .portlet-journal-content .portlet-body {
    padding: 0;
  }
}
@media (min-width: 1455px) {
  .portlet-column-first {
    padding-right: 15px;
  }
}
#p_p_id_ArticleNavigation_ ul {
  list-style-type: none;
}

.ec-copyright {
  padding-right: 30px;
}

@media (max-width: 575px) {
  .ec-copyright {
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .ec-copyright {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .ec-copyright {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .ec-copyright {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .ec-copyright {
    padding-right: 0;
  }
}
@media (min-width: 1455px) {
  .ec-copyright {
    padding-right: 0;
  }
}
.hide-scroll {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.hide-scroll::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.ec-carousel {
  margin-top: 40px;
  margin-bottom: 40px;
}

.portlet-layout .portlet-header {
  margin-bottom: 0;
}

/*.ec-news {
  padding: 0 30px;
}*/
.row {
  margin-right: 0;
  margin-left: 0;
}

hr.ec-fc-hr {
  border-top: 3px solid #a0bada !important;
  margin-bottom: 0 !important;
  margin-top: 40px;
}

.ec-container, .ec-container-sm, .ec-container-md, .ec-container-lg, .ec-container-xl {
  max-width: 1440px;
}

.ec-container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.ec-container-fluid, .ec-container-sm, .ec-container-md, .ec-container-lg, .ec-container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .ec-container, .ec-container-sm {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .ec-container, .ec-container-sm, .ec-container-md {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .ec-container, .ec-container-sm, .ec-container-md, .ec-container-lg {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .ec-container, .container-sm, .ec-container-md, .ec-container-lg, .ec-container-xl {
    max-width: 1440px;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1455px) {
  .ec-container, .container-sm, .ec-container-md, .ec-container-lg, .ec-container-xl {
    max-width: 1440px;
  }
  .ec-container {
    padding-right: 0;
    padding-left: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.ec-container-fw {
  max-width: 100%;
}

.yt-responsive {
  aspect-ratio: 16/9;
  width: 50% !important;
  border-radius: 12px;
  display: block;
}

@media (max-width: 768px) {
  .yt-responsive {
    width: 100% !important;
  }
}
@supports not (aspect-ratio: 1) {
  .yt-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .yt-container iframe, .yt-container object, .yt-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.ec-thumbnail.ec-pull-left img.ec-small-image, .ec-thumbnail.ec-pull-right img.ec-small-image {
  height: auto;
}

.ec-image-wrapper img.ec-medium-image {
  height: auto;
}

.ec-thumbnail.ec-pull-left img.ec-medium-image, .ec-thumbnail.ec-pull-right img.ec-medium-image {
  height: auto;
}

.ec-thumbnail img.ec-medium-image {
  height: auto;
}

.ec-thumbnail img.ec-large-image {
  height: auto;
}

@media (min-width: 0) {
  .ec-thumbnail.ec-pull-left img.ec-small-image, .ec-thumbnail.ec-pull-right img.ec-small-image {
    width: 100%;
  }
  .ec-thumbnail.ec-pull-left img.ec-medium-image, .ec-thumbnail.ec-pull-right img.ec-medium-image {
    width: 100%;
  }
  .ec-image-double .ec-image-wrapper img.ec-medium-image {
    width: 100%;
  }
  .ec-image-double div:first-child {
    margin-right: unset;
  }
  .ec-thumbnail img.ec-large-image {
    width: 100%;
  }
  .ec-image-double .ec-image-wrapper.ec-medium-image {
    width: 100%;
  }
  .ec-thumbnail.ec-pull-left.ec-small-image, .ec-thumbnail.ec-pull-right.ec-small-image {
    width: 100%;
  }
  .ec-thumbnail.ec-pull-left.ec-medium-image, .ec-thumbnail.ec-pull-right.ec-medium-image {
    width: 100%;
  }
  .ec-thumbnail.ec-large-image {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .ec-thumbnail.ec-pull-left img.ec-small-image, .ec-thumbnail.ec-pull-right img.ec-small-image {
    width: 100vw;
  }
  .ec-thumbnail.ec-pull-left img.ec-medium-image, .ec-thumbnail.ec-pull-right img.ec-medium-image {
    width: 100vw;
  }
  .ec-image-double .ec-image-wrapper img.ec-medium-image {
    width: 100vw;
  }
  .ec-image-double div:first-child {
    margin-right: unset;
  }
  .ec-thumbnail img.ec-large-image {
    width: 100%;
  }
  .ec-image-double .ec-image-wrapper.ec-medium-image {
    width: 100%;
  }
  .ec-thumbnail.ec-pull-left.ec-small-image, .ec-thumbnail.ec-pull-right.ec-small-image {
    width: 100%;
  }
  .ec-thumbnail.ec-pull-left.ec-medium-image, .ec-thumbnail.ec-pull-right.ec-medium-image {
    width: 100%;
  }
  .ec-thumbnail.ec-large-image {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .ec-thumbnail.ec-pull-left img.ec-small-image, .ec-thumbnail.ec-pull-right img.ec-small-image {
    width: 33vw;
  }
  .ec-thumbnail.ec-pull-left img.ec-medium-image, .ec-thumbnail.ec-pull-right img.ec-medium-image {
    width: 50vw;
  }
  .ec-image-double .ec-image-wrapper img.ec-medium-image {
    width: 50vw;
  }
  .ec-image-double .ec-image-wrapper {
    float: unset;
  }
  .ec-image-double div:first-child {
    margin-right: 15px;
  }
  .ec-thumbnail img.ec-large-image {
    width: 100vw;
  }
  .ec-image-double .ec-image-wrapper {
    float: left;
  }
  .ec-image-double .ec-image-wrapper.ec-medium-image {
    width: 48%;
  }
  .ec-thumbnail.ec-pull-left.ec-small-image, .ec-thumbnail.ec-pull-right.ec-small-image {
    width: 30%;
  }
  .ec-thumbnail.ec-pull-left.ec-medium-image, .ec-thumbnail.ec-pull-right.ec-medium-image {
    width: 50%;
  }
  .ec-thumbnail.ec-large-image {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .ec-thumbnail.ec-pull-left img.ec-small-image, .ec-thumbnail.ec-pull-right img.ec-small-image {
    width: 33vw;
  }
  .ec-thumbnail.ec-pull-left img.ec-medium-image, .ec-thumbnail.ec-pull-right img.ec-medium-image {
    width: 50vw;
  }
  .ec-image-double .ec-image-wrapper img.ec-medium-image {
    width: 50vw;
  }
  .ec-image-double div:first-child {
    margin-right: 15px;
  }
  .ec-thumbnail img.ec-large-image {
    width: 100vw;
  }
  .ec-image-double .ec-image-wrapper {
    float: left;
  }
  .ec-image-double .ec-image-wrapper.ec-medium-image {
    width: 49%;
  }
  .ec-thumbnail.ec-pull-left.ec-small-image, .ec-thumbnail.ec-pull-right.ec-small-image {
    width: 30%;
  }
  .ec-thumbnail.ec-pull-left.ec-medium-image, .ec-thumbnail.ec-pull-right.ec-medium-image {
    width: 50%;
  }
  .ec-thumbnail.ec-large-image {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .ec-thumbnail.ec-pull-left img.ec-small-image, .ec-thumbnail.ec-pull-right img.ec-small-image {
    width: 20vw;
  }
  .ec-thumbnail.ec-pull-left img.ec-medium-image, .ec-thumbnail.ec-pull-right img.ec-medium-image {
    width: 40vw;
  }
  .ec-image-double .ec-image-wrapper img.ec-medium-image {
    width: 45vw;
    max-width: 595px;
  }
  .ec-image-double div:first-child {
    margin-right: 15px;
  }
  .ec-thumbnail img.ec-large-image {
    width: 80%;
    max-width: 1152px;
  }
  .ec-image-double .ec-image-wrapper {
    float: left;
  }
  .ec-image-double .ec-image-wrapper.ec-medium-image {
    width: 49%;
  }
  .ec-thumbnail.ec-pull-left.ec-small-image, .ec-thumbnail.ec-pull-right.ec-small-image {
    width: 30%;
  }
  .ec-thumbnail.ec-pull-left.ec-medium-image, .ec-thumbnail.ec-pull-right img.ec-medium-image {
    width: 50%;
  }
  .ec-thumbnail.ec-large-image {
    width: 80%;
  }
}
@media (min-width: 1455px) {
  .ec-thumbnail.ec-pull-left img.ec-small-image, .ec-thumbnail.ec-pull-right img.ec-small-image {
    width: 20vw;
    max-width: 425px;
  }
  .ec-thumbnail.ec-pull-left img.ec-medium-image, .ec-thumbnail.ec-pull-right img.ec-medium-image {
    width: 50vw;
    max-width: 720px;
  }
  .ec-image-double .ec-image-wrapper img.ec-medium-image {
    width: 45vw;
    max-width: 700px;
  }
  .ec-image-double div:first-child {
    margin-right: 15px;
  }
  .ec-thumbnail img.ec-large-image {
    width: 80vw;
    max-width: 1152px;
  }
  .ec-image-double .ec-image-wrapper {
    float: left;
  }
  .ec-image-double .ec-image-wrapper.ec-medium-image {
    width: 49%;
  }
  .ec-thumbnail.ec-pull-left.ec-small-image, .ec-thumbnail.ec-pull-right.ec-small-image {
    width: 30%;
  }
  .ec-thumbnail.ec-pull-left.ec-medium-image, .ec-thumbnail.ec-pull-right img.ec-medium-image {
    width: 50%;
  }
  .ec-thumbnail.ec-large-image {
    width: 80%;
  }
}
/*
@media (min-width: 1200px) {
  .ec-thumbnail img.ec-large-image {
    max-width: 800px;
  }
}

.ec-thumbnail img.ec-large-image {
  max-height: 500px;
}

.ec-thumbnail img.ec-xlarge-image {
  max-width: 1024px;
  max-height: 768px;
}*/
/******************************* glightbox **************************/
.glightbox-clean .gdesc-inner {
  padding: 15px 20px !important;
}

.glightbox-clean .gslide-title {
  margin-bottom: 5px !important;
}

.glightbox-clean .gslide-description {
  background: unset !important;
}

.glightbox-clean .gslide-title {
  color: #fff !important;
}

/* ############# Main Tiles ############# */
.ec-tiles .row {
  margin-right: 0;
  margin-left: 0;
}

.ec-tilessection {
  width: 100%;
  position: relative;
  display: block;
}

.ec-tilessection ul.ec-tilescontainer {
  --n: 3;
  --g: 4rem;
  --item-reveal: 0rem;
  --total-width: calc(var(--g) * (var(--n) - 1));
  --item-width: calc(
    (100% - var(--item-reveal) - var(--total-width)) / var(--n)
  );
  display: grid;
  grid: auto/auto-flow -webkit-max-content;
  grid: auto/auto-flow max-content;
  grid-auto-rows: 100%;
  grid-auto-columns: var(--item-width);
  grid-auto-flow: column;
  grid-gap: var(--g);
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.ec-tilessection ul.ec-tilescontainer.sm-teaseritems {
  --total-width: calc(var(--g) * var(--n));
  justify-content: space-between;
}

.ec-tilessection > ul.ec-tilescontainer > li.ec-maintile {
  scroll-snap-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.ec-tilessection > ul.ec-tilescontainer > li.ec-maintile a:hover {
  text-decoration: none;
}

.ec-tilessection > ul.ec-tilescontainer > li.ec-maintile .ec-tilecard {
  background-color: #085384;
  color: white;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
  border: 3px solid #f4efef;
  overflow: hidden;
}

.ec-tilessection > ul.ec-tilescontainer > li.ec-maintile .ec-tilecard .ec-tileimg::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.ec-tilessection > ul.ec-tilescontainer > li#green.ec-maintile .ec-tilecard {
  background-color: #205f1c;
}

.ec-tilessection > ul.ec-tilescontainer > li#orange.ec-maintile .ec-tilecard {
  background-color: #9b2300;
}

.ec-tilessection > ul.ec-tilescontainer > li#blue.ec-maintile .ec-tilecard {
  background-color: #145b61;
}

.ec-tilessection > ul.ec-tilescontainer > li.ec-maintile .ec-tilecard .ec-tileitem-header {
  padding: 20px 30px;
}

.ec-tilessection > ul.ec-tilescontainer > li.ec-maintile .ec-tilecard .ec-tileitem-header h1 {
  font-size: 20px;
  margin-top: 0;
  letter-spacing: 0.15px;
  font-weight: 700;
  margin-bottom: 0;
}

.ec-tilessection > ul.ec-tilescontainer > li.ec-maintile .ec-tilecard .ec-tileitem-desc {
  font-size: 16px;
  margin-top: 0;
  letter-spacing: 0.15px;
  font-weight: 400;
  padding: 0 30px 20px 30px;
  flex: 1 1 auto;
}

.ec-tilessection > ul.ec-tilescontainer > li.ec-maintile .ec-tilecard .ec-tileitem-desc p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}

/* Fixed selector: old selector was li.ec-maintilea, which targeted a non-existing element/class */
.ec-tilessection > ul.ec-tilescontainer > li.ec-maintile > a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: white;
}

.ec-tilessection > ul.ec-tilescontainer > li.ec-maintile > a:hover,
.ec-tilessection > ul.ec-tilescontainer > li.ec-maintile > a:focus {
  text-decoration: none;
  color: white;
}

.ec-tilessection > ul.ec-tilescontainer > li.ec-maintile .ec-tileitem-content {
  background: radial-gradient(#0066a9, #085384);
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.ec-tilessection > ul.ec-tilescontainer > li#orange.ec-maintile .ec-tileitem-content {
  background: radial-gradient(#ce3b17, #9b2300);
}

.ec-tilessection > ul.ec-tilescontainer > li#green.ec-maintile .ec-tileitem-content {
  background: radial-gradient(#418321, #205f1c);
}

.ec-tilessection > ul.ec-tilescontainer > li#blue.ec-maintile .ec-tileitem-content {
  background: radial-gradient(#008080, #145b61);
}

.ec-tilessection > ul.ec-tilescontainer > li#green.ec-maintile .ec-tilecard:hover {
  border: 3px solid #205f1c;
  text-decoration: none;
}

.ec-tilessection > ul.ec-tilescontainer > li#blue.ec-maintile .ec-tilecard:hover {
  border: 3px solid #145b61;
  text-decoration: none;
}

.ec-tilessection > ul.ec-tilescontainer > li#orange.ec-maintile .ec-tilecard:hover {
  border: 3px solid #9b2300;
  text-decoration: none;
}

.ec-tilessection > ul.ec-tilescontainer > li.ec-maintile .ec-tilecard:hover {
  border: 3px solid #085384;
}

.ec-tilessection > ul.ec-tilescontainer > li.ec-maintile .ec-tilecard .ec-tileimg {
  margin: 0;
  padding: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  /* height: 180px; */
  background-color: #eaeef5;
  overflow: hidden;
}

.ec-tilessection > ul.ec-tilescontainer > li#orange.ec-maintile .ec-tilecard .ec-tileimg {
  background-color: #f1f4ef;
}

.ec-tilessection > ul.ec-tilescontainer > li#green.ec-maintile .ec-tilecard .ec-tileimg {
  background-color: #eff4f3;
}

.ec-tilessection > ul.ec-tilescontainer > li#blue.ec-maintile .ec-tilecard .ec-tileimg {
  background-color: #f4efef;
}

@media (min-width: 0px) {
  .ec-tilessection:not([class*=ec-sections]) {
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer:not([class*=ec-section]) {
    --n: 1;
    --g: 1rem;
    --item-reveal: 4rem;
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer:not([class*=ec-section]) > li.ec-maintile {
    scroll-snap-align: center;
  }
}
@media (min-width: 575px) {
  .ec-tilessection:not([class*=ec-sections]) {
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer:not([class*=ec-section]) {
    --n: 1;
    --g: 1rem;
    --item-reveal: 4rem;
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer:not([class*=ec-section]) > li.ec-maintile {
    scroll-snap-align: center;
  }
}
@media (min-width: 768px) {
  .ec-tilessection:not([class*=ec-sections]) {
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer:not([class*=ec-section]) {
    --n: 2;
    --g: 1rem;
    --item-reveal: 1rem;
    padding: 0 0 0 2rem;
  }
  .ec-tilessection > ul.ec-tilescontainer:not([class*=ec-section]) > li.ec-maintile {
    scroll-snap-align: start;
  }
}
@media (min-width: 992px) {
  .ec-tilessection:not([class*=ec-sections]) {
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer:not([class*=ec-section]) {
    --n: 2;
    --g: 2rem;
    --item-reveal: 2rem;
    padding: 0 0 0 2rem;
  }
  .ec-tilessection > ul.ec-tilescontainer:not([class*=ec-section]) > li.ec-maintile {
    scroll-snap-align: start;
  }
}
@media (min-width: 1200px) {
  .ec-tilessection:not([class*=ec-sections]) {
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer:not([class*=ec-section]) {
    --n: 3;
    --g: 2rem;
    --item-reveal: 0rem;
    padding: 0;
  }
}
@media (min-width: 1455px) {
  .ec-tilessection:not([class*=ec-sections]) {
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer:not([class*=ec-section]) {
    --n: 3;
    --g: 3rem;
    --item-reveal: 0rem;
    padding: 0;
  }
}
.ec-tilessection > ul.ec-tilescontainer.no-transition {
  scroll-behavior: auto;
}

/* ############# Slider Indicators ############# */
/*
 * Indicators are created by custom.js when the tile container overflows.
 * Keep styles scoped to .ec-tilessection so Bootstrap/Liferay carousel styles are not affected.
 */
.ec-tilessection .slider-indicators-square {
  clear: both;
  display: flex;
  justify-content: center;
  margin: 24px 0 36px;
  min-height: 16px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.ec-tilessection .slider-indicators-square.hide {
  display: none !important;
}

.ec-tilessection .slider-indicators {
  align-items: center;
  display: flex !important;
  gap: 10px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ec-tilessection .slider-indicators > li {
  align-items: center;
  background-color: #c8d5e6;
  border: 0;
  border-radius: 999px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex !important;
  flex: 0 0 auto;
  height: 12px;
  justify-content: center;
  margin: 0;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  transition: background-color 160ms ease, transform 160ms ease, width 160ms ease;
  width: 12px;
}

.ec-tilessection .slider-indicators > li:hover,
.ec-tilessection .slider-indicators > li:focus,
.ec-tilessection .slider-indicators > li.active {
  background-color: #0066a9;
}

.ec-tilessection .slider-indicators > li:hover,
.ec-tilessection .slider-indicators > li:focus {
  transform: scale(1.15);
}

.ec-tilessection .slider-indicators > li.active {
  width: 28px;
}

.ec-tilessection .slider-indicators > li span {
  display: block;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
}

/* Optional legacy variants, scoped and kept compatible. */
.ec-tilessection.slider-indicators-outside {
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.ec-tilessection.slider-indicators-outside .slider-indicators {
  margin-bottom: 0;
}

.ec-tilessection.slider-indicators-round .slider-indicators > li {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.ec-tilessection.slider-indicators-round .slider-indicators > li.active {
  width: 10px;
}

.ec-tilessection.slider-indicators-highlight .slider-indicators > li.active {
  box-shadow: 0 0 0 3px rgba(0, 102, 169, 0.18);
}

/* ############# Section Teaser ############# */
.ec-tilessection ul.ec-tilescontainer.ec-section {
  --n: 3;
  --g: 3rem;
  --item-reveal: 0px;
}

.ec-green .ec-tilessection > ul.ec-tilescontainer.ec-section > li.ec-maintile .ec-tilecard {
  background-color: #205f1c;
}

.ec-orange .ec-tilessection.ec-section > ul.ec-tilescontainer.ec-section > li.ec-maintile .ec-tilecard {
  background-color: #9b2300;
}

.ec-blue .ec-tilessection.ec-section > ul.ec-tilescontainer.ec-section > li.ec-maintile .ec-tilecard {
  background-color: #145b61;
}

.ec-tilessection > ul.ec-tilescontainer.ec-section > li.ec-maintile .ec-tileitem-content {
  background: radial-gradient(#0066a9, #085384);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ec-orange .ec-tilessection > ul.ec-tilescontainer.ec-section > li.ec-maintile .ec-tileitem-content {
  background: radial-gradient(#ce3b17, #9b2300);
}

.ec-green .ec-tilessection > ul.ec-tilescontainer.ec-section > li.ec-maintile .ec-tileitem-content {
  background: radial-gradient(#418321, #205f1c);
}

.ec-blue .ec-tilessection > ul.ec-tilescontainer.ec-section > li.ec-maintile .ec-tileitem-content {
  background: radial-gradient(#008080, #145b61);
}

.ec-green .ec-tilessection > ul.ec-tilescontainer.ec-section > li.ec-maintile .ec-tilecard:hover {
  border: 3px solid #205f1c;
}

.ec-blue .ec-tilessection > ul.ec-tilescontainer.ec-section > li.ec-maintile .ec-tilecard:hover {
  border: 3px solid #145b61;
}

.ec-orange .ec-tilessection > ul.ec-tilescontainer.ec-section > li.ec-maintile .ec-tilecard:hover {
  border: 3px solid #9b2300;
}

@media (min-width: 0px) {
  .ec-tilessection.ec-sections {
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer.ec-section {
    --n: 1;
    --g: 0.5rem;
    --item-reveal: 2.5rem;
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer.ec-section > li.ec-maintile {
    scroll-snap-align: center;
  }
}
@media (min-width: 575px) {
  .ec-tilessection.ec-sections {
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer.ec-section {
    --n: 1;
    --g: 0.5rem;
    --item-reveal: 3rem;
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer.ec-section > li.ec-maintile {
    scroll-snap-align: center;
  }
}
@media (min-width: 768px) {
  .ec-tilessection.ec-sections {
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer.ec-section {
    --n: 2;
    --g: 1rem;
    --item-reveal: 0rem;
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer.ec-section > li.ec-maintile {
    scroll-snap-align: start;
  }
}
@media (min-width: 992px) {
  .ec-tilessection > ul.ec-tilescontainer.ec-section {
    --n: 2;
    --g: 2rem;
    --item-reveal: 0rem;
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer.ec-section > li.ec-maintile {
    scroll-snap-align: start;
  }
}
@media (min-width: 1200px) {
  .ec-tilessection.ec-sections {
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer.ec-section {
    --n: 3;
    --g: 2rem;
    --item-reveal: 0rem;
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer.ec-section > li.ec-maintile {
    scroll-snap-align: start;
  }
}
@media (min-width: 1455px) {
  .ec-tilessection.ec-sections {
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer.ec-section {
    --n: 3;
    --g: 3rem;
    --item-reveal: 0rem;
    padding: 0;
  }
  .ec-tilessection > ul.ec-tilescontainer.ec-section > li.ec-maintile {
    scroll-snap-align: start;
  }
}
/* ############# EC Tiles Carousel JS Support ############# */
/*
 * Desktop:
 * - no artificial drag cursor
 * - no touch-action override
 * - normal links/clicks
 *
 * Mobile:
 * - horizontal swipe/drag enabled
 * - vertical page scrolling still allowed
 */
.ec-tilessection > ul.ec-tilescontainer {
  cursor: default;
  touch-action: auto;
}

.ec-tilessection > ul.ec-tilescontainer::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767px) {
  .ec-tilessection > ul.ec-tilescontainer {
    cursor: grab;
    touch-action: pan-y;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }
  .ec-tilessection > ul.ec-tilescontainer.dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
    user-select: none;
  }
  .ec-tilessection > ul.ec-tilescontainer.dragging * {
    user-select: none;
  }
}
@media (min-width: 768px) {
  .ec-tilessection > ul.ec-tilescontainer.dragging {
    cursor: default;
    user-select: auto;
  }
}