/**
 * Clay 3.114.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.114.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: #a9afb5;
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active-area {
  background: #ffc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.collapse.open {
  display: block;
}

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

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

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

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

body.portlet {
  border-width: 0;
}

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

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

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

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

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

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

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

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

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

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

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
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;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
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;
    transform: translateY(-97%);
  }
}
@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 {
    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;
    transform: translateY(-97%);
  }
}
@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: 1px 1px 1px 1px;
}
.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-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.navbar form {
  margin: 0;
}

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

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

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

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

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

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

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

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

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/* GENERAL */
* {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

body {
  overflow-x: initial;
}

h1 {
  font-size: 28px;
  font-weight: 700;
}
h1 lfr-editable, h1 div {
  font-size: 28px;
}

h2, h3, h4, h5, h6 {
  font-size: 24px;
  font-weight: 600;
}
h2 lfr-editable, h2 div, h3 lfr-editable, h3 div, h4 lfr-editable, h4 div, h5 lfr-editable, h5 div, h6 lfr-editable, h6 div {
  font-size: 24px;
}

.tooltip {
  display: none !important;
}

.custom-file-label::after {
  content: "Seleccionar";
}

/* Desktop */
@media (min-width: 600px) {
  .tooltip {
    display: block !important;
  }
  body {
    overflow-x: clip;
  }
  h1 {
    font-size: 38px;
  }
  h1 lfr-editable, h1 div {
    font-size: 38px;
  }
  h2, h3, h4, h5, h6 {
    font-size: 28px;
  }
  h2 lfr-editable, h2 div, h3 lfr-editable, h3 div, h4 lfr-editable, h4 div, h5 lfr-editable, h5 div, h6 lfr-editable, h6 div {
    font-size: 34px;
  }
}
a {
  color: #007EAE;
  font-weight: 700;
}

/* MARGINS */
.p-small {
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-footer {
  margin-bottom: 60px;
}

.text-break {
  overflow-wrap: break-word;
}

/* Desktop */
/* Show main header when control menu appears */
.main-header-with-control-menu {
  margin-top: 56px;
}

/* ALERTS */
.alerts-container .alert {
  color: red;
}
.alerts-container .alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert.alert-danger, .alert.alert-error {
  color: red;
}

/* SEPARADORES */
.separador-1p-azul {
  border-top: 1px solid #007EAE;
}

.separador-1p-negro {
  border-top: 1px solid black;
}

.blue-line {
  border-left: 1px solid #80BFD7;
}
.blue-line.reverse {
  border-left: none;
  border-right: 1px solid #80BFD7;
}

.blue-line-bolder {
  border-left: 10px solid #007EAE;
  padding-left: 15px;
}

.blue-line-modal {
  text-align: left;
  border-left: 1px solid #007EAE;
  padding-left: 22px;
}

/* LINKS */
.custom-link {
  background: #007EAE;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

/* FORMATO TEXTO */
.white-uppercase {
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
}

.date-extended {
  text-transform: uppercase;
  color: #80BFD7;
  padding: 0 0 13px;
  font-weight: 700;
}

/* Radius image */
.radius-image {
  border-radius: 467.033px;
}

/* Close icon */
.close-icon::after {
  content: url("../images/icons/icon-close.svg");
  margin-left: 13px;
}

.own-icon-close::after {
  content: url("../images/icons/icon-close.svg");
  filter: invert(100%);
  margin-left: 13px;
}

/* Tooltips apuntate */
.tooltip.tooltip-up {
  display: none;
}

/*Spinner de carga*/
#cover-spin, #cover-spin-aux {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: block;
}

#cover-spin-aux {
  background-color: rgb(255, 255, 255) !important;
  z-index: 10000 !important;
}

#cover-spin::after, #cover-spin-aux::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4em;
  margin-top: -4.05em;
  width: 10em;
  height: 10em;
  font-size: 10px;
  border: 1em solid rgb(218, 219, 223);
  border-left: 1em solid #000000;
  -webkit-animation: spin 1.1s linear infinite;
  animation: spin 1.1s linear infinite;
  border-radius: 50%;
}

/* Visor de documentos */
.preview-file .preview-file-container.preview-file-max-height {
  height: auto;
}

.preview-file .separator-floating-bar {
  display: none;
}

.preview-file .btn-monospaced[aria-label=full-size] {
  display: none;
}

:root {
  --house-color: #0288D1;
}

/*
 * Always set the map height explicitly to define the size of the div element
 * that contains the map.
 */
#map {
  height: 100%;
  width: 100%;
}

/*
 * Property styles in unhighlighted state.
 */
.property {
  align-items: center;
  background-color: #007EAE;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  gap: 15px;
  justify-content: center;
  padding: 4px;
  position: relative;
  position: relative;
  transition: all 0.3s ease-out;
}

.property::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #007EAE;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 95%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 1;
}

.property .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
}

.property .icon svg {
  height: 20px;
  width: auto;
}

.property .icon img {
  height: 30px;
  width: auto;
}

.property .details {
  display: none;
  flex-direction: column;
  flex: 1;
}

.property .address {
  color: #9E9E9E;
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.property .features {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.property .features > div {
  align-items: center;
  background: #F5F5F5;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  font-size: 10px;
  gap: 5px;
  padding: 5px;
}

/*
 * Property styles in highlighted state.
 */
.property.highlight {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  height: 150px;
  padding: 8px 15px;
  width: auto;
}

.property.highlight::after {
  border-top: 9px solid #FFFFFF;
}

.property.highlight .details {
  display: flex;
}

.property.highlight .icon svg {
  width: 50px;
  height: 50px;
}

.property .size {
  color: #388E3C;
}

/*
 * House icon colors.
 */
.property.highlight:has(.fa-house) .icon {
  color: var(--house-color);
}

.property:not(.highlight):has(.fa-house) {
  background-color: var(--house-color);
}

.property:not(.highlight):has(.fa-house)::after {
  border-top: 9px solid var(--house-color);
}

i.fa.fa-twitter.jssocials-share-logo:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/common/logo-X-white.png");
  background-size: cover;
}

.jssocials-share-twitter .jssocials-share-link {
  background: black;
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #444;
}

.own-btn {
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  width: 300px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.own-btn.own-btn-xs {
  padding: 5px !important;
  width: auto;
}
.own-btn.own-btn-black {
  background: #333333;
  border-radius: 2px;
  color: #FFFFFF !important;
  padding: 22px;
  border-color: transparent;
  border-width: 1px;
  font-size: 16px;
  font-weight: 700;
}
.own-btn.own-btn-black.own-btn-black-form {
  margin-bottom: 50px;
}
.own-btn.own-btn-black.own-btn-black-subheader {
  width: 265px;
  margin-bottom: 30px;
}
.own-btn.own-btn-blue {
  background: #007EAE;
  border-radius: 2px;
  color: #FFFFFF !important;
  padding: 22px;
  border-color: transparent;
  border-width: 1px;
  font-size: 16px;
  font-weight: 700;
}
.own-btn.own-btn-blue.own-btn-blue-form {
  margin-bottom: 50px;
}
.own-btn.own-btn-blue.own-btn-blue-subheader {
  width: 265px;
  margin-bottom: 30px;
}
.own-btn.own-btn-white {
  background: #FFFFFF;
  border-radius: 2px;
  padding: 22px;
  border: 2px solid #007EAE;
  color: #007EAE !important;
  font-size: 16px;
  font-weight: 700;
}
.own-btn.own-btn-white-border-red {
  background: #FFFFFF;
  border-radius: 2px;
  padding: 22px;
  border: 2px solid #E51029;
  color: #E51029 !important;
  font-size: 16px;
  font-weight: 700;
}
.own-btn.own-btn-yellow {
  background-color: #FBD65C;
  border-radius: 2px;
  padding: 22px;
  border: 2px solid #007EAE;
  color: #007EAE !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.own-btn.own-btn-volunt {
  background: #007EAE;
  border-radius: 40px;
  padding: 11px;
}
.own-btn.own-btn-dropdown {
  background-clip: content-box;
  border: 1px solid rgb(229, 229, 229);
  box-sizing: border-box;
  border-radius: 3px;
  height: auto;
  padding: 15px;
  text-transform: uppercase;
  text-align: left;
  font-weight: unset;
  width: 100%;
  -webkit-box-shadow: 0 0 0 30px white inset;
  -webkit-text-fill-color: #828282;
}
.own-btn.own-btn-large {
  width: 350px;
}
.own-btn.own-btn-dockbar {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  width: 100%;
  text-align: start;
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.own-btn.own-button-search {
  width: auto;
  background-color: transparent;
  border: none;
}
.own-btn.own-button-menu {
  width: auto;
}
.own-btn.own-button-submit {
  position: relative;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.own-btn:disabled {
  background-color: #e5e5e5;
  color: #89949E !important;
  cursor: not-allowed;
}

.own-button-submit {
  position: relative;
  right: 65px;
  top: 17px;
}

.link-close {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.link-close#closeModalInscriptions {
  position: absolute;
  right: 20px;
  top: 20px;
}

.apply-section {
  position: relative;
  bottom: 25px;
  width: 50%;
  align-self: center;
}
.apply-section .apply-btn {
  display: flex;
  width: auto;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.apply-section .delete-btn {
  color: #007EAE;
  cursor: pointer;
}

/* Botones flechas paginación */
.current.prev, .current.next {
  background: transparent;
  box-shadow: none;
}

.own-icon-actions {
  content: url("/o/volunt-dxp-restyling-theme/images/icons/icon-options.png");
  position: relative;
  left: 39%;
}

.own-icon-plus-no-circle {
  content: url("/o/volunt-dxp-restyling-theme/images/icons/icon-add-dark-blue.png");
  position: relative;
  left: 20px;
}

/* Desktop */
@media (min-width: 600px) {
  .own-btn {
    width: 350px;
  }
  .own-btn.own-button-search {
    position: initial;
    width: 80px;
    height: 88px;
  }
  .own-btn.own-button-menu {
    display: none;
  }
  .own-btn.own-btn-dockbar {
    height: 88px;
    padding-right: 10px;
    width: auto;
    text-align: initial;
  }
  .own-btn.own-btn-dockbar img {
    margin-right: 10px;
    margin-left: 10px;
  }
  .own-btn.own-btn-black.own-btn-black-form {
    margin-bottom: 110px;
  }
  .own-btn.own-btn-black.own-btn-black-subheader {
    margin-bottom: 0px;
    height: auto;
  }
  .own-btn.own-btn-blue.own-btn-blue-form {
    margin-bottom: 110px;
  }
  .own-btn.own-btn-blue.own-btn-blue-subheader {
    margin-bottom: 0px;
    height: auto;
  }
  .own-btn.own-button-submit {
    position: relative;
    right: 65px;
    top: 17px;
    width: inherit;
  }
}
/* Input - Text + Password + Number */
input[type=text].form-control,
input[type=text],
textarea,
textarea.form-control,
input[type=number].form-control,
input[type=number],
input[type=password].form-control,
input[type=password],
input[type=email].form-control,
input[type=email] {
  background-clip: content-box;
  border: 1px solid rgb(229, 229, 229);
  box-sizing: border-box;
  border-radius: 3px;
  height: auto;
  padding: 15px;
  width: 100%;
  -webkit-box-shadow: 0 0 0 30px white inset;
  font-weight: 600;
  color: black;
}
input[type=text].form-control:read-only,
input[type=text]:read-only,
textarea:read-only,
textarea.form-control:read-only,
input[type=number].form-control:read-only,
input[type=number]:read-only,
input[type=password].form-control:read-only,
input[type=password]:read-only,
input[type=email].form-control:read-only,
input[type=email]:read-only {
  -webkit-box-shadow: 30px 30px 30px 30px #e5e5e5 inset;
}

input[type=text].form-control::placeholder,
input[type=text]::placeholder,
textarea.form-control::placeholder,
textarea::placeholder,
input[type=number].form-control::placeholder,
input[type=number]::placeholder,
input[type=password].form-control::placeholder,
input[type=password]::placeholder,
input[type=email].form-control::placeholder,
input[type=email]::placeholder {
  text-transform: uppercase;
  font-weight: 400;
}

/* Input - Checkbox */
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  width: 2.2ex;
  height: 1.4ex;
  background: rgba(0, 0, 0, 0);
  top: 0.7ex;
  left: 0.7ex;
  border: 3px solid #007EAE;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-52deg);
  -moz-transform: rotate(-52deg);
  -o-transform: rotate(-52deg);
  -ms-transform: rotate(-52deg);
  transform: rotate(-52deg);
}

input[type=checkbox] {
  position: absolute;
  left: -999em;
}

input[type=checkbox] + label {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  float: left;
  margin-bottom: 18.1px;
  vertical-align: -25%;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: white;
  border: 1px solid lightgray;
  margin-right: 0.5em;
}
@media (max-width: 1024px) {
  input[type=checkbox] + label::before {
    margin-bottom: 45.1px;
  }
}
@media (max-width: 768px) {
  input[type=checkbox] + label::before {
    margin-bottom: 95.1px;
  }
}
@media (max-width: 425px) {
  input[type=checkbox] + label::before {
    margin-bottom: 185.1px;
  }
}
@media (max-width: 320px) {
  input[type=checkbox] + label::before {
    margin-bottom: 240.1px;
  }
}

input[type=checkbox]:disabled + label::before {
  background-color: #e5e5e5;
}

.label-text {
  position: relative;
  top: 4px;
}

.vol-login .label-text {
  right: 100px;
}

.checkbox-section .required {
  position: absolute;
  top: 20px;
  width: max-content;
}

/* Input wrappers */
.input-text-wrapper,
.input-select-wrapper {
  margin-bottom: 30px;
  height: 100%;
}

/* Placeholder inside inputs */
.wrapper {
  position: relative;
}

.placeholder {
  font-size: 12px;
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  left: 15px;
  top: 2px;
  transition: 0.2s ease all;
  color: #828282;
  text-transform: uppercase;
}

input:placeholder-shown + .placeholder,
textarea:placeholder-shown + .placeholder {
  /* if real placeholder is shown - hide fake placeholder */
  opacity: 0;
}

/* Captcha */
.taglib-captcha {
  width: 100%;
  text-align: center;
}
.taglib-captcha label {
  display: none;
}

.radio-container .radio {
  margin: 25px;
}
.radio-container .radio .radio-inline {
  padding-right: 50px;
  padding-bottom: 33px;
}

.input-search-own input::placeholder {
  text-transform: none;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}

.box-profile-info.box-fit {
  margin-left: 0;
}
.box-profile-info .form-group {
  margin-bottom: 75px;
}

.panel-body {
  padding: 0 !important;
}
.panel-body.panel-fit {
  margin-left: 0px;
  width: 86vw;
}

.form-group-fit {
  width: fit-content;
}

.input-search-modal input::placeholder {
  padding-left: 10px;
}

input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

.file-container {
  height: 313px;
}

.input-w {
  width: 83vw !important;
}

#tratamiento-dpa {
  position: absolute;
  left: -5px;
  top: 34px;
  z-index: 5;
}

input.validationError {
  border-color: #dc3545 !important;
}

.needFileMenor16 input[type=file] {
  position: static !important;
  width: 100% !important;
}
.needFileMenor16 .input-help {
  display: none !important;
}

/* Desktop */
@media (min-width: 600px) {
  .input-w {
    width: 118% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .file-container {
    height: 190px;
  }
  .taglib-captcha {
    display: flex;
    justify-content: center;
    margin-bottom: 65px;
  }
  .taglib-captcha .refresh {
    margin: 25px;
  }
  .radio-container {
    display: flex;
  }
  .radio-container .radio {
    margin: 0;
    left: 40px;
    bottom: 30px;
  }
  .box-profile-info {
    padding: 0 !important;
  }
  .box-profile-info.box-fit {
    margin-left: 12px;
  }
  .box-profile-info .form-group {
    margin: 0px 0 50px;
  }
  .panel-body.panel-fit {
    width: initial;
    margin-left: 42px;
  }
  .form-group-fit {
    width: initial;
  }
  #tratamiento-dpa {
    position: absolute;
    left: 272px;
    top: 4px;
  }
}
/* AUI Input - Error classes */
.help-block {
  position: absolute;
}
.help-block div {
  font-size: 14px;
}

/* AUI Input - Password Eye Icon */
#input-password .eye-icon {
  position: relative;
  bottom: 41px;
  left: 144px;
  z-index: 1;
}
#input-password .glyphicon, #input-password .btn-search-cancel {
  display: none;
}

.pw-container .eye-icon {
  position: relative;
  top: 39px;
  z-index: 2;
  left: 91%;
}

@supports (-moz-appearance: none) {
  @media screen and (min-width: 600px) {
    .box-profile-info .box-profile-info .form-group {
      margin-bottom: 60px;
    }
  }
  @media screen and (max-width: 600px) {
    .box-profile-info .box-profile-info .form-group {
      margin-bottom: 0px;
    }
  }
}

.panel-body {
  padding: 0.75rem 1.25rem;
  right: 20px;
  position: relative;
}

/* Checkbox in span */
.form-checkbox-list {
  list-style: none;
}
.form-checkbox-list li {
  color: black;
  padding: 0 0 40px 30px;
}
.form-checkbox-list li .form-checkbox {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 3px;
  background-color: white;
  border: 1px solid lightgray;
  position: relative;
  cursor: pointer;
}
.form-checkbox-list li .form-checkbox.selected:before {
  content: "";
  position: absolute;
  width: 2.2ex;
  height: 1.4ex;
  top: 5px;
  left: 5px;
  border: 3px solid #007EAE;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-52deg);
  -moz-transform: rotate(-52deg);
  -o-transform: rotate(-52deg);
  -ms-transform: rotate(-52deg);
  transform: rotate(-52deg);
}

.form-group-text.name-group {
  margin-bottom: 0;
}

select,
select.form-control,
select.form-control:not([multiple]):not([size]),
.has-success select.form-control:not([multiple]):not([size]),
.has-error select.form-control:not([multiple]):not([size]) {
  padding: 15px;
  height: auto;
  background-image: url("../images/icons/icon-arrow-down.png");
  background-size: inherit;
  background-repeat: no-repeat;
  border-color: #e5e5e5;
  color: #89949E;
  text-transform: uppercase;
}
select:focus,
select.form-control:focus,
select.form-control:not([multiple]):not([size]):focus,
.has-success select.form-control:not([multiple]):not([size]):focus,
.has-error select.form-control:not([multiple]):not([size]):focus {
  background-image: url("../images/icons/icon-arrow-up.png");
}

input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #FFFFFF;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #007EAE;
  width: 30px;
  height: 30px;
  border: 0.15em solid #007EAE;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=radio]::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #007EAE;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type=radio]:checked::before {
  transform: scale(1);
}

