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

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

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

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

.overlay {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active-area {
  background: #ffc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.collapse.open {
  display: block;
}

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

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

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

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

body.portlet {
  border-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.navbar form {
  margin: 0;
}

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

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

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

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

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

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

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

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

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/***************** 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: 0.8em;
  margin-left: 0.8em;
  margin-bottom: 0.9em;
  margin-top: 0.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 *****************************/
/******************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-content #menu-horitzontal-colapse ul {
  margin: inherit;
  padding-left: inherit;
  display: inherit;
  padding-top: inherit;
  padding-bottom: inherit;
  float: none;
  width: inherit;
}

.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 #menu-horitzontal-colapse ul li {
  list-style-type: none;
  border-right: #333 0.5px dotted;
  padding: inherit;
  display: inherit;
  float: none;
}

@media (max-width: 767px) {
  .menuHorizontal .portlet-content #menu-horitzontal-colapse ul li {
    border-right: 0;
  }
}
.menuHorizontal .portlet-content ul > li:last-child {
  border-right: 0;
}

.menuHorizontal .portlet-content #menu-horitzontal-colapse ul > li:last-child {
  border-right: none;
}

.menuHorizontal .portlet-content ul li a, .menuHorizontal ul li a:visited, .menuHorizontal ul li a:hover {
  padding: 0px 10px;
  font-size: 0.935rem;
}

.menuHorizontal .portlet-content #menu-horitzontal-colapse ul li a, .menuHorizontal #menu-horitzontal-colapse ul li a:visited, .menuHorizontal #menu-horitzontal-colapse ul li a:hover {
  padding: inherit;
  font-size: 0.935rem;
  line-height: 1.3;
  color: #797575;
}

.menuHorizontal #menu-horitzontal-colapse ul li a:hover {
  color: #333;
  font-weight: 900;
}

@media (max-width: 767px) {
  .menuHorizontal .portlet-content #menu-horitzontal-colapse ul li a, .menuHorizontal #menu-horitzontal-colapse ul li a:visited, .menuHorizontal #menu-horitzontal-colapse ul li a:hover {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #333;
  }
}
/********************* 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: 0.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 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: 0.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;
}

/* Slider videos */
.videos-items.item-content a {
  color: #333;
  text-decoration: none;
}

/* Estructura timeline */
#timeline.timeline {
  list-style-type: none;
  display: flex;
  justify-content: center;
}

#timeline .li {
  transition: all 200ms ease-in;
}

#timeline .timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.25em;
  color: #606060;
}

#timeline .timeline li.li:hover.status:after {
  background-color: #28a745;
  border-color: #28a745;
}

#timeline .status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 3px solid #606060;
  position: relative;
  transition: all 200ms ease-in;
}

#timeline .status h4 {
  font-weight: 600;
}

#timeline .status:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 25px;
  border: 3px solid #606060;
  position: absolute;
  top: -12px;
  left: 42%;
  transition: all 200ms ease-in;
}

#timeline .li.complete .status:before {
  background-color: #28a745;
  border: none;
  transition: all 200ms ease-in;
}

#timeline .li.complete .status h4 {
  color: #66DC71;
}

@media (max-width: 768px) {
  #timeline {
    flex-direction: column;
  }
  #timeline .timestamp {
    flex-direction: column;
    align-items: start;
  }
  #timeline .status {
    border-top: none;
  }
  #timeline .status::before {
    top: -42px;
    left: 0%;
  }
}
.colorcorporatiu-9d2235 {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
  -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.colorcorporatiu-9d2235 .bx-wrapper .bx-pager.bx-default-pager a.active,
.colorcorporatiu-9d2235 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #9D2235 !important;
  color: #fff;
}
.colorcorporatiu-9d2235 .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a:hover {
  background-color: #9D2235;
  border-color: #9D2235;
  color: #fff;
}
.colorcorporatiu-9d2235 .tramits .tramits-items a.colorInvert {
  background-color: #9D2235;
  border-color: #9D2235;
  color: #fff;
}
.colorcorporatiu-9d2235 .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #9D2235;
}
.colorcorporatiu-9d2235 .diba-carrusel .carousel-indicators li.active {
  background-color: #9D2235;
}
.colorcorporatiu-9d2235 .btn-desplegable {
  background-color: #fff;
  border-color: #9D2235;
  color: #9D2235;
}
.colorcorporatiu-9d2235 .btn-desplegable:hover {
  background-color: #9D2235 !important;
  color: #fff !important;
}
.colorcorporatiu-9d2235 .btn-desplegable-invert {
  background-color: #9D2235;
  border-color: #9D2235;
  color: #fff;
}
.colorcorporatiu-9d2235 .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #9D2235 !important;
}
.colorcorporatiu-9d2235 .btn-icones {
  background-color: #9D2235;
  border-color: #9D2235;
}
.colorcorporatiu-9d2235 .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #9D2235;
}
.colorcorporatiu-9d2235 .directa-items .item-content {
  border-top: 4px solid #9D2235;
}
.colorcorporatiu-9d2235 .boto-icona a:hover {
  text-decoration: none;
  color: #9D2235;
}
.colorcorporatiu-9d2235 .boto-icona {
  color: #9D2235;
  text-decoration: none;
}
.colorcorporatiu-9d2235 .boto-icona:hover {
  text-decoration: underline;
}
.colorcorporatiu-9d2235 .boto-icona a {
  text-decoration: none;
}
.colorcorporatiu-9d2235 .btn-primary {
  background-color: #9D2235;
  border-color: #9D2235;
}
.colorcorporatiu-9d2235 .btn-primary:hover {
  background-color: #54121c !important;
  border-color: #54121c !important;
}

/* Transversal  */
.administraciolocal-E2284A {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.administraciolocal-E2284A .bx-wrapper .bx-pager.bx-default-pager a.active,
.administraciolocal-E2284A .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #E2284A !important;
  color: #fff;
}
.administraciolocal-E2284A .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a.colorInvert {
  background-color: #E2284A;
  border-color: #E2284A;
  color: #fff;
}
.administraciolocal-E2284A .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #E2284A;
}
.administraciolocal-E2284A .diba-carrusel .carousel-indicators li.active {
  background-color: #E2284A;
}
.administraciolocal-E2284A .btn-desplegable {
  background-color: #fff;
  border-color: #E2284A;
  color: #E2284A;
}
.administraciolocal-E2284A .btn-desplegable:hover {
  background-color: #E2284A !important;
  color: #fff !important;
}
.administraciolocal-E2284A .btn-desplegable-invert {
  background-color: #E2284A;
  border-color: #E2284A;
  color: #fff;
}
.administraciolocal-E2284A .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #E2284A !important;
}
.administraciolocal-E2284A .btn-icones {
  background-color: #E2284A;
  border-color: #E2284A;
}
.administraciolocal-E2284A .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #E2284A;
}
.administraciolocal-E2284A .directa-items .item-content {
  border-top: 4px solid #E2284A;
}
.administraciolocal-E2284A .boto-icona a:hover {
  text-decoration: none;
  color: #E2284A;
}
.administraciolocal-E2284A .boto-icona {
  color: #E2284A;
  text-decoration: none;
}
.administraciolocal-E2284A .boto-icona:hover {
  text-decoration: underline;
}
.administraciolocal-E2284A .boto-icona a {
  text-decoration: none;
}
.administraciolocal-E2284A .btn-primary {
  background-color: #E2284A;
  border-color: #E2284A;
}
.administraciolocal-E2284A .btn-primary:hover {
  background-color: #b41835 !important;
  border-color: #b41835 !important;
}

