/*1721113086000*/
@charset "UTF-8";
@use "sass:math" as *;
/**
 * Clay 3.84.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
 */
@use "sass:math" as *;
/**
 * Clay 3.84.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
 */
.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 {
  font-size: 0.875rem; }
  .sidebar-sm .sheet-subtitle {
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .sidebar-sm .form-group {
    margin-bottom: 1rem; }
  .sidebar-sm .form-control {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    height: 2rem;
    line-height: 1.5;
    min-height: auto;
    padding: 0.25rem 0.75rem; }
    .sidebar-sm .form-control.form-control-tag-group {
      height: auto; }
      .sidebar-sm .form-control.form-control-tag-group .form-control-inset {
        margin-bottom: 0;
        margin-top: 0; }
      .sidebar-sm .form-control.form-control-tag-group .label {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0 0.25rem; }
    .sidebar-sm .form-control[type='file'] {
      padding: 0; }
  .sidebar-sm select.form-control {
    padding-right: 1.6rem; }
    .sidebar-sm select.form-control:not([size]) {
      height: 2rem; }
  .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 .btn:not(.btn-unstyled) {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    line-height: 1.15;
    padding: 0.4375rem 0.75rem; }
    .sidebar-sm .btn:not(.btn-unstyled).close {
      padding: 0.4375rem; }
  .sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
    height: 2rem;
    padding: 0.1875rem 0;
    width: 2rem; }
    .sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
      padding: 0; }
  .sidebar-sm .input-group-item .input-group-text {
    font-size: 0.875rem;
    height: 2rem;
    min-width: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .sidebar-sm .input-group-item .btn .btn-section {
    font-size: 0.5625rem; }
  .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 - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform; }
  .contextual-sidebar.contextual-sidebar-visible {
    pointer-events: auto;
    transform: translateX(0); }
  body.has-control-menu .contextual-sidebar {
    height: calc(100vh - 98px);
    top: 98px; }

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px; }
    body.has-control-menu .contextual-sidebar {
      height: calc( 100vh - 120px);
      top: 120px; }
  .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 .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 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: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/DibaMenuVertical-theme/images/states/empty_state.gif); }

.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/DibaMenuVertical-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px; }

.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/DibaMenuVertical-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/DibaMenuVertical-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/DibaMenuVertical-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.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; }

.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(.component-action):not(.btn) {
  color: #343a40; }

.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 .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

.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; } }
  .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: '\25be'; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: '\25b8'; }
      .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 .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::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; } }

.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: #4b9bff; }

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ffb46e; }

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff5f5f; }

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #50d2a0; }

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff73c3; }

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #9be169; }

.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: #ffd76e; }

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5fc8ff; }

.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-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; } }

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 (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; } }

@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. */
/***************** liferay **********************/
.quick-access-nav .list-unstyled li {
  padding: 0; }

.portlet-layout {
  display: block; }

.portlet-borderless-bar {
  float: left;
  position: inherit; }

.portlet-asset-publisher .asset-user-actions .export-actions, .portlet-asset-publisher .asset-user-actions .print-action, .portlet-asset-publisher .asset-user-actions .locale-actions {
  float: right; }

/**** normas especificas ****/
.centrado {
  text-align: center; }

/********************* Layouts *********************************/
#fila1 {
  padding: 0 0 20px 0; }

#fila1 img {
  margin-right: .8em;
  margin-left: .8em;
  margin-bottom: .9em;
  margin-top: .3em;
  border: 0; }

#fila1 #column-2.colDcha25 a {
  text-decoration: none;
  border-bottom: 0; }

#fila1 .flotantesquerra {
  float: left; }

#fila1 #column-2.colDcha25 a:hover {
  text-decoration: underline; }

#column-2.colDcha25 {
  border-left: 1px solid #ccc; }

#column-2.colDcha25.gris {
  background: #eee;
  border: 0; }

#column-2.colDcha25 h2 {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 3px;
  margin-bottom: 10px; }

#column-2 .derechaDreta {
  background-color: #eee;
  padding: 15px; }

.derechaDreta .portlet-column-content.empty {
  padding: 0; }

#column-2.derechaDreta ul {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding-top: 4px;
  margin: 4px 0 5px 0;
  list-style-position: outside; }

#column-2.derechaDreta ul li {
  font-weight: normal;
  list-style: none;
  color: #404040;
  margin-bottom: 5px;
  margin-left: 5px;
  line-height: 1.5em;
  text-align: left; }

#column-2.derechaDreta p {
  font-weight: normal;
  font-size: 100%;
  line-height: 1.4em;
  margin: 0.7em 0 0.7em 0;
  text-align: justify; }

#column-2.derechaDreta img {
  border: 0px;
  vertical-align: bottom; }

#column-2.derechaDreta ul li a {
  border-bottom: none; }

#column-2.derechaDreta ul li a:hover {
  text-decoration: underline; }

#column-2.colDcha70 {
  float: right !important; }

/* columna de la home y del interior con la layout 30gris */
#column-2 h2 {
  font-size: 1.4em;
  margin: 0;
  padding: 0; }

#column-1.gris h2, #column-1.gris h3 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 1.4em; }

#column-1.gris h3 {
  font-size: 1.3em; }

#column-1.gris a {
  text-decoration: none;
  border-bottom: 1px dotted; }

#column-1.gris a:hover {
  border-bottom: 1px solid; }

/************************ Elementos generales****************** ***/
ul li, ul li li, ul li li li, ol li {
  padding: 0 0 5px;
  line-height: 1.7em; }

ol {
  margin-left: 2.5em; }

ol li {
  margin-left: 7px; }

/******************Menú Horizontal *****************************/
/*.menuHorizontal { 
		background: #444;
		min-height: 35px;
	}*/
.menuHorizontal .portlet-content ul {
  margin: 0;
  padding-left: 0;
  color: #fff;
  display: inline;
  padding-top: 7px;
  padding-bottom: 17px;
  float: left;
  width: 100%; }

.menuHorizontal .portlet-borderless-container {
  min-height: 0; }

.menuHorizontal .portlet-content ul li {
  list-style-type: none;
  border-right: #ccc 1px dotted;
  padding: 0;
  display: block;
  float: left; }

.menuHorizontal .portlet-content ul > li:last-child {
  border-right: 0; }

.menuHorizontal .portlet-content ul li a, .menuHorizontal ul li a:visited, .menuHorizontal ul li a:hover {
  padding: 0px 10px;
  font-size: 0.935rem; }

/********************* Menu Vertical ***************************/
.menuVertical .portlet-navigation {
  margin-bottom: 20px; }

.menuVertical .portlet-navigation .list-menu {
  padding: 10px;
  padding-left: 0;
  font-weight: normal;
  border-bottom: 1px solid #ccc; }

.menuVertical ul {
  margin: 0;
  padding: 0; }

.menuVertical ul li {
  list-style-type: none;
  padding: 0; }

.menuVertical ul li a, .menuVertical ul li.open a {
  display: block;
  color: #333;
  line-height: 1.7em; }

.menuVertical ul li a.selected {
  font-weight: 700; }

/**************************************************Fin Estructura **********************************************************/
/*****************************************Buscador de viviendas ****************************************************************/
.HousingService-portlet label {
  margin-left: 10px;
  line-height: 1.5em;
  padding-bottom: .5em; }

.HousingService-portlet input[type="submit"], .HousingService-portlet input[type="submit"]:hover {
  padding: 0 10px;
  margin-top: 20px; }

.HousingService-portlet div.radio {
  padding-left: 0; }

.HousingService-portlet form p {
  line-height: 1.4em;
  margin: 0.7em 0 1em; }

.alphabeticalindex {
  width: 100%;
  float: left;
  margin: 0;
  padding-bottom: 20px;
  padding-left: 0; }

.alphabeticalindex li {
  padding: 0 0 0 3px;
  display: inline;
  float: none;
  border-left: 1px solid #606060; }

.portlet-boundary_HousingService_WAR_HousingServiceportlet_ .alphabeticalindex li {
  border-left: 0px; }

/*Poner menor espaciado al detalle de las oficinas*/
.portlet-boundary_HousingService_WAR_HousingServiceportlet_ dl.default2 dd address.municipipality {
  margin-top: 0px;
  line-height: 1.4em;
  margin-bottom: 20px; }

.portlet-boundary_HousingService_WAR_HousingServiceportlet_ dl.default2 dd {
  padding: 10px 10px 0 10px; }

#fila1 .portlet-boundary_HousingService_WAR_HousingServiceportlet_ dl.default2 dd address.municipipality p {
  line-height: 1.4em;
  margin: 0; }

#fila1 .portlet-boundary_HousingService_WAR_HousingServiceportlet_ dl.default2 dd .horario p {
  line-height: 1.4em;
  margin: 0;
  text-align: left; }

#fila1 .portlet-boundary_HousingService_WAR_HousingServiceportlet_ dl.default2 dd .catalogo li {
  line-height: 1.4em; }

/*FIN Poner menor espaciado al detalle de las oficinas*/
.alphabeticalindex a {
  border-bottom: 1px dotted; }

.alphabeticalindex a:hover {
  border-bottom: none; }

ul.col3 {
  width: 100%;
  float: left; }

ul.col3 li {
  float: left;
  width: 33%;
  padding-right: 5%;
  line-height: 1.5em; }

.flashMunicipality {
  padding: 30px 0;
  float: left;
  width: 100%;
  text-align: center; }

#fila1 p.arriba {
  float: right;
  width: 100%;
  text-align: right; }

#fila1 p.volver {
  float: right;
  width: 100%;
  text-align: right !important; }

.flotantdretamarge_dre0 {
  float: right;
  padding: 0 0 10px 10px; }

/*** detalle del buscador de viviendas **********/
.portlet-boundary_HousingService_WAR_HousingServiceportlet_ ul.housingService li {
  list-style-type: none; }

.results-header th {
  background: none !important; }

.portlet-boundary_pij_WAR_pijportlet_ dl.mcpis dt {
  padding-left: 1em; }

/* ckeditor */
.cke_editor body, body.cke_show_borders {
  background: none; }

/* ckeditor */
.cke_editor body, body.cke_show_borders {
  background: none; }

/** quitar banderas del combo de idiomas **/
.taglib-language-option {
  background-image: none !important;
  padding-left: 0; }

/** quitar subrayado del dia actual del calendario **/
.taglib-calendar .calendar-current-day a {
  text-decoration: none; }

.taglib-calendar tr td a:hover {
  background-color: transparent;
  color: #333; }

/** notas de premsa **/
/** incidencia css/temas diba**/
.senserodoneta {
  list-style-type: none !important;
  padding-left: 0; }

.clear {
  clear: both; }

/**********/
.menuVertical ul ul {
  padding: 5px 0 5px 15px;
  border-left: 0;
  border-right: 0;
  background-color: #fff; }

.taglib-calendar table td.cursor {
  cursor: pointer; }

/**** Municipies - electes ****/
.destacat {
  margin: 10px;
  overflow: hidden;
  padding: 10px;
  background-color: #F2F2F2;
  border: 3px solid #DEDDDD;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }

/** incidencia cjs (centre) **/
input[type="checkbox"] {
  margin: 0 .3em 0 0; }

span.italica {
  font-style: italic; }

#fila1 .portlet-action a, #fila1_fit .portlet-action a {
  border: 0; }

.llistatemes li {
  list-style: none; }

.llistatemes li div {
  margin-top: 5px;
  background-color: #ececed;
  float: left;
  width: 100%; }

.llistatemes li div:hover {
  background-color: #ddd; }

.llistatemes li a {
  text-decoration: none;
  color: #545454; }

#fila1 .llistatemes img {
  margin: 0 10px 0 0; }

.llistatemes li h4 {
  padding: 19px 0 0 90px; }

.llistatemes li h3 {
  font-size: 1.7em;
  margin-bottom: 0; }

.tema-contingut ul.article_listing {
  margin-left: 15px;
  padding: 0; }

.content-list-portlet .customMenuTematica {
  z-index: 10;
  margin: 0;
  padding-left: 3px;
  text-align: center;
  width: 100%;
  top: 92px;
  left: 0;
  position: absolute;
  background-image: url(https://media.diba.cat/diba/imatges/carrusel/fons-noticia.png); }

.content-list-portlet .customMenuTematica li {
  list-style-type: none;
  height: 8px; }

.content-list-portlet .tematica-carrusel img {
  /*width: 223px;*/
  margin-bottom: 10px;
  /*margin-left: -10px;
		margin-top: -10px;*/ }

.content-list-portlet .tema-contingut, .tema-contingut {
  min-height: 30px;
  /*width: 225px;*/
  width: 100% !important;
  display: inline-block;
  padding: 10px;
  color: #515151;
  font-size: 1em;
  border: 0px solid #cacaca;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px; }

.content-list-portlet .tema-contingut .carousel-inner {
  margin-bottom: 15px; }

.content-list-portlet .tema-contingut ol.carousel-indicators {
  bottom: -12px; }

.content-list-portlet .tema-contingut ol.carousel-indicators li.active {
  background-color: #555; }

.content-list-portlet .tema-contingut ol.carousel-indicators li {
  background-color: #d7d9da; }

.content-list-portlet .tema-contingutx2 {
  width: 505px; }

.content-list-portlet .tema-contingut ul li.article {
  margin-bottom: 0; }

.content-list-portlet .tema-contingutx2 ul li {
  width: 217px; }

.journal-content-article .tema-cap {
  min-height: 44px;
  border: 1px solid #cacaca;
  border-bottom-color: #e7e7e7;
  padding: 0;
  margin-top: 10px;
  background-color: #d7d9da;
  /*width: 225px;*/ }

.journal-content-article .tema-capx2 {
  width: 505px; }

.journal-content-article .tema-cap h2 {
  color: #676767;
  font-weight: normal;
  font-size: 1.3em;
  margin: 10px 0 0 10px;
  padding: 0px;
  float: left;
  clear: none; }

.journal-content-article .tema-peu {
  min-height: 26px;
  border: 1px solid #cacaca;
  border-top: 0px;
  padding: 7px;
  /*width: 225px;*/ }

.journal-content-article .tema-peu a {
  font-size: 1em;
  text-decoration: none;
  color: #0076ad;
  float: right;
  margin: 0;
  padding: 0px;
  text-align: right; }

.journal-content-article .tema-banner {
  border-left-width: 1px;
  border-left-color: #cacaca;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: #cacaca;
  border-right-style: solid;
  /*max-width: 225px;*/ }

.journal-content-article .tema-banner img {
  width: 100% !important; }

.journal-content-article .tema-bannerx2 {
  width: 505px; }

.journal-content-article .tema-bannerx2 img {
  width: 504px; }

.video.embed-responsive {
  width: 100%;
  display: block;
  border: none; }

.video.embed-responsive iframe {
  width: 100%; }

#readspeaker_button1 {
  float: right;
  z-index: 1; }

/*-------- Galeria imatges diba ----------*/
#galeriaDiba, .galeriaDiba {
  margin-bottom: 15px;
  background-color: #F7F7F7;
  -moz-border-radius: 22px 0;
  -webkit-border-radius: 22px 0;
  border-radius: 22px 0;
  padding: 5px;
  border: 1px solid #ccc; }

#galeriaDiba a, .galeriaDiba a {
  border-bottom: none !important; }

#galeriaDiba a:hover, .galeriaDiba a:hover {
  border-bottom: none !important; }

#galeriaDiba img, .galeriaDiba img {
  -moz-border-radius: 10px 0;
  -webkit-border-radius: 10px 0;
  border-radius: 10px 0;
  box-shadow: #D5D0D0 3px 3px 3px; }

/*-------- Categories ODS per premsa ----------*/
#titolOds {
  padding: 0px;
  margin: 0px 0px 10px 10px; }

#titolOds .icon-large {
  color: #3AA9E6;
  margin-right: 5px; }

#titolOds img {
  height: 3.4rem;
  border-radius: 40px;
  margin: 0px 5px; }

#categoryOds a {
  text-decoration: none; }

#categoryOds img {
  height: 3.4rem;
  margin: 0px 5px; }

/*-------- Breadcrumb ----------*/
.breadcrumb > li + li::before {
  display: inline-block;
  color: #6c757d;
  content: "/";
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

/*-------- Menu ----------*/
.caret {
  border-top: 0.3em dashed;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
  border-top: .3em solid \9;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent; }

/* 3 puntos configuración */
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: #6b6c7e; }

.portlet-journal-content .portlet .portlet-header .visible-interaction .dropdown-action > button {
  color: #6b6c7e !important; }

.top1 .language-entry-short-text {
  text-transform: uppercase; }

/* Contingut relacionats */
.asset-links.content-metadata-asset-addon-entries.mb-4 {
  margin-bottom: 0 !important; }

.asset-links li.list-group-item.list-group-item-flex {
  border: 0; }

.asset-links span.sticker.sticker-secondary.sticker-rounded {
  display: none; }

.asset-links .sidebar-list-group .autofit-col {
  padding: 0 0 0 1.5rem; }

.asset-links .list-group-title [href] {
  font-size: 1rem; }

.asset-links .sheet-tertiary-title {
  font-size: 1.2rem;
  padding-bottom: 0;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0.5rem !important; }

/* BOTONS AREA */
#seccio-boto-area {
  font-size: 20px; }

#seccio-boto-area .boto-area {
  background-color: #F7F7F7 !important;
  background: url(https://media.diba.cat/diba/maqueta/logos/escudo.svg) no-repeat 112% 0px;
  background-position: center right -30px;
  background-size: 150px;
  border: none;
  border-bottom: 4px solid #9D2235;
  padding: 3rem 6rem 1rem 2rem !important; }

#seccio-boto-area .boto-area:hover {
  background-color: #9D2235 !important;
  background: url(none) no-repeat 112% 0px; }
  #seccio-boto-area .boto-area:hover a {
    color: #ffffff !important; }

#seccio-boto-area .boto-area a {
  background-color: transparent !important;
  color: #333 !important; }

#section-contacte-area {
  background-color: #F7F7F7; }