.radio-inline input[type=radio] {
  margin-left: -40px;
  top: 24px;
  position: relative;
}

.radio + .radio {
  margin: 0;
}

.radio {
  display: inline;
}

textarea {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  width: 100%;
  padding: 15px;
}

.title {
  font-weight: 700;
}

.subtitle {
  margin-bottom: 17px;
}
.subtitle.subtitle-gray {
  font-size: 20px;
  color: #666666;
}
.subtitle.subheader-intro-subtitle {
  letter-spacing: 0;
  margin-bottom: 40px;
  padding-left: 24px;
}
.subtitle.subheader-description {
  padding-left: 24px;
}

.subsection-title {
  font-size: 18px;
}
.subsection-title.blue {
  color: #80BFD7;
}

.title-page {
  font-size: 28px;
  border-left: 2px solid #007EAE;
  padding-left: 10px;
  overflow: inherit;
  max-width: 100%;
  white-space: normal;
  margin-bottom: 30px;
  margin-top: 30px;
}

.subtitle-page {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.02em;
  margin-top: 32px;
  margin-bottom: 44px;
  padding-left: 24px;
}

.title-section {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.title-section.title-section-upper {
  text-transform: uppercase;
}

.title-checkbox {
  font-size: 16px;
  font-weight: 600;
}

.home-title {
  font-size: 34px;
  font-weight: 700;
}
.home-title.home-title-white {
  color: white;
}

.home-subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.subcategory-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.uppercase-subtitle {
  text-transform: uppercase;
}

/* Desktop */
@media (min-width: 600px) {
  .title {
    font-size: 44px;
  }
  .subtitle {
    font-size: 24px;
  }
  .subtitle.subtitle-gray {
    font-size: 24px;
    color: #666666;
  }
  .subtitle.subheader-intro-subtitle {
    letter-spacing: 0;
    padding-left: 40px;
  }
  .subtitle.subheader-description {
    padding-left: 40px;
  }
  .title-page {
    font-size: 38px;
    margin-top: 60px;
  }
  .subtitle-page {
    font-size: 34px;
    letter-spacing: 0;
    margin-top: 52px;
    width: 60%;
    padding-left: 40px;
  }
  .subtitle-page.bigger {
    height: 62px;
  }
  .title-section {
    font-size: 24px;
  }
  .home-title {
    font-size: 44px;
  }
  .home-subtitle {
    font-size: 24px;
  }
  .subsection-title {
    font-size: 20px;
  }
}
.title-page .title-modal {
  margin-top: 0;
}

#dropdown-menu-territorios {
  width: 100%;
  text-align: start;
}
#dropdown-menu-territorios .dropdown-arrow-profile {
  position: relative;
  left: calc(100% - 151px);
}

#dropdown-menu-lang {
  margin-bottom: 15px;
}
#dropdown-menu-lang img {
  padding-right: 14px;
}
#dropdown-menu-lang .dropdown-arrow-profile {
  position: relative;
  left: calc(100% - 127px);
}

.dropdown-menu {
  padding: 0 10px;
}
.dropdown-menu .dropdown-item {
  border-bottom: 0px !important;
  padding-left: 12px;
}
.dropdown-menu.show {
  display: contents;
}
.dropdown-menu.modal-popup {
  padding: 0;
}
.dropdown-menu .role-header {
  padding: 1rem 0.2rem;
}
.dropdown-menu .role-item {
  background-color: #007EAE;
  width: 93%;
  margin: auto;
}
.dropdown-menu .role-item a {
  color: #FFFFFF !important;
}
.dropdown-menu .role-item .userGroupCheckList {
  left: 15px;
  width: 90%;
}
.dropdown-menu .role-item .userGroupCheckList:hover {
  background-color: #f8f9fa;
  color: #333333 !important;
}
.dropdown-menu .dropdown.sub-menu {
  background-color: #007EAE;
}
.dropdown-menu .dropdown.sub-menu .dropdown-sm {
  border-bottom: 0px;
}
.dropdown-menu .dropdown.sub-menu .item-sm {
  color: white !important;
  background-color: #007EAE;
  padding: 0.5rem 0.5rem 0.5rem 0rem !important;
}
.dropdown-menu .dropdown.sub-menu .dropdown-menu-sm {
  display: block;
}
.dropdown-menu .dropdown.sub-menu .dropdown-menu-sm .dropdown-item-sm {
  padding: 0.5rem 0.5rem 0.5rem 0rem !important;
  font-weight: 300 !important;
  padding-right: 5px !important;
  color: white !important;
}
.dropdown-menu li a {
  padding: 1rem 0;
  border-bottom: 1px solid #e5e5e5;
  width: 97%;
  left: -7px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #333333 !important;
}
.dropdown-menu .dropdown-item {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 12px;
  padding-right: 5px;
  width: 93%;
  margin: auto;
  border-bottom: 0;
  padding: 0 !important;
}
.dropdown-menu .dropdown-item .item-s {
  color: white !important;
  border-bottom: 0;
}
.dropdown-menu .dropdown-item .userGroupCheckList.no-bb {
  border-bottom: 0;
}
.dropdown-menu .dropdown-item a {
  margin-left: 11px;
}
.dropdown-menu .dropdown-item a img {
  padding-right: 10px;
}

.dropdown-container .dropdown-toggle {
  background-color: white;
  color: #89949E;
  height: 64px;
  width: 100%;
  border: solid 1px #E6E9EC;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding-left: 15px;
}
.dropdown-container .icon-arrow {
  position: relative;
  bottom: 45px;
  left: 85%;
  pointer-events: none;
}

.scroll-box-list {
  display: none;
}
.scroll-box-list ul {
  list-style-type: none;
  padding: 0 15px;
}
.scroll-box-list ul li {
  margin-bottom: 5px;
}
.scroll-box-list ul li span {
  cursor: pointer;
  text-transform: uppercase;
}

.multi-select li span {
  cursor: pointer;
  text-transform: uppercase;
  color: black;
}

/* Desktop */
@media (min-width: 600px) {
  .dropdown.sub-menu .dropdown-sm {
    border-bottom: 0.1px solid #FFFFFF !important;
  }
  .dropdown.sub-menu .dropdown-menu-sm {
    display: none;
  }
  .dropdown-menu.show {
    display: block;
  }
  .dropdown-menu:after {
    display: none;
  }
  .dropdown-menu .role-header {
    padding: 1rem 0;
  }
  .dropdown-menu .role-item {
    width: auto;
    margin: 0;
    padding: 0 !important;
  }
  .dropdown-menu .role-item .userGroupCheckList {
    padding-left: 46px;
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .dropdown-menu li a {
    border-bottom: none;
    padding-left: 20px;
  }
  .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #e5e5e5;
    width: auto;
    padding-left: 27px;
  }
  .dropdown-menu.child-menu {
    margin: 0;
    padding: 0;
    background-color: #007EAE;
    width: max-content;
    transform: translate3d(0px, 55px, 0px) !important;
  }
  .dropdown-menu.child-menu .dropdown-item {
    margin: 0 !important;
    padding: 0 !important;
  }
  .dropdown-menu.child-menu .dropdown-item a {
    position: relative;
    left: 0px;
    text-align: center;
    width: auto;
    border-bottom: 0.1px solid #FFFFFF;
    margin-bottom: 0px !important;
    padding: 0.5rem 0rem;
    margin-left: 0;
  }
  #dropdown-menu-territorios {
    width: auto;
    text-align: initial;
  }
  #dropdown-menu-territorios .dropdown-arrow-profile {
    position: initial;
  }
  #dropdown-menu-lang {
    margin-bottom: 0px;
    margin-right: 15px;
  }
  #dropdown-menu-lang img {
    padding-right: 0px;
  }
  #dropdown-menu-lang .dropdown-arrow-profile {
    display: none;
  }
}
@media (min-width: 768px) {
  .dockbar-section .dropdown-menu {
    display: none;
    position: relative;
    z-index: 1000;
    top: -3px;
    min-width: 193px !important;
  }
  .dockbar-section .dropdown-menu .role-item .userGroupCheckList {
    padding-left: 5px;
  }
  .dockbar-section .avatar-container button {
    min-width: 237px;
  }
  .dockbar-section .avatar-container button .dropdown-arrow-profile {
    position: sticky !important;
  }
  .dockbar-section .avatar-container .own-button-notifications {
    margin-left: 0px;
  }
  .dockbar-section:hover .dropdown-menu {
    display: block;
  }
  .dockbar-section {
    display: inherit !important;
  }
}
/* Mobile first */
.modal:has(#modal-custom-form) {
  max-width: 80%;
  display: table;
  margin: 0 auto;
  right: 0%;
}
.modal h1 {
  text-align: left;
  padding-left: 1em;
}
.modal.volunt-modal {
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1020;
}
.modal.volunt-modal .modal-header {
  border: none;
}
.modal.volunt-modal .modal-dialog {
  width: 375px;
}
.modal.volunt-modal .modal-dialog .modal-content {
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 600px;
}
.modal.volunt-modal .modal-dialog .modal-body {
  max-height: 70vh;
}
.modal.volunt-modal .video-buttons-content {
  top: 45px;
  width: 100vw;
  left: -9px;
}
.modal.volunt-modal .video-buttons-content .video-buttons {
  height: 65px;
}
.modal.volunt-modal.fade .modal-dialog {
  transform: translate(0, 0);
}
.modal.volunt-modal.fade.in {
  display: flex;
}
.modal.volunt-modal.video-modal .modal-content {
  width: 350px;
  float: right;
}

.modal-search {
  position: relative;
  align-self: center;
}
.modal-search.close-modal-icon {
  right: 0;
}
.modal-search.search-modal-icon {
  left: 18px;
}
.modal-search.form-modal {
  top: 9px;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1010;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-inner-container {
  width: auto;
}
.modal-inner-container .form-checklist {
  list-style: none;
  margin-left: 0;
  padding: 10px 0;
}

.entity-modal, .w-modal {
  width: 100%;
}

.top-menu-arrow {
  text-transform: uppercase;
}
.top-menu-arrow li {
  padding: 10px;
  color: black;
  cursor: pointer;
}

.modal-period {
  justify-content: center;
  position: relative;
}
.modal-period div span {
  right: 12px;
}
.modal-period div span .dropdown-modal {
  width: 130px !important;
  cursor: pointer;
}
.modal-period div span .dropdown-modal .icon-arrow {
  left: 54%;
  bottom: unset;
}
.modal-period div span ul {
  width: 130px !important;
  max-width: 130px;
  max-height: 120px;
}

.tipology-m {
  width: 67vw !important;
}
.tipology-m .icon-arrow {
  position: absolute;
  left: 86%;
  bottom: 25px;
}

.dates-container {
  display: flex;
  height: 140px;
  margin-top: 0 !important;
}

.dates.dates-modal-inactivity::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 15px;
  left: 85%;
  bottom: -37px;
  background: url("../images/icons/calendar-blue.svg") no-repeat;
  width: 40px;
  height: 26.78px;
  float: right;
  margin: 0 6px 0 0;
}

.modal-dialog-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.no-inactivity {
  margin-top: 35px;
}

/* Desktop */
@media (min-width: 600px) {
  .modal.volunt-modal.volunt-modal-ser-feliz .video-buttons-content .video-buttons {
    left: calc(900px - 28.5%) !important;
  }
  .modal.volunt-modal .modal-dialog {
    max-width: 1024px;
    width: fit-content;
  }
  .modal.volunt-modal .modal-dialog .modal-body {
    padding-left: 100px;
    padding-right: 100px;
  }
  .modal.volunt-modal .modal-content-container {
    min-width: 630px;
  }
  .modal.volunt-modal.video-modal .modal-content {
    width: 900px;
  }
  .modal.volunt-modal.video-modal .video-buttons-content {
    position: relative;
  }
  .modal.volunt-modal.video-modal .video-buttons-content .video-buttons {
    width: 28.5%;
    margin-bottom: 23px;
    position: relative;
    left: 60%;
  }
  .modal-search.form-modal {
    top: 20px;
  }
  /* MODAL PERIODO */
  .modal-period {
    justify-content: space-around;
  }
  .modal-period div span .dropdown-modal {
    width: 180px !important;
    cursor: pointer;
  }
  .modal-period div span .dropdown-modal .icon-arrow {
    left: 65%;
    bottom: unset;
  }
  .modal-period div span ul {
    width: 180px !important;
    max-width: 180px;
  }
  .tipology-m {
    width: 100% !important;
  }
  .tipology-m .icon-arrow {
    left: 85%;
  }
  /* MODAL INACTIVIDAD */
  .dates-container {
    height: 0;
    flex-direction: row;
    margin-top: 0;
    padding-bottom: 55px;
  }
  .no-inactivity {
    margin-top: 0;
  }
  .entity-modal, .w-modal {
    width: 50%;
  }
}
/* Desktop (Big) */
@media (min-width: 1500px) {
  .entity-modal, .w-modal {
    width: 30%;
  }
}
section.modal-dialog {
  width: 100% !important;
}