.benestar-767B09 {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
   -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.benestar-767B09 .bx-wrapper .bx-pager.bx-default-pager a.active,
.benestar-767B09 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #767B09 !important;
  color: #fff;
}
.benestar-767B09 .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a.colorInvert {
  background-color: #767B09;
  border-color: #767B09;
  color: #fff;
}
.benestar-767B09 .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #767B09;
}
.benestar-767B09 .diba-carrusel .carousel-indicators li.active {
  background-color: #767B09;
}
.benestar-767B09 .btn-desplegable {
  background-color: #fff;
  border-color: #767B09;
  color: #767B09;
}
.benestar-767B09 .btn-desplegable:hover {
  background-color: #767B09 !important;
  color: #fff !important;
}
.benestar-767B09 .btn-desplegable-invert {
  background-color: #767B09;
  border-color: #767B09;
  color: #fff;
}
.benestar-767B09 .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #767B09 !important;
}
.benestar-767B09 .btn-icones {
  background-color: #767B09;
  border-color: #767B09;
}
.benestar-767B09 .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #767B09;
}
.benestar-767B09 .directa-items .item-content {
  border-top: 4px solid #767B09;
}
.benestar-767B09 .boto-icona a:hover {
  text-decoration: none;
  color: #767B09;
}
.benestar-767B09 .boto-icona {
  color: #767B09;
  text-decoration: none;
}
.benestar-767B09 .boto-icona:hover {
  text-decoration: underline;
}
.benestar-767B09 .boto-icona a {
  text-decoration: none;
}
.benestar-767B09 .btn-primary {
  background-color: #767B09;
  border-color: #767B09;
}
.benestar-767B09 .btn-primary:hover {
  background-color: #444705 !important;
  border-color: #444705 !important;
}

.comercconsum-d72525 {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
  -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.comercconsum-d72525 .bx-wrapper .bx-pager.bx-default-pager a.active,
.comercconsum-d72525 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #d72525 !important;
  color: #fff;
}
.comercconsum-d72525 .recursos-items a {
  padding: 8px 22px;
  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 .asset-links .list-group-title [href] {
  color: #d72525;
}
.comercconsum-d72525 .directa-items .item-content {
  border-top: 4px solid #d72525;
}
.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 .tramits .tramits-items a.colorInvert {
  background-color: #d72525;
  border-color: #d72525;
  color: #fff;
}
.comercconsum-d72525 .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #d72525;
}
.comercconsum-d72525 .diba-carrusel .carousel-indicators li.active {
  background-color: #d72525;
}
.comercconsum-d72525 .btn-desplegable {
  background-color: #fff;
  border-color: #d72525;
  color: #d72525;
}
.comercconsum-d72525 .btn-desplegable:hover {
  background-color: #d72525 !important;
  color: #fff !important;
}
.comercconsum-d72525 .btn-desplegable-invert {
  background-color: #d72525;
  border-color: #d72525;
  color: #fff;
}
.comercconsum-d72525 .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #d72525 !important;
}
.comercconsum-d72525 .btn-icones {
  background-color: #d72525;
  border-color: #d72525;
}
.comercconsum-d72525 .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #d72525;
}
.comercconsum-d72525 .directa-items .item-content {
  border-top: 4px solid #d72525;
}
.comercconsum-d72525 .boto-icona a:hover {
  text-decoration: none;
  color: #d72525;
}
.comercconsum-d72525 .boto-icona {
  color: #d72525;
  text-decoration: none;
}
.comercconsum-d72525 .boto-icona:hover {
  text-decoration: underline;
}
.comercconsum-d72525 .boto-icona a {
  text-decoration: none;
}
.comercconsum-d72525 .btn-primary {
  background-color: #d72525;
  border-color: #d72525;
}
.comercconsum-d72525 .btn-primary:hover {
  background-color: #991a1a !important;
  border-color: #991a1a !important;
}

.cultura-AA6408 {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.cultura-AA6408 .bx-wrapper .bx-pager.bx-default-pager a.active,
.cultura-AA6408 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #AA6408 !important;
  color: #fff;
}
.cultura-AA6408 .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a.colorInvert {
  background-color: #AA6408;
  border-color: #AA6408;
  color: #fff;
}
.cultura-AA6408 .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #AA6408;
}
.cultura-AA6408 .diba-carrusel .carousel-indicators li.active {
  background-color: #AA6408;
}
.cultura-AA6408 .btn-desplegable {
  background-color: #fff;
  border-color: #AA6408;
  color: #AA6408;
}
.cultura-AA6408 .btn-desplegable:hover {
  background-color: #AA6408 !important;
  color: #fff !important;
}
.cultura-AA6408 .btn-desplegable-invert {
  background-color: #AA6408;
  border-color: #AA6408;
  color: #fff;
}
.cultura-AA6408 .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #AA6408 !important;
}
.cultura-AA6408 .btn-icones {
  background-color: #AA6408;
  border-color: #AA6408;
}
.cultura-AA6408 .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #AA6408;
}
.cultura-AA6408 .directa-items .item-content {
  border-top: 4px solid #AA6408;
}
.cultura-AA6408 .boto-icona a:hover {
  text-decoration: none;
  color: #AA6408;
}
.cultura-AA6408 .boto-icona {
  color: #AA6408;
  text-decoration: none;
}
.cultura-AA6408 .boto-icona:hover {
  text-decoration: underline;
}
.cultura-AA6408 .boto-icona a {
  text-decoration: none;
}
.cultura-AA6408 .btn-primary {
  background-color: #AA6408;
  border-color: #AA6408;
}
.cultura-AA6408 .btn-primary:hover {
  background-color: #613905 !important;
  border-color: #613905 !important;
}

.economiatreball-027399 {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.economiatreball-027399 .bx-wrapper .bx-pager.bx-default-pager a.active,
.economiatreball-027399 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #027399 !important;
  color: #fff;
}
.economiatreball-027399 .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a.colorInvert {
  background-color: #027399;
  border-color: #027399;
  color: #fff;
}
.economiatreball-027399 .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #027399;
}
.economiatreball-027399 .diba-carrusel .carousel-indicators li.active {
  background-color: #027399;
}
.economiatreball-027399 .btn-desplegable {
  background-color: #fff;
  border-color: #027399;
  color: #027399;
}
.economiatreball-027399 .btn-desplegable:hover {
  background-color: #027399 !important;
  color: #fff !important;
}
.economiatreball-027399 .btn-desplegable-invert {
  background-color: #027399;
  border-color: #027399;
  color: #fff;
}
.economiatreball-027399 .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #027399 !important;
}
.economiatreball-027399 .btn-icones {
  background-color: #027399;
  border-color: #027399;
}
.economiatreball-027399 .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #027399;
}
.economiatreball-027399 .directa-items .item-content {
  border-top: 4px solid #027399;
}
.economiatreball-027399 .boto-icona a:hover {
  text-decoration: none;
  color: #027399;
}
.economiatreball-027399 .boto-icona {
  color: #027399;
  text-decoration: none;
}
.economiatreball-027399 .boto-icona:hover {
  text-decoration: underline;
}
.economiatreball-027399 .boto-icona a {
  text-decoration: none;
}
.economiatreball-027399 .btn-primary {
  background-color: #027399;
  border-color: #027399;
}
.economiatreball-027399 .btn-primary:hover {
  background-color: #01394b !important;
  border-color: #01394b !important;
}