#section-contacte-area .border-left {
  border-left: 3px solid #fff !important; }

#section-navegacio-area a {
  text-decoration: none;
  color: #70777E;
  font-size: 12px; }

.colorcorporatiu-9d2235 {
  /* Recursos
	-------------------------------------------------------*/ }
  .colorcorporatiu-9d2235 h1, .colorcorporatiu-9d2235 h2, .colorcorporatiu-9d2235 h3, .colorcorporatiu-9d2235 h4, .colorcorporatiu-9d2235 h5,
  .colorcorporatiu-9d2235 .h1, .colorcorporatiu-9d2235 .h2, .colorcorporatiu-9d2235 .h3, .colorcorporatiu-9d2235 .h4, .colorcorporatiu-9d2235 .h5,
  .colorcorporatiu-9d2235 a, .colorcorporatiu-9d2235 #mesyanio:hover {
    color: #9D2235; }
  .colorcorporatiu-9d2235 input[type="submit"],
  .colorcorporatiu-9d2235 input[type="button"],
  .colorcorporatiu-9d2235 input[type="reset"] {
    color: #9D2235; }
  .colorcorporatiu-9d2235 .menuVertical ul li a:hover,
  .colorcorporatiu-9d2235 .menuVertical ul li a.selected {
    color: #9D2235; }
  .colorcorporatiu-9d2235 .well {
    background-color: #9D2235; }
  .colorcorporatiu-9d2235 .well.well-exposicio a, .colorcorporatiu-9d2235 .well.well-exposicio a:hover {
    color: #9D2235; }
  .colorcorporatiu-9d2235 .journal-content-article .addeventatc {
    color: #9D2235 !important; }
  .colorcorporatiu-9d2235 ul.pagination li a,
  .colorcorporatiu-9d2235 ul.pagination li a:hover {
    color: #9D2235; }
  .colorcorporatiu-9d2235 .pagination > .active > a, .colorcorporatiu-9d2235 .pagination > .active > span,
  .colorcorporatiu-9d2235 .pagination > .active > a:hover,
  .colorcorporatiu-9d2235 .pagination > .active > span:hover,
  .colorcorporatiu-9d2235 .pagination > .active > a:focus,
  .colorcorporatiu-9d2235 .pagination > .active > span:focus {
    background-color: #9D2235;
    border-color: #9D2235; }
  .colorcorporatiu-9d2235 #column-2.colDcha25 h1, .colorcorporatiu-9d2235 #column-2.colDcha25 h2, .colorcorporatiu-9d2235 #column-2.colDcha25 h3, .colorcorporatiu-9d2235 #column-2.colDcha25 h4, .colorcorporatiu-9d2235 #column-2.colDcha25 h5, .colorcorporatiu-9d2235 #column-2.colDcha25 .h1, .colorcorporatiu-9d2235 #column-2.colDcha25 .h2, .colorcorporatiu-9d2235 #column-2.colDcha25 .h3, .colorcorporatiu-9d2235 #column-2.colDcha25 .h4, .colorcorporatiu-9d2235 #column-2.colDcha25 .h5, .colorcorporatiu-9d2235 #column-2.colDcha25 a, .colorcorporatiu-9d2235 #column-2 .colDcha25 h1, .colorcorporatiu-9d2235 #column-2 .colDcha25 h2, .colorcorporatiu-9d2235 #column-2 .colDcha25 h3, .colorcorporatiu-9d2235 #column-2 .colDcha25 h4, .colorcorporatiu-9d2235 #column-2 .colDcha25 h5, .colorcorporatiu-9d2235 #column-2 .colDcha25 .h1, .colorcorporatiu-9d2235 #column-2 .colDcha25 .h2, .colorcorporatiu-9d2235 #column-2 .colDcha25 .h3, .colorcorporatiu-9d2235 #column-2 .colDcha25 .h4, .colorcorporatiu-9d2235 #column-2 .colDcha25 .h5, .colorcorporatiu-9d2235 #column-2 .colDcha25 a, .colorcorporatiu-9d2235 #column-2 .derechaDreta h1, .colorcorporatiu-9d2235 #column-2 .derechaDreta h2, .colorcorporatiu-9d2235 #column-2 .derechaDreta h3, .colorcorporatiu-9d2235 #column-2 .derechaDreta h4, .colorcorporatiu-9d2235 #column-2 .derechaDreta h5, .colorcorporatiu-9d2235 #column-2 .derechaDreta .h1, .colorcorporatiu-9d2235 #column-2 .derechaDreta .h2, .colorcorporatiu-9d2235 #column-2 .derechaDreta .h3, .colorcorporatiu-9d2235 #column-2 .derechaDreta .h4, .colorcorporatiu-9d2235 #column-2 .derechaDreta .h5, .colorcorporatiu-9d2235 #column-2 .derechaDreta a, .colorcorporatiu-9d2235 .Contacts-portlet h1, .colorcorporatiu-9d2235 .Contacts-portlet h2, .colorcorporatiu-9d2235 .Contacts-portlet h3, .colorcorporatiu-9d2235 .Contacts-portlet h4, .colorcorporatiu-9d2235 .Contacts-portlet h5, .colorcorporatiu-9d2235 .Contacts-portlet .h1, .colorcorporatiu-9d2235 .Contacts-portlet .h2, .colorcorporatiu-9d2235 .Contacts-portlet .h3, .colorcorporatiu-9d2235 .Contacts-portlet .h4, .colorcorporatiu-9d2235 .Contacts-portlet .h5, .colorcorporatiu-9d2235 .Contacts-portlet a, .colorcorporatiu-9d2235 .panel-heading h1, .colorcorporatiu-9d2235 .panel-heading h2, .colorcorporatiu-9d2235 .panel-heading h3, .colorcorporatiu-9d2235 .panel-heading h4, .colorcorporatiu-9d2235 .panel-heading h5, .colorcorporatiu-9d2235 .panel-heading .h1, .colorcorporatiu-9d2235 .panel-heading .h2, .colorcorporatiu-9d2235 .panel-heading .h3, .colorcorporatiu-9d2235 .panel-heading .h4, .colorcorporatiu-9d2235 .panel-heading .h5, .colorcorporatiu-9d2235 .panel-heading a {
    color: #9D2235; }
  .colorcorporatiu-9d2235 .notasPrensa .entradeta {
    border-left: 4px solid;
    padding-left: 10px;
    color: #9D2235;
    font-weight: 600; }
  .colorcorporatiu-9d2235 .alert-warning.alert-dismissible {
    color: #fff;
    background-color: #9D2235;
    border-color: #9D2235;
    border-radius: 0;
    padding: 2rem 4rem; }
  .colorcorporatiu-9d2235 .alert-warning.alert-dismissible p {
    margin: 0; }
  .colorcorporatiu-9d2235 .alert-warning.alert-dismissible .close {
    font-size: 1rem;
    color: #fff;
    opacity: 1; }
  .colorcorporatiu-9d2235 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #9D2235;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .colorcorporatiu-9d2235 .recursos-items a:hover {
    background-color: #9D2235;
    border-color: #9D2235;
    color: #fff;
    text-decoration: none !important; }
  .colorcorporatiu-9d2235 .header-banner {
    background: #9D2235; }
  .colorcorporatiu-9d2235 .asset-links .list-group-title [href] {
    color: #9D2235; }
  .colorcorporatiu-9d2235 .directa-items .item-content {
    border-top: 4px solid #9D2235; }
  .colorcorporatiu-9d2235 .tramits .tramits-items a:hover {
    background-color: #9D2235;
    border-color: #9D2235;
    color: #fff; }
  .colorcorporatiu-9d2235 .diba-carrusel .carousel-indicators li.active {
    background-color: #9D2235; }

/* Transversal  */
.administraciolocal-E2284A {
  /* Recursos
	-------------------------------------------------------*/ }
  .administraciolocal-E2284A h1, .administraciolocal-E2284A h2, .administraciolocal-E2284A h3, .administraciolocal-E2284A h4, .administraciolocal-E2284A h5,
  .administraciolocal-E2284A .h1, .administraciolocal-E2284A .h2, .administraciolocal-E2284A .h3, .administraciolocal-E2284A .h4, .administraciolocal-E2284A .h5,
  .administraciolocal-E2284A a, .administraciolocal-E2284A #mesyanio:hover {
    color: #E2284A; }
  .administraciolocal-E2284A input[type="submit"],
  .administraciolocal-E2284A input[type="button"],
  .administraciolocal-E2284A input[type="reset"] {
    color: #E2284A; }
  .administraciolocal-E2284A .menuVertical ul li a:hover,
  .administraciolocal-E2284A .menuVertical ul li a.selected {
    color: #c71947;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .administraciolocal-E2284A .well {
    background-color: #E2284A; }
  .administraciolocal-E2284A .well.well-exposicio a, .administraciolocal-E2284A .well.well-exposicio a:hover {
    color: #E2284A; }
  .administraciolocal-E2284A .journal-content-article .addeventatc {
    color: #E2284A !important; }
  .administraciolocal-E2284A ul.pagination li a,
  .administraciolocal-E2284A ul.pagination li a:hover {
    color: #E2284A; }
  .administraciolocal-E2284A .pagination > .active > a, .administraciolocal-E2284A .pagination > .active > span,
  .administraciolocal-E2284A .pagination > .active > a:hover,
  .administraciolocal-E2284A .pagination > .active > span:hover,
  .administraciolocal-E2284A .pagination > .active > a:focus,
  .administraciolocal-E2284A .pagination > .active > span:focus {
    background-color: #E2284A;
    border-color: #E2284A; }
  .administraciolocal-E2284A #column-2.colDcha25 h1, .administraciolocal-E2284A #column-2.colDcha25 h2, .administraciolocal-E2284A #column-2.colDcha25 h3, .administraciolocal-E2284A #column-2.colDcha25 h4, .administraciolocal-E2284A #column-2.colDcha25 h5, .administraciolocal-E2284A #column-2.colDcha25 .h1, .administraciolocal-E2284A #column-2.colDcha25 .h2, .administraciolocal-E2284A #column-2.colDcha25 .h3, .administraciolocal-E2284A #column-2.colDcha25 .h4, .administraciolocal-E2284A #column-2.colDcha25 .h5, .administraciolocal-E2284A #column-2.colDcha25 a, .administraciolocal-E2284A #column-2 .colDcha25 h1, .administraciolocal-E2284A #column-2 .colDcha25 h2, .administraciolocal-E2284A #column-2 .colDcha25 h3, .administraciolocal-E2284A #column-2 .colDcha25 h4, .administraciolocal-E2284A #column-2 .colDcha25 h5, .administraciolocal-E2284A #column-2 .colDcha25 .h1, .administraciolocal-E2284A #column-2 .colDcha25 .h2, .administraciolocal-E2284A #column-2 .colDcha25 .h3, .administraciolocal-E2284A #column-2 .colDcha25 .h4, .administraciolocal-E2284A #column-2 .colDcha25 .h5, .administraciolocal-E2284A #column-2 .colDcha25 a, .administraciolocal-E2284A #column-2 .derechaDreta h1, .administraciolocal-E2284A #column-2 .derechaDreta h2, .administraciolocal-E2284A #column-2 .derechaDreta h3, .administraciolocal-E2284A #column-2 .derechaDreta h4, .administraciolocal-E2284A #column-2 .derechaDreta h5, .administraciolocal-E2284A #column-2 .derechaDreta .h1, .administraciolocal-E2284A #column-2 .derechaDreta .h2, .administraciolocal-E2284A #column-2 .derechaDreta .h3, .administraciolocal-E2284A #column-2 .derechaDreta .h4, .administraciolocal-E2284A #column-2 .derechaDreta .h5, .administraciolocal-E2284A #column-2 .derechaDreta a, .administraciolocal-E2284A .Contacts-portlet h1, .administraciolocal-E2284A .Contacts-portlet h2, .administraciolocal-E2284A .Contacts-portlet h3, .administraciolocal-E2284A .Contacts-portlet h4, .administraciolocal-E2284A .Contacts-portlet h5, .administraciolocal-E2284A .Contacts-portlet .h1, .administraciolocal-E2284A .Contacts-portlet .h2, .administraciolocal-E2284A .Contacts-portlet .h3, .administraciolocal-E2284A .Contacts-portlet .h4, .administraciolocal-E2284A .Contacts-portlet .h5, .administraciolocal-E2284A .Contacts-portlet a, .administraciolocal-E2284A .panel-heading h1, .administraciolocal-E2284A .panel-heading h2, .administraciolocal-E2284A .panel-heading h3, .administraciolocal-E2284A .panel-heading h4, .administraciolocal-E2284A .panel-heading h5, .administraciolocal-E2284A .panel-heading .h1, .administraciolocal-E2284A .panel-heading .h2, .administraciolocal-E2284A .panel-heading .h3, .administraciolocal-E2284A .panel-heading .h4, .administraciolocal-E2284A .panel-heading .h5, .administraciolocal-E2284A .panel-heading a {
    color: #c71947;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .administraciolocal-E2284A .asset-links .list-group-title [href] {
    color: #E2284A; }
  .administraciolocal-E2284A .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #E2284A;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .administraciolocal-E2284A .recursos-items a:hover {
    background-color: #E2284A;
    border-color: #E2284A;
    color: #fff;
    text-decoration: none !important; }
  .administraciolocal-E2284A .header-banner {
    background: #f18c9f; }
  .administraciolocal-E2284A .header-banner .header-title h2 {
    color: #000; }
  .administraciolocal-E2284A .header-banner, .administraciolocal-E2284A .header-banner a {
    color: #000 !important; }
  .administraciolocal-E2284A .header-footer {
    background-color: #f18c9f; }
  .administraciolocal-E2284A .header-footer, .administraciolocal-E2284A .header-footer a {
    color: #000 !important; }
  .administraciolocal-E2284A .tramits .tramits-items a:hover {
    background-color: #E2284A;
    border-color: #E2284A;
    color: #fff; }
  .administraciolocal-E2284A .diba-carrusel .carousel-indicators li.active {
    background-color: #E2284A; }

.benestar-767B09 {
  /* Recursos
	-------------------------------------------------------*/ }
  .benestar-767B09 h1, .benestar-767B09 h2, .benestar-767B09 h3, .benestar-767B09 h4, .benestar-767B09 h5,
  .benestar-767B09 .h1, .benestar-767B09 .h2, .benestar-767B09 .h3, .benestar-767B09 .h4, .benestar-767B09 .h5,
  .benestar-767B09 a, .benestar-767B09 #mesyanio:hover {
    color: #767B09; }
  .benestar-767B09 input[type="submit"],
  .benestar-767B09 input[type="button"],
  .benestar-767B09 input[type="reset"] {
    color: #767B09; }
  .benestar-767B09 .menuVertical ul li a:hover,
  .benestar-767B09 .menuVertical ul li a.selected {
    color: #5b5900;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .benestar-767B09 .well {
    background-color: #767B09; }
  .benestar-767B09 .well.well-exposicio a, .benestar-767B09 .well.well-exposicio a:hover {
    color: #767B09; }
  .benestar-767B09 .journal-content-article .addeventatc {
    color: #767B09 !important; }
  .benestar-767B09 ul.pagination li a,
  .benestar-767B09 ul.pagination li a:hover {
    color: #767B09; }
  .benestar-767B09 .pagination > .active > a, .benestar-767B09 .pagination > .active > span,
  .benestar-767B09 .pagination > .active > a:hover,
  .benestar-767B09 .pagination > .active > span:hover,
  .benestar-767B09 .pagination > .active > a:focus,
  .benestar-767B09 .pagination > .active > span:focus {
    background-color: #767B09;
    border-color: #767B09; }
  .benestar-767B09 #column-2.colDcha25 h1, .benestar-767B09 #column-2.colDcha25 h2, .benestar-767B09 #column-2.colDcha25 h3, .benestar-767B09 #column-2.colDcha25 h4, .benestar-767B09 #column-2.colDcha25 h5, .benestar-767B09 #column-2.colDcha25 .h1, .benestar-767B09 #column-2.colDcha25 .h2, .benestar-767B09 #column-2.colDcha25 .h3, .benestar-767B09 #column-2.colDcha25 .h4, .benestar-767B09 #column-2.colDcha25 .h5, .benestar-767B09 #column-2.colDcha25 a, .benestar-767B09 #column-2 .colDcha25 h1, .benestar-767B09 #column-2 .colDcha25 h2, .benestar-767B09 #column-2 .colDcha25 h3, .benestar-767B09 #column-2 .colDcha25 h4, .benestar-767B09 #column-2 .colDcha25 h5, .benestar-767B09 #column-2 .colDcha25 .h1, .benestar-767B09 #column-2 .colDcha25 .h2, .benestar-767B09 #column-2 .colDcha25 .h3, .benestar-767B09 #column-2 .colDcha25 .h4, .benestar-767B09 #column-2 .colDcha25 .h5, .benestar-767B09 #column-2 .colDcha25 a, .benestar-767B09 #column-2 .derechaDreta h1, .benestar-767B09 #column-2 .derechaDreta h2, .benestar-767B09 #column-2 .derechaDreta h3, .benestar-767B09 #column-2 .derechaDreta h4, .benestar-767B09 #column-2 .derechaDreta h5, .benestar-767B09 #column-2 .derechaDreta .h1, .benestar-767B09 #column-2 .derechaDreta .h2, .benestar-767B09 #column-2 .derechaDreta .h3, .benestar-767B09 #column-2 .derechaDreta .h4, .benestar-767B09 #column-2 .derechaDreta .h5, .benestar-767B09 #column-2 .derechaDreta a, .benestar-767B09 .Contacts-portlet h1, .benestar-767B09 .Contacts-portlet h2, .benestar-767B09 .Contacts-portlet h3, .benestar-767B09 .Contacts-portlet h4, .benestar-767B09 .Contacts-portlet h5, .benestar-767B09 .Contacts-portlet .h1, .benestar-767B09 .Contacts-portlet .h2, .benestar-767B09 .Contacts-portlet .h3, .benestar-767B09 .Contacts-portlet .h4, .benestar-767B09 .Contacts-portlet .h5, .benestar-767B09 .Contacts-portlet a {
    color: #5b5900;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .benestar-767B09 .asset-links .list-group-title [href] {
    color: #767B09; }
  .benestar-767B09 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #767B09;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .benestar-767B09 .recursos-items a:hover {
    background-color: #767B09;
    border-color: #767B09;
    color: #fff;
    text-decoration: none !important; }
  .benestar-767B09 .header-banner {
    background: #b5bd0F; }
  .benestar-767B09 .header-banner .header-title h2 {
    color: #000; }
  .benestar-767B09 .header-banner, .benestar-767B09 .header-banner a {
    color: #000 !important; }
  .benestar-767B09 .header-footer {
    background-color: #b5bd0F; }
  .benestar-767B09 .header-footer, .benestar-767B09 .header-footer a {
    color: #000 !important; }
  .benestar-767B09 .tramits .tramits-items a:hover {
    background-color: #767B09;
    border-color: #767B09;
    color: #fff; }
  .benestar-767B09 .diba-carrusel .carousel-indicators li.active {
    background-color: #767B09; }

.comercconsum-d72525 {
  /* Recursos
	-------------------------------------------------------*/ }
  .comercconsum-d72525 h1, .comercconsum-d72525 h2, .comercconsum-d72525 h3, .comercconsum-d72525 h4, .comercconsum-d72525 h5,
  .comercconsum-d72525 .h1, .comercconsum-d72525 .h2, .comercconsum-d72525 .h3, .comercconsum-d72525 .h4, .comercconsum-d72525 .h5,
  .comercconsum-d72525 a, .comercconsum-d72525 #mesyanio:hover {
    color: #d72525; }
  .comercconsum-d72525 input[type="submit"],
  .comercconsum-d72525 input[type="button"],
  .comercconsum-d72525 input[type="reset"] {
    color: #d72525; }
  .comercconsum-d72525 .menuVertical ul li a:hover,
  .comercconsum-d72525 .menuVertical ul li a.selected {
    color: #ba2020;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .comercconsum-d72525 .well {
    background-color: #d72525; }
  .comercconsum-d72525 .well.well-exposicio a, .comercconsum-d72525 .well.well-exposicio a:hover {
    color: #d72525; }
  .comercconsum-d72525 .journal-content-article .addeventatc {
    color: #d72525 !important; }
  .comercconsum-d72525 ul.pagination li a,
  .comercconsum-d72525 ul.pagination li a:hover {
    color: #d72525; }
  .comercconsum-d72525 .pagination > .active > a, .comercconsum-d72525 .pagination > .active > span,
  .comercconsum-d72525 .pagination > .active > a:hover,
  .comercconsum-d72525 .pagination > .active > span:hover,
  .comercconsum-d72525 .pagination > .active > a:focus,
  .comercconsum-d72525 .pagination > .active > span:focus {
    background-color: #d72525;
    border-color: #d72525; }
  .comercconsum-d72525 #column-2.colDcha25 h1, .comercconsum-d72525 #column-2.colDcha25 h2, .comercconsum-d72525 #column-2.colDcha25 h3, .comercconsum-d72525 #column-2.colDcha25 h4, .comercconsum-d72525 #column-2.colDcha25 h5, .comercconsum-d72525 #column-2.colDcha25 .h1, .comercconsum-d72525 #column-2.colDcha25 .h2, .comercconsum-d72525 #column-2.colDcha25 .h3, .comercconsum-d72525 #column-2.colDcha25 .h4, .comercconsum-d72525 #column-2.colDcha25 .h5, .comercconsum-d72525 #column-2.colDcha25 a, .comercconsum-d72525 #column-2 .colDcha25 h1, .comercconsum-d72525 #column-2 .colDcha25 h2, .comercconsum-d72525 #column-2 .colDcha25 h3, .comercconsum-d72525 #column-2 .colDcha25 h4, .comercconsum-d72525 #column-2 .colDcha25 h5, .comercconsum-d72525 #column-2 .colDcha25 .h1, .comercconsum-d72525 #column-2 .colDcha25 .h2, .comercconsum-d72525 #column-2 .colDcha25 .h3, .comercconsum-d72525 #column-2 .colDcha25 .h4, .comercconsum-d72525 #column-2 .colDcha25 .h5, .comercconsum-d72525 #column-2 .colDcha25 a, .comercconsum-d72525 #column-2 .derechaDreta h1, .comercconsum-d72525 #column-2 .derechaDreta h2, .comercconsum-d72525 #column-2 .derechaDreta h3, .comercconsum-d72525 #column-2 .derechaDreta h4, .comercconsum-d72525 #column-2 .derechaDreta h5, .comercconsum-d72525 #column-2 .derechaDreta .h1, .comercconsum-d72525 #column-2 .derechaDreta .h2, .comercconsum-d72525 #column-2 .derechaDreta .h3, .comercconsum-d72525 #column-2 .derechaDreta .h4, .comercconsum-d72525 #column-2 .derechaDreta .h5, .comercconsum-d72525 #column-2 .derechaDreta a, .comercconsum-d72525 .Contacts-portlet h1, .comercconsum-d72525 .Contacts-portlet h2, .comercconsum-d72525 .Contacts-portlet h3, .comercconsum-d72525 .Contacts-portlet h4, .comercconsum-d72525 .Contacts-portlet h5, .comercconsum-d72525 .Contacts-portlet .h1, .comercconsum-d72525 .Contacts-portlet .h2, .comercconsum-d72525 .Contacts-portlet .h3, .comercconsum-d72525 .Contacts-portlet .h4, .comercconsum-d72525 .Contacts-portlet .h5, .comercconsum-d72525 .Contacts-portlet a, .comercconsum-d72525 .panel-heading h1, .comercconsum-d72525 .panel-heading h2, .comercconsum-d72525 .panel-heading h3, .comercconsum-d72525 .panel-heading h4, .comercconsum-d72525 .panel-heading h5, .comercconsum-d72525 .panel-heading .h1, .comercconsum-d72525 .panel-heading .h2, .comercconsum-d72525 .panel-heading .h3, .comercconsum-d72525 .panel-heading .h4, .comercconsum-d72525 .panel-heading .h5, .comercconsum-d72525 .panel-heading a {
    color: #ba2020;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .comercconsum-d72525 .asset-links .list-group-title [href] {
    color: #d72525; }
  .comercconsum-d72525 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #d72525;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .comercconsum-d72525 .recursos-items a:hover {
    background-color: #d72525;
    border-color: #d72525;
    color: #fff;
    text-decoration: none !important; }
  .comercconsum-d72525 .header-banner {
    background: #d72525; }
  .comercconsum-d72525 .header-footer {
    background-color: #d72525; }
  .comercconsum-d72525 .tramits .tramits-items a:hover {
    background-color: #d72525;
    border-color: #d72525;
    color: #fff; }
  .comercconsum-d72525 .diba-carrusel .carousel-indicators li.active {
    background-color: #d72525; }

.cultura-AA6408 {
  /* Recursos
	-------------------------------------------------------*/ }
  .cultura-AA6408 h1, .cultura-AA6408 h2, .cultura-AA6408 h3, .cultura-AA6408 h4, .cultura-AA6408 h5,
  .cultura-AA6408 .h1, .cultura-AA6408 .h2, .cultura-AA6408 .h3, .cultura-AA6408 .h4, .cultura-AA6408 .h5,
  .cultura-AA6408 a, .cultura-AA6408 #mesyanio:hover {
    color: #AA6408; }
  .cultura-AA6408 input[type="submit"],
  .cultura-AA6408 input[type="button"],
  .cultura-AA6408 input[type="reset"] {
    color: #AA6408; }
  .cultura-AA6408 .menuVertical ul li a:hover,
  .cultura-AA6408 .menuVertical ul li a.selected {
    color: #a0470c;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .cultura-AA6408 .well {
    background-color: #AA6408; }
  .cultura-AA6408 .well.well-exposicio a, .cultura-AA6408 .well.well-exposicio a:hover {
    color: #AA6408; }
  .cultura-AA6408 .journal-content-article .addeventatc {
    color: #AA6408 !important; }
  .cultura-AA6408 ul.pagination li a,
  .cultura-AA6408 ul.pagination li a:hover {
    color: #AA6408; }
  .cultura-AA6408 .pagination > .active > a, .cultura-AA6408 .pagination > .active > span,
  .cultura-AA6408 .pagination > .active > a:hover,
  .cultura-AA6408 .pagination > .active > span:hover,
  .cultura-AA6408 .pagination > .active > a:focus,
  .cultura-AA6408 .pagination > .active > span:focus {
    background-color: #AA6408;
    border-color: #AA6408; }
  .cultura-AA6408 #column-2.colDcha25 h1, .cultura-AA6408 #column-2.colDcha25 h2, .cultura-AA6408 #column-2.colDcha25 h3, .cultura-AA6408 #column-2.colDcha25 h4, .cultura-AA6408 #column-2.colDcha25 h5, .cultura-AA6408 #column-2.colDcha25 .h1, .cultura-AA6408 #column-2.colDcha25 .h2, .cultura-AA6408 #column-2.colDcha25 .h3, .cultura-AA6408 #column-2.colDcha25 .h4, .cultura-AA6408 #column-2.colDcha25 .h5, .cultura-AA6408 #column-2.colDcha25 a, .cultura-AA6408 #column-2 .colDcha25 h1, .cultura-AA6408 #column-2 .colDcha25 h2, .cultura-AA6408 #column-2 .colDcha25 h3, .cultura-AA6408 #column-2 .colDcha25 h4, .cultura-AA6408 #column-2 .colDcha25 h5, .cultura-AA6408 #column-2 .colDcha25 .h1, .cultura-AA6408 #column-2 .colDcha25 .h2, .cultura-AA6408 #column-2 .colDcha25 .h3, .cultura-AA6408 #column-2 .colDcha25 .h4, .cultura-AA6408 #column-2 .colDcha25 .h5, .cultura-AA6408 #column-2 .colDcha25 a, .cultura-AA6408 #column-2 .derechaDreta h1, .cultura-AA6408 #column-2 .derechaDreta h2, .cultura-AA6408 #column-2 .derechaDreta h3, .cultura-AA6408 #column-2 .derechaDreta h4, .cultura-AA6408 #column-2 .derechaDreta h5, .cultura-AA6408 #column-2 .derechaDreta .h1, .cultura-AA6408 #column-2 .derechaDreta .h2, .cultura-AA6408 #column-2 .derechaDreta .h3, .cultura-AA6408 #column-2 .derechaDreta .h4, .cultura-AA6408 #column-2 .derechaDreta .h5, .cultura-AA6408 #column-2 .derechaDreta a, .cultura-AA6408 .Contacts-portlet h1, .cultura-AA6408 .Contacts-portlet h2, .cultura-AA6408 .Contacts-portlet h3, .cultura-AA6408 .Contacts-portlet h4, .cultura-AA6408 .Contacts-portlet h5, .cultura-AA6408 .Contacts-portlet .h1, .cultura-AA6408 .Contacts-portlet .h2, .cultura-AA6408 .Contacts-portlet .h3, .cultura-AA6408 .Contacts-portlet .h4, .cultura-AA6408 .Contacts-portlet .h5, .cultura-AA6408 .Contacts-portlet a, .cultura-AA6408 .panel-heading h1, .cultura-AA6408 .panel-heading h2, .cultura-AA6408 .panel-heading h3, .cultura-AA6408 .panel-heading h4, .cultura-AA6408 .panel-heading h5, .cultura-AA6408 .panel-heading .h1, .cultura-AA6408 .panel-heading .h2, .cultura-AA6408 .panel-heading .h3, .cultura-AA6408 .panel-heading .h4, .cultura-AA6408 .panel-heading .h5, .cultura-AA6408 .panel-heading a {
    color: #a0470c;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .cultura-AA6408 .asset-links .list-group-title [href] {
    color: #AA6408; }
  .cultura-AA6408 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #AA6408;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .cultura-AA6408 .recursos-items a:hover {
    background-color: #AA6408;
    border-color: #AA6408;
    color: #fff;
    text-decoration: none !important; }
  .cultura-AA6408 .header-banner {
    background: #f59c25; }
  .cultura-AA6408 .header-banner .header-title h2 {
    color: #000; }
  .cultura-AA6408 .header-banner, .cultura-AA6408 .header-banner a {
    color: #000 !important; }
  .cultura-AA6408 .header-footer {
    background-color: #f59c25; }
  .cultura-AA6408 .header-footer, .cultura-AA6408 .header-footer a {
    color: #000 !important; }
  .cultura-AA6408 .tramits .tramits-items a:hover {
    background-color: #AA6408;
    border-color: #AA6408;
    color: #fff; }
  .cultura-AA6408 .diba-carrusel .carousel-indicators li.active {
    background-color: #AA6408; }

.economiatreball-027399 {
  /* Recursos
	-------------------------------------------------------*/ }
  .economiatreball-027399 h1, .economiatreball-027399 h2, .economiatreball-027399 h3, .economiatreball-027399 h4, .economiatreball-027399 h5,
  .economiatreball-027399 .h1, .economiatreball-027399 .h2, .economiatreball-027399 .h3, .economiatreball-027399 .h4, .economiatreball-027399 .h5,
  .economiatreball-027399 a, .economiatreball-027399 #mesyanio:hover {
    color: #027399; }
  .economiatreball-027399 input[type="submit"],
  .economiatreball-027399 input[type="button"],
  .economiatreball-027399 input[type="reset"] {
    color: #027399; }
  .economiatreball-027399 .menuVertical ul li a:hover,
  .economiatreball-027399 .menuVertical ul li a.selected {
    color: #027399; }
  .economiatreball-027399 .well {
    background-color: #027399; }
  .economiatreball-027399 .well.well-exposicio a, .economiatreball-027399 .well.well-exposicio a:hover {
    color: #027399; }
  .economiatreball-027399 .journal-content-article .addeventatc {
    color: #027399 !important; }
  .economiatreball-027399 ul.pagination li a,
  .economiatreball-027399 ul.pagination li a:hover {
    color: #027399; }
  .economiatreball-027399 .pagination > .active > a, .economiatreball-027399 .pagination > .active > span,
  .economiatreball-027399 .pagination > .active > a:hover,
  .economiatreball-027399 .pagination > .active > span:hover,
  .economiatreball-027399 .pagination > .active > a:focus,
  .economiatreball-027399 .pagination > .active > span:focus {
    background-color: #027399;
    border-color: #027399; }
  .economiatreball-027399 .asset-links .list-group-title [href] {
    color: #027399; }
  .economiatreball-027399 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #027399;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .economiatreball-027399 .recursos-items a:hover {
    background-color: #027399;
    border-color: #027399;
    color: #fff;
    text-decoration: none !important; }
  .economiatreball-027399 .header-banner {
    background: #027399; }
  .economiatreball-027399 .header-footer {
    background-color: #027399; }
  .economiatreball-027399 .tramits .tramits-items a:hover {
    background-color: #027399;
    border-color: #027399;
    color: #fff; }
  .economiatreball-027399 .diba-carrusel .carousel-indicators li.active {
    background-color: #027399; }

.educacio-95710F {
  /* Recursos
	-------------------------------------------------------*/ }
  .educacio-95710F h1, .educacio-95710F h2, .educacio-95710F h3, .educacio-95710F h4, .educacio-95710F h5,
  .educacio-95710F .h1, .educacio-95710F .h2, .educacio-95710F .h3, .educacio-95710F .h4, .educacio-95710F .h5,
  .educacio-95710F a, .educacio-95710F #mesyanio:hover {
    color: #95710F; }
  .educacio-95710F input[type="submit"],
  .educacio-95710F input[type="button"],
  .educacio-95710F input[type="reset"] {
    color: #95710F; }
  .educacio-95710F .menuVertical ul li a:hover,
  .educacio-95710F .menuVertical ul li a.selected {
    color: #655600;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .educacio-95710F .well {
    background-color: #95710F; }
  .educacio-95710F .well.well-exposicio a, .educacio-95710F .well.well-exposicio a:hover {
    color: #95710F; }
  .educacio-95710F .economiatreball-00539c .journal-content-article .addeventatc {
    color: #95710F !important; }
  .educacio-95710F ul.pagination li a,
  .educacio-95710F ul.pagination li a:hover {
    color: #95710F; }
  .educacio-95710F .pagination > .active > a, .educacio-95710F .pagination > .active > span,
  .educacio-95710F .pagination > .active > a:hover,
  .educacio-95710F .pagination > .active > span:hover,
  .educacio-95710F .pagination > .active > a:focus,
  .educacio-95710F .pagination > .active > span:focus {
    background-color: #95710F;
    border-color: #95710F; }
  .educacio-95710F #column-2.colDcha25 h1, .educacio-95710F #column-2.colDcha25 h2, .educacio-95710F #column-2.colDcha25 h3, .educacio-95710F #column-2.colDcha25 h4, .educacio-95710F #column-2.colDcha25 h5, .educacio-95710F #column-2.colDcha25 .h1, .educacio-95710F #column-2.colDcha25 .h2, .educacio-95710F #column-2.colDcha25 .h3, .educacio-95710F #column-2.colDcha25 .h4, .educacio-95710F #column-2.colDcha25 .h5, .educacio-95710F #column-2.colDcha25 a, .educacio-95710F #column-2 .colDcha25 h1, .educacio-95710F #column-2 .colDcha25 h2, .educacio-95710F #column-2 .colDcha25 h3, .educacio-95710F #column-2 .colDcha25 h4, .educacio-95710F #column-2 .colDcha25 h5, .educacio-95710F #column-2 .colDcha25 .h1, .educacio-95710F #column-2 .colDcha25 .h2, .educacio-95710F #column-2 .colDcha25 .h3, .educacio-95710F #column-2 .colDcha25 .h4, .educacio-95710F #column-2 .colDcha25 .h5, .educacio-95710F #column-2 .colDcha25 a, .educacio-95710F #column-2 .derechaDreta h1, .educacio-95710F #column-2 .derechaDreta h2, .educacio-95710F #column-2 .derechaDreta h3, .educacio-95710F #column-2 .derechaDreta h4, .educacio-95710F #column-2 .derechaDreta h5, .educacio-95710F #column-2 .derechaDreta .h1, .educacio-95710F #column-2 .derechaDreta .h2, .educacio-95710F #column-2 .derechaDreta .h3, .educacio-95710F #column-2 .derechaDreta .h4, .educacio-95710F #column-2 .derechaDreta .h5, .educacio-95710F #column-2 .derechaDreta a, .educacio-95710F .Contacts-portlet h1, .educacio-95710F .Contacts-portlet h2, .educacio-95710F .Contacts-portlet h3, .educacio-95710F .Contacts-portlet h4, .educacio-95710F .Contacts-portlet h5, .educacio-95710F .Contacts-portlet .h1, .educacio-95710F .Contacts-portlet .h2, .educacio-95710F .Contacts-portlet .h3, .educacio-95710F .Contacts-portlet .h4, .educacio-95710F .Contacts-portlet .h5, .educacio-95710F .Contacts-portlet a, .educacio-95710F .panel-heading h1, .educacio-95710F .panel-heading h2, .educacio-95710F .panel-heading h3, .educacio-95710F .panel-heading h4, .educacio-95710F .panel-heading h5, .educacio-95710F .panel-heading .h1, .educacio-95710F .panel-heading .h2, .educacio-95710F .panel-heading .h3, .educacio-95710F .panel-heading .h4, .educacio-95710F .panel-heading .h5, .educacio-95710F .panel-heading a {
    color: #655600;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .educacio-95710F .asset-links .list-group-title [href] {
    color: #95710F; }
  .educacio-95710F .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #95710F;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .educacio-95710F .recursos-items a:hover {
    background-color: #95710F;
    border-color: #95710F;
    color: #fff;
    text-decoration: none !important; }
  .educacio-95710F .header-banner {
    background: #e8b426; }
  .educacio-95710F .header-banner .header-title h2 {
    color: #000; }
  .educacio-95710F .header-banner, .educacio-95710F .header-banner a {
    color: #000 !important; }
  .educacio-95710F .header-footer {
    background-color: #e8b426; }
  .educacio-95710F .header-footer, .educacio-95710F .header-footer a {
    color: #000 !important; }
  .educacio-95710F .tramits .tramits-items a:hover {
    background-color: #95710F;
    border-color: #95710F;
    color: #fff; }
  .educacio-95710F .diba-carrusel .carousel-indicators li.active {
    background-color: #95710F; }

.esports-008080 {
  /* Recursos
	-------------------------------------------------------*/ }
  .esports-008080 h1, .esports-008080 h2, .esports-008080 h3, .esports-008080 h4, .esports-008080 h5,
  .esports-008080 .h1, .esports-008080 .h2, .esports-008080 .h3, .esports-008080 .h4, .esports-008080 .h5,
  .esports-008080 a, .esports-008080 #mesyanio:hover {
    color: #008080; }
  .esports-008080 input[type="submit"],
  .esports-008080 input[type="button"],
  .esports-008080 input[type="reset"] {
    color: #008080; }
  .esports-008080 .menuVertical ul li a:hover,
  .esports-008080 .menuVertical ul li a.selected {
    color: #006559;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .esports-008080 .well {
    background-color: #008080; }
  .esports-008080 .well.well-exposicio a, .esports-008080 .well.well-exposicio a:hover {
    color: #008080; }
  .esports-008080 .journal-content-article .addeventatc {
    color: #008080 !important; }
  .esports-008080 ul.pagination li a,
  .esports-008080 ul.pagination li a:hover {
    color: #008080; }
  .esports-008080 .pagination > .active > a, .esports-008080 .pagination > .active > span,
  .esports-008080 .pagination > .active > a:hover,
  .esports-008080 .pagination > .active > span:hover,
  .esports-008080 .pagination > .active > a:focus,
  .esports-008080 .pagination > .active > span:focus {
    background-color: #008080;
    border-color: #008080; }
  .esports-008080 #column-2.colDcha25 h1, .esports-008080 #column-2.colDcha25 h2, .esports-008080 #column-2.colDcha25 h3, .esports-008080 #column-2.colDcha25 h4, .esports-008080 #column-2.colDcha25 h5, .esports-008080 #column-2.colDcha25 .h1, .esports-008080 #column-2.colDcha25 .h2, .esports-008080 #column-2.colDcha25 .h3, .esports-008080 #column-2.colDcha25 .h4, .esports-008080 #column-2.colDcha25 .h5, .esports-008080 #column-2.colDcha25 a, .esports-008080 #column-2 .colDcha25 h1, .esports-008080 #column-2 .colDcha25 h2, .esports-008080 #column-2 .colDcha25 h3, .esports-008080 #column-2 .colDcha25 h4, .esports-008080 #column-2 .colDcha25 h5, .esports-008080 #column-2 .colDcha25 .h1, .esports-008080 #column-2 .colDcha25 .h2, .esports-008080 #column-2 .colDcha25 .h3, .esports-008080 #column-2 .colDcha25 .h4, .esports-008080 #column-2 .colDcha25 .h5, .esports-008080 #column-2 .colDcha25 a, .esports-008080 #column-2 .derechaDreta h1, .esports-008080 #column-2 .derechaDreta h2, .esports-008080 #column-2 .derechaDreta h3, .esports-008080 #column-2 .derechaDreta h4, .esports-008080 #column-2 .derechaDreta h5, .esports-008080 #column-2 .derechaDreta .h1, .esports-008080 #column-2 .derechaDreta .h2, .esports-008080 #column-2 .derechaDreta .h3, .esports-008080 #column-2 .derechaDreta .h4, .esports-008080 #column-2 .derechaDreta .h5, .esports-008080 #column-2 .derechaDreta a, .esports-008080 .Contacts-portlet h1, .esports-008080 .Contacts-portlet h2, .esports-008080 .Contacts-portlet h3, .esports-008080 .Contacts-portlet h4, .esports-008080 .Contacts-portlet h5, .esports-008080 .Contacts-portlet .h1, .esports-008080 .Contacts-portlet .h2, .esports-008080 .Contacts-portlet .h3, .esports-008080 .Contacts-portlet .h4, .esports-008080 .Contacts-portlet .h5, .esports-008080 .Contacts-portlet a, .esports-008080 .panel-heading h1, .esports-008080 .panel-heading h2, .esports-008080 .panel-heading h3, .esports-008080 .panel-heading h4, .esports-008080 .panel-heading h5, .esports-008080 .panel-heading .h1, .esports-008080 .panel-heading .h2, .esports-008080 .panel-heading .h3, .esports-008080 .panel-heading .h4, .esports-008080 .panel-heading .h5, .esports-008080 .panel-heading a {
    color: #006559;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .esports-008080 .asset-links .list-group-title [href] {
    color: #008080; }
  .esports-008080 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #008080;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .esports-008080 .recursos-items a:hover {
    background-color: #008080;
    border-color: #008080;
    color: #fff;
    text-decoration: none !important; }
  .esports-008080 .header-banner {
    background: #008080; }
  .esports-008080 .header-footer {
    background-color: #008080; }
  .esports-008080 .tramits .tramits-items a:hover {
    background-color: #008080;
    border-color: #008080;
    color: #fff; }
  .esports-008080 .diba-carrusel .carousel-indicators li.active {
    background-color: #008080; }

.mediambient-1B7EA1 {
  /* Recursos
	-------------------------------------------------------*/ }
  .mediambient-1B7EA1 h1, .mediambient-1B7EA1 h2, .mediambient-1B7EA1 h3, .mediambient-1B7EA1 h4, .mediambient-1B7EA1 h5,
  .mediambient-1B7EA1 .h1, .mediambient-1B7EA1 .h2, .mediambient-1B7EA1 .h3, .mediambient-1B7EA1 .h4, .mediambient-1B7EA1 .h5,
  .mediambient-1B7EA1 a, .mediambient-1B7EA1 #mesyanio:hover {
    color: #1B7EA1; }
  .mediambient-1B7EA1 input[type="submit"],
  .mediambient-1B7EA1 input[type="button"],
  .mediambient-1B7EA1 input[type="reset"] {
    color: #1B7EA1; }
  .mediambient-1B7EA1 .menuVertical ul li a:hover,
  .mediambient-1B7EA1 .menuVertical ul li a.selected {
    color: #006793;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .mediambient-1B7EA1 .well {
    background-color: #1B7EA1; }
  .mediambient-1B7EA1 .well.well-exposicio a, .mediambient-1B7EA1 .well.well-exposicio a:hover {
    color: #1B7EA1; }
  .mediambient-1B7EA1 .journal-content-article .addeventatc {
    color: #1B7EA1 !important; }
  .mediambient-1B7EA1 ul.pagination li a,
  .mediambient-1B7EA1 ul.pagination li a:hover {
    color: #1B7EA1; }
  .mediambient-1B7EA1 .pagination > .active > a, .mediambient-1B7EA1 .pagination > .active > span,
  .mediambient-1B7EA1 .pagination > .active > a:hover,
  .mediambient-1B7EA1 .pagination > .active > span:hover,
  .mediambient-1B7EA1 .pagination > .active > a:focus,
  .mediambient-1B7EA1 .pagination > .active > span:focus {
    background-color: #1B7EA1;
    border-color: #1B7EA1; }
  .mediambient-1B7EA1 #column-2.colDcha25 h1, .mediambient-1B7EA1 #column-2.colDcha25 h2, .mediambient-1B7EA1 #column-2.colDcha25 h3, .mediambient-1B7EA1 #column-2.colDcha25 h4, .mediambient-1B7EA1 #column-2.colDcha25 h5, .mediambient-1B7EA1 #column-2.colDcha25 .h1, .mediambient-1B7EA1 #column-2.colDcha25 .h2, .mediambient-1B7EA1 #column-2.colDcha25 .h3, .mediambient-1B7EA1 #column-2.colDcha25 .h4, .mediambient-1B7EA1 #column-2.colDcha25 .h5, .mediambient-1B7EA1 #column-2.colDcha25 a, .mediambient-1B7EA1 #column-2 .colDcha25 h1, .mediambient-1B7EA1 #column-2 .colDcha25 h2, .mediambient-1B7EA1 #column-2 .colDcha25 h3, .mediambient-1B7EA1 #column-2 .colDcha25 h4, .mediambient-1B7EA1 #column-2 .colDcha25 h5, .mediambient-1B7EA1 #column-2 .colDcha25 .h1, .mediambient-1B7EA1 #column-2 .colDcha25 .h2, .mediambient-1B7EA1 #column-2 .colDcha25 .h3, .mediambient-1B7EA1 #column-2 .colDcha25 .h4, .mediambient-1B7EA1 #column-2 .colDcha25 .h5, .mediambient-1B7EA1 #column-2 .colDcha25 a, .mediambient-1B7EA1 #column-2 .derechaDreta h1, .mediambient-1B7EA1 #column-2 .derechaDreta h2, .mediambient-1B7EA1 #column-2 .derechaDreta h3, .mediambient-1B7EA1 #column-2 .derechaDreta h4, .mediambient-1B7EA1 #column-2 .derechaDreta h5, .mediambient-1B7EA1 #column-2 .derechaDreta .h1, .mediambient-1B7EA1 #column-2 .derechaDreta .h2, .mediambient-1B7EA1 #column-2 .derechaDreta .h3, .mediambient-1B7EA1 #column-2 .derechaDreta .h4, .mediambient-1B7EA1 #column-2 .derechaDreta .h5, .mediambient-1B7EA1 #column-2 .derechaDreta a, .mediambient-1B7EA1 .Contacts-portlet h1, .mediambient-1B7EA1 .Contacts-portlet h2, .mediambient-1B7EA1 .Contacts-portlet h3, .mediambient-1B7EA1 .Contacts-portlet h4, .mediambient-1B7EA1 .Contacts-portlet h5, .mediambient-1B7EA1 .Contacts-portlet .h1, .mediambient-1B7EA1 .Contacts-portlet .h2, .mediambient-1B7EA1 .Contacts-portlet .h3, .mediambient-1B7EA1 .Contacts-portlet .h4, .mediambient-1B7EA1 .Contacts-portlet .h5, .mediambient-1B7EA1 .Contacts-portlet a, .mediambient-1B7EA1 .panel-heading h1, .mediambient-1B7EA1 .panel-heading h2, .mediambient-1B7EA1 .panel-heading h3, .mediambient-1B7EA1 .panel-heading h4, .mediambient-1B7EA1 .panel-heading h5, .mediambient-1B7EA1 .panel-heading .h1, .mediambient-1B7EA1 .panel-heading .h2, .mediambient-1B7EA1 .panel-heading .h3, .mediambient-1B7EA1 .panel-heading .h4, .mediambient-1B7EA1 .panel-heading .h5, .mediambient-1B7EA1 .panel-heading a {
    color: #006793;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .mediambient-1B7EA1 .asset-links .list-group-title [href] {
    color: #1B7EA1; }
  .mediambient-1B7EA1 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #1B7EA1;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .mediambient-1B7EA1 .recursos-items a:hover {
    background-color: #1B7EA1;
    border-color: #1B7EA1;
    color: #fff;
    text-decoration: none !important; }
  .mediambient-1B7EA1 .header-banner {
    background: #6dc6e6; }
  .mediambient-1B7EA1 .header-banner .header-title h2 {
    color: #000; }
  .mediambient-1B7EA1 .header-banner, .mediambient-1B7EA1 .header-banner a {
    color: #000 !important; }
  .mediambient-1B7EA1 .header-footer {
    background-color: #6dc6e6; }
  .mediambient-1B7EA1 .header-footer, .mediambient-1B7EA1 .header-footer a {
    color: #000 !important; }
  .mediambient-1B7EA1 .tramits .tramits-items a:hover {
    background-color: #1B7EA1;
    border-color: #1B7EA1;
    color: #fff; }
  .mediambient-1B7EA1 .diba-carrusel .carousel-indicators li.active {
    background-color: #1B7EA1; }

.salutpublica-922a6c {
  /* Recursos
	-------------------------------------------------------*/ }
  .salutpublica-922a6c h1, .salutpublica-922a6c h2, .salutpublica-922a6c h3, .salutpublica-922a6c h4, .salutpublica-922a6c h5,
  .salutpublica-922a6c .h1, .salutpublica-922a6c .h2, .salutpublica-922a6c .h3, .salutpublica-922a6c .h4, .salutpublica-922a6c .h5,
  .salutpublica-922a6c a, .salutpublica-922a6c #mesyanio:hover {
    color: #922a6c; }
  .salutpublica-922a6c input[type="submit"],
  .salutpublica-922a6c input[type="button"],
  .salutpublica-922a6c input[type="reset"] {
    color: #922a6c; }
  .salutpublica-922a6c .menuVertical ul li a:hover,
  .salutpublica-922a6c .menuVertical ul li a.selected {
    color: #922a6c; }
  .salutpublica-922a6c .well {
    background-color: #922a6c; }
  .salutpublica-922a6c .well.well-exposicio a, .salutpublica-922a6c .well.well-exposicio a:hover {
    color: #922a6c; }
  .salutpublica-922a6c .journal-content-article .addeventatc {
    color: #922a6c !important; }
  .salutpublica-922a6c ul.pagination li a,
  .salutpublica-922a6c ul.pagination li a:hover {
    color: #922a6c; }
  .salutpublica-922a6c .pagination > .active > a, .salutpublica-922a6c .pagination > .active > span,
  .salutpublica-922a6c .pagination > .active > a:hover,
  .salutpublica-922a6c .pagination > .active > span:hover,
  .salutpublica-922a6c .pagination > .active > a:focus,
  .salutpublica-922a6c .pagination > .active > span:focus {
    background-color: #922a6c;
    border-color: #922a6c; }
  .salutpublica-922a6c .asset-links .list-group-title [href] {
    color: #922a6c; }
  .salutpublica-922a6c .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #922a6c;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .salutpublica-922a6c .recursos-items a:hover {
    background-color: #922a6c;
    border-color: #922a6c;
    color: #fff;
    text-decoration: none !important; }
  .salutpublica-922a6c .header-banner {
    background: #922a6c; }
  .salutpublica-922a6c .header-footer {
    background-color: #922a6c; }
  .salutpublica-922a6c .tramits .tramits-items a:hover {
    background-color: #922a6c;
    border-color: #922a6c;
    color: #fff; }
  .salutpublica-922a6c .diba-carrusel .carousel-indicators li.active {
    background-color: #922a6c; }

.territoriparcs-508334 {
  /* Recursos
	-------------------------------------------------------*/ }
  .territoriparcs-508334 h1, .territoriparcs-508334 h2, .territoriparcs-508334 h3, .territoriparcs-508334 h4, .territoriparcs-508334 h5,
  .territoriparcs-508334 .h1, .territoriparcs-508334 .h2, .territoriparcs-508334 .h3, .territoriparcs-508334 .h4, .territoriparcs-508334 .h5,
  .territoriparcs-508334 a, .territoriparcs-508334 #mesyanio:hover {
    color: #508334; }
  .territoriparcs-508334 input[type="submit"],
  .territoriparcs-508334 input[type="button"],
  .territoriparcs-508334 input[type="reset"] {
    color: #508334; }
  .territoriparcs-508334 .menuVertical ul li a:hover,
  .territoriparcs-508334 .menuVertical ul li a.selected {
    color: #336000;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .territoriparcs-508334 .well {
    background-color: #508334; }
  .territoriparcs-508334 .well.well-exposicio a, .territoriparcs-508334 .well.well-exposicio a:hover {
    color: #508334; }
  .territoriparcs-508334 .journal-content-article .addeventatc {
    color: #508334 !important; }
  .territoriparcs-508334 ul.pagination li a,
  .territoriparcs-508334 ul.pagination li a:hover {
    color: #508334; }
  .territoriparcs-508334 .pagination > .active > a, .territoriparcs-508334 .pagination > .active > span,
  .territoriparcs-508334 .pagination > .active > a:hover,
  .territoriparcs-508334 .pagination > .active > span:hover,
  .territoriparcs-508334 .pagination > .active > a:focus,
  .territoriparcs-508334 .pagination > .active > span:focus {
    background-color: #508334;
    border-color: #508334; }
  .territoriparcs-508334 #column-2.colDcha25 h1, .territoriparcs-508334 #column-2.colDcha25 h2, .territoriparcs-508334 #column-2.colDcha25 h3, .territoriparcs-508334 #column-2.colDcha25 h4, .territoriparcs-508334 #column-2.colDcha25 h5, .territoriparcs-508334 #column-2.colDcha25 .h1, .territoriparcs-508334 #column-2.colDcha25 .h2, .territoriparcs-508334 #column-2.colDcha25 .h3, .territoriparcs-508334 #column-2.colDcha25 .h4, .territoriparcs-508334 #column-2.colDcha25 .h5, .territoriparcs-508334 #column-2.colDcha25 a, .territoriparcs-508334 #column-2 .colDcha25 h1, .territoriparcs-508334 #column-2 .colDcha25 h2, .territoriparcs-508334 #column-2 .colDcha25 h3, .territoriparcs-508334 #column-2 .colDcha25 h4, .territoriparcs-508334 #column-2 .colDcha25 h5, .territoriparcs-508334 #column-2 .colDcha25 .h1, .territoriparcs-508334 #column-2 .colDcha25 .h2, .territoriparcs-508334 #column-2 .colDcha25 .h3, .territoriparcs-508334 #column-2 .colDcha25 .h4, .territoriparcs-508334 #column-2 .colDcha25 .h5, .territoriparcs-508334 #column-2 .colDcha25 a, .territoriparcs-508334 #column-2 .derechaDreta h1, .territoriparcs-508334 #column-2 .derechaDreta h2, .territoriparcs-508334 #column-2 .derechaDreta h3, .territoriparcs-508334 #column-2 .derechaDreta h4, .territoriparcs-508334 #column-2 .derechaDreta h5, .territoriparcs-508334 #column-2 .derechaDreta .h1, .territoriparcs-508334 #column-2 .derechaDreta .h2, .territoriparcs-508334 #column-2 .derechaDreta .h3, .territoriparcs-508334 #column-2 .derechaDreta .h4, .territoriparcs-508334 #column-2 .derechaDreta .h5, .territoriparcs-508334 #column-2 .derechaDreta a, .territoriparcs-508334 .Contacts-portlet h1, .territoriparcs-508334 .Contacts-portlet h2, .territoriparcs-508334 .Contacts-portlet h3, .territoriparcs-508334 .Contacts-portlet h4, .territoriparcs-508334 .Contacts-portlet h5, .territoriparcs-508334 .Contacts-portlet .h1, .territoriparcs-508334 .Contacts-portlet .h2, .territoriparcs-508334 .Contacts-portlet .h3, .territoriparcs-508334 .Contacts-portlet .h4, .territoriparcs-508334 .Contacts-portlet .h5, .territoriparcs-508334 .Contacts-portlet a, .territoriparcs-508334 .panel-heading h1, .territoriparcs-508334 .panel-heading h2, .territoriparcs-508334 .panel-heading h3, .territoriparcs-508334 .panel-heading h4, .territoriparcs-508334 .panel-heading h5, .territoriparcs-508334 .panel-heading .h1, .territoriparcs-508334 .panel-heading .h2, .territoriparcs-508334 .panel-heading .h3, .territoriparcs-508334 .panel-heading .h4, .territoriparcs-508334 .panel-heading .h5, .territoriparcs-508334 .panel-heading a {
    color: #336000;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .territoriparcs-508334 .asset-links .list-group-title [href] {
    color: #508334; }
  .territoriparcs-508334 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #508334;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .territoriparcs-508334 .recursos-items a:hover {
    background-color: #508334;
    border-color: #508334;
    color: #fff;
    text-decoration: none !important; }
  .territoriparcs-508334 .header-banner {
    background: #508334; }
  .territoriparcs-508334 .header-footer {
    background-color: #508334; }
  .territoriparcs-508334 .tramits .tramits-items a:hover {
    background-color: #508334;
    border-color: #508334;
    color: #fff; }
  .territoriparcs-508334 .diba-carrusel .carousel-indicators li.active {
    background-color: #508334; }

.turisme-ab6424 {
  /* Recursos
	-------------------------------------------------------*/ }
  .turisme-ab6424 h1, .turisme-ab6424 h2, .turisme-ab6424 h3, .turisme-ab6424 h4, .turisme-ab6424 h5,
  .turisme-ab6424 .h1, .turisme-ab6424 .h2, .turisme-ab6424 .h3, .turisme-ab6424 .h4, .turisme-ab6424 .h5,
  .turisme-ab6424 a, .turisme-ab6424 #mesyanio:hover {
    color: #ab6424; }
  .turisme-ab6424 input[type="submit"],
  .turisme-ab6424 input[type="button"],
  .turisme-ab6424 input[type="reset"] {
    color: #ab6424; }
  .turisme-ab6424 .menuVertical ul li a:hover,
  .turisme-ab6424 .menuVertical ul li a.selected {
    color: #7f5214;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .turisme-ab6424 .well {
    background-color: #ab6424; }
  .turisme-ab6424 .well.well-exposicio a, .turisme-ab6424 .well.well-exposicio a:hover {
    color: #ab6424; }
  .turisme-ab6424 .journal-content-article .addeventatc {
    color: #ab6424 !important; }
  .turisme-ab6424 ul.pagination li a,
  .turisme-ab6424 ul.pagination li a:hover {
    color: #ab6424; }
  .turisme-ab6424 .pagination > .active > a, .turisme-ab6424 .pagination > .active > span,
  .turisme-ab6424 .pagination > .active > a:hover,
  .turisme-ab6424 .pagination > .active > span:hover,
  .turisme-ab6424 .pagination > .active > a:focus,
  .turisme-ab6424 .pagination > .active > span:focus {
    background-color: #ab6424;
    border-color: #ab6424; }
  .turisme-ab6424 #column-2.colDcha25 h1, .turisme-ab6424 #column-2.colDcha25 h2, .turisme-ab6424 #column-2.colDcha25 h3, .turisme-ab6424 #column-2.colDcha25 h4, .turisme-ab6424 #column-2.colDcha25 h5, .turisme-ab6424 #column-2.colDcha25 .h1, .turisme-ab6424 #column-2.colDcha25 .h2, .turisme-ab6424 #column-2.colDcha25 .h3, .turisme-ab6424 #column-2.colDcha25 .h4, .turisme-ab6424 #column-2.colDcha25 .h5, .turisme-ab6424 #column-2.colDcha25 a, .turisme-ab6424 #column-2 .colDcha25 h1, .turisme-ab6424 #column-2 .colDcha25 h2, .turisme-ab6424 #column-2 .colDcha25 h3, .turisme-ab6424 #column-2 .colDcha25 h4, .turisme-ab6424 #column-2 .colDcha25 h5, .turisme-ab6424 #column-2 .colDcha25 .h1, .turisme-ab6424 #column-2 .colDcha25 .h2, .turisme-ab6424 #column-2 .colDcha25 .h3, .turisme-ab6424 #column-2 .colDcha25 .h4, .turisme-ab6424 #column-2 .colDcha25 .h5, .turisme-ab6424 #column-2 .colDcha25 a, .turisme-ab6424 #column-2 .derechaDreta h1, .turisme-ab6424 #column-2 .derechaDreta h2, .turisme-ab6424 #column-2 .derechaDreta h3, .turisme-ab6424 #column-2 .derechaDreta h4, .turisme-ab6424 #column-2 .derechaDreta h5, .turisme-ab6424 #column-2 .derechaDreta .h1, .turisme-ab6424 #column-2 .derechaDreta .h2, .turisme-ab6424 #column-2 .derechaDreta .h3, .turisme-ab6424 #column-2 .derechaDreta .h4, .turisme-ab6424 #column-2 .derechaDreta .h5, .turisme-ab6424 #column-2 .derechaDreta a, .turisme-ab6424 .Contacts-portlet h1, .turisme-ab6424 .Contacts-portlet h2, .turisme-ab6424 .Contacts-portlet h3, .turisme-ab6424 .Contacts-portlet h4, .turisme-ab6424 .Contacts-portlet h5, .turisme-ab6424 .Contacts-portlet .h1, .turisme-ab6424 .Contacts-portlet .h2, .turisme-ab6424 .Contacts-portlet .h3, .turisme-ab6424 .Contacts-portlet .h4, .turisme-ab6424 .Contacts-portlet .h5, .turisme-ab6424 .Contacts-portlet a, .turisme-ab6424 .panel-heading h1, .turisme-ab6424 .panel-heading h2, .turisme-ab6424 .panel-heading h3, .turisme-ab6424 .panel-heading h4, .turisme-ab6424 .panel-heading h5, .turisme-ab6424 .panel-heading .h1, .turisme-ab6424 .panel-heading .h2, .turisme-ab6424 .panel-heading .h3, .turisme-ab6424 .panel-heading .h4, .turisme-ab6424 .panel-heading .h5, .turisme-ab6424 .panel-heading a {
    color: #7f5214;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .turisme-ab6424 .asset-links .list-group-title [href] {
    color: #ab6424; }
  .turisme-ab6424 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #ab6424;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .turisme-ab6424 .recursos-items a:hover {
    background-color: #ab6424;
    border-color: #ab6424;
    color: #fff;
    text-decoration: none !important; }
  .turisme-ab6424 .header-banner {
    background: #ab6424; }
  .turisme-ab6424 .header-footer {
    background-color: #ab6424; }
  .turisme-ab6424 .tramits .tramits-items a:hover {
    background-color: #ab6424;
    border-color: #ab6424;
    color: #fff; }
  .turisme-ab6424 .diba-carrusel .carousel-indicators li.active {
    background-color: #ab6424; }

.urbanismehabitatge-6b4796 {
  /* Recursos
	-------------------------------------------------------*/ }
  .urbanismehabitatge-6b4796 h1, .urbanismehabitatge-6b4796 h2, .urbanismehabitatge-6b4796 h3, .urbanismehabitatge-6b4796 h4, .urbanismehabitatge-6b4796 h5,
  .urbanismehabitatge-6b4796 .h1, .urbanismehabitatge-6b4796 .h2, .urbanismehabitatge-6b4796 .h3, .urbanismehabitatge-6b4796 .h4, .urbanismehabitatge-6b4796 .h5,
  .urbanismehabitatge-6b4796 a, .urbanismehabitatge-6b4796 #mesyanio:hover {
    color: #6b4796; }
  .urbanismehabitatge-6b4796 input[type="submit"],
  .urbanismehabitatge-6b4796 input[type="button"],
  .urbanismehabitatge-6b4796 input[type="reset"] {
    color: #6b4796; }
  .urbanismehabitatge-6b4796 .menuV ertical ul li a:hover,
  .urbanismehabitatge-6b4796 .menuVertical ul li a.selected {
    color: #6b4796; }
  .urbanismehabitatge-6b4796 .well {
    background-color: #6b4796; }
  .urbanismehabitatge-6b4796 .well.well-exposicio a, .urbanismehabitatge-6b4796 .well.well-exposicio a:hover {
    color: #6b4796; }
  .urbanismehabitatge-6b4796 .journal-content-article .addeventatc {
    color: #6b4796 !important; }
  .urbanismehabitatge-6b4796 ul.pagination li a,
  .urbanismehabitatge-6b4796 ul.pagination li a:hover {
    color: #6b4796; }
  .urbanismehabitatge-6b4796 .pagination > .active > a, .urbanismehabitatge-6b4796 .pagination > .active > span,
  .urbanismehabitatge-6b4796 .pagination > .active > a:hover,
  .urbanismehabitatge-6b4796 .pagination > .active > span:hover,
  .urbanismehabitatge-6b4796 .pagination > .active > a:focus,
  .urbanismehabitatge-6b4796 .pagination > .active > span:focus {
    background-color: #6b4796;
    border-color: #6b4796; }
  .urbanismehabitatge-6b4796 .asset-links .list-group-title [href] {
    color: #6b4796; }
  .urbanismehabitatge-6b4796 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #6b4796;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .urbanismehabitatge-6b4796 .recursos-items a:hover {
    background-color: #6b4796;
    border-color: #6b4796;
    color: #fff;
    text-decoration: none !important; }
  .urbanismehabitatge-6b4796 .header-banner {
    background: #6b4796; }
  .urbanismehabitatge-6b4796 .header-footer {
    background-color: #6b4796; }
  .urbanismehabitatge-6b4796 .tramits .tramits-items a:hover {
    background-color: #6b4796;
    border-color: #6b4796;
    color: #fff; }
  .urbanismehabitatge-6b4796 .diba-carrusel .carousel-indicators li.active {
    background-color: #6b4796; }

.relacionsinternacionals-a03122 {
  /* Recursos
	-------------------------------------------------------*/ }
  .relacionsinternacionals-a03122 h1, .relacionsinternacionals-a03122 h2, .relacionsinternacionals-a03122 h3, .relacionsinternacionals-a03122 h4, .relacionsinternacionals-a03122 h5,
  .relacionsinternacionals-a03122 .h1, .relacionsinternacionals-a03122 .h2, .relacionsinternacionals-a03122 .h3, .relacionsinternacionals-a03122 .h4, .relacionsinternacionals-a03122 .h5,
  .relacionsinternacionals-a03122 a, .relacionsinternacionals-a03122 #mesyanio:hover {
    color: #a03122; }
  .relacionsinternacionals-a03122 input[type="submit"],
  .relacionsinternacionals-a03122 input[type="button"],
  .relacionsinternacionals-a03122 input[type="reset"] {
    color: #a03122; }
  .relacionsinternacionals-a03122 .menuVertical ul li a:hover,
  .relacionsinternacionals-a03122 .menuVertical ul li a.selected {
    color: #a03122;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .relacionsinternacionals-a03122 .well {
    background-color: #a03122; }
  .relacionsinternacionals-a03122 .well.well-exposicio a, .relacionsinternacionals-a03122 .well.well-exposicio a:hover {
    color: #a03122; }
  .relacionsinternacionals-a03122 .journal-content-article .addeventatc {
    color: #a03122 !important; }
  .relacionsinternacionals-a03122 ul.pagination li a,
  .relacionsinternacionals-a03122 ul.pagination li a:hover {
    color: #a03122; }
  .relacionsinternacionals-a03122 .pagination > .active > a, .relacionsinternacionals-a03122 .pagination > .active > span,
  .relacionsinternacionals-a03122 .pagination > .active > a:hover,
  .relacionsinternacionals-a03122 .pagination > .active > span:hover,
  .relacionsinternacionals-a03122 .pagination > .active > a:focus,
  .relacionsinternacionals-a03122 .pagination > .active > span:focus {
    background-color: #a03122;
    border-color: #a03122; }
  .relacionsinternacionals-a03122 #column-2.colDcha25 h1, .relacionsinternacionals-a03122 #column-2.colDcha25 h2, .relacionsinternacionals-a03122 #column-2.colDcha25 h3, .relacionsinternacionals-a03122 #column-2.colDcha25 h4, .relacionsinternacionals-a03122 #column-2.colDcha25 h5, .relacionsinternacionals-a03122 #column-2.colDcha25 .h1, .relacionsinternacionals-a03122 #column-2.colDcha25 .h2, .relacionsinternacionals-a03122 #column-2.colDcha25 .h3, .relacionsinternacionals-a03122 #column-2.colDcha25 .h4, .relacionsinternacionals-a03122 #column-2.colDcha25 .h5, .relacionsinternacionals-a03122 #column-2.colDcha25 a, .relacionsinternacionals-a03122 #column-2 .colDcha25 h1, .relacionsinternacionals-a03122 #column-2 .colDcha25 h2, .relacionsinternacionals-a03122 #column-2 .colDcha25 h3, .relacionsinternacionals-a03122 #column-2 .colDcha25 h4, .relacionsinternacionals-a03122 #column-2 .colDcha25 h5, .relacionsinternacionals-a03122 #column-2 .colDcha25 .h1, .relacionsinternacionals-a03122 #column-2 .colDcha25 .h2, .relacionsinternacionals-a03122 #column-2 .colDcha25 .h3, .relacionsinternacionals-a03122 #column-2 .colDcha25 .h4, .relacionsinternacionals-a03122 #column-2 .colDcha25 .h5, .relacionsinternacionals-a03122 #column-2 .colDcha25 a, .relacionsinternacionals-a03122 #column-2 .derechaDreta h1, .relacionsinternacionals-a03122 #column-2 .derechaDreta h2, .relacionsinternacionals-a03122 #column-2 .derechaDreta h3, .relacionsinternacionals-a03122 #column-2 .derechaDreta h4, .relacionsinternacionals-a03122 #column-2 .derechaDreta h5, .relacionsinternacionals-a03122 #column-2 .derechaDreta .h1, .relacionsinternacionals-a03122 #column-2 .derechaDreta .h2, .relacionsinternacionals-a03122 #column-2 .derechaDreta .h3, .relacionsinternacionals-a03122 #column-2 .derechaDreta .h4, .relacionsinternacionals-a03122 #column-2 .derechaDreta .h5, .relacionsinternacionals-a03122 #column-2 .derechaDreta a, .relacionsinternacionals-a03122 .Contacts-portlet h1, .relacionsinternacionals-a03122 .Contacts-portlet h2, .relacionsinternacionals-a03122 .Contacts-portlet h3, .relacionsinternacionals-a03122 .Contacts-portlet h4, .relacionsinternacionals-a03122 .Contacts-portlet h5, .relacionsinternacionals-a03122 .Contacts-portlet .h1, .relacionsinternacionals-a03122 .Contacts-portlet .h2, .relacionsinternacionals-a03122 .Contacts-portlet .h3, .relacionsinternacionals-a03122 .Contacts-portlet .h4, .relacionsinternacionals-a03122 .Contacts-portlet .h5, .relacionsinternacionals-a03122 .Contacts-portlet a, .relacionsinternacionals-a03122 .panel-heading h1, .relacionsinternacionals-a03122 .panel-heading h2, .relacionsinternacionals-a03122 .panel-heading h3, .relacionsinternacionals-a03122 .panel-heading h4, .relacionsinternacionals-a03122 .panel-heading h5, .relacionsinternacionals-a03122 .panel-heading .h1, .relacionsinternacionals-a03122 .panel-heading .h2, .relacionsinternacionals-a03122 .panel-heading .h3, .relacionsinternacionals-a03122 .panel-heading .h4, .relacionsinternacionals-a03122 .panel-heading .h5, .relacionsinternacionals-a03122 .panel-heading a {
    color: #a03122; }
  .relacionsinternacionals-a03122 .asset-links .list-group-title [href] {
    color: #a03122; }
  .relacionsinternacionals-a03122 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #a03122;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .relacionsinternacionals-a03122 .recursos-items a:hover {
    background-color: #a03122;
    border-color: #a03122;
    color: #fff;
    text-decoration: none !important; }
  .relacionsinternacionals-a03122 .header-banner {
    background: #a03122; }
  .relacionsinternacionals-a03122 .header-footer {
    background-color: #a03122; }
  .relacionsinternacionals-a03122 .tramits .tramits-items a:hover {
    background-color: #a03122;
    border-color: #a03122;
    color: #fff; }
  .relacionsinternacionals-a03122 .diba-carrusel .carousel-indicators li.active {
    background-color: #a03122; }

.feminisme-BC4E90 {
  /* Recursos
	-------------------------------------------------------*/ }
  .feminisme-BC4E90 h1, .feminisme-BC4E90 h2, .feminisme-BC4E90 h3, .feminisme-BC4E90 h4, .feminisme-BC4E90 h5,
  .feminisme-BC4E90 .h1, .feminisme-BC4E90 .h2, .feminisme-BC4E90 .h3, .feminisme-BC4E90 .h4, .feminisme-BC4E90 .h5,
  .feminisme-BC4E90 a, .feminisme-BC4E90 #mesyanio:hover {
    color: #BC4E90; }
  .feminisme-BC4E90 input[type="submit"],
  .feminisme-BC4E90 input[type="button"],
  .feminisme-BC4E90 input[type="reset"] {
    color: #BC4E90; }
  .feminisme-BC4E90 .menuV ertical ul li a:hover,
  .feminisme-BC4E90 .menuVertical ul li a.selected {
    color: #BC4E90; }
  .feminisme-BC4E90 .well {
    background-color: #BC4E90; }
  .feminisme-BC4E90 .well.well-exposicio a, .feminisme-BC4E90 .well.well-exposicio a:hover {
    color: #BC4E90; }
  .feminisme-BC4E90 .journal-content-article .addeventatc {
    color: #BC4E90 !important; }
  .feminisme-BC4E90 ul.pagination li a,
  .feminisme-BC4E90 ul.pagination li a:hover {
    color: #BC4E90; }
  .feminisme-BC4E90 .pagination > .active > a, .feminisme-BC4E90 .pagination > .active > span,
  .feminisme-BC4E90 .pagination > .active > a:hover,
  .feminisme-BC4E90 .pagination > .active > span:hover,
  .feminisme-BC4E90 .pagination > .active > a:focus,
  .feminisme-BC4E90 .pagination > .active > span:focus {
    background-color: #BC4E90;
    border-color: #BC4E90; }
  .feminisme-BC4E90 .asset-links .list-group-title [href] {
    color: #BC4E90; }
  .feminisme-BC4E90 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #BC4E90;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .feminisme-BC4E90 .recursos-items a:hover {
    background-color: #BC4E90;
    border-color: #BC4E90;
    color: #fff;
    text-decoration: none !important; }
  .feminisme-BC4E90 .header-banner {
    background: #BC4E90; }
  .feminisme-BC4E90 .header-footer {
    background-color: #BC4E90; }
  .feminisme-BC4E90 .tramits .tramits-items a:hover {
    background-color: #BC4E90;
    border-color: #BC4E90;
    color: #fff; }
  .feminisme-BC4E90 .diba-carrusel .carousel-indicators li.active {
    background-color: #BC4E90; }

.joventut-E2186F {
  /* Recursos
	-------------------------------------------------------*/ }
  .joventut-E2186F h1, .joventut-E2186F h2, .joventut-E2186F h3, .joventut-E2186F h4, .joventut-E2186F h5,
  .joventut-E2186F .h1, .joventut-E2186F .h2, .joventut-E2186F .h3, .joventut-E2186F .h4, .joventut-E2186F .h5,
  .joventut-E2186F a, .joventut-E2186F #mesyanio:hover {
    color: #E2186F; }
  .joventut-E2186F input[type="submit"],
  .joventut-E2186F input[type="button"],
  .joventut-E2186F input[type="reset"] {
    color: #E2186F; }
  .joventut-E2186F .menuV ertical ul li a:hover,
  .joventut-E2186F .menuVertical ul li a.selected {
    color: #E2186F; }
  .joventut-E2186F .well {
    background-color: #E2186F; }
  .joventut-E2186F .well.well-exposicio a, .joventut-E2186F .well.well-exposicio a:hover {
    color: #E2186F; }
  .joventut-E2186F .journal-content-article .addeventatc {
    color: #E2186F !important; }
  .joventut-E2186F ul.pagination li a,
  .joventut-E2186F ul.pagination li a:hover {
    color: #E2186F; }
  .joventut-E2186F .pagination > .active > a, .joventut-E2186F .pagination > .active > span,
  .joventut-E2186F .pagination > .active > a:hover,
  .joventut-E2186F .pagination > .active > span:hover,
  .joventut-E2186F .pagination > .active > a:focus,
  .joventut-E2186F .pagination > .active > span:focus {
    background-color: #E2186F;
    border-color: #E2186F; }
  .joventut-E2186F .asset-links .list-group-title [href] {
    color: #E2186F; }
  .joventut-E2186F .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #E2186F;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .joventut-E2186F .recursos-items a:hover {
    background-color: #E2186F;
    border-color: #E2186F;
    color: #fff;
    text-decoration: none !important; }
  .joventut-E2186F .header-banner {
    background: #E2186F; }
  .joventut-E2186F .header-banner .header-title h2 {
    color: #fff; }
  .joventut-E2186F .header-banner, .joventut-E2186F .header-banner a {
    color: #fff; }
  .joventut-E2186F .header-footer {
    background-color: #E2186F; }
  .joventut-E2186F .header-footer, .joventut-E2186F .header-footer a {
    color: #fff; }
  .joventut-E2186F .tramits .tramits-items a:hover {
    background-color: #E2186F;
    border-color: #E2186F;
    color: #fff; }
  .joventut-E2186F .diba-carrusel .carousel-indicators li.active {
    background-color: #E2186F; }

.governsdigitals-003575 {
  /* Recursos
	-------------------------------------------------------*/ }
  .governsdigitals-003575 h1, .governsdigitals-003575 h2, .governsdigitals-003575 h3, .governsdigitals-003575 h4, .governsdigitals-003575 h5,
  .governsdigitals-003575 .h1, .governsdigitals-003575 .h2, .governsdigitals-003575 .h3, .governsdigitals-003575 .h4, .governsdigitals-003575 .h5,
  .governsdigitals-003575 a, .governsdigitals-003575 #mesyanio:hover {
    color: #003575; }
  .governsdigitals-003575 input[type="submit"],
  .governsdigitals-003575 input[type="button"],
  .governsdigitals-003575 input[type="reset"] {
    color: #003575; }
  .governsdigitals-003575 .menuV ertical ul li a:hover,
  .governsdigitals-003575 .menuVertical ul li a.selected {
    color: #003575; }
  .governsdigitals-003575 .well {
    background-color: #003575; }
  .governsdigitals-003575 .well.well-exposicio a, .governsdigitals-003575 .well.well-exposicio a:hover {
    color: #003575; }
  .governsdigitals-003575 .journal-content-article .addeventatc {
    color: #003575 !important; }
  .governsdigitals-003575 ul.pagination li a,
  .governsdigitals-003575 ul.pagination li a:hover {
    color: #003575; }
  .governsdigitals-003575 .pagination > .active > a, .governsdigitals-003575 .pagination > .active > span,
  .governsdigitals-003575 .pagination > .active > a:hover,
  .governsdigitals-003575 .pagination > .active > span:hover,
  .governsdigitals-003575 .pagination > .active > a:focus,
  .governsdigitals-003575 .pagination > .active > span:focus {
    background-color: #003575;
    border-color: #003575; }
  .governsdigitals-003575 .asset-links .list-group-title [href] {
    color: #003575; }
  .governsdigitals-003575 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #003575;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .governsdigitals-003575 .recursos-items a:hover {
    background-color: #003575;
    border-color: #003575;
    color: #fff;
    text-decoration: none !important; }
  .governsdigitals-003575 .header-banner {
    background: #003575; }
  .governsdigitals-003575 .header-footer {
    background-color: #003575; }
  .governsdigitals-003575 .tramits .tramits-items a:hover {
    background-color: #003575;
    border-color: #003575;
    color: #fff; }
  .governsdigitals-003575 .diba-carrusel .carousel-indicators li.active {
    background-color: #003575; }

/*:root {
		font-size: 14px;
	}*/
/* Pixel ratio
	-------------------------------------------------------*/
@media (-webkit-device-pixel-ratio: 1.25) {
  :root {
    zoom: 0.9; } }

@media (-webkit-device-pixel-ratio: 1.5) {
  :root {
    zoom: 0.9; } }

/* ------------------------------------------------ */
body {
  color: #333;
  background-color: #fff;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.45px;
  line-height: 1.6;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0; } }

body.portal-popup {
  background-color: #fff; }

a {
  color: #333; }

/* Containers
	-------------------------------------------------------*/
@media (min-width: 576px) {
  .container {
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

/* ------------------------------------------------ */
a:hover {
  color: #333;
  text-decoration: underline; }

*:focus {
  outline: 5px auto -webkit-focus-ring-color; }

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px; }

.theme-showcase > p > .btn {
  margin: 5px 0; }

.theme-showcase .navbar .container {
  width: auto; }

/* Inici - Canvi versi� 6.2 */
.navbar {
  margin-bottom: 0;
  border: none;
  min-height: 0; }

.navbar-default {
  background: none; }

/* Fi - Canvi versi� 6.2 */
#menu-principal.navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

#menu-principal ul.principal .dropdown-menu li {
  text-align: left;
  border-right: none; }

#menu-principal ul.principal {
  width: 100%;
  list-style-type: none;
  /*border-top: #dadada solid 1px;*/
  border-bottom: none;
  margin: 0; }

#menu-principal ul.principal li {
  /*border-right: #676869 solid 1px;*/
  padding-bottom: 0px;
  /*position: static;*/ }

#menu-principal ul.principal li:last-child {
  border-right: none; }

#menu-principal ul.principal li a {
  list-style-type: none;
  text-align: center;
  /*text-transform: uppercase;*/
  display: block;
  color: #000;
  cursor: pointer;
  line-height: 1.42857143;
  padding: 1.4rem 0rem 1.4rem 0rem;
  font-weight: 600; }

#menu-principal ul.principal li .menu.open a {
  background-color: transparent; }

#menu-principal ul.principal li a:hover {
  color: #000;
  text-decoration: none; }

/* Inici - Canvi versi� 6.2 */
.nav .menu .dropdown-toggle .caret {
  margin-left: 2px;
  margin-top: 0;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

/* Fi - Canvi versi� 6.2 */
#submenu {
  position: relative; }

.submenu {
  width: 100%;
  color: #000;
  background-color: #9c9aa0;
  background-image: linear-gradient(358deg, #fff, #fafafa); }

.dropdown-menu.submenu {
  margin: 0;
  border: none;
  border-radius: 0; }

/*
	.taronja {
		background-color: #f29400;
		background-image: linear-gradient(-45deg,#d27000,#f29400);
	}
	
	.verd {
		background-color: #b1c800;
		background-image: linear-gradient(-45deg,#a1b800,#b1c800);
	}
	
	.blau {
		background-color: #009ee0;
		background-image: linear-gradient(-45deg,#0071a0,#009ee0);
	}
	
	.magenta {
		background-color: #e2007b;
		background-image: linear-gradient(-45deg,#a2007b,#e2007b);
	}*/
#menu-principal ul.principal .submenu ul {
  margin: 0 0px 0 0px !important;
  padding: 0 !important;
  list-style-type: none; }

#menu-principal ul.principal .menu .submenu li a {
  color: #333;
  list-style-type: none;
  border-bottom: #dadada solid 1px;
  text-transform: none;
  cursor: pointer;
  text-align: left;
  padding-left: 15px; }

#menu-principal ul.principal .menu .submenu li a:hover {
  background-color: #f7f7f7;
  color: #000;
  text-decoration: none; }

#menu-principal ul.principal .submenu li.first a {
  border-top: #FFF solid 1px !important; }

#menu-principal ul.principal .submenu li.imatge {
  margin: 0 10px;
  display: block;
  color: #FFF;
  list-style-type: none;
  border-bottom: none;
  background-image: none !important;
  padding: 0px 0px 0px 0px;
  font-size: 11px; }

#menu-principal ul.principal .submenu li.imatge a {
  margin: 0 0px;
  display: block;
  color: #FFF;
  list-style-type: none;
  border-bottom: none;
  background-image: none !important;
  padding: 0px 0px 0px 0px;
  font-size: 11px; }

#menuprin .container {
  width: auto;
  padding: 0 !important; }

.menupr {
  width: 100%; }

li.menu {
  padding-left: 0px !important;
  padding-right: 5px !important; }

#top_logo {
  padding-bottom: 5px;
  padding-top: 35px; }

#top_logo h2 {
  color: #000;
  font-size: 23px;
  margin: 0;
  padding: 0;
  font-weight: bold; }

#top_logo img {
  max-height: 50px;
  width: auto; }

footer h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0; }

footer h3.vermell {
  color: #9e1b32; }

.top1 {
  /*border-left: #dadada solid 1px;*/ }

header #xarxes {
  padding-top: 3px; }

form.buscador .col-md-10, form.buscador .col-sm-10 {
  padding-right: 0; }

form.buscador .col-md-2, form.buscador .col-sm-2 {
  padding-right: 0;
  padding-left: 0; }

form.buscador .btn-default, form.buscador .btn-default:hover,
form.buscador .btn-default:not(.disabled):active, form.buscador .btn-default:focus,
form.buscador .btn-default:not(:disabled):not(.disabled):active:focus {
  background: none;
  background-color: transparent;
  border: none;
  text-shadow: 0 0 0;
  box-shadow: none;
  -webkit-box-shadow: none; }

form.buscador i.icon-search {
  color: #333; }

form.buscador .form-group {
  margin-bottom: 0; }

/* Inici - Canvi versi� 6.2 */
form.buscador .cercador {
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-size: 0.85rem; }

form.buscador .cercador:focus {
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 5px;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* Fi - Canvi versi� 6.2 */
#top_cerca .portlet-language .portlet-borderless-container {
  min-height: 0; }

#top_cerca .portlet-language .form-group {
  margin-bottom: 0; }

#top_cerca .portlet-language section {
  margin-bottom: 0; }

#top_cerca .portlet-language {
  padding-top: 7px;
  text-align: right;
  width: 100%; }

#top_cerca .top1 span.language-entry-short-text {
  /*color: #666;
	    font-weight: bold;*/
  font-size: 0.85rem !important;
  color: #6e777f;
  font-weight: bold; }

#top_cerca .portlet-journal-content .portlet-borderless-container {
  min-height: 0; }

#top_cerca .top1 a {
  font-size: 0.85rem !important;
  color: #6e777f;
  text-decoration: none; }

#top_cerca .top1 a:hover {
  color: #000;
  /*text-decoration: none;*/ }

/* Inici - Canvi versió 6.2 */
.portlet-language select {
  width: 100%;
  background-color: transparent;
  border: none;
  background-image: none;
  padding: 0;
  height: auto; }

/* Fi - Canvi versi� 6.2 */
/* Canvi DXP */
.portlet-language .portlet-title-text {
  display: none; }

/* Fi canvi DXP */
#xarxes .journal-content-article img {
  margin-right: 10px;
  margin-top: 2px;
  width: 25px;
  height: auto; }

form#contacteDiba {
  border: none;
  background: none;
  margin: 0;
  padding: 0; }

form#contacteDiba input[type="text"] {
  background-image: none; }

.slidern {
  position: relative;
  height: 100%; }

.bxslider li {
  background-size: contain;
  background-repeat: no-repeat; }

.descripcio {
  position: absolute;
  z-index: 999999999;
  left: 0;
  top: 0;
  display: table-cell;
  height: 100%;
  background-image: url(imgs/bg-blanc70.png);
  padding: 20px;
  font-weight: bold; }

.descripcio h1 {
  font-size: 24px;
  color: #707173;
  margin-top: 0 !important;
  font-weight: bold; }

.descripcio p {
  font-size: 14px;
  color: #707173;
  font-weight: bold; }

.descripcio a {
  color: #707173; }

.descripcio a:hover {
  text-decoration: none; }

.mes img {
  width: 20px;
  height: auto; }

.info {
  background-color: #FFF;
  margin: 0; }

/* Inici - Canvi versió 6.2 */
div#contingutcentral.row {
  padding-top: 10px;
  font-size: 0.935rem; }

/* Fi - Canvi versi� 6.2 */
.cami {
  font-size: 11px;
  color: #707173; }

.cami a {
  color: #707173; }

.cami .sel {
  font-weight: bold;
  color: #9e1b32; }

footer {
  padding: 37px 34px 34px;
  margin: 0px 0 -15px 0;
  background-color: #FFF;
  border-top: 9px solid #f7f7f7;
  border-bottom: 4px solid #9d2235;
  font-size: 0.85rem;
  color: #333;
  overflow: hidden; }

footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

footer li {
  padding-bottom: 0; }

footer a {
  color: #333 !important; }

footer .row li a {
  display: block;
  padding: 5px;
  color: #333;
  border-bottom: #999 solid 1px; }

/* Inici - Canvi versi� 6.2 */
footer .row li a:hover {
  text-decoration: none;
  background-color: #eee;
  color: #000; }

/* Fi - Canvi versi� 6.2 */
footer #llistaenllacos {
  margin-bottom: 40px; }

.footerbloc {
  border-top: #707173 solid 1px;
  padding-top: 15px;
  padding-bottom: 15px; }

.footerbloc address {
  font-size: 0.85em; }

.footerbloc img {
  max-height: 50px; }

.footerbloc2 {
  border-top: #ffffff solid 1px;
  padding-top: 10px;
  padding-bottom: 15px;
  float: left;
  width: 100%; }

.footer_logo img {
  max-height: 50px;
  width: auto; }

.footer_logo2 img {
  max-height: 50px;
  width: auto; }

.bloc1 {
  height: 200px; }

.bloc2 {
  height: 200px;
  padding-top: 0px; }

.bloc3 {
  padding-top: 5px;
  padding-bottom: 5px; }

.bloc4 {
  min-height: 71px; }

.bloc5 {
  border-top: #707173 solid 1px;
  padding-top: 15px;
  float: left;
  width: 100%; }

#xarxes2 img {
  width: 25px;
  height: auto;
  margin-right: 10px; }

.fright {
  float: right;
  display: block; }

.alright {
  text-align: right; }

#cap2 {
  width: 100%;
  float: left;
  height: 135px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }

#cap2 h1 {
  font-size: 28px;
  padding: 0px 20px 0 0px;
  margin: 0;
  color: #FFF;
  position: absolute;
  bottom: 15px;
  left: 20px;
  z-index: 999;
  width: auto;
  font-weight: bold; }

h1.shadow {
  text-shadow: 1px 1px 0px #000000; }

ul#menu2 {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0;
  background-color: #000;
  color: #FFF;
  text-transform: uppercase; }

#menu2 li a {
  list-style-type: none;
  border-right: #ffffff solid 1px;
  text-align: center;
  font-size: 11px !important;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  padding: 0 !important; }

#menu2 li.last a {
  border-right: none; }

#menu2 li a:hover {
  color: #ffffff;
  text-decoration: underline; }

li.menu2 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

@media (max-width: 1200px) {
  .submenu li a {
    padding: 7px 0 7px 20px;
    margin: 0 7px; }
  .submenu li.imatge {
    margin: 0 5px 0 7px !important; } }

@media (max-width: 992px) {
  .descripcio p {
    font-size: 11px; }
  .submenu li.imatge.doble {
    padding: 0px 0 0px 0px !important; }
  .submenu li.imatge.doble a {
    padding: 0px 0 0px 0px !important;
    margin: 0 0px !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  #cap2 h1 {
    font-size: 22px; }
  #xarxes .journal-content-article img {
    margin-right: 3px; } }

@media (max-width: 767px) {
  #top_cerca {
    padding: 0px 15px; }
  #top_logo {
    padding: 0; }
  ul#menu2 {
    padding: 0px 0 0px 0 !important; }
  #menu2 li a {
    border-right: none;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: #FFF solid 1px; }
  #menu2 li a:hover {
    text-decoration: none;
    background-color: #dddddd;
    color: #707173; }
  li.menu2 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  #cap2 h1 {
    font-size: 20px; }
  .alright {
    text-align: left; }
  #top_logo h2 {
    padding: 6px 0 15px 0; }
  .logo {
    padding-bottom: 20px; }
  .bloc1 {
    height: auto; }
  .bloc2 {
    height: auto;
    padding-bottom: 30px; }
  .bloc3 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .bloc4 {
    height: auto;
    min-height: 0;
    padding-bottom: 10px; }
  .footerbloc {
    padding-bottom: 10px; }
  #xarxes2 img {
    width: 25px;
    height: auto;
    margin-right: 15px; }
  #xarxes .journal-content-article img {
    margin: 0 6px 6px 0; }
  .carousel {
    margin-bottom: 15px; }
  .descripcio {
    height: 25%;
    top: 80%;
    padding: 6px 20px 0px 20px;
    width: 100% !important; }
  .descripcio h1 {
    font-size: 15px;
    text-align: center !important; }
  .descripcio p {
    display: none; }
  .mes {
    display: none; }
  .bxslider li {
    background-size: cover;
    background-position: center top;
    background-size: 49em;
    background-repeat: no-repeat; }
  .top1 {
    border: none; }
  .footerbloc2 {
    display: none; }
  #menu-principal ul.principal li {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-right: none; }
  #menu-principal ul.principal li .menu a {
    padding: 1rem 0rem 1rem 2.6rem;
    border-bottom: #dadada solid 1px;
    color: #000; }
  #menu-principal .navbar-nav {
    margin: 0; }
  #menu-principal .menu .dropdown-menu.submenu {
    padding-top: 0; }
  #menu-principal ul.principal li .menu a.dropdown-toggle:hover, #menu-principal ul.principal li .menu.open a.dropdown-toggle {
    background: #f3f3f4; }
  .menu-intro {
    display: none;
    padding: 0; }
  #menu-principal ul.principal li a {
    text-align: left; }
  #menu-principal ul.principal .menu .submenu li a {
    padding-left: 30px; } }

#menu-principal .menu .dropdown-menu.submenu {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.25);
  font-size: initial; }

.fila #grupo {
  position: absolute;
  right: 20px;
  /*top: 0;
		z-index: 1;*/ }

.Contacts-portlet {
  padding: 15px 0;
  /*border-top: 2px solid #ccc;*/ }

.Contacts-portlet section {
  margin-bottom: 0; }

.Contacts-portlet address {
  margin-bottom: 15px; }

.Contacts-portlet p {
  margin-bottom: .2em; }

/** Contactes addicionals **/
#contactes_addicionals {
  margin-top: 20px;
  margin-bottom: 0;
  background-color: #eee;
  font-size: 0.9em; }

#contactes_addicionals address {
  padding: 15px; }

#contactes_addicionals p {
  margin-bottom: .2em; }

/** Fi contactes addicionals **/
hr {
  margin-top: 10px;
  margin-bottom: 10px; }

div[role="banner"] p {
  margin: 0; }

header .navbar-toggle {
  background-color: #fff;
  border: none; }

header .navbar-toggle[aria-expanded="true"] {
  background-color: #F7F7F7;
  background-image: none; }

header .navbar-toggle .icon-bar {
  background-color: #9e1b32; }

header .navbar-toggle[aria-expanded="true"] .icon-bar {
  background-color: #666; }

a.navbar-brand {
  padding: 5px 10px; }

@media (max-width: 767px) {
  a.navbar-brand {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 15px !important; } }

a.navbar-brand img {
  max-height: 40px; }

.results-grid {
  border: none; }

td, th {
  padding: 5px; }

.portlet-boundary_municipalitiesDirectoryMenu_ ul li {
  padding: 0;
  list-style: none; }

.portlet-boundary_municipalitiesDirectoryMenu_ ul a {
  color: #404040;
  text-decoration: none; }

.portlet-boundary_municipalitiesDirectoryMenu_ ul a:hover {
  color: #e31d53; }

.portlet-boundary_municipalitiesDirectoryMenu_ ul {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #ccc; }

.portlet-boundary_municipalitiesDirectoryMenu_ ul ul {
  padding: 5px 15px 20px;
  border: none; }

.top1 .taglib-language-option {
  padding-left: 5px;
  background-position: -200px center; }

.portlet-asset-publisher .asset-content {
  margin: 0; }

.portlet-asset-publisher .asset-full-content .asset-content {
  margin-right: 0; }

input[type="submit"]:hover, input[type="submit"] {
  background: #ffffff;
  padding: 5px;
  border: 1px solid #ccc; }

/* FITXA DIPUTAT */
.destacatInici {
  background: #efefef;
  padding: 5px 0 5px 25px;
  margin: 0 0 10px 0;
  font-size: 1.1em; }

.destacatApartats {
  border-left: 1px solid silver;
  padding: 0 0 0 15px;
  background: url("../images/recursos/fletxaEsquerra.gif") no-repeat;
  font-size: 1.1em; }

.dadesApartats {
  border: none;
  margin: 0 0 0 10px; }

.dadesApartats dd {
  padding: 5px 0 0 0;
  margin: 0 0 5px 0;
  line-height: 1.2em; }

.dadesApartats dt {
  border: 0;
  background-color: #ffffff;
  float: left;
  padding: 5px 5px 0 0; }

.llistesApartats {
  margin: 0 0 0 10px !important;
  list-style: none; }

/* FI FITXA DIPUTAT */
/* Datepicker del cercador avançat de continguts web*/
.datepicker thead {
  background: none; }

.datepicker table {
  border: none; }

.datepicker.dropdown-menu {
  padding: 5px; }

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
  padding: 5px;
  background: none; }

input.datepicker {
  padding: 6px 12px;
  border-radius: 4px;
  height: 2.375rem;
  border: 0.0625rem solid #ced4da;
  font-size: 1rem; }

/*pestanyes bootstrap*/
ul[role=tablist] li {
  padding: 0; }

/*paginació bootstrap*/
ul.pagination li a, ul.pagination li a:hover {
  color: #891536; }

ul.pagination li.disabled span {
  color: #333; }

.pagination > li.active > a, .pagination > li.active > a:hover,
.pagination > li.active > a:focus,
.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #891536;
  border-color: #891536;
  padding: 0.5rem 0.75rem;
  float: left;
  line-height: 1.25;
  position: relative;
  /* border: 1px solid;*/
  color: #fff !important;
  font-weight: bold; }

a.dotted {
  border-bottom: 1px dotted; }

a.dotted:hover {
  border: none; }

.well {
  border-radius: 15px;
  color: #ffffff;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px; }

.well.well-exposicio {
  background-color: #eee;
  color: #333; }

.well.image-viewer {
  border-radius: 2px; }

.well a {
  color: #ffffff;
  border-bottom: 1px dotted; }

.well a:hover {
  color: #ffffff;
  border-bottom: none; }

/** Cercador d'articles **/
.cercadorArticlesVocabularis-portlet form {
  margin-bottom: 15px; }

.cercadorArticlesVocabularis-portlet .form-group.inline-labeled-push-left label, .cercadorArticlesVocabularis-portlet .form-icon-box-control label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.cercadorArticlesVocabularis-portlet .form-icon-box-control br {
  display: none; }

.cercadorArticlesVocabularis-portlet .input-group {
  display: block; }

.cercadorArticlesVocabularis-portlet button.btn-primary.btn-default {
  width: 100%; }

.cercadorArticlesVocabularis-portlet .form-group.inline-labeled-push-left {
  display: inline-grid;
  width: 49.5%; }

.cercadorArticlesVocabularis-portlet input[type="text"].form-control {
  padding: 6px 12px;
  font-size: 14px;
  height: 2.375rem; }

.cercadorArticlesVocabularis-portlet .chosen-container {
  min-height: 30px; }

.cercadorArticlesVocabularis-portlet .chosen-container-multi .chosen-choices {
  border: 1px solid #ccc;
  border-radius: 2px;
  min-height: 30px;
  background-image: none;
  font-size: 14px;
  padding: 4px 12px;
  height: 2.375rem; }
  .cercadorArticlesVocabularis-portlet .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 100%;
    color: #73787c; }

/** Visualitzador d'imatges AlloyUI **/
a.image-viewer-base-control.carousel-control {
  top: 45%;
  width: 40px;
  color: #fff;
  font-size: 30px; }

a.image-viewer-base-control.carousel-control.right {
  left: auto;
  right: 15px; }

a.image-viewer-base-control.carousel-control.left {
  left: 15px;
  right: auto; }

.image-viewer-caption, .image-viewer-info {
  color: #fff !important; }

/** Fi visualitzador **/
.carousel-menu-item {
  background: #474a4b; }

.carousel-menu-prev {
  background-image: url(/html/js/aui/aui-carousel/assets/skins/sam/prev.png); }

.carousel-menu-next {
  background-image: url(/html/js/aui/aui-carousel/assets/skins/sam/next.png); }

.carousel-menu-active {
  background: #fff; }

/** Entrades relacionades **/
.taglib-asset-links h2 {
  background: none;
  font-size: 20px;
  height: auto;
  margin: 0;
  padding: 10px 0; }

.asset-links-list a.taglib-icon img,
.journal-content-article a.taglib-icon img {
  display: none; }

.taglib-asset-links .asset-links-list {
  margin-left: 2em;
  list-style: disc outside; }

.taglib-icon .taglib-text {
  text-decoration: none; }

/** Fi entrades relacionades **/
.diba-carrusel .carousel-item h2 {
  font-size: 1.7em;
  padding-top: 10px; }

.diba-carrusel a {
  color: #fff;
  font-weight: bold; }

.diba-carrusel .carousel-indicators li {
  cursor: pointer; }

.btn-primary, .btn-primary.btn-default {
  background-color: #891536;
  border-color: #5d0e25; }

.btn-primary:hover, .btn-primary.btn-default:hover {
  background-color: #5d0e25;
  border-color: #5d0e25; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

dl {
  margin: 10px 0;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 5px; }

dt {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-weight: bold;
  overflow: hidden;
  background-color: #eee; }

dl > dt:first-child {
  border-top: none; }

dd {
  padding: 10px; }

.dockbar-user-notifications .dropdown-toggle .user-notifications-count {
  display: inline; }

.carousel .carousel-control {
  width: 5%;
  z-index: 100;
  background-color: transparent;
  border: none;
  height: 100%;
  margin-top: 0;
  border-radius: 0;
  color: #000 !important; }

.carousel-indicators {
  margin-bottom: 0;
  bottom: 5px;
  top: auto; }

/* addthis */
#socialShare {
  margin-bottom: 8px; }

#socialShare.btn-group, #socialShare.btn-group .btn {
  width: auto; }

#socialShare li {
  padding: 0; }

#socialShare li a {
  margin: 5px; }

#socialShare ul.dropdown-menu.show {
  min-width: 202px;
  transform: none !important;
  right: 0;
  left: auto !important;
  top: 100% !important; }

/** Menu principal **/
@media (min-width: 768px) {
  .navbar > .container-fluid, .navbar > .container {
    padding-left: 0;
    padding-right: 0; }
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header,
  .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; }
  .nav-justified > li {
    display: table-cell;
    width: 1%; } }

@media (max-width: 767px) {
  .nav-justified .open .dropdown-menu {
    position: relative;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.nav.nav-justified > li {
  float: none; }

.btn {
  white-space: normal; }

.menu-intro {
  padding: 20px 30px; }

.menu-intro .media-heading {
  color: #000; }

.menu-intro img.img-intro {
  margin: 0 10px 10px 10px; }

#menu-principal ul.principal .menu .submenu a.boto {
  background-color: #fff;
  background-image: none;
  color: #333;
  display: inline-block;
  padding: 5px 10px;
  border-bottom-color: #ccc;
  width: auto; }

#menu-principal ul.principal div.menu {
  position: static; }

header section.portlet {
  margin-bottom: 0; }

#wrapper {
  padding-top: 0; }

.has-control-menu #wrapper {
  padding-top: 2em; }

/* Dockbar */
.control-menu ul.control-menu-nav li {
  padding: 0;
  line-height: 1.5em; }

/* Fi Dockbar */
.portlet-borderless .portlet-content {
  padding: 0; }

.dibaForm-portlet label {
  font-weight: bold; }

.autofit-float > .autofit-col-end {
  z-index: 100; }

header .navbar {
  padding: 0; }

header .dropdown-menu {
  max-height: none;
  max-width: none;
  font-size: 1.1rem; }

.portlet-barebone .portlet-content {
  border: none; }

.img-fluid {
  height: auto !important; }

.panel-heading {
  padding: 10px;
  border-bottom: 1px solid; }

.modal[role="dialog"] {
  display: none; }

.modal[role="dialog"] .modal-dialog {
  margin-left: auto;
  position: relative; }

img {
  max-width: 100%; }

.btn:focus, .btn.focus {
  outline: auto; }

.breadcrumb {
  background: none;
  font-size: 0.85rem;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0; }

.portlet-breadcrumb section.portlet {
  margin: 0; }

.zoom:hover {
  transform: scale(1.1); }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #dadada; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #9d2235 !important;
  color: #fff; }

form.buscador i.icon-search {
  color: #6e777f; }

h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  /*font: 600 1.25rem/1.688rem "neue-haas-grotesk-display", sans-serif;*/
  font-weight: 600;
  line-height: 1.688rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.36px;
  color: #9d2235; }

h2, .h2 {
  font-size: 1.25rem; }

h3, .h3 {
  font-size: 1.20rem; }

h4, .h4 {
  font-size: 1.15rem; }

h5, .h5 {
  font-size: 1.10rem; }

@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 1.35rem; }
  h3, .h3 {
    font-size: 1.30rem; }
  h4, .h4 {
    font-size: 1.25rem; }
  h5, .h5 {
    font-size: 1.20rem; } }

.text-decoration-none {
  text-decoration: none !important; }

/* Actualitat
-------------------------------------------------------*/
.diba-carrusel-paginacio .carrusel-controls {
  margin-top: -40px;
  float: right;
  margin-right: 15px; }

.diba-carrusel-paginacio a.bx-prev, .diba-carrusel-paginacio a.bx-next {
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  border: 1px solid;
  border-radius: 100%;
  color: #9d2235;
  text-decoration: none; }

.diba-carrusel-paginacio a.bx-prev.disabled,
.diba-carrusel-paginacio a.bx-next.disabled,
.diba-carrusel-paginacio a.bx-prev:hover,
.diba-carrusel-paginacio a.bx-next:hover {
  color: #b6b6b5; }

.diba-carrusel-paginacio a.bx-prev i, .diba-carrusel-paginacio a.bx-next i {
  display: block;
  margin-top: 5px; }

.diba-carrusel-paginacio .carousel-control.right {
  float: right; }

.diba-carrusel-paginacio .carousel-control.left {
  float: left;
  margin-right: 10px; }

.actualitat-items.item-content {
  padding: 0 0 24px;
  border-radius: 0;
  border-bottom: 1px solid #b6b6b5; }

.actualitat-items.item-content a {
  text-decoration: none !important; }

.actualitat-items.item-content .tit {
  margin: 16px 0 9.5px;
  font: 600 1.063rem/1.278rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.17px;
  color: #000; }

@media only screen and (max-width: 576px) {
  .actualitat-items.item-content .tit {
    margin: 19px 0 12px;
    font-size: 1.375rem;
    line-height: 1.5rem; } }

.actualitat-items.item-content .subtit {
  font: 500 0.813rem/1rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.2px;
  color: #000; }

@media only screen and (max-width: 576px) {
  .actualitat-items.item-content .subtit {
    font-size: 0.938rem;
    line-height: 1.313rem; } }

/* Institució
-------------------------------------------------------*/
.institucio {
  margin: 42px 0 80px 0; }

.institucio .container {
  background-color: #f7f7f7; }

@media only screen and (max-width: 576px) {
  .institucio .container {
    padding: 0; } }

.institucio .content {
  padding-right: 22.5px; }

.institucio .content .video {
  padding: 45px 48px 0 30px; }

.institucio .content .video .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; }

.institucio .content .video .video-container iframe,
.institucio .content .video .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 768px) {
  .institucio .content .video {
    padding: 30px 30px 0; } }

@media only screen and (max-width: 576px) {
  .institucio .content .video {
    padding: 40px 0 0;
    margin-left: 15px;
    margin-right: 15px; } }

.institucio .content .text {
  padding: 0 112px;
  text-align: center; }

.institucio .content .text h2 {
  margin: 38px 0 23px 0;
  font: 700 1.625rem/2rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.08px; }

.institucio .content .text p {
  margin-bottom: 14px;
  font: 500 0.813rem/1rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.2px;
  color: #000; }

@media only screen and (max-width: 576px) {
  .institucio .content .text p {
    font-size: 1rem;
    line-height: 1.3125rem; } }

.institucio .content .text .llegir-mas {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 600 0.625rem/0.938rem "neue-haas-grotesk-display", sans-serif;
  text-transform: uppercase;
  color: #9d2235;
  text-decoration: none; }

.institucio .content .text .llegir-mas i {
  margin-left: 5px;
  font-size: 0.625rem;
  color: #000; }

@media only screen and (max-width: 576px) {
  .institucio .content .text .llegir-mas {
    font-size: 0.75rem; } }

@media only screen and (max-width: 1200px) {
  .institucio .content .text {
    padding: 0 45px; } }

@media only screen and (max-width: 992px) {
  .institucio .content .text {
    padding: 0; } }

@media only screen and (max-width: 768px) {
  .institucio .content .text {
    padding: 0 75px; } }

.institucio .content .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 38px 0 74px 0;
  padding: 0 50px; }

.institucio .content .numbers > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 25%;
  color: #000; }

.institucio .content .numbers > div span:first-child {
  font: 600 2rem/2.688rem "neue-haas-grotesk-display", sans-serif; }

@media only screen and (max-width: 576px) {
  .institucio .content .numbers > div span:first-child {
    margin-bottom: 5px;
    font-size: 2.25rem; } }

.institucio .content .numbers > div span:last-child {
  font: 500 0.7rem/0.688rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.09px;
  text-transform: uppercase; }

@media only screen and (max-width: 576px) {
  .institucio .content .numbers > div span:last-child {
    font-size: 0.625rem; } }

@media only screen and (max-width: 992px) {
  .institucio .content .numbers > div {
    max-width: 50%; }
  .institucio .content .numbers > div:nth-child(1), .institucio .content .numbers > div:nth-child(2) {
    margin-bottom: 30px; } }

@media only screen and (min-width: 1200px) {
  .institucio .content .numbers {
    padding: 0 120px; } }

@media only screen and (max-width: 768px) {
  .institucio .content {
    padding: 0; } }

.institucio .sidebar {
  height: auto;
  overflow: inherit;
  padding: 45px 45px 45px 22.5px; }

.institucio .sidebar .sidebar-items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.institucio .sidebar .sidebar-items .slick-list {
  margin: 0 -15px 0; }

.institucio .sidebar .sidebar-items .slick-slide {
  height: inherit;
  margin: 0 15px 0; }

.institucio .sidebar .sidebar-items .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.institucio .sidebar .sidebar-items > div:not(:last-child) {
  margin-bottom: 50px; }

.institucio .sidebar .sidebar-items .item-content {
  height: 100%;
  border-bottom: 1px solid #000; }

.institucio .sidebar .sidebar-items .item-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 15px;
  text-decoration: none;
  color: #000; }

@media only screen and (max-width: 576px) {
  .institucio .sidebar .sidebar-items .item-content a {
    padding-bottom: 19.6px; } }

.institucio .sidebar .sidebar-items .item-content img {
  max-width: 100%;
  margin-bottom: 15px; }

.institucio .sidebar .sidebar-items .item-content .tit-item {
  margin-bottom: 5px;
  font: 600 1rem/1.25rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.16px; }

@media only screen and (max-width: 576px) {
  .institucio .sidebar .sidebar-items .item-content .tit-item {
    margin: 5px 0;
    font-size: 1.1875rem;
    line-height: 1.4375rem; } }

.institucio .sidebar .sidebar-items .item-content .subtit-item {
  font: 500 0.75rem/1rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.12px; }

@media only screen and (max-width: 576px) {
  .institucio .sidebar .sidebar-items .item-content .subtit-item {
    font-size: 0.9375rem;
    line-height: 1.125rem; } }

@media only screen and (max-width: 768px) {
  .institucio .sidebar .sidebar-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; } }

.institucio .sidebar .sidebar-controls {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.institucio .sidebar .sidebar-controls:focus {
  outline: none; }

.institucio .sidebar .sidebar-controls a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #9d2235;
  font-size: 0.625rem;
  text-decoration: none;
  cursor: pointer;
  color: #9d2235;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }

.institucio .sidebar .sidebar-controls a.next {
  margin-left: 5px; }

.institucio .sidebar .sidebar-controls a:hover {
  color: #b6b6b5;
  border-color: #b6b6b5; }

@media (hover: none) {
  .institucio .sidebar .sidebar-controls a:hover {
    color: #9d2235;
    border-color: #9d2235; } }

.institucio .sidebar .sidebar-controls a.slick-disabled {
  color: #b6b6b5;
  border-color: #b6b6b5;
  cursor: auto; }

@media only screen and (max-width: 768px) {
  .institucio .sidebar .sidebar-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 45px; } }

@media only screen and (max-width: 576px) {
  .institucio .sidebar .sidebar-controls {
    margin-right: 35px; } }

@media only screen and (max-width: 768px) {
  .institucio .sidebar {
    padding: 0 30px 50px; } }

@media only screen and (max-width: 576px) {
  .institucio .sidebar {
    padding: 0 30px 88px 55px; } }

@media only screen and (max-width: 576px) {
  .institucio {
    margin-bottom: 60px; } }

/* Tramits
-------------------------------------------------------*/
.tramits > .container {
  padding: 0 25px 65px;
  border-bottom: 1px solid #dadada; }

@media only screen and (max-width: 768px) {
  .tramits > .container {
    padding: 0 20px 0;
    border: 0; } }

.tramits hr {
  display: none;
  width: calc(100% - 40px);
  margin: 72px auto 0;
  border-color: #dadada; }

@media only screen and (max-width: 768px) {
  .tramits hr {
    display: block; } }

.tramits h2 {
  margin-bottom: 23px;
  margin-left: 20px; }

@media only screen and (max-width: 576px) {
  .tramits h2 {
    margin-bottom: 29px; } }

.tramits .tramits-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 11px 5px;
  list-style: none;
  padding: 0; }

.tramits .tramits-items a {
  padding: 8px 22px;
  font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.35px;
  color: #2D2D2D;
  border: 1px solid #d5d5d5;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: none; }

.tramits .tramits-items a:hover {
  background-color: #9d2235;
  border-color: #9d2235;
  color: #fff;
  text-decoration: none; }

@media only screen and (max-width: 576px) {
  .tramits .tramits-items a {
    font-size: 1rem; } }

@media only screen and (max-width: 576px) {
  .tramits .tramits-items {
    padding: 0; } }

.tramits .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 23.5px; }

.tramits .links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9d2235;
  text-decoration: none;
  cursor: pointer; }

.tramits .links a.mostrar-mas {
  margin-left: 20px;
  font: 600 0.875rem/1.688rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.25px; }

.tramits .links a.mostrar-mas:hover {
  color: #9d2235; }

@media only screen and (max-width: 576px) {
  .tramits .links a.mostrar-mas {
    margin-top: 15px;
    margin-left: 23px;
    font-size: 1.063rem; } }

.tramits .links a.seu {
  font: 600 0.875rem/1.688rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.08px; }

@media only screen and (max-width: 576px) {
  .tramits .links a.seu {
    display: none; } }

.tramits .links a i {
  padding-left: 10px; }

@media only screen and (max-width: 576px) {
  .tramits .links {
    margin-top: 26px; } }

/* Dreceres
-------------------------------------------------------*/
.dreceres-items.item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.dreceres-items.item-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 1px solid #dadada;
  font: 500 0.8rem/1rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1px;
  color: #333;
  text-decoration: none; }

.dreceres-items.item-content a strong {
  margin: 0 0 -3px;
  display: block;
  font: 700 0.77rem/1rem "neue-haas-grotesk-display", sans-serif; }

@media only screen and (max-width: 576px) {
  .dreceres-items.item-content a strong {
    margin: -7px 0 0; } }

.dreceres-items.item-content a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

@media only screen and (max-width: 576px) {
  .dreceres-items.item-content a span {
    padding: 12px 0;
    font-size: 1rem; } }

/* Accessos Directes
-------------------------------------------------------*/
.accessos-directes-items {
  /*padding-right: 10px;*/ }

.accessos-directes-items a {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none; }

.accessos-directes-items p {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-top: 14px;
  font: 600 0.69rem/0.875rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.19px;
  text-align: center;
  text-transform: uppercase;
  color: #6f6f6f; }

.accessos-directes-items p a {
  color: #6f6f6f;
  text-decoration: none; }

@media only screen and (max-width: 991px) {
  .accessos-directes-items p {
    font-size: 0.6rem; } }

/* Recursos
-------------------------------------------------------*/
.recursos-items a {
  padding: 8px 22px;
  font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.35px;
  color: #9d2235;
  border: 1px solid #d5d5d5;
  border-radius: 25px;
  text-decoration: none; }

.recursos-items a:hover {
  background-color: #9d2235;
  border-color: #9d2235;
  color: #fff; }

/* Directa
-------------------------------------------------------*/
.directa-items .item-content {
  height: 100%;
  max-height: 95px;
  margin-bottom: 38px;
  padding: 15px 0 38px;
  border-top: 4px solid #dadada;
  line-height: 1;
  background: url(../images/recursos/arrow.png) no-repeat bottom right; }

.directa-items .item-content a {
  text-decoration: none !important;
  font: 700 0.813rem/1.063rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.21px;
  text-transform: uppercase;
  max-width: 75%; }

@media only screen and (max-width: 576px) {
  .directa-items .item-content a {
    max-width: 95%; } }

/* Banners
-------------------------------------------------------*/
.banner-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 15px;
  font: 600 1.063rem/1.188rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.17px;
  line-height: 1;
  text-decoration: none; }

.banner-item a i {
  margin-bottom: 2px;
  margin-left: 10px;
  font-size: 0.688rem;
  color: #86837e; }

.banner-item img {
  width: 100%;
  max-width: 100%; }

/* Promoció
-------------------------------------------------------*/
.promocio-items {
  max-width: 400px;
  margin: 0 auto; }

.promocio-items a {
  display: inline-block;
  text-decoration: none; }

.promocio-items .texto {
  position: absolute;
  max-width: 400px;
  top: 0;
  padding-top: 35%;
  text-align: center; }

.promocio-items a .titulo {
  margin-bottom: 9px;
  padding: 0 15px;
  font: 600 1.875rem/2rem "neue-haas-grotesk-display", sans-serif;
  text-align: center;
  color: #fff; }

.promocio-items a .subtitulo {
  margin: 0;
  padding: 0 15px;
  font: 400 0.9063rem/1.0625rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #fff; }

.promocio-items .boton {
  display: inline-block;
  padding: 6px 10px;
  font: 600 1rem/1.25rem "neue-haas-grotesk-display", sans-serif;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-top: 15px; }

@media (min-width: 768px) and (max-width: 1100px) {
  .promocio-items .texto {
    padding-top: 10%; }
  .promocio-items a .titulo {
    font-size: 1.3rem;
    line-height: 1.3rem; }
  .promocio-items .boton {
    font-size: 0.9rem; } }

@media (max-width: 767px) {
  .promocio-items .texto {
    padding-top: 25%; } }

.destacatDiba {
  padding: 25px 0;
  margin-top: 15px; }

.destacatDiba::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 15px;
  right: 0;
  bottom: 0px;
  border: 1px solid #e5e5e5; }

.destacatDiba .destacatDibaText {
  position: relative;
  margin-right: 20px;
  color: #080808; }

.destacatDiba .destacatDibaText::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 26px;
  height: 3px;
  background-color: #9d2235; }

.destacatDiba a {
  color: #080808;
  text-decoration: none !important;
  line-height: 1.125rem;
  text-transform: uppercase;
  font: 700 0.88rem/1.25rem "neue-haas-grotesk-display", sans-serif; }

.destacatDiba a:hover {
  color: #9D2235; }

a.menuAncores {
  text-decoration: none !important;
  color: #797575;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600; }

a.menuAncores.selected, a.menuAncores:hover {
  color: #070606; }

a.menuAncores.selected::after, a.menuAncores:hover::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 15px;
  width: 26px;
  height: 3px;
  background-color: #9d2235; }

.header-banner {
  background: #9d2235;
  height: 111px;
  align-items: center;
  width: 100%;
  overflow: hidden; }

.header-title {
  height: 100%;
  margin: auto 0;
  align-items: center;
  display: flex;
  max-width: calc(100% - 205px);
  color: #fff;
  font-size: 1.1rem;
  padding-left: 30px; }

.header-banner .header-title h2 {
  font: 700 1.625rem/1.813rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.36px;
  color: #fff;
  margin: 0; }

.header-banner .header-title h2 span.subtitol {
  font-weight: normal;
  font-size: 1rem; }

.header-banner .header-title h2 br {
  display: none; }

.header-banner img.logoescut {
  position: relative;
  top: calc(-100% - 15px);
  right: -45px;
  height: 190px !important;
  overflow: hidden;
  float: right;
  display: flex; }

.header-footer {
  background-color: #9d2235;
  color: #fff;
  font-weight: bold;
  position: absolute;
  margin-top: -16px;
  max-width: calc(100% - 40px);
  width: 100%;
  margin-left: 40px; }

header .card-img-overlay h2 {
  font: 700 2rem "neue-haas-grotesk-display", sans-serif;
  margin-left: 40px; }

@media (max-width: 767px) {
  .header-title {
    font-size: 1rem;
    padding-left: 15px;
    max-width: calc(100% - 140px); }
  .header-banner .header-title h2 {
    font: 700 1.270rem/1.813rem "neue-haas-grotesk-display", sans-serif; }
  .header-banner .header-title h2 br {
    display: inline; }
  .header-banner img.logoescut {
    height: 140px !important; }
  header .card-img-overlay h2 {
    font-size: 1.5rem; } }

.opacity-50 {
  opacity: 0.5; }

.opacity-20 {
  opacity: 0.2; }

/* Desenvolupament econòmic i turisme
-------------------------------------------------------*/
@media (max-width: 576px) {
  #section-contacte-area .border-left {
    border-left: none !important; } }

.contenido a {
  text-decoration: underline; }

.contenido a:hover {
  text-decoration: underline; }

.contenido a.btn {
  text-decoration: none; }

.contenido #galeriaimatges a {
  color: #fff; }

.columnes .doscol:nth-child(odd) {
  clear: both; }

.columnes .trescol:nth-child(3n+1) {
  clear: both; }

.columnes .quatrecol:nth-child(4n+1) {
  clear: both; }

.doscol {
  margin-bottom: 10px; }

.trescol {
  margin-bottom: 10px; }

.quatrecol {
  margin-bottom: 10px; }

input[type="text"].form-control {
  padding: 6px 12px;
  font-size: 14px; }

.portlet-asset-publisher ul.list-unstyled li.h3.content {
  font-size: 1rem; }

.portlet-layout.row {
  display: flex; }

.has-control-menu .lfr-asset-anchor {
  height: auto;
  margin-top: auto; }

.menuVertical .xarxesSocialsIcones img {
  border: none; }

.menuVertical img {
  border: 1px solid #ccc; }

/** Carrusels temes **/
.diba-carrusel {
  margin-bottom: 40px; }

.diba-carrusel .carousel-item {
  background-color: #f3f3f3; }

.diba-carrusel .carousel-item h2 {
  margin-bottom: 10px;
  font: 700 1.625rem/2rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.08px;
  /*color: #9d2235;*/ }

.diba-carrusel a {
  color: inherit;
  font-weight: bold;
  text-decoration: none; }

.diba-carrusel .carousel-caption {
  left: 0;
  text-align: left;
  color: #333;
  padding: 0 35px;
  height: 75%;
  position: absolute; }

@media (max-width: 991px) {
  .diba-carrusel .carousel-caption {
    position: relative;
    padding: 35px; } }

.diba-carrusel .carousel-indicators {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  text-align: left;
  padding: 25px;
  z-index: 100;
  justify-content: left; }

.diba-carrusel .carousel-indicators li, .diba-carrusel .carousel-indicators li.active {
  margin-right: 5px; }

.diba-carrusel .carousel-indicators li {
  background-color: #dadada; }

.diba-carrusel .carousel-indicators li.active {
  background-color: #9d2235; }