/* Hide the download popup if the cookies banner is visible */
body:has(#cookiebanner) .float-popup {
  display: none;
}

.float-popup {
  width: 255px;
  padding: 15px 30px 30px 30px;
  display: block;
  border-radius: 6px;
  border: solid 1px #fff;
  z-index: 99999999999;
  position: fixed;
  top: calc(50vh - 117.5px) !important;
  right: calc(50vw - 127.5px) !important;
  transform: unset !important;
  background-color: white;
}

.float-popup-title {
  font-size: 20px;
  font-weight: 700;
  color: #007EAE;
  margin-bottom: 14px;
  font-family: "Open Sans", sans-serif;
}

.float-popup-border {
  padding: 25px 30px;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1294117647);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #007EAE;
  border-style: solid;
  border-width: 0.5px;
}

.float-popup-description {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.content-float-popup {
  display: flex;
  margin-top: 12px;
  align-items: center;
}
.content-float-popup .panel-float-popup {
  flex: 1;
  margin-bottom: 0;
  text-align: center;
}
.content-float-popup .panel-float-popup ul.links-list {
  padding: unset;
}
.content-float-popup .panel-float-popup ul.links-list .link {
  width: 74.25px;
  margin: auto;
  list-style-type: none;
}

.auto-scroll-content-modal {
  max-height: calc(81vh - 135px) !important;
  overflow-y: auto !important;
}

.breadcrumb {
  display: none;
}

/* Desktop */
@media (min-width: 600px) {
  .breadcrumb {
    display: inline-block;
    background-color: #FFFFFF;
  }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    background-image: none;
    top: 7px;
    content: "/";
  }
}
.alert.alert-danger {
  color: black;
  font-weight: 600;
  background: rgba(230, 90, 43, 0.3);
  border-color: white;
  padding: 20px 75px 20px 20px;
}
.alert.alert-danger .alert-indicator img {
  width: 32px;
}
.alert.alert-danger .lead {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 600;
}
.alert .close {
  top: 20px;
  right: 20px;
  opacity: 1;
}

.alerts-container {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 1;
  max-width: 200px;
}
.alerts-container .btn {
  font-weight: 700;
}
.alerts-container .alert {
  color: black;
  font-weight: 600;
  background: rgba(230, 90, 43, 0.4);
  border-color: white;
  padding: 20px;
  width: 200px;
  overflow-wrap: break-word;
}
.alerts-container .alert.success {
  background: rgba(122, 223, 145, 0.4);
  right: 0;
}

.has-error.help-block.alert-custom {
  position: absolute;
  top: 34px;
  left: 2px;
  width: inherit;
  color: #dc3545;
}

input.ng-invalid {
  border: 1px solid red !important;
}

.input-checkbox-wrapper.has-error .form-feedback-item {
  margin-top: 50px;
  display: contents;
}

/* Mobile first */
.nav-tabs {
  border-bottom: 2px solid #F6F6F6;
  margin-bottom: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
  flex-flow: nowrap;
}
.nav-tabs > li > a {
  color: black;
  font-size: 24px;
}
.nav-tabs > li > a.active {
  cursor: default;
  font-weight: 700;
  border-bottom: 4px solid #007EAE;
}

/* Desktop */
@media (min-width: 600px) {
  .nav-tabs {
    display: flex;
  }
}
.accordion-item .accordion-header .accordion-button:after {
  content: url("/o/volunt-dxp-restyling-theme/images/icons/icon-minus.png");
  float: right;
  align-self: center;
  margin: auto;
  position: relative;
  bottom: 8px;
}
.accordion-item .accordion-header .accordion-button {
  background: rgba(128, 191, 215, 0.1);
  border: 1px solid #F6F6F6;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  text-transform: none;
  margin-bottom: 15px;
  display: flex;
}
.accordion-item .accordion-header .accordion-button.collapsed:after {
  content: url("/o/volunt-dxp-restyling-theme/images/icons/icon-add.png");
  bottom: 3px;
}
.accordion-item .accordion-header .accordion-button .accordion-button-text {
  width: inherit;
  font-size: 20px;
}
.accordion-item .accordion-collapse .accordion-body {
  padding-bottom: 30px;
  padding-left: 10px;
}
.accordion-item .accordion-collapse .accordion-body p {
  overflow-wrap: break-word;
}

.accordion-fit {
  width: fit-content;
}

/* Desktop */
@media (min-width: 600px) {
  .accordion-item .accordion-header .accordion-button {
    display: initial;
  }
  .accordion-item .accordion-header .accordion-button.collapsed:after {
    position: initial;
  }
  .accordion-item .accordion-collapse .accordion-body {
    padding-left: 0px;
  }
  .accordion-fit {
    width: initial;
  }
}
.desktop-img {
  display: none;
}

.mobile-img {
  display: block;
}
.mobile-img .carousel-news {
  height: 315px;
}
.mobile-img .carousel-news .carousel-inner {
  height: 100%;
}
.mobile-img .carousel-news .carousel-inner .carousel-item img {
  width: 100%;
  border-radius: 10px;
}

/* Multi item carousel */
/* Carosuel Indicators */
.carousel-indicators li {
  background-color: #80BFD7;
  height: 8px;
  width: 8px;
  border-radius: 15px;
}
.carousel-indicators li.active {
  background-color: #007EAE;
  height: 15px;
  width: 15px;
  border-radius: 15px;
}
.carousel-indicators li.indicator-white {
  background-color: #FFFFFF;
}

/* Desktop */
@media (min-width: 600px) {
  .desktop-img {
    display: block;
  }
  .mobile-img {
    display: none;
  }
}
/* Imágenes de carousel news */
.img-container-alone img, .img-container-alone iframe {
  width: 100%;
  border-radius: 0 40px 40px 0;
  margin-bottom: 30px;
}
.img-container-alone img.reverse, .img-container-alone iframe.reverse {
  border-radius: 40px 0 0 40px;
}

.cite-with-image {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cite-with-image .img-container img {
  width: 70px;
  height: 70px;
  border-radius: 76.9231px;
  object-fit: cover;
}
.cite-with-image .name-container p {
  margin-bottom: 0;
}
.cite-with-image .name-container p span {
  font-weight: 600;
  white-space: pre;
}

.img-sw-responsive {
  position: absolute;
  left: 15px;
  max-width: 320px;
}

/* Desktop */
@media (min-width: 600px) {
  .img-container {
    display: flex;
    flex-wrap: wrap;
  }
  .img-container .multiple-img {
    width: 48%;
    margin-bottom: 30px;
  }
  .img-container .multiple-img.odd {
    margin-right: 4%;
  }
  .img-container .multiple-img img {
    width: 100%;
    border-radius: 10px;
  }
  .img-sw-responsive {
    max-width: 689px;
  }
}
/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/
ul.simple-pagination {
  list-style: none;
}

.simple-pagination {
  display: block;
  overflow: hidden;
  margin: 0;
  font-weight: 600;
  padding: 5px;
  text-align: center;
}

.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.simple-pagination li {
  list-style: none;
  padding: 0;
  float: left;
  margin: 5px;
}

span.ellipse.clickable {
  cursor: pointer;
}

.ellipse input {
  width: 3em;
}

.paginator.simple-pagination .active {
  background: #007EAE;
  border-radius: 5px;
  color: white;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/
.compact-theme span {
  cursor: pointer;
}

.compact-theme a, .compact-theme span {
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #AAA;
  border-left: none;
  min-width: 14px;
  padding: 0 7px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #efefef 100%); /* W3C */
}

.compact-theme a:hover, .compact-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbbbbb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* IE10+ */
  background: linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* W3C */
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
  border-left: 1px solid #AAA;
  border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
  border-radius: 0 3px 3px 0;
}

.compact-theme .current {
  background: #bbbbbb; /* Old browsers */
  background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #efefef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* IE10+ */
  background: linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* W3C */
  cursor: default;
}

.compact-theme .ellipse {
  background: #EAEAEA;
  padding: 0 10px;
  cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme span {
  cursor: pointer;
}

.light-theme a, .light-theme span {
  float: left;
  color: black;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  border: none;
  min-width: 14px;
  padding: 0 7px;
  border-radius: 5px;
}

.light-theme a:not(.previous, .next):hover, .light-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
}

.light-theme .current {
  color: #FFF;
  /*border-color: #00C9EE;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
  cursor: default;*/
}

.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}

.light-theme li.active {
  background: #007EAE;
  border-radius: 5px;
}

.light-theme li.active a {
  margin: 0;
  color: white;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
.dark-theme span {
  cursor: pointer;
}

.dark-theme a, .dark-theme span {
  float: left;
  color: #CCC;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #555; /* Old browsers */
  background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #555 0%, #333 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #555 0%, #333 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #555 0%, #333 100%); /* IE10+ */
  background: linear-gradient(top, #555 0%, #333 100%); /* W3C */
}

.dark-theme a:hover, .dark-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background: #444;
}

.dark-theme .current {
  background: #222;
  color: #FFF;
  border-color: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}

.dark-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}

.paginator .pagination-gestion {
  cursor: pointer;
  padding-left: 0;
}
.paginator .pagination-gestion ol {
  float: right;
}
.paginator .pagination-gestion li {
  padding: 0px 3px;
  color: black;
}
.paginator .pagination-gestion li span {
  padding: 6px;
}
.paginator .pagination-gestion .selected {
  color: white;
  background: #007EAE;
  border-radius: 5px;
}
.paginator .pagination-gestion .results-title {
  padding-left: 0;
  margin-left: 0;
}
.paginator .pagination-gestion .next-page {
  margin-right: 0;
  padding-right: 0;
}

/* Desktop */
@media (min-width: 600px) {
  .paginator {
    float: revert;
  }
  .paginator .pagination-gestion li {
    padding: 4px 10px;
  }
}
li {
  color: #007EAE;
}

.li-text-black {
  color: black;
}

.content .list-border-blue {
  border: 1px solid #007EAE;
  border-radius: 10px;
  padding: 10px 4px;
}
.content .list-border-blue ul {
  color: #007EAE;
  padding-left: 25px;
  margin-top: 15px;
}
.content .list-border-blue ul li {
  margin-bottom: 10px;
}
.content .list-border-blue ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  word-break: break-word;
}

/* Desktop */
@media (min-width: 600px) {
  .content .list-border-blue ul {
    padding-left: 50px;
  }
}
.box {
  border-radius: 3px;
  padding: 36px 48px;
  height: fit-content;
  max-height: 100%;
}
.box.blue-box {
  color: white;
  background: #007EAE;
}

.tag {
  border-radius: 20px;
  font-weight: 700;
  padding: 7px 10px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 15px;
  width: fit-content;
}
.tag.tag-blue {
  background-color: #007EAE;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.tag.tag-blue.tag-blue-position-medium {
  position: relative;
  top: 45px;
}
.tag.tag-blue.tag-blue-position-small {
  position: relative;
  top: 0;
}
.tag.tag-blue .icon-arrow {
  vertical-align: middle;
  margin-left: 10px;
  height: fit-content;
}

.tag-section {
  height: 64px;
  margin-bottom: 60px;
}
.tag-section .tag-section-title {
  color: #89949E;
  align-self: center;
  border: 1px solid #E6E9EC;
  height: 100%;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.tag-section .tag-section-button {
  height: inherit;
  padding: 15px;
  display: flex;
  justify-content: center;
}
.tag-section .tag-section-button span {
  border: 0;
  width: auto;
}

.panel-body.col-center {
  margin: auto;
  width: min-content;
  right: 0;
}

/* Desktop */
@media (min-width: 600px) {
  .tag {
    position: initial;
    margin-top: 0;
  }
  .tag.tag-blue.tag-blue-position-medium {
    position: initial;
  }
  .tag.tag-blue.tag-blue-position-small {
    position: relative;
    top: -15px;
  }
  .panel-body.col-center {
    width: auto;
    right: 17px;
  }
  .tag-section {
    margin-bottom: 30px;
  }
}
/* MOBILE FIRST */
.table-search-result {
  width: 100%;
  border-spacing: 0px;
  padding: 0px;
  overflow-x: auto;
}
.table-search-result thead tr {
  height: 80px;
  text-transform: uppercase;
}
.table-search-result thead tr th {
  padding-right: 5px;
  font-size: 14px;
}
.table-search-result tbody tr {
  height: 80px;
}
.table-search-result tbody tr td {
  padding-left: 5px;
  padding-right: 5px;
}
.table-search-result tbody tr td span {
  font-size: 14px;
  text-transform: capitalize;
}
.table-search-result tbody tr td .clickable {
  color: #007EAE;
  font-weight: 700;
  text-transform: uppercase;
}
.table-search-result tbody tr td .clickable a {
  font-size: 14px;
}
.table-search-result tbody tr:nth-child(even) {
  background-color: #F6F6F6;
}

#export-entities a {
  color: #007EAE;
}
#export-entities a img {
  margin-right: 8px;
}

.paginator {
  display: flex;
}
.paginator ul {
  display: flex;
}
.paginator .page-selection ol {
  list-style-type: none;
}

.clickable {
  cursor: pointer;
}

/* Desktop */
@media (min-width: 600px) {
  .table-search-result {
    padding: inherit;
    overflow-x: unset;
  }
  .table-search-result thead tr th {
    padding-right: 15px;
  }
  .table-search-result tbody tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .table-search-result tbody tr td span {
    padding-right: 15px;
  }
}
/*MOBILE FIRST*/
.section-tags-filters .tags {
  display: flex;
  text-transform: uppercase;
  padding: 30px 15px 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: black;
  list-style-type: none;
  flex-wrap: wrap;
}
.section-tags-filters .tags .tag-label {
  color: black;
}
.section-tags-filters .tags .tag.tag-editable {
  position: relative;
  bottom: -10px;
  background-color: #007EAE;
  color: white;
  border-radius: 20px;
  padding: 10px 15px 10px 15px;
  margin-left: 15px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
}
.section-tags-filters .tags .tag.tag-editable img {
  width: 16px;
  height: 16px;
  margin-left: 17px;
  display: flex;
  flex-direction: column;
  align-self: center;
}

/* Desktop */
@media (min-width: 600px) {
  .section-tags-filters .tags {
    padding: 30px 0 30px;
  }
  .section-tags-filters .tags .tag.tag-editable {
    bottom: 10px;
  }
}
.spinner .spinner-progress-bar {
  position: fixed;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
}
.spinner .spinner-circle {
  height: 100%;
  right: 0;
  position: absolute;
  border: solid 10px #a9a9a9;
  border-top-color: #343630;
  border-radius: 50%;
}
.spinner .spinner-border {
  width: 100%;
  transform: rotate(135deg);
  animation: spin 1.5s steps(2) 0.2s infinite;
  -webkit-animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Mobile first */
#header {
  height: 100%;
  z-index: 1;
  background-color: white;
  overflow-x: hidden;
}
#header #header-top {
  display: none;
}
#header.menu-mobile {
  position: fixed;
  height: auto;
  z-index: 16;
}
#header.menu-mobile .menu-container {
  display: flex;
  height: 100vh;
}
#header.lfr-edit-mode__disabled-area {
  height: auto;
}