.educacio-95710F {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.educacio-95710F .bx-wrapper .bx-pager.bx-default-pager a.active,
.educacio-95710F .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #95710F !important;
  color: #fff;
}
.educacio-95710F .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a.colorInvert {
  background-color: #95710F;
  border-color: #95710F;
  color: #fff;
}
.educacio-95710F .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #95710F;
}
.educacio-95710F .diba-carrusel .carousel-indicators li.active {
  background-color: #95710F;
}
.educacio-95710F .btn-desplegable {
  background-color: #fff;
  border-color: #95710F;
  color: #95710F;
}
.educacio-95710F .btn-desplegable:hover {
  background-color: #95710F !important;
  color: #fff !important;
}
.educacio-95710F .btn-desplegable-invert {
  background-color: #95710F;
  border-color: #95710F;
  color: #fff;
}
.educacio-95710F .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #95710F !important;
}
.educacio-95710F .btn-icones {
  background-color: #95710F;
  border-color: #95710F;
}
.educacio-95710F .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #95710F;
}
.educacio-95710F .directa-items .item-content {
  border-top: 4px solid #95710F;
}
.educacio-95710F .boto-icona a:hover {
  text-decoration: none;
  color: #95710F;
}
.educacio-95710F .boto-icona {
  color: #95710F;
  text-decoration: none;
}
.educacio-95710F .boto-icona:hover {
  text-decoration: underline;
}
.educacio-95710F .boto-icona a {
  text-decoration: none;
}
.educacio-95710F .btn-primary {
  background-color: #95710F;
  border-color: #95710F;
}
.educacio-95710F .btn-primary:hover {
  background-color: #5d4709 !important;
  border-color: #5d4709 !important;
}

.esports-008080 {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.esports-008080 .bx-wrapper .bx-pager.bx-default-pager a.active,
.esports-008080 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #008080 !important;
  color: #fff;
}
.esports-008080 .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a.colorInvert {
  background-color: #008080;
  border-color: #008080;
  color: #fff;
}
.esports-008080 .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #008080;
}
.esports-008080 .diba-carrusel .carousel-indicators li.active {
  background-color: #008080;
}
.esports-008080 .btn-desplegable {
  background-color: #fff;
  border-color: #008080;
  color: #008080;
}
.esports-008080 .btn-desplegable:hover {
  background-color: #008080 !important;
  color: #fff !important;
}
.esports-008080 .btn-desplegable-invert {
  background-color: #008080;
  border-color: #008080;
  color: #fff;
}
.esports-008080 .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #008080 !important;
}
.esports-008080 .btn-icones {
  background-color: #008080;
  border-color: #008080;
}
.esports-008080 .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #008080;
}
.esports-008080 .directa-items .item-content {
  border-top: 4px solid #008080;
}
.esports-008080 .boto-icona a:hover {
  text-decoration: none;
  color: #008080;
}
.esports-008080 .boto-icona {
  color: #008080;
  text-decoration: none;
}
.esports-008080 .boto-icona:hover {
  text-decoration: underline;
}
.esports-008080 .boto-icona a {
  text-decoration: none;
}
.esports-008080 .btn-primary {
  background-color: #008080;
  border-color: #008080;
}
.esports-008080 .btn-primary:hover {
  background-color: #004d4d !important;
  border-color: #004d4d !important;
}

.mediambient-1B7EA1 {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.mediambient-1B7EA1 .bx-wrapper .bx-pager.bx-default-pager a.active,
.mediambient-1B7EA1 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #1B7EA1 !important;
  color: #fff;
}
.mediambient-1B7EA1 .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a.colorInvert {
  background-color: #1B7EA1;
  border-color: #1B7EA1;
  color: #fff;
}
.mediambient-1B7EA1 .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #1B7EA1;
}
.mediambient-1B7EA1 .diba-carrusel .carousel-indicators li.active {
  background-color: #1B7EA1;
}
.mediambient-1B7EA1 .btn-desplegable {
  background-color: #fff;
  border-color: #1B7EA1;
  color: #1B7EA1;
}
.mediambient-1B7EA1 .btn-desplegable:hover {
  background-color: #1B7EA1 !important;
  color: #fff !important;
}
.mediambient-1B7EA1 .btn-desplegable-invert {
  background-color: #1B7EA1;
  border-color: #1B7EA1;
  color: #fff;
}
.mediambient-1B7EA1 .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #1B7EA1 !important;
}
.mediambient-1B7EA1 .btn-icones {
  background-color: #1B7EA1;
  border-color: #1B7EA1;
}
.mediambient-1B7EA1 .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #1B7EA1;
}
.mediambient-1B7EA1 .directa-items .item-content {
  border-top: 4px solid #1B7EA1;
}
.mediambient-1B7EA1 .boto-icona a:hover {
  text-decoration: none;
  color: #1B7EA1;
}
.mediambient-1B7EA1 .boto-icona {
  color: #1B7EA1;
  text-decoration: none;
}
.mediambient-1B7EA1 .boto-icona:hover {
  text-decoration: underline;
}
.mediambient-1B7EA1 .boto-icona a {
  text-decoration: none;
}
.mediambient-1B7EA1 .btn-primary {
  background-color: #1B7EA1;
  border-color: #1B7EA1;
}
.mediambient-1B7EA1 .btn-primary:hover {
  background-color: #12556d !important;
  border-color: #12556d !important;
}

.salutpublica-922a6c {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.salutpublica-922a6c .bx-wrapper .bx-pager.bx-default-pager a.active,
.salutpublica-922a6c .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #922a6c !important;
  color: #fff;
}
.salutpublica-922a6c .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a.colorInvert {
  background-color: #922a6c;
  border-color: #922a6c;
  color: #fff;
}
.salutpublica-922a6c .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #922a6c;
}
.salutpublica-922a6c .diba-carrusel .carousel-indicators li.active {
  background-color: #922a6c;
}
.salutpublica-922a6c .btn-desplegable {
  background-color: #fff;
  border-color: #922a6c;
  color: #922a6c;
}
.salutpublica-922a6c .btn-desplegable:hover {
  background-color: #922a6c !important;
  color: #fff !important;
}
.salutpublica-922a6c .btn-desplegable-invert {
  background-color: #922a6c;
  border-color: #922a6c;
  color: #fff;
}
.salutpublica-922a6c .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #922a6c !important;
}
.salutpublica-922a6c .btn-icones {
  background-color: #922a6c;
  border-color: #922a6c;
}
.salutpublica-922a6c .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #922a6c;
}
.salutpublica-922a6c .directa-items .item-content {
  border-top: 4px solid #922a6c;
}
.salutpublica-922a6c .boto-icona a:hover {
  text-decoration: none;
  color: #922a6c;
}
.salutpublica-922a6c .boto-icona {
  color: #922a6c;
  text-decoration: none;
}
.salutpublica-922a6c .boto-icona:hover {
  text-decoration: underline;
}
.salutpublica-922a6c .boto-icona a {
  text-decoration: none;
}
.salutpublica-922a6c .btn-primary {
  background-color: #922a6c;
  border-color: #922a6c;
}
.salutpublica-922a6c .btn-primary:hover {
  background-color: #631d49 !important;
  border-color: #631d49 !important;
}