/* Desktop */
@media (min-width: 600px) {
  #header {
    position: relative;
    overflow: unset;
  }
  #header #header-top {
    align-items: center;
    display: flex;
    padding-left: 5%;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
  }
  #header #header-top #header-top-right {
    margin-left: auto;
    margin-right: 5rem;
  }
}
/* Mobile first */
.main-nav-container img.layout-logo {
  width: 110px;
}

#navigation {
  display: none;
  background-color: #007EAE;
  padding: 40px 40px 40px 0px;
}
#navigation a:hover {
  text-decoration: none;
}
#navigation ul.dropdown-menu {
  margin-top: -6px;
}
#navigation ul:not(.child-menu) a {
  font-weight: 700;
}
#navigation ul li {
  padding: 20px 14px 14px 0px;
  border-bottom: 1px solid white;
  text-transform: uppercase;
}
#navigation ul li a {
  margin-bottom: 14px;
  color: white;
  line-height: 22px;
}
#navigation ul li a .icon-arrow-menu {
  display: none;
}
#navigation .btn-navigation-menu {
  border: 1px solid white !important;
  padding: 20px;
  border-radius: 4px;
  margin-top: 50px;
  text-align: center;
}
#navigation .btn-navigation-menu a {
  letter-spacing: 0.1em;
}
#navigation .btn-navigation-menu a:hover {
  text-decoration: none;
}
#navigation .btn-navigation-menu.btn-white {
  background-color: #FFFFFF;
}
#navigation .btn-navigation-menu.btn-white a {
  color: #007EAE;
}

.navigation-display {
  display: none !important;
}

.back-nav-action-descubrenos {
  padding: 31px 30px 32px;
}

.go-back-text {
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 14px;
}

.nav-item-inactive {
  color: #666666 !important;
  font-weight: 400;
}

.modify-pages li {
  position: relative;
}

/* Desktop */
@media (min-width: 600px) {
  #navigation {
    background-color: #007EAE;
    padding: 14px;
    text-align: center;
    margin: 0;
    display: block;
    height: initial;
  }
  #navigation ul:not(.child-menu) {
    display: inline;
  }
  #navigation ul:not(.child-menu) li {
    list-style: none;
    display: inline;
    border-bottom: none;
  }
  #navigation ul:not(.child-menu) li:hover .dropdown-menu.child-menu {
    display: block;
    top: 0;
  }
  #navigation ul:not(.child-menu) li a {
    color: white;
    text-transform: uppercase;
  }
  #navigation ul:not(.child-menu) li a .icon-arrow-menu {
    display: initial;
    padding-left: 16px;
  }
  #navigation ul:not(.child-menu) li.selected a span {
    border-bottom: 2px solid white;
    padding-bottom: 6px;
  }
  #navigation ul:not(.child-menu) li:not(:last-child) {
    margin-right: 50px;
  }
  #navigation ul.child-menu li a {
    color: #FFFFFF !important;
  }
  #navigation ul.child-menu li a:hover {
    color: #007EAE;
    background-color: initial;
  }
  #navigation .btn-navigation-menu {
    padding: 9px 21.5px;
    margin-left: 0px;
  }
  .back-nav-action-descubrenos, .back-nav-action {
    padding: 29px 190px 70px;
  }
  .navigation-display {
    display: block;
  }
}
@media (min-width: 600px) and (max-width: 1375px) {
  #navigation ul:not(.child-menu) li {
    display: inline-block !important;
  }
  #navigation ul:not(.child-menu) li:not(:last-child) {
    margin-right: 15px;
  }
  #navigation .btn-navigation-menu {
    margin-top: 2px;
  }
}
/* Mobile first */
#footer {
  background: #333333;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 34px;
}
#footer ul {
  padding: 0;
}
#footer ul li {
  list-style: none;
}
#footer a {
  color: white;
}
#footer #footer-quote {
  margin-bottom: 64px;
}
#footer #footer-paginas:first-child {
  border-top: 1px solid #FFFFFF;
}
#footer #footer-paginas li {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #FFFFFF;
}
#footer #footer-paginas li a {
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0;
}
#footer #footer-enlaces li {
  margin-bottom: 20px;
}
#footer #footer-enlaces li a {
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
}
#footer #footer-copyright {
  margin-top: 32px;
  margin-bottom: 25px;
  padding: 0 35px;
}
#footer #footer-paginas-debajo li {
  margin-bottom: 25px;
}
#footer #footer-paginas-debajo li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}
#footer #bloque-redes {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 36px;
}
#footer #bloque-redes #bloque-redes-texto {
  margin-bottom: 30px;
}
#footer #bloque-redes #bloque-redes-imagen a {
  text-decoration: none;
}
#footer #bloque-redes #bloque-redes-imagen img {
  width: 50px;
  padding: 5px;
}

/* EXTRA PADDING FINAL DE PÁGINA */
.eop-padding {
  padding-bottom: 50px;
}

/* Desktop */
@media (min-width: 600px) {
  #footer {
    padding-top: 100px;
  }
  #footer .logo-footer {
    margin-bottom: 36px;
  }
  #footer #footer-paginas:first-child {
    border-top: none;
  }
  #footer #footer-paginas li {
    border-bottom: none;
    padding: 0 0 24px 0;
  }
  #footer #bloque-redes {
    border-top: none;
    border-bottom: none;
    padding-top: 0px;
  }
  #footer #footer-bottom {
    border-top: 1px solid #FFFFFF;
  }
  #footer #footer-bottom #footer-paginas-debajo {
    text-align: left;
    margin-top: 32px;
  }
  #footer #footer-bottom #footer-paginas-debajo li {
    display: inline-block;
  }
  #footer #footer-bottom #footer-paginas-debajo li a {
    margin-right: 51px;
  }
  .eop-padding {
    padding-bottom: 175px;
  }
}
/* Mobile first */
.avatar-dockbar {
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.user-avatar-link a {
  cursor: default;
}
.user-avatar-link a:hover {
  text-decoration: none;
}

.notifications {
  display: flex !important;
}
.notifications .user-avatar-link {
  position: relative;
  top: 11px;
  left: -3px;
  z-index: 2;
}
.notifications .user-avatar-link a {
  white-space: nowrap;
  padding-right: 0;
  text-decoration: none;
  cursor: default;
}
.notifications .user-avatar-link .badge {
  min-width: 30px;
  min-height: 30px;
  margin-top: 0.3rem;
}
.notifications .user-avatar-link .badge .badge-item {
  text-align: center;
}
.notifications .own-button-notifications {
  padding-left: 0;
}
.notifications .own-button-notifications #image-icon-email {
  margin-left: 30px;
}

.personal-menu-dropdown {
  display: none;
}

.badge {
  border-radius: 50%;
}
.badge .badge-item.badge-item-expand {
  font-size: inherit;
}

.login-button .icon-arrow {
  padding-right: 20px;
}
.login-button a {
  color: black;
  text-decoration: none;
}

#dockbar {
  height: 100%;
  display: contents;
}
#dockbar .avatar-container {
  width: 100%;
}
#dockbar .avatar-container button {
  left: -4px;
  width: 100%;
}
#dockbar .avatar-container button .avatar-dockbar {
  margin-right: 9px;
}
#dockbar .avatar-container button .dropdown-arrow-profile {
  position: absolute;
  left: calc(100% - 28px);
  top: 18px;
}
#dockbar .dockbar-section {
  border-left: 2px solid RGB(170 170 170/7%);
  padding: 25px 20px 10px;
}
#dockbar .dockbar-section .dropdown button {
  left: 3px;
}
#dockbar .dockbar-section .login {
  height: fit-content;
  align-self: center;
}
#dockbar .dockbar-section .login img {
  padding-right: 20px;
}

.section-hide {
  display: none;
}

.dockbar-portlet {
  height: 70px;
}
.dockbar-portlet .container-block {
  display: block;
  overflow-y: scroll;
  height: 70px;
}
.dockbar-portlet .container-block #dockbar-header {
  display: flex;
  justify-content: space-between;
}
.dockbar-portlet .container-block #dockbar-header ul {
  list-style-type: none;
  height: 70px;
  margin-bottom: 0;
}
.dockbar-portlet .container-block #dockbar-header ul .menu-dockbar {
  border-left: 2px solid RGB(170 170 170/7%);
  padding: 25px 20px 21px;
}
.dockbar-portlet .container-block #dockbar-header ul .menu-dockbar-close {
  display: none;
}

.notifications_dockbar {
  margin-top: 15px;
  z-index: 2;
  margin-left: 52px;
}

/* Desktop */
@media (min-width: 600px) {
  .dockbar-portlet {
    height: 88px;
  }
  .dockbar-portlet .default-logo {
    margin-left: 120px;
  }
  .dockbar-portlet #dockbar {
    height: 88px;
    margin-bottom: 0px;
  }
  .dockbar-portlet #dockbar .dockbar-section {
    border-left: 2px solid RGB(170 170 170/7%);
    padding: 0px;
  }
  .dockbar-portlet #dockbar .dockbar-section .dropdown button {
    left: 7px;
  }
  .dockbar-portlet #dockbar .dockbar-section .avatar-container {
    width: initial;
  }
  .dockbar-portlet #dockbar .dockbar-section .avatar-container button {
    width: auto;
  }
  .dockbar-portlet #dockbar .dockbar-section .avatar-container button .avatar-dockbar {
    width: 42px;
    height: 42px;
  }
  .dockbar-portlet #dockbar .dockbar-section .avatar-container button .dropdown-arrow-profile {
    position: initial;
  }
  .dockbar-portlet #dockbar .dockbar-section .login {
    padding-right: 25px;
  }
  .dockbar-portlet #dockbar .dockbar-section .login img {
    padding-right: 5px;
  }
  .dockbar-portlet .section-hide {
    display: inherit;
  }
  .dockbar-portlet .section-hide.section-nw {
    width: 0px;
  }
  .dockbar-portlet .container-block {
    display: flex;
    overflow-y: unset;
    height: 88px;
  }
  .dockbar-portlet .container-block #dockbar-header ul {
    display: none;
  }
  .dockbar-portlet .container-block #dockbar-header ul.menu-dockbar {
    display: none;
  }
  .dockbar-portlet .container-block #dockbar-header ul.menu-dockbar-close {
    display: none;
  }
  .login-button {
    padding: 31px 4px;
    text-align: center;
  }
  .login-button .icon-arrow {
    padding-right: 20px;
  }
}
/* Mobile first*/
.cabecera {
  height: 350px;
}
.cabecera .cabecera-V {
  position: absolute;
  height: inherit;
}
.cabecera .cabecera-imagen {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cabecera .cabecera-titulo {
  position: absolute;
  z-index: 1;
  margin-top: 100px;
  margin-left: 45px;
  font-size: 34px;
  color: white;
}
.cabecera .cabecera-titulo p {
  font-size: 34px;
  font-weight: 700;
  color: white;
}

/* Desktop */
@media (min-width: 600px) {
  .cabecera .cabecera-imagen {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  .cabecera .cabecera-titulo {
    margin-left: 250px;
    font-size: 44px;
    width: 440px;
  }
  .cabecera .cabecera-titulo p {
    font-size: 44px;
  }
}
/* Mobile first */
.carousel-home {
  height: 480px;
}
.carousel-home #carousel-background-home {
  max-height: 456px;
}
.carousel-home .controls {
  display: none;
}
.carousel-home #carousel-foreground-home .carousel-inner {
  padding-left: 16px;
}
.carousel-home #carousel-foreground-home .carousel-inner .item-content {
  color: #FFFFFF;
  padding: 24px;
  border-left: 1px solid white;
  height: 480px;
}
.carousel-home #carousel-foreground-home .carousel-inner .item-content h2 {
  font-weight: 700;
  font-size: 36px;
}
.carousel-home #carousel-foreground-home .carousel-inner .item-content p {
  font-weight: 600;
  font-size: 16px;
}
.carousel-home #carousel-foreground-home .carousel-inner .item-content a.own-btn.own-btn-black {
  width: 100%;
}
.carousel-home #carousel-foreground-home .carousel-indicators {
  right: unset;
  bottom: 40px;
  left: 0;
  margin: 0;
  padding: revert;
}

/* Desktop */
@media (min-width: 600px) {
  .carousel-home {
    height: 650px;
    margin-top: 15px;
  }
  .carousel-home #carousel-background-home {
    max-height: 555px;
  }
  .carousel-home #carousel-foreground-home .carousel-inner .item-content {
    color: #FFFFFF;
    margin-left: 150px;
    margin-top: 90px;
    height: 626px;
    width: 520px;
  }
  .carousel-home #carousel-foreground-home .carousel-inner .item-content h2 {
    font-size: 54px;
    margin-bottom: 17px;
  }
  .carousel-home #carousel-foreground-home .carousel-inner .item-content p {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .carousel-home #carousel-foreground-home .carousel-indicators {
    bottom: 15%;
    left: 150px;
  }
  .carousel-home .controls {
    bottom: 14%;
    padding-left: 500px;
  }
  .carousel-home .controls .carousel-control-next-icon {
    background: url("../images/icons/right_arrow.png");
    width: 50px;
    height: 50px;
  }
  .carousel-home .controls .carousel-control-next {
    position: relative;
    width: auto;
  }
}
#actividades-home {
  margin-top: 100px;
  min-height: 740px;
  margin-bottom: 100px;
}
#actividades-home .volunt-header {
  margin: 16px;
  border-left: 1px solid #007EAE;
  padding-right: 24px;
  padding-left: 24px;
}
#actividades-home .volunt-header .home-title {
  margin-bottom: 20px;
}
#actividades-home .volunt-header .home-subtitle {
  margin-bottom: 20px;
}
#actividades-home .carousel-indicators {
  bottom: -50px;
}

/* Desktop */
@media (min-width: 600px) {
  #actividades-home {
    margin-left: 166px;
    border-left: 1px solid #007EAE;
    padding-left: 40px;
  }
  #actividades-home #actividades-bloque-texto {
    margin-bottom: 50px;
  }
  #actividades-home #actividades-bloque-texto .col-md-6:first-child {
    margin-bottom: 50px;
    padding-right: 125px;
  }
  #actividades-home #actividades-bloque-carousel {
    max-width: 1440px;
  }
  #actividades-home #actividades-bloque-carousel .card-actividad {
    margin: inherit;
  }
  #actividades-home #actividades-bloque-carousel .controls {
    bottom: -50px;
  }
  #actividades-home #actividades-bloque-carousel .controls .carousel-control-prev {
    right: 80px;
    left: auto;
  }
  #actividades-home #actividades-bloque-carousel .controls .carousel-control-prev .carousel-control-prev-icon {
    background: url("../images/icons/left_arrow_blue.png");
    width: 50px;
    height: 50px;
  }
  #actividades-home #actividades-bloque-carousel .controls .carousel-control-next-icon {
    background: url("../images/icons/right_arrow_blue.png");
    width: 50px;
    height: 50px;
  }
}
#ser-feliz-home {
  max-height: 800px;
  background-color: rgba(246, 246, 246, 0.25);
}
#ser-feliz-home .ser-feliz-image img {
  width: 100%;
}
#ser-feliz-home .ser-feliz-banner {
  position: initial;
  background-color: #80BFD7;
  padding: 26px;
  border-radius: 10px;
  margin: 13px;
  top: -200px;
}
#ser-feliz-home .ser-feliz-banner .white-line {
  height: 109%;
  border-left: 1px solid #FFFFFF;
  padding-left: 30px;
}
#ser-feliz-home .ser-feliz-banner .white-line #home-ver-video {
  cursor: pointer;
}