.territoriparcs-508334 {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.territoriparcs-508334 .bx-wrapper .bx-pager.bx-default-pager a.active,
.territoriparcs-508334 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #508334 !important;
  color: #fff;
}
.territoriparcs-508334 .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a.colorInvert {
  background-color: #508334;
  border-color: #508334;
  color: #fff;
}
.territoriparcs-508334 .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #508334;
}
.territoriparcs-508334 .diba-carrusel .carousel-indicators li.active {
  background-color: #508334;
}
.territoriparcs-508334 .btn-desplegable {
  background-color: #fff;
  border-color: #508334;
  color: #508334;
}
.territoriparcs-508334 .btn-desplegable:hover {
  background-color: #508334 !important;
  color: #fff !important;
}
.territoriparcs-508334 .btn-desplegable-invert {
  background-color: #508334;
  border-color: #508334;
  color: #fff;
}
.territoriparcs-508334 .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #508334 !important;
}
.territoriparcs-508334 .btn-icones {
  background-color: #508334;
  border-color: #508334;
}
.territoriparcs-508334 .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #508334;
}
.territoriparcs-508334 .directa-items .item-content {
  border-top: 4px solid #508334;
}
.territoriparcs-508334 .boto-icona a:hover {
  text-decoration: none;
  color: #508334;
}
.territoriparcs-508334 .boto-icona {
  color: #508334;
  text-decoration: none;
}
.territoriparcs-508334 .boto-icona:hover {
  text-decoration: underline;
}
.territoriparcs-508334 .boto-icona a {
  text-decoration: none;
}
.territoriparcs-508334 .btn-primary {
  background-color: #508334;
  border-color: #508334;
}
.territoriparcs-508334 .btn-primary:hover {
  background-color: #385b24 !important;
  border-color: #385b24 !important;
}

.turisme-ab6424 {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.turisme-ab6424 .bx-wrapper .bx-pager.bx-default-pager a.active,
.turisme-ab6424 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #ab6424 !important;
  color: #fff;
}
.turisme-ab6424 .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a.colorInvert {
  background-color: #ab6424;
  border-color: #ab6424;
  color: #fff;
}
.turisme-ab6424 .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #ab6424;
}
.turisme-ab6424 .diba-carrusel .carousel-indicators li.active {
  background-color: #ab6424;
}
.turisme-ab6424 .btn-desplegable {
  background-color: #fff;
  border-color: #ab6424;
  color: #ab6424;
}
.turisme-ab6424 .btn-desplegable:hover {
  background-color: #ab6424 !important;
  color: #fff !important;
}
.turisme-ab6424 .btn-desplegable-invert {
  background-color: #ab6424;
  border-color: #ab6424;
  color: #fff;
}
.turisme-ab6424 .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #ab6424 !important;
}
.turisme-ab6424 .btn-icones {
  background-color: #ab6424;
  border-color: #ab6424;
}
.turisme-ab6424 .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #ab6424;
}
.turisme-ab6424 .directa-items .item-content {
  border-top: 4px solid #ab6424;
}
.turisme-ab6424 .boto-icona a:hover {
  text-decoration: none;
  color: #ab6424;
}
.turisme-ab6424 .boto-icona {
  color: #ab6424;
  text-decoration: none;
}
.turisme-ab6424 .boto-icona:hover {
  text-decoration: underline;
}
.turisme-ab6424 .boto-icona a {
  text-decoration: none;
}
.turisme-ab6424 .btn-primary {
  background-color: #ab6424;
  border-color: #ab6424;
}
.turisme-ab6424 .btn-primary:hover {
  background-color: #7e491b !important;
  border-color: #7e491b !important;
}

.urbanismehabitatge-6b4796 {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.urbanismehabitatge-6b4796 .bx-wrapper .bx-pager.bx-default-pager a.active,
.urbanismehabitatge-6b4796 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #6b4796 !important;
  color: #fff;
}
.urbanismehabitatge-6b4796 .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a.colorInvert {
  background-color: #6b4796;
  border-color: #6b4796;
  color: #fff;
}
.urbanismehabitatge-6b4796 .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #6b4796;
}
.urbanismehabitatge-6b4796 .diba-carrusel .carousel-indicators li.active {
  background-color: #6b4796;
}
.urbanismehabitatge-6b4796 .btn-desplegable {
  background-color: #fff;
  border-color: #6b4796;
  color: #6b4796;
}
.urbanismehabitatge-6b4796 .btn-desplegable:hover {
  background-color: #6b4796 !important;
  color: #fff !important;
}
.urbanismehabitatge-6b4796 .btn-desplegable-invert {
  background-color: #6b4796;
  border-color: #6b4796;
  color: #fff;
}
.urbanismehabitatge-6b4796 .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #6b4796 !important;
}
.urbanismehabitatge-6b4796 .btn-icones {
  background-color: #6b4796;
  border-color: #6b4796;
}
.urbanismehabitatge-6b4796 .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #6b4796;
}
.urbanismehabitatge-6b4796 .directa-items .item-content {
  border-top: 4px solid #6b4796;
}
.urbanismehabitatge-6b4796 .boto-icona a:hover {
  text-decoration: none;
  color: #6b4796;
}
.urbanismehabitatge-6b4796 .boto-icona {
  color: #6b4796;
  text-decoration: none;
}
.urbanismehabitatge-6b4796 .boto-icona:hover {
  text-decoration: underline;
}
.urbanismehabitatge-6b4796 .boto-icona a {
  text-decoration: none;
}
.urbanismehabitatge-6b4796 .btn-primary {
  background-color: #6b4796;
  border-color: #6b4796;
}
.urbanismehabitatge-6b4796 .btn-primary:hover {
  background-color: #4a3168 !important;
  border-color: #4a3168 !important;
}

.relacionsinternacionals-a03122 {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.relacionsinternacionals-a03122 .bx-wrapper .bx-pager.bx-default-pager a.active,
.relacionsinternacionals-a03122 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #a03122 !important;
  color: #fff;
}
.relacionsinternacionals-a03122 .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a.colorInvert {
  background-color: #a03122;
  border-color: #a03122;
  color: #fff;
}
.relacionsinternacionals-a03122 .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #a03122;
}
.relacionsinternacionals-a03122 .diba-carrusel .carousel-indicators li.active {
  background-color: #a03122;
}
.relacionsinternacionals-a03122 .btn-desplegable {
  background-color: #fff;
  border-color: #a03122;
  color: #a03122;
}
.relacionsinternacionals-a03122 .btn-desplegable:hover {
  background-color: #a03122 !important;
  color: #fff !important;
}
.relacionsinternacionals-a03122 .btn-desplegable-invert {
  background-color: #a03122;
  border-color: #a03122;
  color: #fff;
}
.relacionsinternacionals-a03122 .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #a03122 !important;
}
.relacionsinternacionals-a03122 .btn-icones {
  background-color: #a03122;
  border-color: #a03122;
}
.relacionsinternacionals-a03122 .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #a03122;
}
.relacionsinternacionals-a03122 .directa-items .item-content {
  border-top: 4px solid #a03122;
}
.relacionsinternacionals-a03122 .boto-icona a:hover {
  text-decoration: none;
  color: #a03122;
}
.relacionsinternacionals-a03122 .boto-icona {
  color: #a03122;
  text-decoration: none;
}
.relacionsinternacionals-a03122 .boto-icona:hover {
  text-decoration: underline;
}
.relacionsinternacionals-a03122 .boto-icona a {
  text-decoration: none;
}
.relacionsinternacionals-a03122 .btn-primary {
  background-color: #a03122;
  border-color: #a03122;
}
.relacionsinternacionals-a03122 .btn-primary:hover {
  background-color: #692016 !important;
  border-color: #692016 !important;
}