/* Desktop */
@media (min-width: 600px) {
  #ser-feliz-home {
    background-color: rgba(246, 246, 246, 0.5);
  }
  #ser-feliz-home .ser-feliz-image img {
    height: 600px;
    object-fit: cover;
  }
  #ser-feliz-home .ser-feliz-banner {
    left: 61%;
    bottom: 442px;
    padding: 60px;
    width: 560px;
    height: auto;
    top: -585px;
    position: relative;
  }
  #ser-feliz-home .ser-feliz-banner .white-line {
    height: 115%;
  }
  #ser-feliz-home .ser-feliz-banner .home-title {
    margin-bottom: 17px;
  }
  #ser-feliz-home .ser-feliz-banner .home-subtitle {
    margin-bottom: 60px;
  }
}
/* Mobile first */
#volunt-home {
  background-color: rgba(246, 246, 246, 0.25);
  padding-bottom: 100px;
}
#volunt-home .volunt-header {
  margin: 16px;
  border-left: 1px solid #007EAE;
  padding-right: 24px;
  padding-left: 24px;
}
#volunt-home .volunt-image {
  position: absolute;
}
#volunt-home .volunt-bloque {
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1294117647);
  border-radius: 10px;
  padding: 24px;
  width: 300px;
  margin-top: 380px;
  background-color: #FFFFFF;
}
#volunt-home .volunt-bloque:hover {
  border: 0.5px solid #007EAE;
}
#volunt-home .volunt-bloque .volunt-bloque-title {
  font-size: 20px;
  font-weight: 700;
  color: #007EAE;
  margin-bottom: 14px;
}
#volunt-home .volunt-bloque .volunt-bloque-title .volunt-bloque-link {
  position: absolute;
  right: 15px;
  top: 35%;
  width: 36px;
  height: 36px;
}
#volunt-home .volunt-home-carousel {
  margin-left: 35px;
}
#volunt-home .volunt-home-carousel .carousel-indicators { /* TODO: Probablemente se meterá en estilos comunes de carousel */
  bottom: -50px;
}

/* Desktop */
@media (min-width: 600px) {
  #volunt-home {
    padding-left: 150px;
    padding-bottom: 85px;
    background-color: rgba(246, 246, 246, 0.5);
    margin-left: 150px;
    margin-top: 50px;
  }
  #volunt-home .volunt-image {
    position: relative;
    right: 0;
    width: 100%;
  }
  #volunt-home .volunt-image img {
    border-radius: 50px 0 0 50px;
    height: 750px;
    object-fit: cover;
  }
  #volunt-home .volunt-bloque {
    position: relative;
    margin-top: 40px;
    min-width: 500px;
    width: calc(100% + 100px);
    z-index: 1;
  }
  #volunt-home .volunt-bloque .volunt-bloque-title {
    font-size: 18px;
  }
  #volunt-home .volunt-bloque .volunt-bloque-link {
    width: 50px;
    height: 50px;
  }
}
#descubrenos-home {
  height: 1000px;
  margin-top: 100px;
  margin-bottom: 50px;
}
#descubrenos-home #header-desc-home {
  margin-top: 20px;
  margin-bottom: 100px;
}
#descubrenos-home .controls {
  bottom: 250px;
  padding-left: 80%;
}
#descubrenos-home .carousel-control-prev-icon {
  background: url("../images/icons/left_arrow.png");
  width: 50px;
  height: 50px;
}
#descubrenos-home .carousel-control-next-icon {
  background: url("../images/icons/right_arrow.png");
  width: 50px;
  height: 50px;
}
#descubrenos-home .carousel-control-next {
  margin-left: 18px;
}
#descubrenos-home .carousel-control-next, #descubrenos-home .carousel-control-prev {
  position: relative;
  width: auto;
}
#descubrenos-home .vert .carousel-item-next.carousel-item-left,
#descubrenos-home .vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#descubrenos-home .vert .carousel-item-next,
#descubrenos-home .vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}
#descubrenos-home .vert .carousel-item-prev,
#descubrenos-home .vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
#descubrenos-home #carousel-foreground-desc-mobile {
  top: 140px;
}
#descubrenos-home #carousel-foreground-desc-mobile .carousel-item {
  padding-left: 30px;
  padding-right: 50px;
}
#descubrenos-home #carousel-background-desc-mobile {
  max-height: 600px;
}
#descubrenos-home .quote {
  font-family: Arial;
  font-size: 128px;
}
#descubrenos-home .abstract-quote {
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  padding-left: 15px;
  margin-top: 50px;
}
#descubrenos-home .abstract-author {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  padding-left: 60px;
}
#descubrenos-home .actividad-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  padding-left: 60px;
}
#descubrenos-home #indicator-mobile {
  font-size: 24px;
  color: #007EAE;
}
#descubrenos-home .own-btn-mobile {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Desktop */
@media (min-width: 600px) {
  #descubrenos-home {
    height: 880px;
  }
  #descubrenos-home .controls {
    bottom: 222px;
    padding-left: calc(16% + 46px);
    padding-right: 16%;
  }
  #descubrenos-home #carousel-pager-desc {
    padding-right: 17%;
    padding-left: 17%;
  }
  #descubrenos-home #carousel-pager-desc .discover-person-card {
    padding: 25px 30px;
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1294117647);
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #descubrenos-home #carousel-pager-desc .discover-person-card-active {
    border-color: #007EAE;
    border-style: solid;
    border-width: 0.5px;
  }
  #descubrenos-home #carousel-pager-desc .discover-person-card-title {
    font-size: 22px;
    color: #007EAE;
  }
  #descubrenos-home #carousel-pager-desc .discover-person-card-description {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
  }
  #descubrenos-home .abstract-quote {
    font-size: 38px;
    line-height: 48px;
    margin-top: 60px;
  }
  #descubrenos-home .abstract-author {
    margin-left: 16%;
    font-size: 24px;
  }
}
.card-home {
  height: 270px;
  color: white;
  margin: 15px;
  opacity: 0.9;
}
.card-home .card-text-block {
  position: absolute;
  bottom: 2%;
  text-shadow: 0 0 1px black;
}
.card-home .card-text-block h2 {
  font-size: 36px;
  font-weight: bold;
}
.card-home .card-text-block .card-text-block-text {
  font-weight: bold;
}

@media (min-width: 600px) {
  .card-home {
    margin: 15px 0 15px 15px;
  }
}
.activity-error {
  margin: 4em;
}
.activity-error .h1 {
  border-left: 2px solid #007EAE;
  padding-left: 10px;
}
.activity-error p {
  background-color: #007EAE;
  padding: 2em;
  color: white;
  font-weight: 400;
}

.card-actividad {
  border: 1px solid #007EAE;
  border-radius: 15px;
  margin: auto;
  min-height: 465px;
  cursor: pointer;
  margin-bottom: 30px;
  height: 95%;
}
.card-actividad .dynimicBlueRed {
  color: #80BFD7;
}
.card-actividad .img-box img {
  width: 100%;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  max-height: 215px;
  min-height: 215px;
  object-fit: cover;
}
.card-actividad .mosca-sw {
  position: absolute;
  right: 30px;
  bottom: 33px;
  z-index: 2;
  width: 50px;
}
.card-actividad .mosca-16 {
  position: absolute;
  right: 109px;
  bottom: 33px;
  z-index: 2;
  width: 50px;
}
.card-actividad .mosca-16-right {
  position: absolute;
  right: 30px;
  bottom: 33px;
  z-index: 2;
  width: 50px;
}
.card-actividad .mosca-12 {
  position: absolute;
  right: 109px;
  bottom: 33px;
  z-index: 2;
  width: 50px;
}
.card-actividad .mosca-12-right {
  position: absolute;
  right: 30px;
  bottom: 33px;
  z-index: 2;
  width: 50px;
}
.card-actividad a .datetime {
  margin-bottom: 10px;
  margin-left: 20px;
  bottom: 30px;
  position: absolute;
}
.card-actividad a .datetime .datetime-days {
  font-size: 25px;
  font-weight: 300;
  color: #80BFD7;
  line-height: 80%;
  margin-bottom: 10px;
}
.card-actividad a .datetime .datetime-months {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.card-actividad a .datetime.cvsocial {
  margin-left: 0px;
}
.card-actividad a .datetime.cvsocial .datetime-months {
  display: inline;
}
.card-actividad a .datetime.cvsocial .datetime-year {
  display: inline;
}
.card-actividad a .datetime.cvsocial .datetime-days {
  display: inline;
}
.card-actividad a .content {
  padding: 20px 20px;
  color: #333333;
}
.card-actividad a .content .content.mt-auto {
  padding: 0;
}
.card-actividad a .content .canal {
  font-weight: 400;
  text-transform: uppercase;
}
.card-actividad a .content .info {
  margin-bottom: 0;
}
.card-actividad a .content .title {
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-actividad a .content .plazas {
  margin-bottom: 0;
  position: inherit;
  font-weight: 700;
  color: #80BFD7;
  text-transform: uppercase;
  min-height: 24px;
}
.card-actividad a .content .plazas p {
  margin-bottom: 0;
}
.card-actividad a .content .plazas .sin-plazas {
  color: #E51029;
}
.card-actividad a .content .location {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  position: inherit;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-actividad a .content .share a {
  color: white;
}
.card-actividad:hover {
  background-color: #007EAE;
}
.card-actividad:hover a .content {
  color: #FFFFFF;
  text-decoration: none;
}
.card-actividad:hover a .content .datetime .datetime-days {
  color: #FFFFFF;
}
.card-actividad:hover a .content .plazas {
  color: #FFFFFF;
}
.card-actividad.sin-plazas {
  border: 1px solid #E51029;
}
.card-actividad.sin-plazas .dynimicBlueRed {
  color: #E51029;
}
.card-actividad.sin-plazas a .content .datetime .datetime-days {
  color: #E51029;
}
.card-actividad.sin-plazas a .content .plazas .sin-plazas {
  color: #E51029;
}
.card-actividad.sin-plazas:hover {
  border: 1px solid #007EAE;
}
.card-actividad.sin-plazas:hover .dynimicBlueRed {
  color: #FFFFFF;
}
.card-actividad.sin-plazas:hover a .content .datetime .datetime-days {
  color: #FFFFFF;
}
.card-actividad.sin-plazas:hover a .content .plazas {
  color: #FFFFFF;
}

.sw-logo {
  background-image: url("../images/common/social-week.png");
  background-repeat: no-repeat;
  /* position: relative; */
  background-size: 85px auto;
  background-position-x: calc(100% + 5px);
  background-position-y: -3px;
}
.sw-logo.sw-logo-ca {
  background-image: url("../images/common/social-week-ca.png");
}

.sw-logo-black {
  background-image: url("../images/common/social-week.png");
  background-repeat: no-repeat;
  /* position: relative; */
  background-size: 85px auto;
  background-position-x: calc(100% + 5px);
  background-position-y: -3px;
  border-top-right-radius: 10px;
}
.sw-logo-black.sw-logo-black-ca {
  background-image: url("../images/common/social-week-ca.png");
}

.mas16-div {
  width: 100%;
  height: 55px;
  position: absolute;
}

.mas16-logo {
  background-image: url("../images/common/mas-16-blue.png");
  background-repeat: no-repeat;
  background-size: 60px auto, 85px auto;
  background-position: calc(100% - 120px) 0px, 100% -3px;
}
.mas16-logo.mas16-logo-ca {
  background-image: url("../images/common/mas-16-blue-ca.png");
}
.mas16-logo.mas16-logo-right {
  background-position-x: calc(100% - 40px);
}

.mas12-div {
  width: 100%;
  height: 55px;
  position: absolute;
}

.mas12-logo {
  background-image: url("../images/common/mas-12-blue.png");
  background-repeat: no-repeat;
  background-size: 60px auto, 85px auto;
  background-position: calc(100% - 120px) 0px, 100% -3px;
}
.mas12-logo.mas12-logo-ca {
  background-image: url("../images/common/mas-12-blue-ca.png");
}
.mas12-logo.mas12-logo-right {
  background-position-x: calc(100% - 40px);
}

/* Mobile */
@media (max-width: 993px) {
  .card-actividad {
    min-height: 220px;
  }
  .img-box {
    display: none;
  }
  .card-actividad a .datetime {
    margin-bottom: 30px;
  }
  .card-actividad a .content {
    padding: 20px 20px 60px;
  }
  .card-actividad .mosca-16-right {
    bottom: 18px;
  }
  .card-actividad .mosca-12-right {
    bottom: 18px;
  }
  .card-actividad .mosca-sw {
    bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #zv-activities-list #sectionActivityList .row.list {
    width: fit-content !important;
  }
}
/* Mobile */
.card-noticia {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  padding: 0;
  max-width: 350px;
  height: 561px;
}
.card-noticia:hover {
  border: 1px solid #007EAE;
}
.card-noticia .not-photo img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: 250px;
  object-fit: cover;
}
.card-noticia .not-title {
  font-size: 20px;
  font-weight: 700;
  padding: 38px 38px 17px 38px;
  color: #007EAE !important;
}
.card-noticia .not-actividad {
  padding: 0 38px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: unset;
}
.card-noticia a {
  color: #007EAE;
}
.card-noticia a:hover {
  text-decoration: none;
}

.news-container {
  background-color: #EAECEB;
}

.flag-news {
  position: absolute;
  left: 195px;
  width: 65px;
  min-height: 74px;
  max-height: 74px;
  background-color: #80BFD7;
  padding: 5px;
  padding-top: 10px;
  border-radius: 0 0 10px 10px;
}
.flag-news .img-flag {
  width: 65px;
  min-height: 58px;
  max-height: 58px;
}
.flag-news small {
  padding-top: 5px;
}

/* Desktop */
@media (min-width: 600px) {
  .flag-news {
    left: 254px;
  }
  .card-noticia a .not-title {
    font-size: 22px;
  }
}
.card-experiencia {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  max-width: 350px;
  height: 424px;
  padding: 29px 38px;
}
.card-experiencia:hover {
  border: 1px solid #007EAE;
}
.card-experiencia a {
  color: #333333;
}
.card-experiencia a .exp-avatar {
  margin-bottom: 25px;
}
.card-experiencia a .exp-avatar .exp-avatar-img {
  width: 70px;
  height: 70px;
  border-radius: 76.9231px;
  object-fit: cover;
}
.card-experiencia a .exp-author {
  color: #80BFD7;
  font-size: 22px;
  line-height: 32px;
}
.card-experiencia a .exp-volunt {
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.card-experiencia a .exp-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.card-experiencia a:hover {
  text-decoration: none;
}

#btn-hazte-voluntario {
  position: fixed;
  top: 75%;
  right: -210px;
  background-color: #007EAE;
  border-radius: 40px;
  z-index: 2;
  padding: 12px 22px 12px 55px;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1294117647);
}
#btn-hazte-voluntario img {
  position: absolute;
  top: -12px;
  left: -29px;
}
#btn-hazte-voluntario a {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  color: white;
  text-decoration: none;
}