.feminisme-BC4E90 {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.feminisme-BC4E90 .bx-wrapper .bx-pager.bx-default-pager a.active,
.feminisme-BC4E90 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #BC4E90 !important;
  color: #fff;
}
.feminisme-BC4E90 .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a.colorInvert {
  background-color: #BC4E90;
  border-color: #BC4E90;
  color: #fff;
}
.feminisme-BC4E90 .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #BC4E90;
}
.feminisme-BC4E90 .diba-carrusel .carousel-indicators li.active {
  background-color: #BC4E90;
}
.feminisme-BC4E90 .btn-desplegable {
  background-color: #fff;
  border-color: #BC4E90;
  color: #BC4E90;
}
.feminisme-BC4E90 .btn-desplegable:hover {
  background-color: #BC4E90 !important;
  color: #fff !important;
}
.feminisme-BC4E90 .btn-desplegable-invert {
  background-color: #BC4E90;
  border-color: #BC4E90;
  color: #fff;
}
.feminisme-BC4E90 .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #BC4E90 !important;
}
.feminisme-BC4E90 .btn-icones {
  background-color: #BC4E90;
  border-color: #BC4E90;
}
.feminisme-BC4E90 .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #BC4E90;
}
.feminisme-BC4E90 .directa-items .item-content {
  border-top: 4px solid #BC4E90;
}
.feminisme-BC4E90 .boto-icona a:hover {
  text-decoration: none;
  color: #BC4E90;
}
.feminisme-BC4E90 .boto-icona {
  color: #BC4E90;
  text-decoration: none;
}
.feminisme-BC4E90 .boto-icona:hover {
  text-decoration: underline;
}
.feminisme-BC4E90 .boto-icona a {
  text-decoration: none;
}
.feminisme-BC4E90 .btn-primary {
  background-color: #BC4E90;
  border-color: #BC4E90;
}
.feminisme-BC4E90 .btn-primary:hover {
  background-color: #94386f !important;
  border-color: #94386f !important;
}

.joventut-E2186F {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.joventut-E2186F .bx-wrapper .bx-pager.bx-default-pager a.active,
.joventut-E2186F .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #E2186F !important;
  color: #fff;
}
.joventut-E2186F .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a.colorInvert {
  background-color: #E2186F;
  border-color: #E2186F;
  color: #fff;
}
.joventut-E2186F .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #E2186F;
}
.joventut-E2186F .diba-carrusel .carousel-indicators li.active {
  background-color: #E2186F;
}
.joventut-E2186F .btn-desplegable {
  background-color: #fff;
  border-color: #E2186F;
  color: #E2186F;
}
.joventut-E2186F .btn-desplegable:hover {
  background-color: #E2186F !important;
  color: #fff !important;
}
.joventut-E2186F .btn-desplegable-invert {
  background-color: #E2186F;
  border-color: #E2186F;
  color: #fff;
}
.joventut-E2186F .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #E2186F !important;
}
.joventut-E2186F .btn-icones {
  background-color: #E2186F;
  border-color: #E2186F;
}
.joventut-E2186F .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #E2186F;
}
.joventut-E2186F .directa-items .item-content {
  border-top: 4px solid #E2186F;
}
.joventut-E2186F .boto-icona a:hover {
  text-decoration: none;
  color: #E2186F;
}
.joventut-E2186F .boto-icona {
  color: #E2186F;
  text-decoration: none;
}
.joventut-E2186F .boto-icona:hover {
  text-decoration: underline;
}
.joventut-E2186F .boto-icona a {
  text-decoration: none;
}
.joventut-E2186F .btn-primary {
  background-color: #E2186F;
  border-color: #E2186F;
}
.joventut-E2186F .btn-primary:hover {
  background-color: #a21150 !important;
  border-color: #a21150 !important;
}

.governsdigitals-003575 {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.governsdigitals-003575 .bx-wrapper .bx-pager.bx-default-pager a.active,
.governsdigitals-003575 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #003575 !important;
  color: #fff;
}
.governsdigitals-003575 .recursos-items a {
  padding: 8px 22px;
  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 .tramits .tramits-items a.colorInvert {
  background-color: #003575;
  border-color: #003575;
  color: #fff;
}
.governsdigitals-003575 .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #003575;
}
.governsdigitals-003575 .diba-carrusel .carousel-indicators li.active {
  background-color: #003575;
}
.governsdigitals-003575 .btn-desplegable {
  background-color: #fff;
  border-color: #003575;
  color: #003575;
}
.governsdigitals-003575 .btn-desplegable:hover {
  background-color: #003575 !important;
  color: #fff !important;
}
.governsdigitals-003575 .btn-desplegable-invert {
  background-color: #003575;
  border-color: #003575;
  color: #fff;
}
.governsdigitals-003575 .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #003575 !important;
}
.governsdigitals-003575 .btn-icones {
  background-color: #003575;
  border-color: #003575;
}
.governsdigitals-003575 .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #003575;
}
.governsdigitals-003575 .directa-items .item-content {
  border-top: 4px solid #003575;
}
.governsdigitals-003575 .boto-icona a:hover {
  text-decoration: none;
  color: #003575;
}
.governsdigitals-003575 .boto-icona {
  color: #003575;
  text-decoration: none;
}
.governsdigitals-003575 .boto-icona:hover {
  text-decoration: underline;
}
.governsdigitals-003575 .boto-icona a {
  text-decoration: none;
}
.governsdigitals-003575 .btn-primary {
  background-color: #003575;
  border-color: #003575;
}
.governsdigitals-003575 .btn-primary:hover {
  background-color: #00224d !important;
  border-color: #00224d !important;
}

.negre-333333 {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.negre-333333 h1, .negre-333333 h2, .negre-333333 h3, .negre-333333 h4, .negre-333333 h5,
.negre-333333 .h1, .negre-333333 .h2, .negre-333333 .h3, .negre-333333 .h4, .negre-333333 .h5,
.negre-333333 a, .negre-333333 #mesyanio:hover {
  color: #333333;
}
.negre-333333 input[type=submit],
.negre-333333 input[type=button],
.negre-333333 input[type=reset] {
  color: #333333;
}
.negre-333333 .menuVertical ul li a:hover,
.negre-333333 .menuVertical ul li a.selected {
  color: #333333; /*Més fosc per passar la validació de contrast a les dreceres*/
}
.negre-333333 .well {
  background-color: #333333;
}
.negre-333333 .well.well-exposicio a, .negre-333333 .well.well-exposicio a:hover {
  color: #333333;
}
.negre-333333 .journal-content-article .addeventatc {
  color: #333333 !important;
}
.negre-333333 ul.pagination li a,
.negre-333333 ul.pagination li a:hover {
  color: #333333;
}
.negre-333333 .pagination > .active > a, .negre-333333 .pagination > .active > span,
.negre-333333 .pagination > .active > a:hover,
.negre-333333 .pagination > .active > span:hover,
.negre-333333 .pagination > .active > a:focus,
.negre-333333 .pagination > .active > span:focus {
  background-color: #333333;
  border-color: #333333;
}
.negre-333333 #column-2.colDcha25 h1, .negre-333333 #column-2.colDcha25 h2, .negre-333333 #column-2.colDcha25 h3, .negre-333333 #column-2.colDcha25 h4, .negre-333333 #column-2.colDcha25 h5, .negre-333333 #column-2.colDcha25 .h1, .negre-333333 #column-2.colDcha25 .h2, .negre-333333 #column-2.colDcha25 .h3, .negre-333333 #column-2.colDcha25 .h4, .negre-333333 #column-2.colDcha25 .h5, .negre-333333 #column-2.colDcha25 a, .negre-333333 #column-2 .colDcha25 h1, .negre-333333 #column-2 .colDcha25 h2, .negre-333333 #column-2 .colDcha25 h3, .negre-333333 #column-2 .colDcha25 h4, .negre-333333 #column-2 .colDcha25 h5, .negre-333333 #column-2 .colDcha25 .h1, .negre-333333 #column-2 .colDcha25 .h2, .negre-333333 #column-2 .colDcha25 .h3, .negre-333333 #column-2 .colDcha25 .h4, .negre-333333 #column-2 .colDcha25 .h5, .negre-333333 #column-2 .colDcha25 a, .negre-333333 #column-2 .derechaDreta h1, .negre-333333 #column-2 .derechaDreta h2, .negre-333333 #column-2 .derechaDreta h3, .negre-333333 #column-2 .derechaDreta h4, .negre-333333 #column-2 .derechaDreta h5, .negre-333333 #column-2 .derechaDreta .h1, .negre-333333 #column-2 .derechaDreta .h2, .negre-333333 #column-2 .derechaDreta .h3, .negre-333333 #column-2 .derechaDreta .h4, .negre-333333 #column-2 .derechaDreta .h5, .negre-333333 #column-2 .derechaDreta a, .negre-333333 .Contacts-portlet h1, .negre-333333 .Contacts-portlet h2, .negre-333333 .Contacts-portlet h3, .negre-333333 .Contacts-portlet h4, .negre-333333 .Contacts-portlet h5, .negre-333333 .Contacts-portlet .h1, .negre-333333 .Contacts-portlet .h2, .negre-333333 .Contacts-portlet .h3, .negre-333333 .Contacts-portlet .h4, .negre-333333 .Contacts-portlet .h5, .negre-333333 .Contacts-portlet a, .negre-333333 .panel-heading h1, .negre-333333 .panel-heading h2, .negre-333333 .panel-heading h3, .negre-333333 .panel-heading h4, .negre-333333 .panel-heading h5, .negre-333333 .panel-heading .h1, .negre-333333 .panel-heading .h2, .negre-333333 .panel-heading .h3, .negre-333333 .panel-heading .h4, .negre-333333 .panel-heading .h5, .negre-333333 .panel-heading a {
  color: #333333; /*Més fosc per passar la validació de contrast a les dreceres*/
}
.negre-333333 .asset-links .list-group-title [href] {
  color: #333333;
}
.negre-333333 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.negre-333333 .bx-wrapper .bx-pager.bx-default-pager a.active,
.negre-333333 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #333333 !important;
  color: #fff;
}
.negre-333333 .recursos-items a {
  padding: 8px 22px;
  color: #333333;
  border: 1px solid #d5d5d5;
  border-radius: 25px;
  text-decoration: none !important;
}
.negre-333333 .recursos-items a:hover {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
  text-decoration: none !important;
}
.negre-333333 .header-banner {
  background: #333333;
}
.negre-333333 .header-footer {
  background-color: #333333;
}
.negre-333333 .tramits .tramits-items a:hover {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
.negre-333333 .tramits .tramits-items a.colorInvert {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
.negre-333333 .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #333333;
}
.negre-333333 .diba-carrusel .carousel-indicators li.active {
  background-color: #333333;
}
.negre-333333 .btn-desplegable {
  background-color: #fff;
  border-color: #333333;
  color: #333333;
}
.negre-333333 .btn-desplegable:hover {
  background-color: #333333 !important;
  color: #fff !important;
}
.negre-333333 .btn-desplegable-invert {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
.negre-333333 .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #333333 !important;
}
.negre-333333 .btn-icones {
  background-color: #333333;
  border-color: #333333;
}
.negre-333333 .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #333333;
}
.negre-333333 .directa-items .item-content {
  border-top: 4px solid #333333;
}
.negre-333333 .boto-icona a:hover {
  text-decoration: none;
  color: #333333;
}
.negre-333333 .boto-icona {
  color: #333333;
  text-decoration: none;
}
.negre-333333 .boto-icona:hover {
  text-decoration: underline;
}
.negre-333333 .boto-icona a {
  text-decoration: none;
}
.negre-333333 .btn-primary {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
.negre-333333 .btn-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}