/* Desktop */
@media (min-width: 600px) {
  #btn-hazte-voluntario {
    top: 80%;
    right: 76px;
  }
}
.notificacion-list {
  list-style: none;
  padding: 0;
}
.notificacion-list .notificacions-item {
  background: #FFFFFF;
  border: 1px solid #007EAE;
  border-radius: 10px;
  padding: 24px;
  margin: 12px 0;
  display: block;
  cursor: pointer;
  overflow-wrap: break-word;
}
.notificacion-list .notificacions-item .notifications__title-block {
  border-left: solid 10px #FFFFFF;
  border-radius: 8px;
}
.notificacion-list .notificacions-item .notifications__title-block {
  border-left: none;
}
.notificacion-list .notificacions-item.pendiente {
  border-left: solid 10px #007EAE;
  background-color: #E5F2F7;
}
.notificacion-list .notificacions-item:hover {
  background-color: #007EAE !important;
  text-decoration: none;
}
.notificacion-list .notificacions-item:hover .notifications__title-block .notifications__description-title-h4 {
  color: #FFFFFF;
}
.notificacion-list .notificacions-item:hover .notifications__title-block .notifications__description-text {
  color: #FFFFFF;
}
.notificacion-list .notificacions-item:hover .notifications__time-location-block {
  color: #FFFFFF;
  border-left: solid 1px white;
}
.notificacion-list .notificacions-item:hover .notifications__time-location-block p {
  color: #FFFFFF;
}
.notificacion-list .notifications__description-title-h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}
.notificacion-list .notifications__description-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.notificacion-list .notifications__time-location-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
}
.notificacion-list .notifications__time-location-block p:last-child {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.notificacion-list hr {
  width: 96px;
  height: 0;
  border-bottom: 1px solid #333333;
  text-align: start;
  margin: 0 0 16px 0;
}

.btn-notif {
  width: inherit;
  margin-bottom: 10px;
}

/* Desktop */
@media (min-width: 600px) {
  .notificacion-list .notificacions-item .notifications__title-block {
    border-left: solid 10px #FFFFFF;
  }
  .notificacion-list .notificacions-item.pendiente {
    border-left: none;
  }
  .notificacion-list .notificacions-item {
    min-width: 1111px;
    display: flex;
    padding: 0;
    justify-content: space-between;
  }
  .notificacion-list .notifications__title-block {
    width: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 10px 15px;
  }
  .notificacion-list .notifications__time-location-block {
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    border-left: 1px solid #007EAE;
    padding-left: 2rem;
  }
  .notificacion-list .notifications__description-title-h4 {
    margin: 0.4rem 0;
  }
  .notificacion-list .notificacions-item.pendiente {
    background-color: #e5f2f7;
  }
  .notificacion-list .notificacions-item.pendiente .notifications__title-block {
    border-left: solid 10px #007EAE;
  }
  .notificacion-list hr {
    display: none;
  }
  .btn-notif {
    font-size: 12px !important;
    padding: 5px !important;
    margin-top: 1px;
  }
}
.missatges-container {
  margin-bottom: 50px;
}
.missatges-container .missatges-list-container {
  width: 100%;
  padding: 0;
  border-right: 1px solid #007EAE;
}
.missatges-container .missatges-list-container .missatges-list-container-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-height: 600px;
  overflow-y: scroll;
}
.missatges-container .missatges-list-container .missatges-list-container-ul .missatge-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  background-color: #E5F2F7;
  padding: 30px 20px;
  color: black;
  margin: 0.2rem 0;
}
.missatges-container .missatges-list-container .missatges-list-container-ul .missatge-item div {
  margin-left: 1rem;
  width: 150px;
}
.missatges-container .missatges-list-container .missatges-list-container-ul .missatge-item div p {
  margin: 0;
  padding: 0;
}
.missatges-container .missatges-list-container .missatges-list-container-ul .missatge-item.active {
  background-color: #bde8f2;
}
.missatges-container .missatges-list-container .missatges-list-container-ul .missatge-item:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.missatges-container .missatges-list-container .missatges-list-container-ul .missatge-item:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.missatges-container .missatges-list-container .missatges-list-container-ul .missatge-item .lexicon-icon {
  margin-right: 10px;
  cursor: pointer;
}
.missatges-container .missatges-container-chat {
  max-height: 600px;
  border-radius: 5px;
  margin: 50px 0;
}
.missatges-container .missatges-container-chat div#editMessageModal {
  min-height: 185px;
  width: 30em;
  margin-left: 3%;
  position: absolute;
  margin-top: 10em;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3) !important;
  background-color: #bde8f2;
  z-index: 1;
}
.missatges-container .missatges-container-chat div#editMessageModal textarea {
  margin-left: 1em;
  margin-bottom: 1em;
  width: 95%;
}
.missatges-container .missatges-container-chat div#editMessageModal .close {
  margin-left: 65%;
  width: 160px;
}
.missatges-container .missatges-container-chat div#editMessageModal button {
  width: 95px;
  height: 40px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #333333;
  margin-left: 15px;
}
.missatges-container .missatges-container-chat .missatges-container-chat-list {
  overflow-y: auto;
  max-height: 500px;
  border: none;
}
.missatges-container .missatges-container-chat .missatges-container-chat-list .missatge-container-chat-item {
  min-height: 179px;
  display: flex;
  height: auto;
  padding-top: 1rem;
  color: black;
}
.missatges-container .missatges-container-chat .missatges-container-chat-list .missatge-container-chat-item .missatge-text-content {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #333333;
  padding-right: 33px;
  padding-top: 12px;
  padding-bottom: 31px;
}
.missatges-container .missatges-container-chat .missatges-container-chat-list .missatge-container-chat-item.active {
  background-color: #F6F6F6;
}
.missatges-container .missatges-container-chat .missatges-container-chat-list .missatge-container-chat-item img {
  height: 42px;
  width: 42px;
  display: flex;
  margin-left: 16px;
}
.missatges-container .missatges-container-chat .missatges-container-chat-list .missatge-container-chat-item div {
  margin-left: 1rem;
}
.missatges-container .missatges-container-chat .missatges-container-chat-list .missatge-container-chat-item div p {
  padding: 0;
  margin: 0;
}
.missatges-container .missatges-container-chat .missatges-container-chat-list .missatge-container-chat-item .lexicon-icon {
  margin-right: 10px;
  cursor: pointer;
}
.missatges-container .missatges-container-chat .missatges-container-input-msg {
  border-bottom-right-radius: 10px;
}
.missatges-container .missatges-container-chat .missatges-container-input-msg .input-group {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #CCEDF9;
  height: 100px;
}
.missatges-container .missatges-container-chat .missatges-container-input-msg .input-group input {
  height: 80px;
  background-color: white;
  border: none;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #89949E;
}
.missatges-container .missatges-container-chat .missatges-container-input-msg .input-group .placeholder {
  display: none;
}
.missatges-container .missatges-container-chat .missatges-container-input-msg .input-group .input-group-append .btn {
  width: 150px;
  height: 64px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #333333;
  margin: 8px;
}
.missatges-container .missatge-avatar {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 76.9231px;
}
.missatges-container .missatge-name {
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 700;
}
.missatges-container .missatge-description {
  line-height: 20px;
  letter-spacing: 0;
}

@media (min-width: 600px) {
  .missatges-container {
    border: 2px solid #007EAE;
    border-radius: 5px;
    margin-bottom: 2rem;
  }
  .missatges-container row {
    flex-flow: row nowrap;
  }
  .missatges-container row ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .missatges-container row ul .missatge-item {
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: center;
    max-width: 350px;
    width: 350px;
    background-color: #E5F2F7;
    margin: 0.2rem 0;
  }
  .missatges-container row ul .missatge-item div p {
    margin: 0;
    margin-left: 1rem;
  }
  .missatges-container row ul .missatge-item.active {
    background-color: #bde8f2;
  }
  .missatges-container row ul .missatge-item .lexicon-icon {
    cursor: pointer;
  }
  .missatges-container row .missatges-list-container {
    border-right: 2px solid #007EAE;
    padding: 0;
    width: auto;
  }
  .missatges-container row .missatges-list-container ul {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .missatges-container row .missatges-list-container .missatge-item:first-child {
    border-top-left-radius: 15px;
  }
  .missatges-container row .missatges-list-container .missatge-item:last-child {
    border-bottom-left-radius: 15px;
  }
  .missatges-container row .missatges-list-container .lexicon-icon {
    margin-right: 10px;
    cursor: pointer;
  }
  .missatges-container .missatges-container-chat {
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border: none;
    margin: initial;
  }
  .missatges-container .missatges-container-chat .missatges-container-chat-list .missatge-container-chat-item {
    min-height: 179px;
    display: flex;
    padding-top: 28px;
    height: auto;
  }
  .missatges-container .missatges-container-chat .missatges-container-chat-list .missatge-container-chat-item .img {
    height: 42px;
    width: 42px;
    display: flex;
    margin-left: 36px;
  }
  .missatges-container .missatges-container-chat .missatges-container-chat-list .missatge-container-chat-item div {
    margin-left: 1rem;
    width: 100%;
  }
  .missatges-container .missatges-container-chat .missatges-container-chat-list .missatge-container-chat-item div p {
    padding: 0;
    margin: 0;
  }
  .missatges-container .missatges-container-chat .missatges-container-chat-list .missatge-container-chat-item div .missatge-name {
    float: left;
  }
  .missatges-container .missatges-container-chat .missatges-container-chat-list .missatge-container-chat-item div .missatge-description {
    float: right;
    padding-right: 1em;
    color: lightgray;
  }
  .missatges-container .missatges-container-chat .missatges-container-chat-list .missatge-container-chat-item div .missatge-text-content {
    float: left;
    width: 100%;
    font-style: italic;
    line-height: 20px;
    letter-spacing: 0;
    color: #333333;
    padding-right: 33px;
    padding-top: 12px;
    padding-bottom: 31px;
  }
  .missatges-container .missatges-container-chat .missatges-container-chat-list .missatge-container-chat-item.active {
    background-color: #F6F6F6;
  }
  .missatges-container .missatges-container-chat .missatges-container-chat-list .missatges-container-input-msg .input-group {
    height: 65px;
    background-color: white;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    border: none;
  }
  .missatges-container .missatges-container-chat .missatges-container-chat-list .missatges-container-input-msg .input-group .input {
    height: 80px;
    background-color: white;
    border: none;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    color: #89949E;
  }
  .missatges-container .missatges-container-chat .missatges-container-chat-list .missatges-container-input-msg .input-group .placeholder {
    display: none;
  }
  .missatges-container .missatges-container-chat .missatges-container-chat-list .missatges-container-input-msg .input-group .input-group-append .btn {
    width: 150px;
    height: 64px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #333333;
    margin: 8px;
  }
}
section.modal.aceptacion-modal.modal-dialog {
  max-width: none !important;
  z-index: 9900 !important;
}
section.modal.aceptacion-modal .modal-dialog {
  width: -webkit-fill-available !important;
  max-width: none !important;
  z-index: 9900 !important;
}
section.modal.aceptacion-modal .modal-dialog .modal-content {
  min-height: 24em;
}
section.modal.aceptacion-modal .modal-dialog .modal-footer {
  display: block;
}
section.modal.aceptacion-modal .modal-dialog .modal-footer span {
  margin: 0.5em !important;
}
section.modal.aceptacion-modal .modal-dialog .modal-footer span .modal-button {
  margin: 0 !important;
  margin-top: 0.5em !important;
}

@media (min-width: 576px) {
  section.modal.aceptacion-modal .modal-dialog {
    max-width: none;
  }
}
.modal-activities .modal-dialog .modal-content {
  padding: 25px !important;
  min-height: 33em;
}
.modal-activities .modal-dialog .modal-content ul {
  max-height: 12em !important;
}
.modal-activities .modal-dialog .modal-content .container h2 {
  text-align: left;
  border-left: 1px solid #007EAE;
  padding-left: 22px;
}
.modal-activities .modal-dialog .modal-content .newsletter__checkbox span {
  content: "";
  display: inline-block;
  float: left;
  margin-bottom: 18.1px;
  vertical-align: -25%;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: white;
  border: 1px solid lightgray;
  margin-right: 0.5em;
}
.modal-activities .modal-dialog .modal-content .newsletter__checkbox .check__mark {
  content: "";
  position: absolute;
  width: 2.2ex;
  height: 1.4ex;
  background: rgba(0, 0, 0, 0);
  top: 0.7ex;
  left: 2.4ex;
  border: 3px solid #007EAE;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-52deg);
  -moz-transform: rotate(-52deg);
  -o-transform: rotate(-52deg);
  -ms-transform: rotate(-52deg);
  transform: rotate(-52deg);
}
.modal-activities .modal-dialog .modal-content .check__restyle span.check_restyle_parent {
  content: "";
  display: inline-block;
  float: left;
  margin-bottom: 18.1px;
  vertical-align: -25%;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: white;
  border: 1px solid lightgray;
  margin-right: 0.5em;
}
.modal-activities .modal-dialog .modal-content .check__restyle span.check_restyle_parent .check__mark {
  content: "";
  position: absolute;
  width: 2.2ex;
  height: 1.4ex;
  background: rgba(0, 0, 0, 0);
  top: 2.7ex;
  left: 1.8ex;
  border: 3px solid #007EAE;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-52deg);
  -moz-transform: rotate(-52deg);
  -o-transform: rotate(-52deg);
  -ms-transform: rotate(-52deg);
  transform: rotate(-52deg);
}
.modal-activities .modal-dialog .modal-content #customCalendarMultiples .uib-daypicker tbody button {
  pointer-events: none;
}
.modal-activities .modal-dialog .video-buttons {
  pointer-events: auto;
  margin-top: 65px;
}