.catalegserveis-1361A8 {
  /* Recursos
  -------------------------------------------------------*/
  /* Botons
   -------------------------------------------------------*/
  /* Directa
   -------------------------------------------------------*/
  /* Botons icones
  -------------------------------------------------------*/
  /* Botons cerca
  -------------------------------------------------------*/
}
.catalegserveis-1361A8 h1, .catalegserveis-1361A8 h2, .catalegserveis-1361A8 h3, .catalegserveis-1361A8 h4, .catalegserveis-1361A8 h5,
.catalegserveis-1361A8 .h1, .catalegserveis-1361A8 .h2, .catalegserveis-1361A8 .h3, .catalegserveis-1361A8 .h4, .catalegserveis-1361A8 .h5,
.catalegserveis-1361A8 a, .catalegserveis-1361A8 #mesyanio:hover {
  color: #1361A8;
}
.catalegserveis-1361A8 input[type=submit],
.catalegserveis-1361A8 input[type=button],
.catalegserveis-1361A8 input[type=reset] {
  color: #1361A8;
}
.catalegserveis-1361A8 .menuVertical ul li a:hover,
.catalegserveis-1361A8 .menuVertical ul li a.selected {
  color: #c71947; /*Més fosc per passar la validació de contrast a les dreceres*/
}
.catalegserveis-1361A8 .well {
  background-color: #1361A8;
}
.catalegserveis-1361A8 .well.well-exposicio a, .catalegserveis-1361A8 .well.well-exposicio a:hover {
  color: #1361A8;
}
.catalegserveis-1361A8 .journal-content-article .addeventatc {
  color: #1361A8 !important;
}
.catalegserveis-1361A8 ul.pagination li a,
.catalegserveis-1361A8 ul.pagination li a:hover {
  color: #1361A8;
}
.catalegserveis-1361A8 .pagination > .active > a, .catalegserveis-1361A8 .pagination > .active > span,
.catalegserveis-1361A8 .pagination > .active > a:hover,
.catalegserveis-1361A8 .pagination > .active > span:hover,
.catalegserveis-1361A8 .pagination > .active > a:focus,
.catalegserveis-1361A8 .pagination > .active > span:focus {
  background-color: #1361A8;
  border-color: #1361A8;
}
.catalegserveis-1361A8 #column-2.colDcha25 h1, .catalegserveis-1361A8 #column-2.colDcha25 h2, .catalegserveis-1361A8 #column-2.colDcha25 h3, .catalegserveis-1361A8 #column-2.colDcha25 h4, .catalegserveis-1361A8 #column-2.colDcha25 h5, .catalegserveis-1361A8 #column-2.colDcha25 .h1, .catalegserveis-1361A8 #column-2.colDcha25 .h2, .catalegserveis-1361A8 #column-2.colDcha25 .h3, .catalegserveis-1361A8 #column-2.colDcha25 .h4, .catalegserveis-1361A8 #column-2.colDcha25 .h5, .catalegserveis-1361A8 #column-2.colDcha25 a, .catalegserveis-1361A8 #column-2 .colDcha25 h1, .catalegserveis-1361A8 #column-2 .colDcha25 h2, .catalegserveis-1361A8 #column-2 .colDcha25 h3, .catalegserveis-1361A8 #column-2 .colDcha25 h4, .catalegserveis-1361A8 #column-2 .colDcha25 h5, .catalegserveis-1361A8 #column-2 .colDcha25 .h1, .catalegserveis-1361A8 #column-2 .colDcha25 .h2, .catalegserveis-1361A8 #column-2 .colDcha25 .h3, .catalegserveis-1361A8 #column-2 .colDcha25 .h4, .catalegserveis-1361A8 #column-2 .colDcha25 .h5, .catalegserveis-1361A8 #column-2 .colDcha25 a, .catalegserveis-1361A8 #column-2 .derechaDreta h1, .catalegserveis-1361A8 #column-2 .derechaDreta h2, .catalegserveis-1361A8 #column-2 .derechaDreta h3, .catalegserveis-1361A8 #column-2 .derechaDreta h4, .catalegserveis-1361A8 #column-2 .derechaDreta h5, .catalegserveis-1361A8 #column-2 .derechaDreta .h1, .catalegserveis-1361A8 #column-2 .derechaDreta .h2, .catalegserveis-1361A8 #column-2 .derechaDreta .h3, .catalegserveis-1361A8 #column-2 .derechaDreta .h4, .catalegserveis-1361A8 #column-2 .derechaDreta .h5, .catalegserveis-1361A8 #column-2 .derechaDreta a, .catalegserveis-1361A8 .Contacts-portlet h1, .catalegserveis-1361A8 .Contacts-portlet h2, .catalegserveis-1361A8 .Contacts-portlet h3, .catalegserveis-1361A8 .Contacts-portlet h4, .catalegserveis-1361A8 .Contacts-portlet h5, .catalegserveis-1361A8 .Contacts-portlet .h1, .catalegserveis-1361A8 .Contacts-portlet .h2, .catalegserveis-1361A8 .Contacts-portlet .h3, .catalegserveis-1361A8 .Contacts-portlet .h4, .catalegserveis-1361A8 .Contacts-portlet .h5, .catalegserveis-1361A8 .Contacts-portlet a, .catalegserveis-1361A8 .panel-heading h1, .catalegserveis-1361A8 .panel-heading h2, .catalegserveis-1361A8 .panel-heading h3, .catalegserveis-1361A8 .panel-heading h4, .catalegserveis-1361A8 .panel-heading h5, .catalegserveis-1361A8 .panel-heading .h1, .catalegserveis-1361A8 .panel-heading .h2, .catalegserveis-1361A8 .panel-heading .h3, .catalegserveis-1361A8 .panel-heading .h4, .catalegserveis-1361A8 .panel-heading .h5, .catalegserveis-1361A8 .panel-heading a {
  color: #c71947; /*Més fosc per passar la validació de contrast a les dreceres*/
}
.catalegserveis-1361A8 .asset-links .list-group-title [href] {
  color: #1361A8;
}
.catalegserveis-1361A8 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.catalegserveis-1361A8 .bx-wrapper .bx-pager.bx-default-pager a.active,
.catalegserveis-1361A8 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #1361A8 !important;
  color: #fff;
}
.catalegserveis-1361A8 .recursos-items a {
  padding: 8px 22px;
  color: #1361A8;
  border: 1px solid #d5d5d5;
  border-radius: 25px;
  text-decoration: none !important;
}
.catalegserveis-1361A8 .recursos-items a:hover {
  background-color: #1361A8;
  border-color: #1361A8;
  color: #fff;
  text-decoration: none !important;
}
.catalegserveis-1361A8 .header-banner {
  background: #1361A8;
}
.catalegserveis-1361A8 .header-banner .header-title h2 {
  color: #000;
}
.catalegserveis-1361A8 .header-banner, .catalegserveis-1361A8 .header-banner a {
  color: #000 !important;
}
.catalegserveis-1361A8 .header-footer {
  background-color: #1361A8;
}
.catalegserveis-1361A8 .header-footer, .catalegserveis-1361A8 .header-footer a {
  color: #fff !important;
}
.catalegserveis-1361A8 .tramits .tramits-items a:hover {
  background-color: #1361A8;
  border-color: #1361A8;
  color: #fff;
}
.catalegserveis-1361A8 .tramits .tramits-items a.colorInvert {
  background-color: #1361A8;
  border-color: #1361A8;
  color: #fff;
}
.catalegserveis-1361A8 .tramits .tramits-items a:hover.colorInvert {
  background-color: #f7f7f7;
  color: #1361A8;
}
.catalegserveis-1361A8 .diba-carrusel .carousel-indicators li.active {
  background-color: #1361A8;
}
.catalegserveis-1361A8 .btn-desplegable {
  background-color: #fff;
  border-color: #1361A8;
  color: #1361A8;
}
.catalegserveis-1361A8 .btn-desplegable:hover {
  background-color: #1361A8 !important;
  color: #fff !important;
}
.catalegserveis-1361A8 .btn-desplegable-invert {
  background-color: #1361A8;
  border-color: #1361A8;
  color: #fff;
}
.catalegserveis-1361A8 .btn-desplegable-invert:hover {
  background-color: #fff !important;
  color: #1361A8 !important;
}
.catalegserveis-1361A8 .btn-icones {
  background-color: #1361A8;
  border-color: #1361A8;
}
.catalegserveis-1361A8 .directa-items .item-content a.link-arrow:hover .fa-arrow-down-right {
  color: #1361A8;
}
.catalegserveis-1361A8 .directa-items .item-content {
  border-top: 4px solid #1361A8;
}
.catalegserveis-1361A8 .boto-icona a:hover {
  text-decoration: none;
  color: #1361A8;
}
.catalegserveis-1361A8 .boto-icona {
  color: #1361A8;
  text-decoration: none;
}
.catalegserveis-1361A8 .boto-icona:hover {
  text-decoration: underline;
}
.catalegserveis-1361A8 .boto-icona a {
  text-decoration: none;
}
.catalegserveis-1361A8 .btn-primary {
  background-color: #1361A8;
  border-color: #1361A8;
}
.catalegserveis-1361A8 .btn-primary:hover {
  background-color: #0f4f8a !important;
  border-color: #0f4f8a !important;
}

/*:root {
	font-size: 14px;
}*/
@font-face {
  font-family: "DiBa";
  font-display: swap;
  src: url("https://media.diba.cat/diba/font/DiBaScreen-Regular.woff2") format("woff2"), url("https://media.diba.cat/diba/font/DiBaScreen-Regular.woff") format("woff"), url("https://media.diba.cat/diba/font/DiBaScreen-Regular.ttf") format("truetype"), url("https://media.diba.cat/diba/font/DiBaScreen-Regular.otf") format("opentype");
}
@font-face {
  font-family: "DiBa";
  font-display: swap;
  font-weight: 600;
  src: url("https://media.diba.cat/diba/font/DiBaScreen-SemiBold.woff2") format("woff2"), url("https://media.diba.cat/diba/font/DiBaScreen-SemiBold.woff") format("woff"), url("https://media.diba.cat/diba/font/DiBaScreen-SemiBold.ttf") format("truetype"), url("https://media.diba.cat/diba/font/DiBaScreen-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "DiBa";
  font-display: swap;
  font-weight: 700 900;
  src: url("https://media.diba.cat/diba/font/DiBaScreen-Bold.woff2") format("woff2"), url("https://media.diba.cat/diba/font/DiBaScreen-Bold.woff") format("woff"), url("https://media.diba.cat/diba/font/DiBaScreen-Bold.ttf") format("truetype"), url("https://media.diba.cat/diba/font/DiBaScreen-Bold.otf") format("opentype");
}
body {
  color: #333;
  background-color: #fff;
  font-family: "DiBa", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  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, #wrapper .portlet-barebone-full section.portlet, #wrapper .portlet-barebone {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container, #wrapper .portlet-barebone-full section.portlet, #wrapper .portlet-barebone {
    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, .theme-showcase .navbar #wrapper .portlet-barebone-full section.portlet, #wrapper .portlet-barebone-full .theme-showcase .navbar section.portlet, .theme-showcase .navbar #wrapper .portlet-barebone, #wrapper .theme-showcase .navbar .portlet-barebone {
  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: #9D2235;
  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: #F3F5F5;
  /*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;
  height: 100%;
}

#menu-principal ul.principal .menu .submenu li a:hover {
  /*background-color: #f7f7f7;*/
  color: #9D2235;
  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, #menuprin #wrapper .portlet-barebone-full section.portlet, #wrapper .portlet-barebone-full #menuprin section.portlet, #menuprin #wrapper .portlet-barebone, #wrapper #menuprin .portlet-barebone {
  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 .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 {
  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 15px;
  margin-bottom: -15px;
  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 .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: 0.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: 0.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;
}

/*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: 0.935rem;
  height: 2.375rem;
  font-family: "DiBa", Helvetica, Arial, sans-serif;
}
.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: 0.935rem;
  font-family: "DiBa", Helvetica, Arial, sans-serif;
  padding: 4px 12px;
  height: 2.375rem;
}
.cercadorArticlesVocabularis-portlet .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 100%;
  color: #73787c;
  font-family: "DiBa", Helvetica, Arial, sans-serif;
}
.cercadorArticlesVocabularis-portlet .chosen-container-multi .chosen-results {
  font-size: 0.935rem;
}

/** 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;
}

.bg-diba-gris {
  background-color: #f7f7f7;
}

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, #wrapper .portlet-barebone-full .navbar > section.portlet, #wrapper .navbar > .portlet-barebone {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  #wrapper .portlet-barebone-full section.portlet > .navbar-collapse,
  #wrapper .portlet-barebone > .navbar-collapse, .container > .navbar-header, #wrapper .portlet-barebone-full section.portlet > .navbar-header, #wrapper .portlet-barebone > .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-top: 0px;
}

.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 {
  color: #6e777f;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 600;
  line-height: 1.688rem;
  color: #9d2235;
}

h2, .h2 {
  font-size: 1.25rem;
}

h3, .h3 {
  font-size: 1.2rem;
}

h4, .h4 {
  font-size: 1.15rem;
}

h5, .h5 {
  font-size: 1.1rem;
}

@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 1.35rem;
  }
  h3, .h3 {
    font-size: 1.3rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.2rem;
  }
}
.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-size: 1.063rem;
  font-weight: 600;
  line-height: 1.278rem;
  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-size: 0.813rem;
  font-weight: 500;
  line-height: 1rem;
  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, .institucio #wrapper .portlet-barebone-full section.portlet, #wrapper .portlet-barebone-full .institucio section.portlet, .institucio #wrapper .portlet-barebone, #wrapper .institucio .portlet-barebone {
  background-color: #f7f7f7;
}

@media only screen and (max-width: 576px) {
  .institucio .container, .institucio #wrapper .portlet-barebone-full section.portlet, #wrapper .portlet-barebone-full .institucio section.portlet, .institucio #wrapper .portlet-barebone, #wrapper .institucio .portlet-barebone {
    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-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
}

.institucio .content .text p {
  margin-bottom: 14px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3125rem;
  color: #000;
}

@media only screen and (max-width: 576px) {
  .institucio .content .text p {
    font-size: 1rem;
  }
}
.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-size: 0.625rem;
  font-weight: 600;
  line-height: 0.938rem;
  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-size: 2rem;
  font-weight: 600;
  line-height: 2.688rem;
}

@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-size: 0.7rem;
  font-weight: 500;
  line-height: 0.688rem;
  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-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}

@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-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
}

@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, #wrapper .portlet-barebone-full .tramits > section.portlet, #wrapper .tramits > .portlet-barebone {
  padding: 0 25px 65px;
  border-bottom: 1px solid #dadada;
}

@media only screen and (max-width: 768px) {
  .tramits > .container, #wrapper .portlet-barebone-full .tramits > section.portlet, #wrapper .tramits > .portlet-barebone {
    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-size: 0.875rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: #2D2D2D;
  background-color: #f7f7f7;
  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;
  text-decoration: none;
  cursor: pointer;
}

.tramits .links a.mostrar-mas {
  margin-left: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.688rem;
}

@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-size: 0.875rem;
  font-weight: 600;
  line-height: 1.688rem;
}

@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-size: 0.8rem;
  font-weight: 500;
  line-height: 1rem;
  color: #333;
  text-decoration: none;
}

.dreceres-items.item-content a strong {
  margin: 0 0 -3px;
  display: block;
  font-size: 0.77rem;
  font-weight: 700;
  line-height: 1rem;
}

@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: visible;
  margin: 0;
  padding-top: 14px;
  font-size: 0.69rem;
  font-weight: 600;
  line-height: 0.875rem;
  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-size: 0.875rem;
  font-weight: 500;
  line-height: 1.625rem;
  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;
}

.directa-items .item-content a {
  text-decoration: none !important;
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 1.063rem;
  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-size: 1.063rem;
  font-weight: 600;
  line-height: 1.188rem;
  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-size: 1.875rem;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
  color: #fff;
}

.promocio-items a .subtitulo {
  margin: 0;
  padding: 0 15px;
  font-size: 0.9063rem;
  font-weight: 400;
  line-height: 1.0625rem;
  text-align: center;
  color: #fff;
}

.promocio-items .boton {
  display: inline-block;
  padding: 6px 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  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-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.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-size: 1.625rem;
  font-weight: 700;
  line-height: 1.813rem;
  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-size: 2rem;
  font-weight: 700;
  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-size: 1.27rem;
    line-height: 1.813rem;
    font-weight: 700;
  }
  .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;
  }
}
.lfr-spa-loading-bar {
  background: #007bff !important;
}

.portlet-cookies-banner a, .portlet-cookies-banner a:hover, .portlet-cookies-banner .btn-link, .portlet-cookies-banner-configuration a, .portlet-cookies-banner-configuration a:hover, .portlet-cookies-banner-configuration .btn-link, #cookiesBannerConfiguration a, #cookiesBannerConfiguration a:hover, #cookiesBannerConfiguration .btn-link {
  color: #9d2235;
  text-decoration: underline;
}
.portlet-cookies-banner .btn-secondary, .portlet-cookies-banner-configuration .btn-secondary, #cookiesBannerConfiguration .btn-secondary {
  background-color: #9d2235;
  border-color: #9d2235;
}
.portlet-cookies-banner .text-primary, .portlet-cookies-banner-configuration .text-primary, #cookiesBannerConfiguration .text-primary {
  color: #9d2235 !important;
}
.portlet-cookies-banner .toggle-switch-check:checked ~ .toggle-switch-bar::before, .portlet-cookies-banner-configuration .toggle-switch-check:checked ~ .toggle-switch-bar::before, #cookiesBannerConfiguration .toggle-switch-check:checked ~ .toggle-switch-bar::before {
  background-color: #9d2235;
  border-color: #891123;
}
.portlet-cookies-banner .toggle-switch-check:checked ~ .toggle-switch-bar::after, .portlet-cookies-banner-configuration .toggle-switch-check:checked ~ .toggle-switch-bar::after, #cookiesBannerConfiguration .toggle-switch-check:checked ~ .toggle-switch-bar::after {
  border-color: #891123;
}

.portlet-cookies-banner {
  border-top: 2px solid;
}

#wrapper .portlet-barebone-full {
  margin: 0 -15px;
  background-color: #f7f7f7;
  box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1019607843);
}
#wrapper .portlet-barebone {
  margin: 0 auto;
}
#wrapper .portlet-barebone-full .portlet-header {
  margin-bottom: 0;
}
#wrapper .portlet-barebone-full section.portlet {
  margin: 0 auto;
}

.shadow-down {
  /*box-shadow: 0 3px 5px 0 #0000001A;
  z-index: 1000;
  position: relative;*/
  /*margin: 0 -15px;*/
}

.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 .carousel-item {
  background-color: #f8f9fa;
}

.diba-carrusel .carousel-item h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2rem;
  /*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;
}