/* TODO: Este CSS esta mal hecho...hacer refactor en cuanto se pueda */
.modal-availability {
  width: 100%;
  /** Table **/
  /** Icons **/
}
.modal-availability .activitats-h2-title-container {
  border-left: 2px solid #007EAE;
  margin-left: 16px;
  padding: 0 24px;
  margin-top: 26px;
  margin-bottom: 29px;
}
.modal-availability .activitats-h2-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0;
  text-align: left;
}
.modal-availability .input-group input {
  height: 80px;
  border: solid 1px #E6E9EC;
  font-style: italic;
}
.modal-availability .input-group .input-group-append .btn {
  height: 80px;
  width: 80px;
  border: solid 1px #E6E9EC;
  justify-content: center;
  z-index: 0;
}
.modal-availability .input-group .input-group-append .btn i {
  font-size: x-large;
}
.modal-availability .activitats .btn {
  height: 64px;
  border: solid 1px #E6E9EC;
  display: flex;
  align-items: center;
}
.modal-availability .activitats .btn:hover {
  background-color: white;
  color: #89949E;
}
.modal-availability .activitats .dropdown-menu {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
}
.modal-availability .activitats .dropdown-menu {
  width: 100%;
  transform: translate3d(0px, 64px, 0px) !important;
}
.modal-availability .activitats .show .dropdown-divider {
  border: none;
}
.modal-availability .activitats .show .dropdown-menu .btn {
  margin: 0 auto;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  height: 44px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  color: #007EAE;
}
.modal-availability .activitats .show .dropdown-menu .btn-outline-primary {
  border: solid 2px #007EAE;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  height: 44px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
}
.modal-availability .activitats .show .dropdown-menu .form-select {
  width: 100%;
  height: 64px;
  border: solid 1px #E6E9EC;
  background-color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #89949E;
  padding: 0.5rem;
}
.modal-availability .activitats .category-item {
  background-color: #007EAE;
  color: white;
  border-radius: 20px;
  height: 30px;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  /* identical to box height, or 107% */
  display: flex;
  /* white FFFFFF */
  width: fit-content;
  margin: 0.5rem;
  text-transform: uppercase;
  justify-content: space-around;
  align-items: center;
}
.modal-availability .activitats .dropdown-item {
  background-color: white;
}
.modal-availability .activitats__h4-title-container {
  background: #F2F9FB;
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 22px;
}
.modal-availability .activitats__h4-title {
  /* FRANGES HORÀRIES */
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  /* identical to box height, or 100% */
  text-transform: uppercase;
  /* Negro 333333 */
  color: #333333;
  margin: 0;
  padding: 0;
}
.modal-availability .activitats .scrolling-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-color: #007EAE;
}
.modal-availability .activitats .scrolling-wrapper::-webkit-scrollbar {
  scrollbar-color: #007EAE;
}
.modal-availability .table {
  box-sizing: border-box;
  border: none;
  min-width: 900px;
  overflow: scroll;
}
.modal-availability .table thead th {
  border: none;
  text-align: center;
  display: inline-block;
  width: 12.5%;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: capitalize;
}
.modal-availability .table td:first-child {
  border: none;
  display: inline-block;
}
.modal-availability .table tr td {
  height: 62px;
  cursor: pointer;
  border: none;
  background-color: #F6F6F6;
  margin: 0.2rem;
  display: inline-block;
}
.modal-availability .table tbody tr td {
  width: 12.5%;
  margin: 0;
  border: 5px solid #fff;
}
.modal-availability .table tbody tr td:first-child {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #333333;
  width: 12.5%;
  line-height: 38px;
  background-color: unset;
}
.modal-availability .table thead tr th:first-child {
  min-width: 100px;
  margin: 0;
}
.modal-availability .table tr td:hover {
  min-width: 110px;
  height: 62px;
  cursor: pointer;
  background-color: #007EAE;
}
.modal-availability .form-group .date label {
  margin-bottom: 0.5rem;
  position: absolute;
  z-index: 10;
  top: 0.5rem;
  left: 1rem;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #89949E;
}
.modal-availability .form-group .date input {
  height: 64px;
}
.modal-availability .form-group .date input::placeholder {
  margin: 1rem 0;
  font-style: normal;
}
.modal-availability .form-group .date span {
  margin: 1rem 0;
  font-style: normal;
  position: absolute;
  right: 1rem;
}
.modal-availability .btn-outline-secondary:not(:disabled):not(.disabled).active,
.modal-availability .btn-outline-secondary:not(:disabled):not(.disabled):active,
.modal-availability .show > .btn-outline-secondary.dropdown-toggle {
  color: #6c757d;
  background-color: white;
}
.modal-availability .fa-calendar::before {
  content: url(../images/icons/calendar-blue.svg);
}
.modal-availability .activitats .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url(../images/icons/chevron-blue.svg);
  background-position: right;
}
.modal-availability .activitats .form-select {
  content: url(../images/icons/chevron-blue.svg);
  background-repeat: no-repeat;
  background-position-x: right 1.2rem;
}
.modal-availability .dropdown-toggle::after {
  display: flex;
  margin-left: 0;
  vertical-align: 0;
  content: url(../images/icons/chevron-blue.svg);
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
}
.modal-availability .available {
  position: relative;
  background-color: #007EAE !important;
}
.modal-availability .available::after {
  content: url(../images/icons/vector-v.svg);
  position: absolute;
  top: 3px;
  left: 1.9rem;
}
.modal-availability .dates {
  margin-bottom: 20px;
}
.modal-availability .dates input {
  border: 1px solid #E6E9EC !important;
}
.modal-availability .dates::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 15px;
  background: url("../images/icons/calendar-blue.svg") no-repeat;
  width: 40px;
  height: 26.78px;
  float: right;
  margin: 0 6px 0 0;
}
.modal-availability .modal-inner-lg-container label {
  text-transform: uppercase !important; /* checkout label Tipo de compromiso and replace custom style with uppercase */
  color: #89949E;
}
.modal-availability .modal-inner-lg-container {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.modal-availability .modal-inner-lg-container ul {
  margin-left: 30px;
}

@media (min-width: 600px) {
  .modal-availability .activitats-h2-title-container {
    max-width: 505px;
  }
  .modal-availability .activitats .dropdown-menu {
    min-width: 350px;
  }
  .modal-availability .activitats .dropdown-calendar {
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
    position: absolute;
    will-change: transform;
    top: 0;
    right: 0;
    max-width: 995px;
  }
  .modal-availability .calendar-box {
    position: inherit;
  }
  .modal-availability .date {
    width: 48%;
  }
  .modal-availability .form-group {
    margin-bottom: 1rem;
    display: flex;
    flex-flow: row wrap;
    gap: 4%;
  }
  .modal-availability .activitats .show .dropdown-menu .form-select {
    width: 48%;
  }
  .modal-availability .custom-control {
    display: flex;
    align-items: center;
  }
  .modal-availability .button-calendar-box {
    display: flex;
    flex-flow: row-reverse nowrap;
  }
  .modal-availability .child-form-select {
    width: 100% !important;
  }
  .modal-availability .dates {
    margin-bottom: 0;
  }
}
/*Fix datepickers modal disponibilidad*/
.modal-availability .uib-datepicker-popup .btn-default.active {
  color: #007EAE !important;
  background-color: white;
  border-color: white;
}

.modal-availability .uib-datepicker-popup .btn-default.active .text-info {
  color: #007EAE !important;
}

.modal-availability {
  overflow: visible !important;
}

@media (max-width: 600px) {
  .modal-availability ul.uib-datepicker-popup.dropdown-menu.ng-scope {
    left: -30px !important;
  }
}
@media (min-width: 600px) {
  .modal-availability span:has(span.own-btn) {
    margin-top: 1em;
  }
  .modal-availability ul.uib-datepicker-popup.dropdown-menu.ng-scope {
    top: 0px !important;
    left: -28px !important;
    position: relative !important;
    height: 100% !important;
  }
  .modal-availability div[uib-datepicker-popup-wrap] {
    width: 23em !important;
  }
  .modal-availability input[name=ini_date], input[name=end_date] {
    width: 100% !important;
  }
  .modal-availability div:has(> input[name=ini_date]) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal-availability div:has(> input[name=end_date]) {
    position: absolute;
    top: 0;
    left: 16em;
  }
}
/*Fin fix datepickers*/
/* Mobile */
.modal-configuration .own-btn.own-btn-dockbar {
  width: unset;
  padding: 24px;
}
.modal-configuration .modal-dialog .modal-content {
  background-color: unset;
  padding: 0 !important;
  border: unset;
  max-height: unset !important;
}
.modal-configuration .modal-dialog .modal-content .container {
  background-color: white;
  border-top-left-radius: 4px;
}

.modal-confirmation {
  margin-top: 20% !important;
  margin-bottom: 30% !important;
}

/* Desktop */
@media (min-width: 600px) {
  .modal-confirmation {
    margin-top: 3em !important;
    margin-bottom: 1em !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.modal-punctual-multiple .section-title-blue {
  background-color: #F2F9FB;
  height: 64px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.modal-punctual-multiple .info__boxes {
  border-bottom: 2px solid #F6F6F6;
  margin-bottom: 43px;
}
.modal-punctual-multiple .info__boxes .info__box {
  font-size: 24px;
  margin-right: 48px;
  color: #666666;
}
.modal-punctual-multiple .info__boxes .info__box.schedule__enabled, .modal-punctual-multiple .info__boxes .info__box.calendar__enabled {
  font-weight: 700;
  border-bottom: 4px solid #007EAE;
  color: #333333;
}
.modal-punctual-multiple .day-block {
  width: 120px;
}
.modal-punctual-multiple .day-block .week__day {
  width: 110px;
  height: 62px;
  cursor: pointer;
  border: none;
  background-color: #F6F6F6;
  display: inline-block;
  margin: 0.75rem;
}
.modal-punctual-multiple .day-block .week__day:hover {
  cursor: pointer;
  background-color: #007EAE;
}
.modal-punctual-multiple .day-block .week__day.selected__day {
  background-image: url(../images/icons/vector-v.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #007EAE;
}
.modal-punctual-multiple .location {
  text-align: left;
}
.modal-punctual-multiple .location ul {
  list-style: none;
}
.modal-punctual-multiple .events__checkbox, .modal-punctual-multiple .events__checkbox--multiple {
  border: 1px solid #009FE3;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  float: left;
}
.modal-punctual-multiple .checkbox__round {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid #009FE3;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  min-width: 18px;
}
.modal-punctual-multiple .month-block {
  width: 125px;
}
.modal-punctual-multiple .month-block .month {
  width: 110px;
  height: 62px;
  cursor: pointer;
  border: none;
  background-color: #F6F6F6;
  display: inline-block;
  margin: 0.75rem;
}
.modal-punctual-multiple .month-block .month.selected__month {
  background-image: url(../images/icons/vector-v.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #007EAE;
}
.modal-punctual-multiple .month-block .month.disabled__month {
  background-color: #89949E;
  cursor: none;
  pointer-events: none;
}
.modal-punctual-multiple .month-block .month:hover {
  cursor: pointer;
  background-color: #007EAE;
}
.modal-punctual-multiple .uib-daypicker {
  border: 1px solid #e5e5e5;
}
.modal-punctual-multiple .uib-daypicker small {
  color: #80BFD7;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.modal-punctual-multiple .uib-daypicker .btn-default {
  background-color: #FFFFFF !important;
  color: #333333;
  border: none !important;
  box-shadow: none !important;
  padding: 15px;
}
.modal-punctual-multiple .uib-daypicker .btn-default strong {
  font-size: 30px;
}
.modal-punctual-multiple .uib-daypicker .btn-default.active {
  background-color: #F6F6F6;
  color: #333333;
}
.modal-punctual-multiple .uib-daypicker .btn-default:not(:disabled):not(.disabled).active {
  border-color: #007EAE;
  border-radius: 30px;
}
.modal-punctual-multiple .uib-daypicker .date-selected button span {
  background-color: #007EAE;
  color: #FFFFFF !important;
  border-radius: 25px;
  padding: 10px;
}
.modal-punctual-multiple.modal-continuous-inscription .uib-daypicker button.btn:not(.uib-title):not(.uib-left):not(.uib-right) {
  pointer-events: none;
}
.modal-punctual-multiple.modal-continuous-inscription .uib-daypicker button.btn.uib-title:hover, .modal-punctual-multiple.modal-continuous-inscription .uib-daypicker button.btn.uib-left:hover, .modal-punctual-multiple.modal-continuous-inscription .uib-daypicker button.btn.uib-right:hover {
  background-color: #007EAE !important;
  color: #FFF !important;
}
.modal-punctual-multiple.modal-continuous-inscription .uib-daypicker .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal-punctual-multiple.modal-continuous-inscription .uib-daypicker .glyphicon.glyphicon-chevron-left:before {
  content: "\e079";
}
.modal-punctual-multiple.modal-continuous-inscription .uib-daypicker .glyphicon.glyphicon-chevron-right:before {
  content: "\e080";
}
.modal-punctual-multiple.modal-continuous-inscription .uib-daypicker .date-selected button {
  padding: 7px;
}
.modal-punctual-multiple.modal-continuous-inscription .uib-daypicker .date-not-selected button {
  pointer-events: auto !important;
  padding: 7px;
}
.modal-punctual-multiple.modal-continuous-inscription .uib-daypicker .date-not-selected button span {
  background-color: #89949E;
  color: #FFFFFF !important;
  border-radius: 25px;
  padding: 10px;
}
.modal-punctual-multiple.modal-continuous-inscription .months__events .months__events--list .months__events--item .check__mark {
  pointer-events: none;
}
.modal-punctual-multiple .lista-dias {
  max-height: 400px;
  overflow: auto;
}
.modal-punctual-multiple .months__events .months__events--title {
  font-weight: 700;
  font-size: 20px;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.modal-punctual-multiple .months__events .months__events--list .months__events--item {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px;
}
.modal-punctual-multiple .months__events .months__events--list .months__events--item .check__mark {
  margin-left: 5px;
}
.modal-punctual-multiple .months__events .months__events--list .months__events--item .evento {
  font-weight: 700;
  font-size: 18px;
  color: #80BFD7;
}

.modal-mutiple-inscription .section-title-blue {
  background: rgba(128, 191, 215, 0.1);
  border: 1px solid #F6F6F6;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* Mobile */
.modal .panel.modal-content:has(#ofrecimientos-form) {
  min-width: 0 !important;
}

#ofrecimientos-form #addEmailButton {
  margin-top: 0.5em;
  font-weight: 700;
  border-color: black;
  border-radius: 2px;
}
#ofrecimientos-form #boxReservaPlaza {
  display: inline;
}
#ofrecimientos-form #checkReservaPlaza {
  position: relative;
  left: 0;
  margin-left: 0;
}
#ofrecimientos-form #box-emails {
  margin-top: 1em;
  background-color: #EAECEE;
}
#ofrecimientos-form #box-emails div {
  padding: 7px;
}
#ofrecimientos-form #box-emails #removeEmailButton {
  cursor: pointer;
  margin-right: 7px;
}

/* Desktop */
@media (min-width: 600px) {
  .modal .panel.modal-content:has(#ofrecimientos-form) {
    min-width: 630px !important;
  }
  #ofrecimientos-form #addEmailButton {
    margin-top: 0.5em;
  }
  #ofrecimientos-form #boxReservaPlaza {
    display: inline;
  }
  #ofrecimientos-form #checkReservaPlaza {
    position: relative;
    left: 0px;
    margin-left: 0em;
  }
}
#chat-actividad .btn-comment {
  background: #333333;
  border-radius: 2px;
  color: #FFFFFF !important;
  padding: 10px;
  border-color: transparent;
  border-width: 1px;
  font-size: 16px;
  font-weight: 700;
}
#chat-actividad .btn-comment:disabled {
  background-color: #e5e5e5;
  color: #89949E !important;
  cursor: not-allowed;
}

.zv-activity-detail {
  color: #333333;
}
.zv-activity-detail .back-link {
  color: #007EAE;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
}
.zv-activity-detail .subtitle-page {
  width: 100%;
}
.zv-activity-detail .title-section {
  color: #80BFD7;
  font-weight: 700;
  text-transform: capitalize;
}
.zv-activity-detail .article-info {
  padding-left: 24px;
  margin-top: 50px;
  max-width: 100%;
}
.zv-activity-detail .article-info .paragraph {
  max-width: 100%;
}
.zv-activity-detail .nav-activity-interest {
  border: 1px solid #007EAE;
  border-radius: 10px;
  padding: 20px 35px;
  margin-bottom: 10px;
}
.zv-activity-detail .nav-activity-interest .online {
  font-size: 20px;
}
.zv-activity-detail .nav-activity-interest .titulo-actividad {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 28px;
}
.zv-activity-detail .nav-activity-interest.sin-plazas {
  border: 1px solid #E51029;
}
.zv-activity-detail .nav-activity-interest.sin-plazas .datetime .datetime-days {
  color: #E51029;
}
.zv-activity-detail .nav-activity-interest .datetime {
  margin-bottom: 40px;
}
.zv-activity-detail .nav-activity-interest .datetime .datetime-days {
  font-size: 64px;
  font-weight: 300;
  color: #80BFD7;
}
.zv-activity-detail .nav-activity-interest .datetime .datetime-months {
  font-size: 20px;
  text-transform: uppercase;
}
.zv-activity-detail .nav-activity-interest .plazas {
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}
.zv-activity-detail .nav-activity-interest .plazas.sin-plazas {
  color: #333333;
}
.zv-activity-detail .nav-activity-interest .location {
  text-transform: uppercase;
}
.zv-activity-detail .nav-activity-interest .hr-incripcion {
  margin-top: 28px;
}
.zv-activity-detail .nav-activity-interest .limite-inscripcion {
  text-align: center;
}
.zv-activity-detail .nav-activity-interest .own-btn-black {
  width: 100%;
}
.zv-activity-detail .nav-activity-interest .preCierre-button {
  margin-top: 1em;
}
.zv-activity-detail .nav-activity-interest .gestor {
  font-weight: 600;
  margin-bottom: 1em !important;
}
.zv-activity-detail .nav-activity-interest .gestor .titulo {
  text-transform: uppercase;
  margin-bottom: 13px;
}
.zv-activity-detail .nav-activity-interest .gestor .avatar {
  border-radius: 76.9231px;
  width: 42px;
  height: 42px;
  object-fit: cover;
}
.zv-activity-detail li span {
  color: #333333;
}
.zv-activity-detail .secondary-nav-container .nav:not(.nav-scroll-tabs) {
  padding: 0;
  margin: 0;
  border: none;
}
.zv-activity-detail .event-simple-delete {
  color: #E51029;
}

.mapa iframe {
  max-width: 100%;
}

/* ShareUrl */
.shareurl-parent {
  display: flex;
  align-items: center;
  margin-bottom: 1rem !important;
  text-align: center !important;
}

.share-div-1 {
  text-align: center !important;
  padding: 0px;
}

.text-share {
  color: #007EAE;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 20px;
}

.text-share:hover {
  color: #007EAE;
}

/* Desktop */
@media (min-width: 600px) {
  .zv-activity-detail .article-info {
    padding-left: 40px;
    max-width: 100%;
  }
  .zv-activity-detail .nav-activity-interest {
    padding: 20px 45px;
  }
}
.uib-datepicker-popup {
  max-width: 400px;
}
.uib-datepicker-popup .btn-default {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.uib-datepicker-popup .btn-default.active {
  color: #FFFFFF;
  background-color: #007EAE;
  border-color: #007EAE;
  border-radius: 20px;
}
.uib-datepicker-popup .btn-default:hover {
  color: #333333 !important;
  background-color: #FFFFFF !important;
  border-color: #007EAE !important;
  border-radius: 20px;
}
.uib-datepicker-popup .text-info {
  color: #FFFFFF !important;
}

.volunt-dxp-perfilvoluntario .has-error .help-block {
  margin-top: 3em;
}
.volunt-dxp-perfilvoluntario .fileCDNS .has-error .help-block {
  width: 50em;
  top: 3em;
  left: -19em;
}

@media (max-width: 767px) {
  .volunt-dxp-perfilvoluntario .fileCDNS .has-error .help-block {
    top: 2.4em;
    left: -32em;
  }
}
#propuestaActividadDiv, #autoActividadDiv {
  float: right;
  z-index: 1;
  position: relative;
}
#propuestaActividadDiv .tooltip, #autoActividadDiv .tooltip {
  padding-left: 10px;
  width: 15em;
}
#propuestaActividadDiv .tooltip-inner, #autoActividadDiv .tooltip-inner {
  background: white;
  border: 2px solid #007EAE;
  color: #007EAE !important;
  text-align: justify;
  font-size: 13px;
}

#propuestaActividadModal, #autoActividadModal {
  text-align: center;
  padding-right: 15px;
}
#propuestaActividadModal .modal-dialog, #autoActividadModal .modal-dialog {
  width: -webkit-fill-available !important;
  max-width: none !important;
  z-index: 9900 !important;
}
#propuestaActividadModal .modal-dialog .modal-content, #autoActividadModal .modal-dialog .modal-content {
  overflow-y: auto;
  min-height: 86vh;
}

#entidadColaboradoraModal .modal-dialog {
  width: -webkit-fill-available !important;
  max-width: none !important;
  z-index: 9900 !important;
}
#entidadColaboradoraModal .modal-dialog .modal-content {
  max-height: none;
  min-height: 800px;
}

#activityStartDate .placeholder {
  opacity: 0;
}

@media (min-width: 600px) {
  #propuestaActividadModal, #autoActividadModal {
    text-align: right;
    padding: 0;
  }
  #propuestaActividadModal #proponerActividadBtn, #propuestaActividadModal #autoActividadBtn, #autoActividadModal #proponerActividadBtn, #autoActividadModal #autoActividadBtn {
    padding: 22px;
  }
}
#autoActividadModal .modal-dialog .modal-content {
  min-height: 91vh;
}

.portlet {
  margin-bottom: 0;
}

.portlet-layout {
  margin: 0;
}

.portlet-icon-back {
  display: none;
}

.portlet-title-text {
  border-bottom: 2px solid #007EAE;
  padding-bottom: 10px;
  overflow: inherit;
  max-width: 100%;
  white-space: normal;
  margin-bottom: 25px;
}

.portlet-content {
  padding: 12px 10px 10px;
  background: #FFFFFF;
}

.portlet-layout .portlet-header {
  margin-bottom: 0;
}

.portlet-barebone .portlet-content {
  padding: 0;
  border: 0;
}

#column-1 {
  padding: 0;
}

#wrapper {
  padding: 0;
}

.error-block {
  color: #dc3545;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}

.form-control.input-empty {
  border: 1px solid #dc3545 !important;
}

/*.header-mobile {
  .send-email {
    display: none;
  }
}*/
/* Dropdown */
.dropdown-item.active,
.dropdown-menu > li > a.active,
.dropdown-menu .link-list > li > a.active,
.dropdown-item:active,
.dropdown-menu > li > a:active,
.dropdown-menu .link-list > li > a:active {
  background-color: inherit;
}

/* Hide mentions in discussion */
.lfr-discussion-editor .yui3-aclist-content {
  display: none;
}

/* Delete padding from 2 column layouts */
.columns-2 .portlet-column {
  padding: 0;
}

#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet {
  padding: 0;
}
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .panel-body {
  position: relative;
  left: 2px;
}
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .panel-body .button-holder {
  justify-content: center;
}
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-header {
  margin-bottom: 0;
}
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row {
  flex-flow: column-reverse;
}
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row #login-image {
  background-image: url("../images/login/login.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 460px;
}
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row #login-image .login-text-container {
  margin-top: 100px;
}
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row #login-image .login-text-container .login-text {
  color: #FFFFFF;
  flex-flow: row;
}
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row #login-image .login-text-container .login-text p {
  font-size: 28px;
}
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row #login-image .login-text-container .login-text p.login-comma {
  font-family: Arial, serif;
  font-size: 128px !important;
  font-weight: 400;
  line-height: 48px;
  position: relative;
  top: 31px;
  left: 96px;
}
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row #login-login #_com_liferay_login_web_portlet_LoginPortlet_loginForm,
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row #login-login #_com_liferay_login_web_portlet_LoginPortlet_fm {
  text-align: center;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row #login-login #_com_liferay_login_web_portlet_LoginPortlet_loginForm .title,
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row #login-login #_com_liferay_login_web_portlet_LoginPortlet_fm .title {
  font-size: 34px;
}
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row #login-login #_com_liferay_login_web_portlet_LoginPortlet_loginForm .subtitle,
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row #login-login #_com_liferay_login_web_portlet_LoginPortlet_fm .subtitle {
  font-size: 22px;
  margin-bottom: 50px;
}
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row #login-login #_com_liferay_login_web_portlet_LoginPortlet_loginForm label,
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row #login-login #_com_liferay_login_web_portlet_LoginPortlet_fm label {
  width: 350px;
  display: inline-block;
}
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row #login-login #_com_liferay_login_web_portlet_LoginPortlet_loginForm .remember-pwd,
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-container .row #login-login #_com_liferay_login_web_portlet_LoginPortlet_fm .remember-pwd {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #007EAE;
  margin-top: 38px;
  margin-bottom: 20px;
}
#p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .login-button {
  padding: 0;
  margin: 50px 0 0;
}

/* Desktop */
@media (min-width: 600px) {
  #p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content .login-container .row {
    flex-flow: row;
  }
  #p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content .login-container .row #login-image {
    background-image: url("../images/login/login.png");
    height: 880px;
  }
  #p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content .login-container .row #login-image .login-text-container {
    padding-right: calc(25% - 121px);
    padding-left: calc(25% - 121px);
    margin-top: 173px;
  }
  #p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content .login-container .row #login-image .login-text-container .login-text p {
    font-size: 29px;
  }
  #p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content .login-container .row #login-image .login-text-container .login-text p.login-comma {
    top: 32px;
    left: 68px;
  }
  #p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content .login-container .row #login-image .login-text-container .login-button {
    margin-top: 40px;
    text-align: left;
    padding: 31px 4px;
    margin-left: 8.333333333%;
  }
  #p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content .login-container .row #login-login {
    display: flex;
    justify-content: center;
    margin-top: 135px;
    text-align: center;
  }
  #p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content .login-container .row #login-login #_com_liferay_login_web_portlet_LoginPortlet_loginForm,
  #p_p_id_com_liferay_login_web_portlet_LoginPortlet_ #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content .login-container .row #login-login #_com_liferay_login_web_portlet_LoginPortlet_fm {
    margin-top: 0;
  }
}
.ratings-stars-average, .lexicon-icon-vertical-align {
  display: none;
}

.ratings-stars-icon-full, .ratings-stars-icon-empty {
  width: 40px;
  height: 40px;
}

.ratings-stacked-stars-vote-stars {
  position: absolute;
  left: 20%;
  bottom: 81%;
}

.banner-course {
  height: 30vh;
}

.ratings-stars-icon-full {
  color: #007EAE;
}

/* Desktop */
@media (min-width: 600px) {
  .ratings-stacked-stars-vote-stars {
    position: absolute;
    left: 68%;
    bottom: 392%;
  }
  .banner-course {
    height: 45vh;
  }
}
/* Large */
@media (min-width: 1600px) {
  .ratings-stacked-stars-vote-stars {
    position: absolute;
    left: 66%;
    bottom: 353%;
  }
}
/* 4K */
@media (min-width: 2300px) {
  .ratings-stacked-stars-vote-stars {
    position: absolute;
    left: 61%;
    bottom: 353%;
  }
}
/* Banners introducción */
.texto-destacado {
  font-size: 21px;
  background-color: #0099D7;
  color: white;
  padding: 3px;
}

.light-blue {
  color: #80BFD7;
}

.font-21 {
  font-size: 21px;
}

/* Bloques sin detalle */
.block-box {
  background-color: #80BFD7;
  min-height: 200px;
  max-height: 200px;
}

.block-box2 {
  display: none;
}

.block-img {
  min-height: 300px;
  height: 100%;
}

.btn-light-blue {
  background-color: #0099D7;
  color: white;
  border-radius: 4px;
  padding: 16px;
  border-color: transparent;
  border-width: 1px;
}

.btn-light-blue:hover {
  background-color: #0099D7;
  color: white;
}

[role=button] {
  cursor: pointer;
}

.light-out {
  filter: brightness(0.5);
}

/* Academia tres bloques */
.big-block-box {
  background-color: #0099D7;
  min-height: 350px;
  max-height: 350px;
}

.font-b-36 p {
  font-weight: 700;
  font-size: 36px;
}

.font-20 p {
  font-size: 20px;
}

/* Memoria */
.memoria-img {
  min-height: 200px;
  height: 100%;
}

.font-b-85 {
  font-weight: 700;
  font-size: 85px;
}

/* RRSS */
.sec picture img {
  max-width: 170px !important;
  min-width: 170px;
  max-height: 170px;
}

/* Academia fórmate y prepárate */
.formate-box {
  background-color: #1680A8;
  min-height: 350px;
}
.formate-box.min-h-0 {
  min-height: 60px;
}

.font-b-38 p {
  font-weight: 700;
  font-size: 38px;
}

.order_1 {
  order: 1;
}

.order-1 {
  order: -1;
}

.btn.btn-link-accordion[aria-expanded=true]::before {
  content: "- ";
  font-size: 50px;
  order: 1;
  padding-bottom: 10px;
  margin-left: 11px;
  text-decoration: none;
}

.btn.btn-link-accordion::before {
  content: "+ ";
  font-size: 34px;
  order: 1;
  padding-bottom: 2px;
  margin-left: 11px;
  text-decoration: none;
}

.btn-link-accordion:focus {
  box-shadow: none;
}

.text-underline {
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .order_1 {
    order: -1;
  }
  .vertical-line {
    display: none;
  }
}
/* Bloques oscuros */
.black-box {
  background-color: #2E2E2E;
}
.black-box .img {
  min-height: 200px;
  max-height: 200px;
}

.font-15 p {
  font-size: 15px;
}

/* Bloques con banderas */
.flag-radius {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
}

.flag-container {
  background-color: #EAECEB;
}

.white-box {
  background-color: white;
}
.white-box .img {
  min-height: 200px;
  max-height: 200px;
}

.font-b-28 p {
  font-weight: 700;
  font-size: 28px;
}

.font-blue {
  color: #168CB9;
}

.flag-ong {
  position: relative;
  left: 207px;
  width: 69px;
  min-height: 74px;
  max-height: 74px;
  background-color: #80BFD7;
  padding: 5px;
  padding-top: 10px;
  border-radius: 0 0 10px 10px;
}
.flag-ong .img-flag {
  width: 65px;
  min-height: 58px;
  max-height: 58px;
}
.flag-ong small {
  padding-top: 5px;
}

div[id^=clay-dropdown-menu-].dropdown-menu {
  padding: 0.5rem 0;
}
div[id^=clay-dropdown-menu-].dropdown-menu .dropdown-item {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  transition: none;
  white-space: normal;
  word-wrap: break-word;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem !important;
  padding-left: 3.5rem !important;
  clear: both;
  font-weight: 400;
  font-size: 10px !important;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-transform: unset;
}
div[id^=clay-dropdown-menu-].dropdown-menu .dropdown-item svg {
  font-size: 10px !important;
}

.portlet-topper-toolbar svg.lexicon-icon > * {
  fill: #212529 !important;
}

@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;
    transform: translateY(-97%);
  }
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}

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;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}

html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}

html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}

html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}

html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}

html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Classes needed from version 7.4.u63 */
.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
}

ul.dropdown-menu {
  margin-top: 0;
}

.dropdown-item, .dropdown-menu > li > a, .dropdown-menu .link-list > li > a {
  display: block;
  white-space: normal;
  text-align: inherit;
  clear: both;
  border: 0;
}

.dropdown-menu > li > a:hover {
  text-decoration: none;
}

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

.fade.in {
  opacity: 1;
}

.radio, .checkbox {
  position: relative;
}
.radio label, .checkbox label {
  min-height: 24px;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
}

.nav > li {
  position: relative;
}
.nav > li a {
  display: block;
  padding: 0.5rem 1rem;
}
.nav > li a:hover {
  text-decoration: none;
}

.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li a {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs > li a.active {
  color: #495057;
}

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  height: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: none;
  }
}
.col-xs-12 {
  flex: 0 0 100%;
  padding-right: 15px;
  padding-left: 15px;
}

a:hover {
  text-decoration: none;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: fixed;
}

.ml-auto, .mx-auto, [class*=-offset-] {
  margin-left: auto !important;
}

.col-1, .col-xs-1, .col-2, .col-xs-2, .col-3,
.col-xs-3, .col-4, .col-xs-4, .col-5, .col-xs-5,
.col-6, .col-xs-6, .col-7, .col-xs-7, .col-8, .col-xs-8,
.col-9, .col-xs-9, .col-10, .col-xs-10, .col-11,
.col-xs-11, .col-12, .col-xs-12, .col, .col-auto,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10,
.col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1,
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11,
.col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2,
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
.col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4,
.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10,
.col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-3, .col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-9, .col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}