/*1702995624000*/
@charset "UTF-8";
@use "sass:math" as *;
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@use "sass:math" as *;
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

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

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
    color: #555; }

.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px; }
  .lfr-asset-column-details .lfr-asset-icon.last {
    border-width: 0; }

.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-tags .tag {
    color: #555; }

.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em; }

.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em; }
  .lfr-asset-column-details .lfr-panel.lfr-extended {
    border: 1px solid #ccc;
    margin-bottom: 0; }

.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block; }

.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em; }

.overlay {
  position: absolute; }

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

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

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

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

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

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

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

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

.lfr-pagination:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden; }

.lfr-pagination .dropdown-menu {
  display: none; }

.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px; }

.lfr-pagination .lfr-pagination-controls {
  float: left; }
  .lfr-pagination .lfr-pagination-controls .search-results {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    top: 10px; }
  .lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
    border-width: 0;
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    text-align: left;
    white-space: nowrap;
    width: 100%; }

.lfr-pagination .lfr-pagination-delta-selector {
  float: left; }
  @media (max-width: 991.98px) {
    .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
      display: none; } }

.lfr-pagination .pagination-content {
  float: right; }

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

.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0; }

.lfr-panel .toggler-header {
  cursor: pointer; }

.sidebar-sm {
  font-size: 0.875rem; }
  .sidebar-sm .sheet-subtitle {
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .sidebar-sm .form-group {
    margin-bottom: 1rem; }
  .sidebar-sm .form-control {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    height: 2rem;
    line-height: 1.5;
    min-height: auto;
    padding: 0.25rem 0.75rem; }
    .sidebar-sm .form-control.form-control-tag-group {
      height: auto; }
      .sidebar-sm .form-control.form-control-tag-group .form-control-inset {
        margin-bottom: 0;
        margin-top: 0; }
      .sidebar-sm .form-control.form-control-tag-group .label {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0 0.25rem; }
    .sidebar-sm .form-control[type='file'] {
      padding: 0; }
  .sidebar-sm select.form-control {
    padding-right: 1.6rem; }
    .sidebar-sm select.form-control:not([size]) {
      height: 2rem; }
  .sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
    min-height: auto;
    padding: 0.285rem 0.75rem; }
  .sidebar-sm .btn:not(.btn-unstyled) {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    line-height: 1.15;
    padding: 0.4375rem 0.75rem; }
    .sidebar-sm .btn:not(.btn-unstyled).close {
      padding: 0.4375rem; }
  .sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
    height: 2rem;
    padding: 0.1875rem 0;
    width: 2rem; }
    .sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
      padding: 0; }
  .sidebar-sm .input-group-item .input-group-text {
    font-size: 0.875rem;
    height: 2rem;
    min-width: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .sidebar-sm .input-group-item .btn .btn-section {
    font-size: 0.5625rem; }
  .sidebar-sm .list-group-item-flex {
    padding: 0.5rem 0.25rem; }
    .sidebar-sm .list-group-item-flex .autofit-col {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }

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

.lfr-tree a {
  text-decoration: none; }

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

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

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

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

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

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px; }
    body.has-control-menu .contextual-sidebar {
      height: calc( 100vh - 120px);
      top: 120px; }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding; }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px; } }

.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png); }

.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat; }

.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px; }

.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border: 2px solid #cfc; }

.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x; }
  .taglib-diff-html span.diff-html-changed img {
    border: 2px dotted #009; }

.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through; }
  .taglib-diff-html span.diff-html-removed img {
    border: 2px solid #fdc6c6; }

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

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

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .drop-here-info {
      transition: none; } }
  .drop-here-info .drop-here-indicator {
    height: 115px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
  .drop-here-info .drop-icons {
    display: inline-block;
    position: relative;
    width: 160px;
    transition: all 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .drop-here-info .drop-icons {
        transition: none; } }
    .drop-here-info .drop-icons span {
      border-radius: 3px;
      position: absolute;
      text-align: center;
      transition: all 0.3s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .drop-here-info .drop-icons span {
          transition: none; } }
      .drop-here-info .drop-icons span:nth-of-type(1) {
        box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
        height: 60px;
        left: 0;
        line-height: 60px;
        opacity: 0;
        top: 10px;
        transform: rotate(25deg);
        width: 60px; }
      .drop-here-info .drop-icons span:nth-of-type(2) {
        background: #00c2ff;
        color: #fff;
        height: 80px;
        left: 40px;
        line-height: 80px;
        width: 80px;
        z-index: 2; }
      .drop-here-info .drop-icons span:nth-of-type(3) {
        box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
        display: block;
        font-size: 45px;
        height: 70px;
        left: 90px;
        line-height: 70px;
        opacity: 0;
        position: relative;
        top: 8px;
        transform: rotate(-25deg);
        width: 70px;
        z-index: 1; }
      .drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
        background: #e8e6e8;
        color: #a5a6ac; }
  .drop-here-info .drop-text {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-left: 0;
    margin-top: 20px; }
  .drop-active .drop-here-info {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    visibility: visible;
    z-index: 100; }
    .drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
      opacity: 1; }
    .drop-active .drop-here-info span:nth-of-type(1) {
      transform: rotate(-20deg); }
    .drop-active .drop-here-info span:nth-of-type(2) {
      transform: scale(1); }
    .drop-active .drop-here-info span:nth-of-type(3) {
      transform: rotate(15deg); }

.taglib-empty-result-message.sheet {
  margin-bottom: 24px; }

.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/TEMA_CONSELLERIA/images/states/empty_state.gif); }

.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/TEMA_CONSELLERIA/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px; }

.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/TEMA_CONSELLERIA/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/TEMA_CONSELLERIA/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/TEMA_CONSELLERIA/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px; }

.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem; }

.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center; }

.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center; }

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

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

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

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

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

.taglib-icon-list li {
  float: left;
  margin-right: 1em; }

.taglib-icon-list:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden; }

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none; }

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

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

.lfr-icon-menu-open:after {
  clear: both;
  content: '';
  display: table; }

.lfr-icon-menu-open .dropdown-menu {
  position: static; }

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0; }

.input-localized .input-group-item {
  flex-direction: column; }

.input-localized .input-localized-content {
  margin-left: 6px; }
  .input-group .input-localized .input-localized-content {
    margin-top: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background-color: #ff0047; }

.input-localized .lfr-input-localized-default a {
  margin-right: 14px; }

.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px; }

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5; }

.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent; }

.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2; }

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal; }

.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem; }

.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px; }
  .input-localized-palette-container .palette-item-inner img {
    display: block; }

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

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px; }

.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem; }

.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1; }
  .item-selector .input-file + label {
    position: relative; }
    .item-selector .input-file + label::before {
      border-radius: 4px;
      bottom: -2px;
      content: '';
      display: block;
      left: -2px;
      position: absolute;
      right: -2px;
      top: -2px;
      transition: box-shadow 0.15s ease-in-out; }
  .item-selector .input-file:focus + label::before {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff; }

.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer; }

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

.navbar .navbar-collapse {
  max-height: none; }
  .navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
    display: inline; }

@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%; } }

.navbar .navbar-search .form-search {
  margin: 8px 0; }
  @media (min-width: 768px) {
    .navbar .navbar-search .form-search {
      float: right;
      max-width: 275px; } }
  @media (max-width: 767.98px) {
    .navbar .navbar-search .form-search .input-group {
      width: 100%; } }

@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px; }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible; } }

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

.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px; }

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

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative; }
  @media (min-width: 576px) {
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
      margin-left: 375px;
      width: auto; } }
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
    position: static; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
      left: 12px;
      position: fixed;
      right: 12px;
      top: -1px;
      z-index: 1020; }
      .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
        display: block;
        padding: 0; }
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
          overflow-x: hidden; }
          @media (min-width: 576px) {
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
              margin-left: 375px; } }
          .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
            border-collapse: collapse;
            width: 100%; }
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
              border-radius: 0; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      width: auto; }
      @media (min-width: 576px) {
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
          left: 0;
          position: absolute;
          right: 15px; } }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      height: auto; }

.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline; }
  .lfr-search-container-wrapper a:not(.component-action):not(.btn):focus, .lfr-search-container-wrapper a:not(.component-action):not(.btn):hover {
    color: #000; }

.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
    color: #343a40; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
    background-color: #f7f8f9;
    border-radius: 4px;
    color: #343a40; }

.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
  .lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h4 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h5,
  .lfr-search-container-wrapper .list-group .list-group-item h6,
  .lfr-search-container-wrapper .list-group .list-group-item .h5,
  .lfr-search-container-wrapper .list-group .list-group-item .h6 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
    font-weight: 600; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem; }

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

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px; }
  .user-status-tooltip .user-status-avatar .user-status-avatar-image {
    width: 27px; }

.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden; }
  .user-status-tooltip .user-status-info .user-status-date {
    font-size: 11px; }

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

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

.taglib-search-toggle .form-search {
  position: relative; }
  .taglib-search-toggle .form-search .input-group-btn {
    position: absolute; }
    @media (min-width: 992px) {
      .taglib-search-toggle .form-search .input-group-btn {
        position: static; } }

.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px; }
  .taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
    text-decoration: none; }

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

.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1; }

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

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999; }

.table-cell .taglib-workflow-status {
  margin: 0; }
  .table-cell .taglib-workflow-status .workflow-status {
    padding-left: 0; }

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

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px; }

.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static; }

.portal-popup .lfr-form-content {
  padding: 24px 12px; }

.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%; }

.portal-popup .portlet-column {
  position: static; }

.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px; }
  .portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .dialog-body .container-view .nav-tabs-underline,
  .portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
  .portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-form-content .container-view .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
  .portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .process-list .container-view .nav-tabs-underline,
  .portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .roles-selector-body .container-view .nav-tabs-underline {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px; }

.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0; }

.portal-popup .login-container {
  padding: 1rem; }

.portal-popup .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative; }
  @media (min-width: 576px) {
    .portal-popup .navbar ~ .portlet-configuration-setup,
    .portal-popup .portlet-export-import-container {
      height: calc(100% - 48px); } }

.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0; }

.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0; }

.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media (min-width: 576px) {
    .portal-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 576px) {
    .portal-popup .lfr-dynamic-uploader,
    .portal-popup .process-list {
      top: 48px; } }

.portal-popup .portlet-export-import-publish-processes {
  top: 0; }

.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020; }
  @media (min-width: 768px) {
    .portal-popup .dialog-footer {
      position: fixed; } }
  .portal-popup .dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }
  .portal-popup .dialog-footer.dialog-footer-not-reverse {
    flex-direction: initial;
    justify-content: flex-end; }

@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px; } }

.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
    bottom: 0; }
    .portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
      display: none; }

.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    flex-grow: 1;
    max-width: none;
    overflow: auto; }

.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }
  @media print {
    .portal-popup:not(.article-preview) #main-content,
    .portal-popup:not(.article-preview) #wrapper {
      position: initial; } }

.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0; }
  .portal-popup .columns-max > .portlet-layout.row > .portlet-column {
    padding-left: 0;
    padding-right: 0; }

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate; }

html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd; }

html:not(#__):not(#___) .active-area {
  background: #ffc; }

html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1; }
  html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
    background-image: none; }

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

html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0; }

html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important; }

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

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

.active-area {
  background: #ffc; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3; }

.lfr-item-viewer.uploading > .progress-container {
  visibility: visible; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%; }

.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px; }

.lfr-item-viewer .item-preview:hover {
  cursor: pointer; }

.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000; }
  .lfr-item-viewer .progress-container a {
    position: absolute;
    right: 30px; }
  .lfr-item-viewer .progress-container .progress {
    margin-top: 10px; }

.lfr-item-viewer .search-info {
  background-color: #d3e8f1; }
  .lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold; }
  .lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal; }

.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%; }
  .lfr-item-viewer .upload-view > div {
    display: table-cell;
    vertical-align: middle; }

.lfr-item-viewer .yui3-widget-bd {
  position: relative; }

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

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

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

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

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

.modal-dialog.dialog-iframe-modal {
  max-width: none; }

.modal-dialog.modal-dialog-sm {
  max-width: 500px; }

.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all; }
  .modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
    bottom: 0;
    right: 0; }

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

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

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

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

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

.tag-cloud .tag-popularity-1 {
  font-size: 1em; }

.tag-cloud .tag-popularity-2 {
  font-size: 1.3em; }

.tag-cloud .tag-popularity-3 {
  font-size: 1.6em; }

.tag-cloud .tag-popularity-4 {
  font-size: 1.9em; }

.tag-cloud .tag-popularity-5 {
  font-size: 2.2em; }

.tag-cloud .tag-popularity-6 {
  font-size: 2.5em; }

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

.tree-node .icon-check {
  padding-right: 2px; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }

.tree-node [class^='icon-'] {
  margin-right: 5px; }

.tree-node .tree-node-checkbox-container {
  margin-right: 0; }

.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }

.tree-node-content .tree-label {
  margin-left: 3px; }

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

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

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

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

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #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-topper-toolbar {
  display: none !important; }

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

html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none; }
  @media (min-width: 768px) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
      display: flex;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      transition: opacity 0.25s, transform 0.25s;
      top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
      transition: none; } }

html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right; }

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

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

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

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

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

@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%); } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms; } }

@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex; } }

html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block; }

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

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

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

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

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

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

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

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

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

.portlet-borderless .portlet-content {
  padding: 1rem; }

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

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

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

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

.navbar form {
  margin: 0; }

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

.product-menu .loading-animation {
  margin-top: 160px; }

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd; }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1); }
  75% {
    background-color: #ddedde;
    border-color: #7d7; }
  100% {
    background-color: #ebebeb;
    border-color: #ddd; } }

.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px; }

.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px; }

.upload-drop-active .lfr-upload-container .upload-target {
  animation: none; }

.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite; }

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

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

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

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

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

.highlight-animation {
  animation: highlight-animation 0.7s; }

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

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

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/* ESTILOS PARA EL SCHEMA DE COLOR ACCIÓN DEPENDIENTE DE CONSELLERIA */
/* VARIABLES DE COLORES */
body.dependiente .container {
  max-width: 1440px !important; }

body.dependiente .portlet-search-bar button.btn-monospaced {
  height: unset; }

/* HEADER */
body.dependiente header {
  border-bottom: 1px solid #e5e6e8 !important; }

/* ---- CODIGO CSS ---- */
a:hover {
  color: #c80f2e; }

body.dependiente header #heading .otros a, body.dependiente header #heading .title a {
  color: #c80f2e; }

body.dependiente header #heading .title a:hover {
  color: #c80f2e; }

/* MENU PRINCIPAL */
body.dependiente .menuSitioHorizontal {
  margin-top: 20px; }

body.dependiente .menuSitioHorizontal .collapse {
  display: block !important; }

body.dependiente .menuSitioHorizontal .nav.nav-pills {
  width: max-content;
  margin: 0 auto; }

body.dependiente .menuSitioHorizontal .nav > li {
  margin-right: 10px; }

body.dependiente .menuSitioHorizontal .nav > li span.text-truncate {
  text-align: center;
  border-bottom: 3px solid #565353;
  padding-bottom: 5px; }

body.dependiente .menuSitioHorizontal .nav > li.selected span.text-truncate {
  border-bottom: 4px solid #C80F2E;
  color: #c80f2e; }

body.dependiente .menuSitioHorizontal .nav > li span.text-truncate .lfr-nav-child-toggle {
  display: block;
  position: absolute;
  bottom: -8px;
  width: 100%;
  margin: 0 auto;
  font-size: 20px; }

body.dependiente .menuSitioHorizontal .nav-pills .nav-link.active, body.dependiente .menuSitioHorizontal .nav-pills .show > .nav-link {
  background-color: initial !important;
  border-radius: 0px !important;
  padding-right: 0px;
  padding-left: 0px;
  color: #565353 !important; }

body.dependiente .menuSitioHorizontal .nav-pills > li.active > a {
  background-color: #ffffff !important; }

body.dependiente .menuSitioHorizontal .nav > li ul {
  width: 100%;
  padding-top: 0px;
  border-radius: 0px;
  border: 0px;
  background: #C80F2E;
  margin-top: -9px; }

body.dependiente .menuSitioHorizontal .nav > li.selected.active ul {
  margin-top: -8px; }

body.dependiente .menuSitioHorizontal ul.dropdown-menu {
  width: 100%; }

body.dependiente .menuSitioHorizontal .nav > li > a {
  display: block;
  border-radius: 0px !important;
  padding-left: 0px;
  padding-right: 0px; }

body.dependiente .menuSitioHorizontal .dropdown-item.active, body.dependiente .menuSitioHorizontal .dropdown-menu > li > a.active,
body.dependiente .menuSitioHorizontal .dropdown-item:active, body.dependiente .menuSitioHorizontal .dropdown-menu > li > a:active {
  color: #fff !important;
  background-color: #f8f9fa !important; }

body.dependiente .menuSitioHorizontal .dropdown-item, body.dependiente .menuSitioHorizontal .dropdown-menu > li > a {
  color: #ffffff !important; }

body.dependiente .menuSitioHorizontal .dropdown-menu > li > a:hover {
  color: #c80f2e !important; }

body.dependiente .menuSitioHorizontal .portlet-content-container .selected.active ul li,
body.dependiente .menuSitioHorizontal .portlet-content-container ul li {
  border-bottom: 1px solid #fff; }

body.dependiente .menuSitioHorizontal .portlet-content-container ul li a.dropdown-item {
  padding: 10px 5px;
  text-align: center; }

body.dependiente .menuSitioHorizontal .portlet-content-container .selected.active ul li a {
  color: #ffffff !important;
  background-color: #c80f2e !important;
  padding: 10px 5px;
  text-align: center; }

body.dependiente .menuSitioHorizontal .portlet-content-container .selected.active ul li a:hover {
  color: #c80f2e !important;
  background-color: #f8f9fa !important; }

body.dependiente .menuSitioHorizontal .portlet-content-container ul li ul li.active.selected a {
  font-weight: 600;
  color: #c80f2e !important;
  background-color: #f8f9fa !important; }

body.dependiente .menuSitioHorizontal .portlet-content-container ul li ul li.active.selected a:hover,
body.dependiente .menuSitioHorizontal .portlet-content-container ul li ul.dropdown-menu li a:hover {
  background-color: #f8f9fa !important;
  color: #c80f2e !important; }

body.dependiente .menuSitioHorizontal .portlet-content-container ul li ul li.active.selected a:hover {
  background-color: #f8f9fa !important;
  color: #c80f2e !important; }

body.dependiente .menuSitioHorizontal ul li a:hover span {
  border-bottom: 3px solid #C80F2E; }

body.dependiente .menuSitioHorizontal .child-menu {
  /*margin-left: -55px;*/
  margin-left: -17px; }

/* MENU JERARQUIA PAGINAS*/
.dependiente .menu_ftl_pc.nav_principal .portlet-body {
  padding: 5px 0; }

.dependiente .menu_ftl_pc.nav_principal .menuDesplegable {
  padding-top: 5px;
  margin-bottom: 1rem; }

.dependiente .menu_ftl_pc.nav_principal .menuDesplegable .menuPrueba > div:first-of-type {
  padding-left: 12px;
  background-image: url(../images/GVA/flechaMenu.png);
  background-repeat: no-repeat;
  background-position: 0 4px; }

.dependiente .menu_ftl_mv div[id*="nav_jerarquia_principal_mv"] .menuDesplegable {
  display: none; }

/* REDES SOCIALES */
body.dependiente .redes-sociales .twitter a {
  background-image: url(../images/GVA/social/twitter_gva.png); }

body.dependiente .redes-sociales .youtube a {
  background-image: url(../images/GVA/social/youtube_gva.png); }

body.dependiente .redes-sociales .facebook a {
  background-image: url(../images/GVA/social/facebook_gva.png); }

body.dependiente .redes-sociales .flickr a {
  background-image: url(../images/GVA/social/flickr_gva.png); }

/* ADMINISTRADOR PORTLETS */
body.dependiente .portlet > .portlet-topper {
  background: #c80f2e !important;
  color: #ffffff !important; }

.portlet-content .portlet-header h2 {
  border-bottom: 2px solid #c80f2e; }

/* �LTIMAS NOTICIAS */
body.dependiente .noticias {
  width: 33%;
  float: left;
  border-bottom: 0px !important; }

body.dependiente .noticias .verMas {
  display: none !important; }

body.dependiente .noticias .edit {
  position: initial !important;
  height: auto !important; }

body.dependiente .noticias:nth-child(3) {
  margin: 0 0.5%; }

body.dependiente .noticias .headerNoticias .imagen {
  width: 100%;
  height: 200px;
  overflow: hidden; }

body.dependiente .noticias .headerNoticias .imagen img {
  width: 100%; }

body.dependiente .noticias .headerNoticias .title {
  background: #fafafa;
  padding: 10px;
  display: inline-block; }

body.dependiente .noticias .headerNoticias .title p {
  display: none !important; }

body.dependiente .masActualidad {
  display: inline-block !important;
  width: 100% !important;
  border-top: 1px solid #C9C9C4;
  padding-top: 10px; }

/* TE INTERESA */
body.dependiente .teInteresa ul li {
  width: auto !important;
  float: left !important;
  margin-right: 10px;
  padding: 0px !important; }

body.dependiente .teInteresa ul li a {
  font-size: 14px !important;
  padding: 2px 5px; }

/* CORONAVIRUS */
.col-md-6 #p_p_id_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_bvdvBvcvSNTy_ .asset-full-content {
  width: 50%;
  float: left; }

.videoiframe {
  width: 50%;
  float: left; }

.menuSitio {
  display: none; }

.portlet {
  margin-bottom: 0px !important; }

.pastillas {
  margin-top: 10px; }

.columna100 {
  min-height: 100px; }

#content {
  padding: 0px 1.64% 0 1.64% !important; }

body.dependiente :is(.col-md-3, .col-md-6, .col-md-9) {
  padding-top: 20px !important; }

.container header #heading .logo .logo-organo-dependiente img {
  max-width: 150px !important;
  padding-top: 21px !important;
  margin-left: 30px !important; }

.container header #heading .logo .logo-generalitat {
  width: auto !important; }

.container header #heading .logo .logo-generalitat img {
  max-width: 185px; }

.container header #heading .logo .logo-organo-dependiente {
  width: auto !important; }

/*************** VERSION 7.4 ******************/
.dependiente header #heading .input-group .input-group-item .input-group-inset-after.form-control {
  margin-top: 0; }

.dependiente .breadcrumbs-rrss .breadcrumbs .camino-migas .breadcrumb .active {
  font-weight: 500; }

.dependiente #footer .menu_footer {
  display: flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center; }

.dependiente #footer .menu_footer .portlet-header {
  display: none; }

.dependiente #footer .menu_footer .portlet-body {
  padding: 0; }

.dependiente #footer ul {
  margin: 0;
  padding: 0; }

.dependiente #footer .menu_footer > div ul li:last-of-type a {
  border-right: 1px solid #565353;
  padding-right: 5px; }

.dependiente .redes-sociales {
  display: flex;
  flex-direction: row-reverse; }

.dependiente .botones-iconos-rrss {
  display: flex; }

.dependiente .botones-iconos-rrss a {
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  background: #c80f2e;
  border-radius: 50%;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: 0.5s all ease; }

.dependiente .botones-iconos-rrss a:not(:last-of-type) {
  margin-right: 6px; }

.dependiente .botones-iconos-rrss a:hover {
  background: #fff;
  color: #c80f2e;
  border: 1px solid #c80f2e; }

.dependiente .menuDesplegable .lfr-nav-item {
  width: 90%;
  float: left; }

@media only screen and (max-width: 950px) {
  .dependiente .breadcrumbs-rrss {
    justify-content: center; }
  .dependiente .botones-iconos-rrss a {
    height: 25px;
    width: 25px;
    font-size: 17px; }
  .dependiente .botones-iconos-rrss a:not(:last-of-type) {
    margin-right: 8px; }
  .dependiente #footer .menu_footer {
    flex-direction: column;
    align-items: stretch; }
  .dependiente #footer .menu_footer > div ul li:last-of-type a {
    border-right: none;
    padding-right: 0; } }

.dependiente .menu_footer section {
  margin: 0 !important; }

.dependiente .breadcrumb-link {
  color: #565353;
  font-weight: 500; }

.dependiente .logout {
  display: flex;
  padding-right: 1.64%;
  margin-bottom: 10px; }

.dependiente .logout a {
  margin-left: auto; }

/******************* Menu areas dependiente **********************/
.dependiente .menu_ftl_mv {
  border-bottom: 0 !important;
  padding: 0 10px; }

.dependiente .menu_ftl_mv .portlet-header:after {
  color: #c80f2e; }

.dependiente .menu_ftl_mv .portlet-content .portlet-header h2 {
  font-size: 17px;
  color: #565353 !important;
  font-weight: 400; }

.menu_ftl_mv .portlet-body ul {
  padding-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  width: 90%; }

.dependiente .menu_ftl_mv ul li {
  padding: 8px 0 !important; }

.dependiente .menu_ftl_mv ul li::before {
  display: none; }

.dependiente .menu_ftl_mv .portlet-header.cerrado:after {
  content: "\f107"; }

/* VARIABLES DE COLORES */
.conselleria img {
  max-width: 100%;
  height: auto; }

/* ---- CODIGO CSS ---- */
a:hover {
  color: #c80f2e; }

/* PORTLETS */
.portlet:hover > .portlet-content-editable, .portlet.focus > .portlet-content-editable {
  border-color: #c80f2e;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.portlet-topper-toolbar .lfr-icon-menu > a {
  color: #ffffff; }

/* NOVEDADES */
.novedad-fecha {
  color: #565353; }

.novedad-fecha a {
  color: #c80f2e; }

/* PORTLET ASSET PUBLISHER */
.asset-abstract h4 a {
  color: #c80f2e; }

.asset-abstract .lfr-pagination ul li {
  background-image: none; }

/* FOOTER */
#footer ul li a:hover {
  color: #c80f2e; }

/*************** VERSION 7.4 ******************/
/*.conselleria .menu_infoGeneral_pc {display: none;}*/
.flow_hidden {
  overflow: hidden; }

body:is(.conselleria, .departamentos) .menuDesplegable .menuPrueba a:hover {
  color: #C8102E; }

body:is(.conselleria, .departamentos) .oculto {
  display: none; }

.conselleria header #heading .varios_header .portlet-search-bar .search-bar, .conselleria .menu_mv .portlet-search-bar .search-bar {
  height: unset; }

body.dependiente:not(.has-control-menu) .empty.portlet-dropzone, body.conselleria:not(.has-control-menu) .empty.portlet-dropzone, body.departamentos:not(.has-control-menu) .empty.portlet-dropzone {
  padding: 0; }

body:is(.conselleria, .departamentos) :is(b, strong) {
  font-weight: 700; }

body:is(.conselleria, .departamentos) .menuDesplegable .menuPrueba li, .menuPrueba li {
  width: 90%; }

body:is(.conselleria, .departamentos) #main-content .portlet-navigation .portlet-body ul li, body:is(.conselleria, .departamentos) #main-content .menu_ftl_pc .portlet-journal-content .portlet-body ul li, body:is(.conselleria, .departamentos) #main-content .portlet-journal-content .menuDesplegable .menuPrueba li {
  background-image: url(../images/vectorMenu.svg);
  margin-bottom: 15px;
  background-position: 0; }

.conselleria #main-content .portlet-journal-content :is(ul, ol) li {
  margin-bottom: 15px; }

.conselleria #main-content .portlet-journal-content ul li {
  background-image: url(../images/vectorMenu.svg) !important; }

.conselleria .logout, .departamentos .logout {
  margin-left: auto; }

body:is(.conselleria, .departamentos) ul li::marker {
  content: ''; }

.conselleria .portlet-topper {
  background: #C8102E;
  color: #fff; }

.menu_principal_mv .menuDesplegable button:after {
  content: "\f107";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-left: 5px;
  font-size: 25px;
  speak: none; }

.menu_principal_mv .menuDesplegable button.abierto:after {
  content: "\f106";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-left: 5px;
  font-size: 25px;
  speak: none; }

/*Cabecera flex*/
body:is(.conselleria, .departamentos) header #heading .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent; }

.logos_header {
  display: flex;
  align-items: center; }

.logos_header .logo-organo-dependiente {
  margin-left: 8px; }

.logos_header .logo-organo-dependiente h1 {
  margin-bottom: 0; }

.logos_header .logo-organo-dependiente img {
  height: 75px; }

.logos_header .img_conselleria_header img {
  max-width: 178px; }

.varios_header {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.varios_header .title_header {
  text-align: right;
  margin-bottom: 15px; }

.varios_header .title_header h1, .varios_header .title_header p {
  margin-bottom: 0;
  line-height: 10px;
  font-size: unset; }

.varios_header .title_header h1 span, .varios_header .title_header p span {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff; }

.varios_header .busca_idiomas_header {
  display: flex;
  margin-bottom: 15px; }

.varios_header .busca_idiomas_header .buscador .portlet-search-bar {
  height: unset; }

.varios_header .busca_idiomas_header .buscador .portlet-body {
  padding: 0; }

.varios_header .busca_idiomas_header .idiomas {
  padding-left: 10px; }

.varios_header .busca_idiomas_header .idiomas > div, .idiomas_mv > div {
  display: flex; }

.varios_header .busca_idiomas_header .idiomas a, .idiomas_mv a {
  border: 1px solid #ffffff;
  border-radius: 2px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  height: 16px;
  width: 20px;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  color: #fff; }

.varios_header .busca_idiomas_header .idiomas a:not(:first-of-type) {
  margin-left: 5px; }

.varios_header .busca_idiomas_header .idiomas .idiomaDisable {
  background: #ffffff;
  color: #8e0a20;
  pointer-events: none;
  cursor: default; }

:is(.conselleria, .departamentos) header .redes-sociales {
  margin: 0; }

:is(.conselleria, .departamentos) header .redes-sociales .botones-iconos-rrss a {
  width: 18px;
  height: 18px;
  font-size: 11px; }

.conselleria header .redes-sociales .botones-iconos-rrss a {
  color: #C8102E;
  background: #fff; }

.conselleria header .redes-sociales .botones-iconos-rrss a:hover {
  color: #fff;
  background: #C8102E;
  border: 1px solid #fff; }

:is(.conselleria, .departamentos) header .redes-sociales .portlet-header {
  border-bottom: none !important; }

:is(.conselleria, .departamentos) header .redes-sociales .portlet-body {
  padding: 0 !important; }

/*Cabecera flex*/
/*Menu izq conselleria*/
.menuDesplegable.conselleria > .menuNivel {
  margin-bottom: 15px; }

.menuDesplegable.conselleria .menuNivel .portlet-header {
  margin-bottom: 15px; }

.menuDesplegable.conselleria .menuNivel .menuDesplegable1 > .menuNivel > div {
  padding-bottom: 15px; }

.menuDesplegable.conselleria .menuNivel .menuDesplegable1 a {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  color: #565353;
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

.menuDesplegable.conselleria .menuNivel .menuDesplegable1 a:hover {
  color: #c80f2e; }

.menuDesplegable.conselleria .menuNivel .menuDesplegable1 a::before {
  content: '';
  height: 8px;
  width: 10px;
  margin-right: 5px;
  background: url(../images/vectorMenu.svg) no-repeat; }

.menuDesplegable.conselleria .menuNivel .menuDesplegable1 img {
  margin-bottom: 30px; }

/*Menu izq conselleria*/
/*Redes sociales*/
.botones-iconos-rrss {
  display: flex; }

.botones-iconos-rrss a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6C7178;
  border-radius: 50%;
  margin-right: 25px;
  color: #C4C4C4;
  font-size: 16px;
  transition: 0.5s all ease; }

.botones-iconos-rrss a:hover {
  color: #6C7178;
  background: #C4C4C4;
  text-decoration: underline;
  border: 1px solid #6C7178; }

.botones-iconos-rrss a:last-of-type {
  margin-right: 0 !important; }

.botones-iconos-rrss a:hover i {
  text-decoration: none !important; }

/*Redes sociales*/
/*Novedades*/
.listado_novedades {
  display: flex;
  flex-direction: column; }

.listado_novedades .info_novedad:not(:first-of-type) {
  margin-top: 12px; }

.info_novedad {
  border-bottom: 1px solid #C4C4C4;
  padding: 0 0 12px 0; }

.info_novedad .category_list {
  display: flex; }

.info_novedad .cat_novedad, .info_novedad .tit_novedad {
  font-size: 18px !important;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: 700; }

.info_novedad .cat_novedad {
  color: #c80f2e;
  text-transform: uppercase; }

.info_novedad .cat_novedad:not(:first-of-type) {
  margin-left: 1px; }

.info_novedad .cat_novedad:not(:first-of-type)::before {
  content: ',';
  margin-right: 6px; }

.info_novedad .tit_novedad {
  color: #565353; }

.info_novedad .fases {
  margin-top: 5px; }

.info_novedad .fases ul {
  padding: 0;
  margin-bottom: 5px;
  list-style: inside; }

.info_novedad .fases * {
  font-size: 16px !important;
  line-height: 1.3;
  color: #8D8D8D; }

.info_novedad .fases ul li a {
  font-weight: 700; }

.info_novedad .fecha {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px; }

.info_novedad .fecha p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3; }

.info_novedad .fecha p i {
  margin-right: 5px; }

.info_novedad .fecha a {
  line-height: 1.3;
  font-weight: 700; }

.info_novedad a:hover {
  color: #c80f2e; }

/*Novedades*/
/*Conselleria*/
body:is(.conselleria, .departamentos) {
  background-color: #fff; }

body.conselleria .container {
  width: 83.3%;
  border: none;
  padding-right: 16px;
  padding-left: 16px;
  max-width: 1440px !important; }

body.conselleria section#content .row {
  margin-left: -16px;
  margin-right: -16px; }

body.conselleria :is(.col-1, .col-xs-1, .col-2, .col-xs-2, .col-3, .col-xs-3, .col-4, .col-xs-4, .col-5, .col-xs-5, .col-6, .col-xs-6, .col-7, .col-xs-7, .col-8, .col-xs-8, .col-9, .col-xs-9, .col-10, .col-xs-10, .col-11, .col-xs-11, .col-12, .col-xs-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto) {
  padding-left: 16px !important;
  padding-right: 16px !important; }

body.conselleria .col-md-3.portlet-column-first {
  padding-right: 55px !important; }

body.conselleria .col-md-3.portlet-column-last {
  padding-left: 55px !important; }

body.conselleria .col-md-9.portlet-column {
  border-left: 1px solid #ccc; }

body.conselleria header #heading {
  height: 105px;
  padding: 15px;
  background-color: #c80f2e; }

body:is(.conselleria, .departamentos) header #heading .portlet-search-bar .search-bar-keywords-input {
  font-size: 10px;
  height: 16px;
  margin-top: 0; }

body:is(.conselleria, .departamentos) header #heading .input-group-inset-item-after {
  margin-top: 0;
  height: 16px; }

body:is(.conselleria, .departamentos) header #heading .input-group-inset-item-after button {
  display: flex;
  align-items: center; }

body:is(.conselleria, .departamentos) header #heading .input-group-inset-item-after button svg {
  height: 0.5em;
  margin-top: 0; }

body:is(.conselleria, .departamentos) .breadcrumb-item + .breadcrumb-item::before {
  content: '/';
  top: 0;
  margin-top: unset;
  background-image: none; }

body:is(.conselleria, .departamentos) .breadcrumbs-rrss .breadcrumbs .camino-migas {
  padding-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  color: #565353; }

body:is(.conselleria, .departamentos) .breadcrumbs-rrss {
  padding: 5px 0 0 0; }

body:is(.conselleria, .departamentos) .breadcrumbs-rrss .container {
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between; }

body:is(.conselleria, .departamentos) .breadcrumbs-rrss .redes-sociales ul li.carpeta_ciudadana {
  margin-top: 10px; }

body .breadcrumbs-rrss .breadcrumbs .camino-migas .portlet-content-editable {
  border-width: 0; }

body:is(.conselleria, .departamentos) .breadcrumbs-rrss .breadcrumbs .camino-migas :is(ul, ol).breadcrumb :is(a, span), body:is(.conselleria, .departamentos) .breadcrumbs-rrss .breadcrumbs .camino-migas :is(ul, ol).breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #6C7178; }

body:is(.conselleria, .departamentos) .breadcrumbs-rrss .redes-sociales ul {
  height: unset;
  padding: 0;
  float: none; }

body:is(.conselleria, .departamentos) .redes-sociales ul li:not(:first-of-type) {
  display: none; }

body.conselleria .breadcrumbs-rrss .redes-sociales ul li.carpeta_ciudadana a {
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.35;
  border: 1px solid #C70F2D;
  padding: 6px 18px;
  color: #C70F2D; }

body.conselleria section#content {
  padding: 25px 0 0 0 !important; }

body.conselleria .portlet-content .portlet-header {
  border-bottom: 2px solid #C4C4C4; }

body.conselleria .portlet-content .portlet-header h2 {
  padding: 0;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: -2px;
  max-width: 100%;
  border-bottom: 2px solid #c80f2e; }

body.conselleria .portlet-boundary .portlet-body, body.conselleria .menu_ftl_pc.nav_principal .portlet-body {
  padding: 15px 0; }

body.conselleria .portlet-sin-titulo .portlet-body {
  padding: 0 0 15px 0; }

body.conselleria .portlet-column-first .portlet-dropzone > div .portlet-body .login-container .navigation .taglib-icon-list > li {
  padding-left: 0 !important; }

body.conselleria .portlet-column-first .portlet-dropzone > div .portlet-body li > a {
  line-height: 1.25; }

body.conselleria .portlet-login label {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 2px;
  color: #495059;
  display: flex; }

body.conselleria .portlet-login .form-control {
  height: 25px;
  padding: 0 5px;
  font-size: 10px;
  border-radius: 2px;
  border: 1px solid #C4C4C4; }

body.conselleria .input-checkbox-wrapper input {
  width: 16px;
  height: 16px;
  margin-right: 5px; }

body.conselleria .login-container .button-holder {
  margin: 10px 0 !important; }

body.conselleria .login-container .button-holder button {
  padding: 5px 10px;
  font-size: 11px; }

body.conselleria .portlet-column-last .portlet-dropzone > div:not(:first-of-type) {
  padding-top: 15px; }

body.conselleria .noticias {
  padding: 0 1.64%;
  display: flex;
  flex: 0 0 33.33%;
  flex-direction: column;
  position: relative; }

body.conselleria .noticias .headerNoticias .imagen {
  text-align: center;
  margin-bottom: 10px; }

body.conselleria .noticias .headerNoticias .imagen img, body.conselleria .noticiaEntera .bodyNoticias .imagen img {
  width: unset;
  max-width: 100%;
  margin-right: 0; }

body.conselleria .noticias .headerNoticias .title h4 a {
  color: #c80f2e;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; }

body.conselleria .noticias .headerNoticias .title h4 a:before {
  content: '';
  margin-right: 0; }

body.conselleria .noticias .headerNoticias .title p {
  font-size: 10px;
  line-height: 14px; }

body.conselleria .noticias .verMas {
  position: unset;
  margin-top: 0;
  width: unset;
  text-align: right; }

body.conselleria .noticias .verMas .linkNoticia {
  font-weight: 700;
  font-size: 11px;
  line-height: 15px; }

body.conselleria .noticiaEntera .headerNoticias {
  border-bottom: none;
  padding-bottom: 0;
  margin: 0; }

body.conselleria .noticiaEntera .headerNoticias .imagen {
  text-align: center;
  margin: 0 auto 40px auto;
  width: 67.5%; }

body.conselleria .noticiaEntera .bodyNoticias {
  margin: 0 auto; }

body.conselleria .noticiaEntera .bodyNoticias .title h4 {
  font-size: 24px;
  color: #C70F2D;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px; }

body.conselleria .noticiaEntera .bodyNoticias .subtitulo {
  padding: 0; }

body.conselleria .noticiaEntera .bodyNoticias .subtitulo p, body.conselleria .noticiaEntera .bodyNoticias .cuerpoNoticia p strong {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #8D8D8D;
  margin-bottom: 15px; }

body.conselleria .noticiaEntera div.volver {
  display: flex;
  justify-content: space-between;
  position: unset;
  margin-top: 40px; }

body.conselleria .noticiaEntera a {
  position: unset;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  color: #C70F2D; }

body.conselleria .noticiaEntera .volver a:before {
  display: none; }

/*Conselleria*/
/*Enlaces col derecha*/
ul.botonera_enlaces {
  padding: 0 !important;
  margin-bottom: 0; }

ul.botonera_enlaces li {
  background-image: none !important;
  padding-left: 0 !important;
  margin-bottom: 8px;
  list-style-type: none; }

ul.botonera_enlaces.botonera_transparente li {
  margin-bottom: 15px; }

ul.botonera_enlaces li:last-of-type {
  margin-bottom: 0; }

ul.botonera_enlaces.botonera_transparente li a {
  color: #c80f2e;
  line-height: 1.35; }

ul.botonera_enlaces li .boton_fondo_rojo {
  min-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center; }

.boton_fondo_rojo {
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  background: #c80f2e;
  transition: 0.5s all ease;
  padding: 2px 5px;
  border: 1px solid transparent; }

.boton_fondo_rojo:hover {
  background: #fff;
  border: 1px solid #c80f2e;
  text-decoration: none; }

.boton_link_video {
  margin-bottom: 15px; }

.boton_link_video a, .boton_link_foto a {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500; }

.boton_link_video a:before, .boton_link_foto a:before {
  font-family: fontawesome-alloy, sans-serif;
  padding-right: 8px; }

.boton_link_video a:before {
  content: "\f16a"; }

.boton_link_foto a:before {
  content: "\f030"; }

/*Enlaces col derecha*/
/*Footer*/
body:is(.conselleria, .departamentos) .footerGeneralitat {
  background: #C4C4C4;
  padding: 30px 25px 25px 25px;
  margin-top: 30px; }

body:is(.conselleria, .departamentos) .footerGeneralitat .container {
  background: transparent; }

body:is(.conselleria, .departamentos) .footerNav {
  border-top: 1px solid #565353;
  display: flex;
  margin-bottom: 10px;
  padding-top: 20px; }

body:is(.conselleria, .departamentos) .footerNav ul {
  padding: 0;
  margin-bottom: 0; }

body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia) {
  width: 20%;
  min-width: 20%;
  padding-right: 30px; }

body:is(.conselleria, .departamentos) .footerNav .portlet-content .portlet-header {
  border: none !important; }

body:is(.conselleria, .departamentos) .footerNav .contacto {
  flex-grow: 1; }

body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia, .contacto) .autofit-row {
  display: block; }

body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia, .contacto) .autofit-float > .autofit-col-end {
  top: 0; }

body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia, .contacto) h2 {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.35 !important;
  border-bottom: 1px solid #565353 !important;
  margin-bottom: 0;
  padding: 0 0 20px 0 !important;
  text-transform: none;
  max-width: 100%; }

/*body:is(.conselleria,.departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia) h2 {
    width: 70%;
}*/
body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia) li {
  background-image: none !important;
  height: unset;
  margin-bottom: 15px;
  text-align: unset;
  justify-content: flex-start !important;
  border-bottom: unset !important;
  padding: 0;
  list-style-type: none; }

body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia, .contacto) :is(li, p, div) a {
  font-size: 16px !important;
  line-height: 1.35 !important;
  color: #000 !important;
  padding-left: 0 !important;
  font-weight: 600 !important;
  display: inline-flex;
  background: none;
  flex-direction: row-reverse;
  justify-content: flex-end;
  min-height: unset; }

body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia, .contacto) :is(li, p, div) a:hover {
  color: #c80f2e !important;
  text-decoration: underline;
  border: none; }

body:is(.conselleria, .departamentos) .footerNav .boton_link_video a:before, .footerNav .boton_link_foto a:before {
  padding-left: 8px;
  padding-right: 0; }

body:is(.conselleria, .departamentos) .footerNav .contacto .infoContacto div {
  padding-top: 25px;
  padding-bottom: 35px;
  border-bottom: .5px solid #565353; }

body:is(.conselleria, .departamentos) .footerNav .contacto .infoContacto div:first-of-type {
  padding-top: 0; }

body:is(.conselleria, .departamentos) .footerNav .contacto .infoContacto div:last-of-type {
  border-bottom: none;
  padding-bottom: 0; }

body:is(.conselleria, .departamentos) .footerNav .contacto .infoContacto div p {
  font-size: 16px;
  line-height: 1.35;
  color: #000; }

body:is(.conselleria, .departamentos) .footerNav .contacto .infoContacto div p:first-of-type {
  font-weight: 600; }

body:is(.conselleria, .departamentos) .footerNav .contacto .infoContacto div p:not(first-of-type) {
  margin-top: 5px; }

body:is(.conselleria, .departamentos) .footerNav .contacto .infoContacto div p:last-of-type {
  margin-bottom: 0; }

body:is(.conselleria, .departamentos) .footerMenu {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #565353;
  margin-top: 30px;
  padding-top: 10px; }

body:is(.conselleria, .departamentos) .footerMenu .menu_footer .portlet-header, body:is(.conselleria, .departamentos) .footerMenu .listado_rrss .portlet-header {
  border: none !important; }

body:is(.conselleria, .departamentos) .footerMenu .menu_footer .portlet-header h2, body:is(.conselleria, .departamentos) .footerMenu .listado_rrss .portlet-header h2 {
  display: none; }

body:is(.conselleria, .departamentos) .footerMenu .menu_footer .portlet-body ul {
  display: flex;
  margin-bottom: 0; }

body:is(.conselleria, .departamentos) .footerMenu .menu_footer .portlet-body ul li {
  padding-left: 0 !important;
  background-image: none !important;
  margin-right: 40px;
  list-style-type: none; }

body:is(.conselleria, .departamentos) .footerMenu .menu_footer .portlet-body ul li:last-of-type {
  margin-right: 0; }

body:is(.conselleria, .departamentos) .footerMenu .menu_footer .portlet-body ul li a {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  color: #000; }

body:is(.conselleria, .departamentos) .footerMenu .menu_footer .portlet-body ul li a:hover {
  color: #c80f2e; }

body:is(.conselleria, .departamentos) #footer {
  padding: 25px 15px 15px 15px;
  border-top: 0; }

body:is(.conselleria, .departamentos) #footer div {
  display: flex;
  justify-content: center; }

body:is(.conselleria, .departamentos) #footer div p {
  text-align: right;
  padding-right: 25px !important;
  margin-right: 25px;
  border-right: 1px solid;
  font-size: 14px;
  line-height: 1.3; }

.conselleria ul.menu_horizontal_conselleria {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  position: relative; }

.conselleria ul.menu_horizontal_conselleria li {
  background-image: none !important;
  padding-left: 0 !important; }

.conselleria ul.menu_horizontal_conselleria > li:first-of-type {
  margin-right: 40px; }

.conselleria ul.menu_horizontal_conselleria > li:last-of-type {
  margin-left: 40px; }

.conselleria ul.menu_horizontal_conselleria > li > a, .conselleria ul.menu_horizontal_conselleria > li > span {
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #C70F2D;
  height: 35px;
  font-size: 16px !important;
  font-weight: 700;
  color: #C70F2D;
  line-height: 1.35;
  transition: 0.5s all ease;
  cursor: pointer; }

.conselleria ul.menu_horizontal_conselleria > li > a:hover, .conselleria ul.menu_horizontal_conselleria > li > span:hover {
  text-decoration: none;
  background: #C70F2D;
  color: #fff !important; }

.conselleria .menu_horizontal_conselleria_sub + ul {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 20;
  flex-wrap: wrap;
  margin-top: 15px;
  padding: 30px 0 15px 0;
  border-top: 1px solid #c80f2e;
  border-bottom: 1px solid #c80f2e; }

.conselleria .menu_horizontal_conselleria_sub + ul li {
  padding-right: 10px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: flex-end; }

span.menu_horizontal_conselleria_sub + ul li {
  flex: 0 1 33.33%;
  margin-bottom: 15px; }

span.menu_horizontal_conselleria_sub + ul li a {
  font-weight: 700; }

.menu_ftl_mv {
  border-bottom: 1px solid #000 !important;
  padding: 20px 0; }

.menu_ftl_mv .portlet-content .portlet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none !important; }

.menu_ftl_mv .portlet-content .portlet-header h2 {
  border-bottom: none !important; }

.menu_ftl_mv.abierto .portlet-content .portlet-header h2 {
  color: #C70F2D; }

.menu_ftl_mv .portlet-header:after {
  content: "\f107";
  font-family: fontAwesome-alloy, sans-serif;
  font-size: 25px;
  speak: none;
  margin-left: 10px; }

.menu_ftl_mv.abierto .portlet-header:after {
  content: "\f106";
  font-family: fontAwesome-alloy, sans-serif;
  font-size: 25px;
  speak: none; }

.menu_ftl_mv div[id*="nav_jerarquia_principal_mv"] .portlet-header:after {
  display: none; }

.menu_ftl_mv div[id*="nav_jerarquia_principal_mv"] .menuPrueba {
  padding: 10px 0; }

.menu_ftl_mv div[id*="nav_jerarquia_principal_mv"] .menuPrueba li {
  padding: 0; }

.menu_ftl_mv div[id*="nav_jerarquia_principal_mv"] .menuDesplegable3, .menu_ftl_mv div[id*="nav_jerarquia_principal_mv"] .menuDesplegable2 {
  margin-top: 15px;
  margin-left: 5px;
  width: 95%; }

.menu_ftl_mv .portlet-boundary .portlet-body {
  padding: 0 !important; }

.menu_ftl_mv:not(.abierto) ul {
  display: none; }

.menu_ftl_mv ul li {
  display: flex;
  color: #565353;
  line-height: 1;
  padding: 10px 0;
  align-items: center; }

.menu_ftl_mv ul > li:last-of-type {
  padding: 15px 0 0 0; }

.menu_ftl_mv ul li::before {
  content: '';
  height: 8px;
  width: 10px;
  margin-right: 5px;
  background: url(../images/vectorMenu.svg) no-repeat; }

.conselleria .title_site_mv {
  text-align: center;
  display: none;
  margin-top: 15px; }

.conselleria .title_site_mv span {
  font-size: 14px;
  color: #fff;
  font-weight: 700; }

/* Responsive */
@media (min-width: 1180px) and (max-width: 1300px) {
  .conselleria ul.menu_horizontal_conselleria > li > a, .conselleria ul.menu_horizontal_conselleria > li > span {
    min-width: 180px;
    font-size: 14px !important; }
  .conselleria ul.menu_horizontal_conselleria > li:first-of-type {
    margin-right: 25px; }
  .conselleria ul.menu_horizontal_conselleria > li:last-of-type {
    margin-left: 25px; } }

@media (min-width: 1025px) and (max-width: 1440px) {
  body.conselleria .container {
    width: 95%; }
  body.conselleria .col-md-3.portlet-column-first {
    padding-right: 1.64% !important; }
  body.conselleria .col-md-3.portlet-column-last {
    padding-left: 1.64% !important; } }

@media (min-width: 1025px) and (max-width: 1180px) {
  .conselleria ul.menu_horizontal_conselleria > li > a, .conselleria ul.menu_horizontal_conselleria > li > span {
    min-width: 165px;
    font-size: 13px !important; }
  .conselleria ul.menu_horizontal_conselleria > li:first-of-type {
    margin-right: 15px; }
  .conselleria ul.menu_horizontal_conselleria > li:last-of-type {
    margin-left: 15px; } }

@media (max-width: 1024px) {
  /*body.conselleria .portlet-column-last > div > div:nth-child(-n+3) {
		display: none;
	}*/
  body.conselleria .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
    margin: 0; }
  body.conselleria header #heading {
    height: unset;
    min-height: 105px;
    padding-left: 30px;
    padding-right: 30px; }
  .conselleria .title_site_mv {
    display: block; }
  body:is(.conselleria, .departamentos) .breadcrumbs {
    display: none; }
  body.conselleria .portlet-boundary .portlet-body, body.conselleria .menu_ftl_pc.nav_principal .portlet-body {
    padding: 20px 0; }
  body.conselleria .portlet-column-first.menuIzquierdo {
    display: none; }
  body.conselleria .portlet-column-first, body.conselleria .portlet-column-last, body.conselleria .portlet-column-center {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    border-left: none !important; }
  body.conselleria .col-md-3.portlet-column-first {
    padding-right: 30px !important; }
  body.conselleria .col-md-3.portlet-column-last {
    padding-left: 30px !important; }
  body.conselleria .portlet-layout.row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  body.departamentos .menuDesplegable {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C4C4C4;
    z-index: 9999;
    background: #fff;
    position: relative; }
  .menuDesplegable.conselleria > .menuNivel {
    margin-bottom: 0;
    position: relative; }
  body:is(.conselleria, .departamentos) .menuDesplegable img {
    display: none; }
  .conselleria .menuDesplegable .portlet-header, .conselleria .menuDesplegable h2 {
    border-bottom: 0 !important; }
  .conselleria .menuDesplegable h2 {
    text-transform: unset !important;
    font-size: 20px !important;
    line-height: 27px !important;
    color: #6C7178; }
  .conselleria .menuDesplegable > .menuNivel .menuDesplegable1 {
    display: none;
    position: absolute;
    width: 250px;
    left: 0;
    background: #fff;
    padding: 15px 10px 0 10px; }
  .conselleria .menuDesplegable > .menuNivel:last-of-type .menuDesplegable1 {
    right: 0;
    left: unset; }
  body:is(.conselleria, .departamentos) .menuDesplegable .menuDesplegable1 a {
    color: #6F8090 !important;
    font-weight: 700 !important; }
  body:is(.conselleria, .departamentos) .menuDesplegable .menuDesplegable1 a:before {
    content: none !important; }
  body.conselleria header #heading .portlet-search-bar .search-bar-keywords-input {
    font-size: 14px; }
  body.conselleria .menu_mobile {
    display: block; }
  body.conselleria .varios_header {
    display: none; }
  body.conselleria .menu_mobile button.burger {
    display: flex;
    flex-direction: column;
    width: 22px;
    height: 16px;
    border: 0;
    padding: 0;
    background: transparent;
    gap: 3px; }
  body.conselleria .menu_mobile button.burger span {
    background: #fff;
    height: 2px;
    width: 100%;
    transition: all .5s;
    transform-origin: left; }
  body.conselleria .menu_mobile button.burger.abierto span:first-child {
    transform: rotate(45deg);
    width: 14px; }
  body.conselleria .menu_mobile button.burger.abierto span:nth-child(2) {
    opacity: 0; }
  body.conselleria .menu_mobile button.burger.abierto span:last-child {
    transform: rotate(-45deg);
    width: 14px; }
  body.conselleria .menu_mv {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 105px;
    bottom: 0;
    background: #fff;
    z-index: 999;
    padding: 25px 15px;
    overflow-y: scroll; }
  body.conselleria .menu_mv .titleMenu_mv {
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center; }
  body.conselleria .menu_mv .searchmobile .portlet-body {
    padding: 0 !important; }
  body.conselleria .menu_mv .searchmobile .portlet-search-bar {
    height: unset; }
  body.conselleria .menu_mv .searchmobile input, .menu_mv .searchmobile .input-group .input-group-inset-item {
    height: 40px !important; }
  body.conselleria .menu_mv .searchmobile input {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-right: none; }
  body.conselleria .menu_mv .searchmobile .input-group .input-group-inset-item {
    border-top: 2px solid #000;
    border-left: none;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000; }
  body.conselleria .menu_mv .searchmobile .lexicon-icon {
    width: 19px !important;
    height: 19px !important;
    color: #000; }
  body.conselleria .menu_mv .idiomas_mv {
    margin-left: auto; }
  body.conselleria .menu_mv .idiomas_mv > div {
    justify-content: center; }
  body.conselleria .menu_mv .idiomas_mv a {
    color: #c80f2e;
    border: 1px solid #c80f2e;
    padding: 5px;
    height: unset;
    width: unset;
    font-size: 12px; }
  body.conselleria .menu_mv .idiomas_mv a:last-of-type {
    margin-left: 10px; }
  body.conselleria .menu_mv .menu_principal_mv .menuDesplegable {
    flex-direction: column;
    border: none; }
  body.conselleria .menu_mv .menu_principal_mv .menuDesplegable > .menuNivel {
    border-bottom: 1px solid #000;
    display: flex;
    flex-direction: column;
    padding: 25px 0; }
  body.conselleria .menu_mv .menu_principal_mv .menuDesplegable > .menuNivel:first-of-type {
    padding-top: 5px; }
  body.conselleria .menu_mv .menu_principal_mv .menuDesplegable > .menuNivel:last-of-type {
    border-bottom: none; }
  body.conselleria .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .nav-item {
    display: flex;
    cursor: pointer; }
  body.conselleria .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .nav-item span {
    font-size: 16px;
    color: #000;
    font-weight: 700; }
  body.conselleria .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .nav-item span.abierto {
    color: #C70F2D; }
  body.conselleria .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .nav-item button {
    margin-left: auto;
    width: unset; }
  body.conselleria .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .paginasHijas {
    display: none;
    padding-top: 10px; }
  body.conselleria .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .paginasHijas a {
    display: flex;
    color: #565353;
    font-size: 16px;
    line-height: 1;
    padding: 15px 0;
    align-items: center; }
  body.conselleria .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .paginasHijas a::before {
    content: '';
    height: 8px;
    width: 10px;
    margin-right: 5px;
    background: url(../images/vectorMenu.svg) no-repeat; }
  body.conselleria .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .paginasHijas a:last-of-type {
    padding-bottom: 0; }
  .info_novedad {
    padding: 0 0 10px 0; }
  .info_novedad .fecha a {
    font-size: 16px; }
  .info_novedad .fecha p i {
    margin-right: 15px; }
  body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia) {
    width: 25%;
    padding-right: 25px; }
  body:is(.conselleria, .departamentos) .footerNav .contacto {
    flex-grow: 0;
    width: 25%; }
  body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia) h2 {
    width: 100%; }
  body:is(.conselleria, .departamentos) .footerMenu .portlet-boundary .portlet-body {
    padding: 0 !important; }
  .conselleria ul.menu_horizontal_conselleria li a {
    max-width: 192px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.departamentos header, body.departamentos .breadcrumbs-rrss {
    position: relative;
    z-index: 999;
    background: #fff; }
  body.conselleria .breadcrumbs-rrss {
    position: relative;
    z-index: 998;
    background: #fff; }
  body:is(.conselleria, .departamentos) .breadcrumbs-rrss {
    padding: 5px 30px; }
  body.conselleria .breadcrumbs-rrss .redes-sociales ul li.carpeta_ciudadana {
    margin-bottom: 20px; }
  body.conselleria section#content {
    padding: 0 !important; }
  body.conselleria .col-md-3.portlet-column-first.menuIzquierdo {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  body.conselleria .portlet-column-first.menuIzquierdo .portlet-navigation .portlet-body {
    padding-top: 0 !important; }
  body:is(.conselleria, .departamentos) .menuDesplegable.conselleria {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px; }
  .listado_novedades {
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px; }
  .info_novedad {
    padding: 0 15px 10px 15px;
    flex: 0 0 50%;
    border-bottom: none; }
  .listado_novedades .info_novedad:not(:first-of-type) {
    margin-top: 0; }
  body:is(.conselleria, .departamentos) .footerMenu .menu_footer .portlet-body ul li {
    margin-right: 25px; }
  body:is(.conselleria, .departamentos) .botones-iconos-rrss a {
    width: 30px;
    height: 30px;
    margin-right: 20px; } }

@media (max-width: 767px) {
  body:is(.conselleria, .departamentos) .container {
    margin-bottom: 0 !important; }
  body.conselleria section#content {
    padding: 0 !important; }
  .conselleria header #heading {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  body:is(.conselleria, .departamentos) .breadcrumbs-rrss .redes-sociales ul li.carpeta_ciudadana {
    margin-top: 25px !important; }
  .menuDesplegable.conselleria, body.conselleria .portlet-column-first .portlet-navigation, body.departamentos section .portlet-navigation .portlet-body div:not(.menu_mapa_centros), .conselleria .menu_ftl_pc {
    display: none; }
  body.departamentos header #heading .portlet-search-bar .search-bar-keywords-input {
    font-size: 14px; }
  body.departamentos .menu_mobile {
    display: block; }
  body.departamentos .varios_header {
    display: none; }
  body.departamentos .menu_mobile button.burger {
    display: flex;
    flex-direction: column;
    width: 22px;
    height: 16px;
    border: 0;
    padding: 0;
    background: transparent;
    gap: 3px; }
  body.departamentos .menu_mobile button.burger span {
    background: #fff;
    height: 2px;
    width: 100%;
    transition: all .5s;
    transform-origin: left; }
  body.departamentos .menu_mobile button.burger.abierto span:first-child {
    transform: rotate(45deg);
    width: 14px; }
  body.departamentos .menu_mobile button.burger.abierto span:nth-child(2) {
    opacity: 0; }
  body.departamentos .menu_mobile button.burger.abierto span:last-child {
    transform: rotate(-45deg);
    width: 14px; }
  body.departamentos .menu_mv {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 105px;
    bottom: 0;
    background: #fff;
    z-index: 999;
    padding: 25px 15px; }
  body.departamentos .menu_mv .titleMenu_mv {
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center; }
  body.departamentos .menu_mv .searchmobile .portlet-body {
    padding: 0 !important; }
  body.departamentos .menu_mv .searchmobile .portlet-search-bar {
    height: unset; }
  body.departamentos .menu_mv .searchmobile input, .menu_mv .searchmobile .input-group .input-group-inset-item {
    height: 40px !important; }
  body.departamentos .menu_mv .searchmobile input {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-right: none; }
  body.departamentos .menu_mv .searchmobile .input-group .input-group-inset-item {
    border-top: 2px solid #000;
    border-left: none;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000; }
  body.departamentos .menu_mv .searchmobile .lexicon-icon {
    width: 19px !important;
    height: 19px !important;
    color: #000; }
  body.departamentos .menu_mv .idiomas_mv {
    margin-left: auto; }
  body.departamentos .menu_mv .idiomas_mv > div {
    justify-content: center; }
  body.departamentos .menu_mv .idiomas_mv a {
    color: #c80f2e;
    border: 1px solid #c80f2e;
    padding: 5px;
    height: unset;
    width: unset;
    font-size: 12px; }
  body.departamentos .menu_mv .idiomas_mv a:last-of-type {
    margin-left: 10px; }
  body.departamentos .menu_mv .menu_principal_mv .menuDesplegable {
    flex-direction: column;
    border: none; }
  body.departamentos .menu_mv .menu_principal_mv .menuDesplegable > .menuNivel {
    border-bottom: 1px solid #000;
    display: flex;
    flex-direction: column;
    padding: 25px 0; }
  body.departamentos .menu_mv .menu_principal_mv .menuDesplegable > .menuNivel:first-of-type {
    padding-top: 5px; }
  body.departamentos .menu_mv .menu_principal_mv .menuDesplegable > .menuNivel:last-of-type {
    border-bottom: none; }
  body.departamentos .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .nav-item {
    display: flex;
    cursor: pointer; }
  body.departamentos .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .nav-item span {
    font-size: 16px;
    color: #000;
    font-weight: 700; }
  body.departamentos .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .nav-item span.abierto {
    color: #C70F2D; }
  body.departamentos .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .nav-item button {
    margin-left: auto;
    width: unset; }
  body.departamentos .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .paginasHijas {
    display: none;
    padding-top: 10px; }
  body.departamentos .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .paginasHijas a {
    display: flex;
    color: #565353;
    font-size: 16px;
    line-height: 1;
    padding: 15px 0;
    align-items: center; }
  body.departamentos .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .paginasHijas a::before {
    content: '';
    height: 8px;
    width: 10px;
    margin-right: 5px;
    background: url(../images/vectorMenu.svg) no-repeat; }
  body.departamentos .menu_mv .menu_principal_mv .menuDesplegable .menuNivel .paginasHijas a:last-of-type {
    padding-bottom: 0; }
  body.conselleria .breadcrumbs-rrss {
    padding: 5px 15px !important;
    flex-direction: column !important; }
  body.conselleria .breadcrumbs-rrss .breadcrumbs {
    margin-bottom: 15px; }
  body.conselleria .breadcrumbs-rrss .redes-sociales ul li {
    float: none;
    text-align: center; }
  body.conselleria .portlet-column-first, body.conselleria .portlet-column-last, body.conselleria .portlet-column-center {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  body.conselleria .col-md-3.portlet-column-first {
    display: none;
    padding-right: 16px !important; }
  body.conselleria .col-md-3.portlet-column-last {
    padding-left: 16px !important; }
  body.conselleria .portlet-content .portlet-header h2 {
    font-size: 16px !important;
    text-transform: capitalize; }
  body:is(.conselleria, .departamentos) .footerNav {
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    flex-direction: column; }
  body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia, .contacto) {
    border-bottom: 1px solid #fff;
    width: 100%; }
  body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia), .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia) h2 {
    padding-right: 0; }
  body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia, .contacto) h2 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 20px 0 20px 0 !important;
    border-bottom: none !important;
    cursor: pointer; }
  body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia, .contacto) h2::after {
    content: '';
    width: 16px;
    float: right;
    background: url(../images/plus.svg) no-repeat center;
    height: 20px; }
  body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia, .contacto) h2.desplegado::after {
    content: '';
    width: 16px;
    float: right;
    background: url(../images/minus.svg) no-repeat center;
    height: 20px; }
  body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia, .contacto) .portlet-body {
    display: none;
    padding-top: 0 !important; }
  body:is(.conselleria, .departamentos) .footerNav :is(.listado_enlaces, .listado_enlaces_multimedia, .contacto) :is(li, p, div) a {
    font-size: 16px !important;
    color: #fff !important; }
  body:is(.conselleria, .departamentos) .footerNav .contacto .infoContacto div {
    padding-bottom: 25px;
    border-color: #fff; }
  body:is(.conselleria, .departamentos) .footerNav .contacto .infoContacto div p {
    color: #fff;
    font-size: 16px;
    line-height: 1.3; }
  body:is(.conselleria, .departamentos) .footerMenu {
    border-top: none;
    flex-direction: column;
    margin-top: 10px; }
  body:is(.conselleria, .departamentos) .menu_footer {
    order: 2; }
  body:is(.conselleria, .departamentos) .listado_rrss {
    order: 1;
    margin-bottom: 35px !important; }
  .botones-iconos-rrss a {
    background: #fff;
    color: #8F8A8A;
    width: 40px;
    height: 40px;
    font-size: 25px; }
  .botones-iconos-rrss a:hover {
    background: #8F8A8A;
    color: #fff;
    border: 1px solid #fff; }
  body:is(.conselleria, .departamentos) .footerMenu .menu_footer .portlet-body ul {
    flex-direction: column; }
  body:is(.conselleria, .departamentos) .footerMenu .menu_footer .portlet-body ul li {
    margin-right: 0;
    margin-bottom: 20px; }
  body:is(.conselleria, .departamentos) .footerMenu .menu_footer .portlet-body ul li a {
    color: #fff; }
  body:is(.conselleria, .departamentos) #footer {
    padding: 0; }
  body:is(.conselleria, .departamentos) #footer div {
    flex-direction: column;
    background: #8F8A8A;
    padding: 25px 0 25px 0; }
  body:is(.conselleria, .departamentos) #footer div p {
    text-align: unset;
    margin-right: 0;
    border-right: none;
    padding-right: 0 !important;
    color: #fff;
    margin-bottom: 10px; }
  body:is(.conselleria, .departamentos) #footer div a img {
    border-top: 1px solid #565353;
    padding-top: 10px; }
  body:is(.conselleria, .departamentos) .footerGeneralitat {
    background: #8F8A8A; } }

@media (max-width: 425px) {
  .titleMenu_mv {
    flex-direction: column-reverse;
    align-items: flex-start !important;
    text-align: left !important; }
  .menu_mv .idiomas_mv {
    margin-bottom: 15px; } }

/* VARIABLES DE COLORES */
/*************** VERSION 7.4 ******************/
.departamentos img {
  max-width: 100%;
  height: auto; }

.departamentos .publicador_sin_contenidos {
  padding: 0 15px;
  height: 386px; }

.departamentos .publicador_sin_contenidos p {
  font-size: 18px; }

.departamentos .contenido_web_basico {
  padding: 0 15px; }

.departamentos .breadcrumbs ol li.breadcrumb-item::marker {
  content: ''; }

.columna_uno_dep .portlet-column-content-first > div:first-of-type .portlet-body {
  padding-top: 0; }

.departamentos .portlet-topper {
  background: #C8102E;
  color: #fff; }

.departamentos .varios_header {
  height: 100%;
  justify-content: space-around; }

.departamentos .varios_header .title_header {
  max-width: unset;
  text-align: left; }

.departamentos .varios_header .title_header h1 span, .departamentos .varios_header .title_header span {
  color: #C70F2D; }

.departamentos .varios_header .busca_idiomas_header .idiomas a {
  color: #C70F2D;
  border: 1px solid #C70F2D; }

.departamentos .varios_header .busca_idiomas_header .idiomas .idiomaDisable {
  background: #8e0a20;
  color: #ffffff; }

.departamentos header .redes-sociales .botones-iconos-rrss a {
  color: #fff;
  background: #C8102E; }

.departamentos header .redes-sociales .botones-iconos-rrss a:hover {
  color: #C8102E;
  background: #fff;
  border: 1px solid #C8102E; }

body.departamentos .container {
  width: 83.3%;
  border: none;
  padding-right: 16px;
  padding-left: 16px;
  max-width: 1440px !important; }

body.departamentos header #heading {
  border-bottom: 1px solid #C8102E;
  height: 105px;
  padding: 15px 30px 15px 15px;
  display: flex; }

body.departamentos .breadcrumbs-rrss {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px; }

body.departamentos .breadcrumbs-rrss .breadcrumbs .camino-migas {
  padding-top: 2px; }

body.departamentos section#content {
  padding: 0 !important; }

body.departamentos section#content .row {
  margin-left: -16px !important;
  margin-right: -16px !important; }

body.departamentos :is(.col-1, .col-xs-1, .col-2, .col-xs-2, .col-3, .col-xs-3, .col-4, .col-xs-4, .col-5, .col-xs-5, .col-6, .col-xs-6, .col-7, .col-xs-7, .col-8, .col-xs-8, .col-9, .col-xs-9, .col-10, .col-xs-10, .col-11, .col-xs-11, .col-12, .col-xs-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto) {
  padding-left: 16px !important;
  padding-right: 16px !important; }

body.departamentos .fondoAzul {
  position: absolute;
  height: 386px;
  width: 100%;
  left: 0;
  background: #C8102E; }

body.departamentos .portlet-layout .portlet-column.portlet-column-only .portlet-dropzone {
  margin-bottom: 25px;
  background: #fff; }

body.departamentos .portlet-boundary .portlet-body {
  padding: 25px 0 20px 0; }

body.departamentos .portlet-content .portlet-header {
  border-bottom: 2px solid #C70F2D; }

body.departamentos .portlet-content .portlet-header h2 {
  padding: 0 0 20px 20px;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: unset;
  border-bottom: 0;
  max-width: 100%; }

body.departamentos .menuDesplegable.dependiente {
  z-index: 9;
  background: #fff;
  position: relative;
  padding: 16px 0 5px 0;
  display: flex;
  flex-wrap: wrap; }

body.departamentos .menuDesplegable.dependiente.menu_no_home {
  flex-wrap: nowrap;
  border-bottom: 1px solid #C70F2D;
  padding: 20px 20px 30px 20px;
  justify-content: space-between; }

body.departamentos .menuDesplegable.dependiente:not(.menu_no_home) .menuNivel {
  flex: 0 1 33.33%;
  padding: 56px 15px 0 15px;
  margin-bottom: 56px; }

body.departamentos .menuDesplegable.dependiente .menuNivel .portlet-header {
  border-color: #c80f2e; }

body.departamentos .menuDesplegable.dependiente.menu_no_home .menuNivel .portlet-header {
  border-color: transparent; }

body.departamentos .menuDesplegable.dependiente:not(.menu_no_home) .menuNivel h2 {
  cursor: pointer;
  color: #565353;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  padding: 0 5px 25px 8px;
  display: flex;
  align-items: center;
  max-width: 100%;
  white-space: normal; }

body.departamentos .menuDesplegable.dependiente.menu_no_home .menuNivel h2 {
  cursor: pointer;
  color: #565353;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  padding: 0; }

body.departamentos .menuDesplegable.dependiente:not(.menu_no_home) .menuNivel h2::after {
  content: '';
  background: url(../images/flechaMenu.svg) no-repeat;
  width: 18px;
  min-width: 18px;
  height: 16px;
  margin-left: auto; }

body.departamentos .menuDesplegable.dependiente:not(.menu_no_home) .menuNivel h2.abierto::after {
  transform: rotate(45deg); }

body.departamentos .menuDesplegable.dependiente:not(.menu_no_home) .menuNivel .menuNivel2 {
  padding: 24px 8px;
  display: none; }

body.departamentos .menuDesplegable.dependiente.menu_no_home .menuNivel .menuNivel2 {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  border-top: 1px solid #C70F2D;
  padding: 30px 20px 0 20px;
  z-index: 999;
  background: #fff; }

body.departamentos .menuDesplegable.dependiente.menu_no_home .menuNivel2 .menuDesplegable1 {
  display: flex;
  flex-wrap: wrap; }

body.departamentos .menuDesplegable.dependiente.menu_no_home .menuNivel2 .menuDesplegable1 .menuNivel_1 {
  flex: 0 1 33.33%;
  margin-bottom: 40px; }

body.departamentos .menuDesplegable.dependiente:not(.menu_no_home) .menuNivel2 .menuDesplegable1 > .menuNivel_1:not(:last-of-type) .nav-item {
  margin-bottom: 15px; }

body.departamentos .menuDesplegable.dependiente .menuNivel .menuNivel2 .nav-item a {
  font-size: 14px;
  line-height: 16px;
  color: #565353;
  font-weight: 700; }

body.departamentos .menuDesplegable.dependiente .menuNivel .menuNivel2 .nav-item a:hover, body.departamentos .menuDesplegable.dependiente:not(.menu_no_home) .menuNivel h2:hover {
  color: #c80f2e; }

.overlay_menu {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */ }

.overlay_menu.abierto {
  display: block; }

body.departamentos .menuIconos {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }

body.departamentos .menuIconos .col-sm-4:nth-child(-n+3) .imagen {
  background: #c80f2e; }

body.departamentos .menuIconos .col-sm-4:nth-child(-n+3) .imagen a {
  color: #fff; }

body.departamentos .menuIconos .imagen {
  margin-bottom: 25px;
  width: unset;
  max-width: unset;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #c80f2e; }

body.departamentos .menuIconos .imagen a {
  color: #c80f2e;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25; }

body.departamentos .titleListadoNoticias {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #C70F2D;
  margin-bottom: 25px;
  margin-top: -25px; }

body.departamentos .titleListadoNoticias h2 {
  padding: 0 0 20px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700; }

body.departamentos .listadoNoticias {
  display: flex;
  margin-left: -16px;
  margin-right: -16px; }

body.departamentos .listadoNoticias .noticias {
  margin-bottom: 25px; }

body.departamentos .listadoNoticias .headerNoticias {
  display: flex;
  flex-direction: column; }

body.departamentos .listadoNoticias .imagen {
  margin-bottom: 5px;
  max-height: 250px;
  overflow: hidden; }

body.departamentos .listadoNoticias .title a {
  color: #565353;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700; }

body.departamentos .listadoNoticias .resumen p {
  color: #565353;
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 10px;
  font-weight: 500; }

body.departamentos .listadoNoticias .verDetalleNoticia {
  font-size: 12px;
  font-weight: 700;
  color: #565353;
  text-align: right; }

body.departamentos .listadoNoticias .title a:hover, body.departamentos .listadoNoticias .verDetalleNoticia:hover {
  color: #c80f2e; }

.departamentos .footerMenu .portlet-body {
  padding: 0 !important; }

/***************** Centro salud **********************/
.centro_salud_detalle h2 {
  margin-top: -5px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  padding-left: 30px;
  border-bottom: 2px solid #C70F2D;
  font-weight: 700;
  font-size: 16px; }

.centro_salud_detalle .centro_salud_detalle_map {
  margin-top: 70px;
  margin-bottom: 50px; }

.centro_salud_detalle .centro_salud_detalle_map iframe {
  width: 100% !important; }

:is(.centro_salud_detalle_info, .centro_salud_detalle_map) span {
  color: #565353;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 35px;
  display: inline-block; }

:is(.centro_salud_detalle_info, .centro_salud_detalle_map) p, .centro_salud_detalle_info a {
  font-size: 20px;
  line-height: 1.3; }

.centro_salud_detalle_info a {
  font-weight: 600;
  color: #565353; }

.listado_centro_salud_detalle {
  display: flex;
  flex-wrap: wrap; }

.listado_centro_salud_detalle .centro_salud_detalle {
  flex: 0 1 50%;
  padding: 0 15px; }

.listado_centro_salud_detalle .centro_salud_detalle > a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 25px 5px !important;
  border-bottom: 2px solid #C70F2D;
  margin-bottom: 10px;
  display: block;
  color: #565353; }

.listado_centro_salud_detalle .centro_salud_detalle span {
  margin-bottom: 20px; }

.listado_centro_salud_detalle .centro_salud_detalle .centro_salud_detalle_map {
  margin-top: 20px; }

.departamentos .menu_mapa_centros ul {
  display: flex;
  flex-wrap: wrap; }

.departamentos .menu_mapa_centros ul li {
  background-image: none !important;
  padding-left: 0 !important;
  display: flex;
  flex: 0 1 33.33%;
  margin-bottom: 35px;
  align-items: center; }

.departamentos .menu_mapa_centros ul li:first-of-type {
  display: none; }

.departamentos .menu_mapa_centros ul li::before {
  content: '\25BA';
  margin-right: 10px;
  color: #565353; }

.departamentos .menu_mapa_centros ul li a {
  font-size: 16px;
  color: #565353;
  line-height: 1.3;
  font-weight: 700; }

.departamentos .menu_mapa_centros ul li a:hover {
  color: #c80f2e; }

@media (max-width: 1024px) {
  body.departamentos header {
    padding-top: 0 !important; }
  body.departamentos .menuIconos {
    margin-bottom: 0; }
  body.departamentos .fondoAzul, .departamentos .publicador_sin_contenidos {
    height: 305px; }
  body.departamentos header #heading {
    padding: 0; }
  body.departamentos .logos_header .img_conselleria_header img {
    max-width: 110px; }
  body.departamentos .logos_header .logo-organo-dependiente img {
    height: 43px; }
  body.departamentos .menuDesplegable.dependiente {
    padding: 0;
    margin-bottom: 50px;
    border: none; }
  body.departamentos .menuDesplegable.dependiente .menuNivel h2 {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0; }
  body.departamentos .menuDesplegable.dependiente .menuNivel {
    padding-top: 48px;
    margin-bottom: 48px; }
  body.departamentos .menuIconos .imagen {
    min-height: 50px; }
  body.departamentos .portlet-content .portlet-header h2, body.departamentos .titleListadoNoticias h2 {
    padding: 0 0 0 15px; }
  .departamentos .footerGeneralitat {
    padding: 20px 0 15px 0 !important; }
  .centro_salud_detalle .centro_salud_detalle_map {
    margin-top: 40px;
    margin-bottom: 40px; }
  :is(.centro_salud_detalle_info, .centro_salud_detalle_map) span {
    margin-bottom: 20px; }
  :is(.centro_salud_detalle_info, .centro_salud_detalle_map) p, .centro_salud_detalle_info a {
    font-size: 16px; }
  .departamentos .menu_mapa_centros ul li {
    flex: 0 1 50%; }
  body.departamentos .listadoNoticias .imagen {
    max-height: 155px; } }

@media (max-width: 767px) {
  /*body.departamentos header #heading {
		margin-bottom: 30px;
	}*/
  body.departamentos .breadcrumbs-rrss .breadcrumbs, body.departamentos .fondoAzul {
    display: none; }
  .departamentos .publicador_sin_contenidos {
    height: unset; }
  body.departamentos section .portlet-navigation .portlet-body div:not(.menu_mapa_centros) {
    display: none; }
  body.departamentos .logos_header .img_conselleria_header img {
    max-width: 89px; }
  body.departamentos .logos_header .logo-organo-dependiente img {
    height: 32px; }
  .departamentos .menu_mobile button.burger span {
    background: #66819E !important; }
  body.departamentos .listadoNoticias {
    flex-direction: column; }
  body.departamentos .listadoNoticias .noticias {
    padding-bottom: 10px; }
  body.departamentos .menuIconos .imagen {
    margin-bottom: 15px; }
  .departamentos .footerGeneralitat {
    background: #8F8A8A; }
  .centro_salud_detalle .centro_salud_detalle_map {
    margin-top: 20px;
    margin-bottom: 20px; }
  :is(.centro_salud_detalle_info, .centro_salud_detalle_map) span {
    margin-bottom: 5px;
    font-size: 18px; }
  :is(.centro_salud_detalle_info, .centro_salud_detalle_map) .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .listado_centro_salud_detalle .centro_salud_detalle {
    flex: 1 1 100%; }
  .departamentos .menu_mapa_centros ul li {
    flex: 1 1 100%; }
  .conselleria ul.menu_horizontal_conselleria {
    display: none; } }

/* BASE */
body {
  background-color: #F0F0F0; }

body:is(.departamentos, .conselleria) {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif; }

p, h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, sans-serif; }

body:is(.departamentos, .conselleria) :is(p, h1, h2, h3, h4, h5, h6) {
  font-family: 'Open Sans', sans-serif; }

body:is(.departamentos, .conselleria) :is(h3, h4, h5, h6) {
  font-size: 16px;
  font-weight: 700; }

body:is(.departamentos, .conselleria) ol li :is(h3, h4, h5, h6, p:first-of-type) {
  display: inline-block; }

body:is(.departamentos, .conselleria) ol li :is(h3, h4, h5, h6) {
  margin-bottom: 0; }

body:is(.departamentos, .conselleria) :is(a, ul li, ul li a, ol li, ol li a, .asset-summary, p, span) {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px; }

body:is(.departamentos, .conselleria) li {
  list-style: inside; }

body:is(.departamentos, .conselleria) ol li {
  list-style-type: auto; }

p {
  font-size: 13.2px; }

h1 {
  font-size: 15.84px; }

h2 {
  font-size: 14.52px; }

h3 {
  font-size: 14px; }

h4 {
  font-size: 13.30px; }

ul {
  padding: 0px; }

a, ul li, ul li a, ol li, ol li a, .asset-summary {
  font-family: Roboto, sans-serif;
  font-size: 13.2px;
  color: #565353;
  margin-bottom: 0px; }

a, ol li a, ul li a {
  cursor: pointer; }

.taglib-icon-label {
  color: #ffffff; }

ul.menu li a,
.panel-group a,
span.taglib-text-icon {
  text-decoration: none; }

p {
  font-size: 13.2px;
  color: #565353;
  margin-bottom: 0px;
  padding: 0px !important; }

a:hover {
  text-decoration: underline;
  color: #c80f2e; }

span.taglib-text-icon {
  text-decoration: none; }

body:is(.departamentos, .conselleria) .glyphicon {
  font-family: "Glyphicons Halflings", sans-serif !important; }

/*============= estilos ckEditor ===============*/
.cke_editable.html-editor.cke_editable_themed :is(ul, ol) {
  padding-left: 30px; }

.cke_editable.html-editor.cke_editable_themed ul li {
  list-style: none;
  padding-left: 12px;
  background-image: url(../images/vectorMenu.svg);
  background-repeat: no-repeat;
  background-position: 0 4px; }

/* MODAL LAYOUT */
.dialog-iframe-popup #main-content,
.dialog-iframe-popup #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }

.modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed; }

.modal-body {
  overflow: auto; }

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

.modal-dialog.modal-dialog-sm {
  max-width: 500px; }

.modal-hidden {
  display: none; }

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

.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; }

.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #5EAF3D; }

.customizable-layout-column-content {
  background-color: #C92C3C; }

.customizable-layout-column-content.yui3-widget-content-expanded {
  margin: 0 15px; }

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8);
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15; }

.customizable .customizable-layout-column-content {
  background-color: #5EAF3D; }

.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8); }

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative; }

.layout-customizable-controls label {
  color: #FFF; }

.col-md-6.portlet-column {
  border: 1px solid #ccc;
  border-top: 0px;
  border-bottom: 0px; }

.col-1, .col-xs-1, .col-2, .col-xs-2, .col-3, .col-xs-3, .col-4, .col-xs-4, .col-5, .col-xs-5, .col-6, .col-xs-6, .col-7, .col-xs-7, .col-8, .col-xs-8, .col-9, .col-xs-9, .col-10, .col-xs-10, .col-11, .col-xs-11, .col-12, .col-xs-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 1.64% !important;
  padding-left: 1.64% !important; }

.bordeIzquierdo {
  border-right: 1px solid #ccc; }

.columna100 {
  width: 100%;
  display: inline-block; }

.columna80 {
  width: 80%;
  float: left;
  padding-right: 1.64% !important; }

.columna50 {
  width: 50%;
  float: left; }

.columna50.padding {
  padding-right: 1.64% !important; }

.columna20 {
  width: 20%;
  float: left; }

/* MENUS COLUMNA DERECHA */
#main-content .portlet-journal-content .portlet-body ul li,
#main-content .portlet-navigation .portlet-body ul li {
  list-style: none;
  padding-left: 12px;
  background-image: url(../images/GVA/flechaMenu.png);
  background-repeat: no-repeat;
  background-position: 0 4px; }

#main-content .col-md-9 .portlet-navigation .portlet-body ul li {
  list-style: none;
  padding-left: 12px;
  background-image: url(../images/GVA/flecha_menu_grande.png);
  background-repeat: no-repeat;
  background-position: 0 3px; }

/* COLUMNAS */
.col-md-3 {
  flex: 0 0 22% !important;
  max-width: 22% !important; }

.col-md-6 {
  flex: 0 0 56% !important;
  max-width: 56% !important; }

.col-md-9 {
  flex: 0 0 78% !important;
  max-width: 78% !important; }

/* LUPA */
header .input-group .input-group-item .input-group-inset-after.form-control {
  font-size: 12px; }

.input-group .input-group-inset-item-after, header .input-group .input-group-item .input-group-inset-after.form-control {
  height: 21px;
  margin-top: 0; }

/* LAYOUT 2 COLUMNAS 30-70 */
@media (min-width: 1024px) {
  .columns-2 > .portlet-layout.row > .col-md-4.portlet-column.portlet-column-first {
    flex: 0 0 22%;
    max-width: 22%; }
  .columns-2 > .portlet-layout.row > .col-md-8.portlet-column.portlet-column-last {
    flex: 0 0 78%;
    max-width: 78%; } }

@media only screen and (min-width: 768px) {
  .modal-dialog {
    max-width: none; } }

@media only screen and (max-width: 950px) {
  .col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important; }
  .col-md-9 {
    flex: 0 0 100% !important;
    max-width: 100% !important; } }

@media only screen and (max-width: 690px) {
  .columna80 {
    width: 100% !important;
    padding-right: 0% !important; }
  .columna50 {
    width: 100% !important; }
  .columna20 {
    width: 100% !important; } }

/* FORMULARIO EVES */
#p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .btn-secondary {
  background-color: #C70F2D;
  border-color: #C70F2D; }

#p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .btn-secondary:hover {
  background-color: #b3102b;
  border-color: #b3102b; }

#p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .btn-secondary.disabled, body .btn-secondary:disabled {
  color: #fff;
  background-color: #C70F2D;
  border-color: #C70F2D; }

#p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .btn-secondary:not(:disabled):not(.disabled):active, body .btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #C70F2D;
  border-color: #C70F2D; }

#p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .btn-primary {
  background-color: #C70F2D;
  border-color: #C70F2D; }

#p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .btn-primary:hover {
  background-color: #b3102b;
  border-color: #b3102b; }

#p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .btn-primary.disabled, body .btn-secondary:disabled {
  color: #fff;
  background-color: #C70F2D;
  border-color: #C70F2D; }

#p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .btn-primary:not(:disabled):not(.disabled):active, body .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #C70F2D;
  border-color: #C70F2D; }

#p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ h1.lfr-ddm__default-page-header-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25; }

#p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .lfr-ddm__default-page h1.lfr-ddm__default-page-header-title {
  margin-top: 60px; }

#p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ h2.lfr-ddm__default-page-title {
  font-size: 16px;
  font-weight: 700; }

#p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .form-group .form-control {
  height: auto !important; }

#p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ label .reference-mark {
  color: #c80f2e; }

.portal-popup.lfr-ddm__default-page-background {
  background-color: #FFF !important; }

.portlet-boundary .portlet-body,
.portlet-boundary .portlet-body p {
  padding: 5px 0; }

.portlet-body ul, .portlet-body ol {
  padding: 5px 0 0 0; }

.portlet {
  margin-bottom: 32px;
  position: relative; }

.portlet-topper {
  border-radius: 5px 5px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 10px 3px 10px;
  position: relative;
  margin: 0 15px; }

.portlet-draggable .portlet-topper {
  cursor: move; }

.portlet.open > .portlet-topper, .portlet:hover > .portlet-topper, .portlet.focus > .portlet-topper {
  margin: 0px;
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.portlet.open > .portlet-content-editable, .portlet:hover > .portlet-content-editable,
.portlet.focus > .portlet-content-editable {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.portlet > .portlet-topper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  -o-transition: opacity 0.25s, transform 0.25s;
  -webkit-transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  top: 0;
  border-bottom: 0px; }

.portlet > .portlet-topper:hover {
  margin: 0px;
  transform: translateY(-100%);
  border: 1px solid #c80f2e;
  border-bottom: 0px; }

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

.controls-hidden .portlet-topper-toolbar {
  display: block !important; }

.controls-visible .portlet-topper-toolbar {
  display: block; }

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }

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

.portlet-title-text {
  overflow: visible; }

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

.dropup,
.dropdown {
  position: relative; }

span[class^="icon-monospaced"],
.icon-monospaced {
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem; }

.list-group-item .sticker-secondary {
  background-color: #a9b4be;
  color: #fff; }

#search-results-display-list .list-group-item .lexicon-icon {
  color: #fff; }

.lexicon-icon {
  display: inline-block;
  fill: currentColor;
  margin-top: -9px;
  pointer-events: none;
  vertical-align: middle;
  width: 1em;
  color: #c80f2e;
  height: 0.75em; }

.listado_novedades .lexicon-icon {
  color: #c80f2e; }

.portlet-topper .lexicon-icon {
  color: #fff; }

.tbar-item-expand,
.autofit-col-expand,
.flex-col-expand {
  flex-grow: initial;
  flex-shrink: initial;
  min-width: initial;
  word-wrap: initial; }

.portlet .dropdown.open > .signed-in .portlet:hover {
  border-radius: 0 0 5px 5px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 0 10px 10px 10px;
  position: relative; }

.portlet-content .portlet-header {
  border-bottom: 1px solid #000000; }

.portlet-breadcrumb .portlet-content .portlet-header {
  border: 0px; }

body:is(.conselleria, .departamentos) .portlet-breadcrumb .portlet-content .portlet-header {
  border: 0px !important; }

.portlet-content .portlet-header h2 {
  width: auto;
  text-align: left;
  padding: 6px 0;
  margin-bottom: -1px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700; }

.autofit-float > .autofit-col-end {
  display: inline-block;
  right: 0px;
  position: absolute;
  z-index: 9;
  margin-left: 0px; }

.autofit-float > .autofit-col {
  max-width: initial;
  width: initial; }

.tbar-section,
.autofit-section {
  max-width: 100%;
  height: 30px; }

.portlet-journal-content .portlet .portlet-header .visible-interaction {
  height: 30px; }

.portlet-journal-content .portlet .portlet-header .visible-interaction .lfr-icon-menu {
  height: 31px; }

.portlet-journal-content .portlet .portlet-header .visible-interaction .lfr-icon-menu > a {
  color: inherit;
  width: 28px;
  height: 29px;
  margin-top: -2px; }

.sidebar-body .lexicon-icon, .control-menu .lexicon-icon {
  color: inherit;
  height: inherit; }

/* VARIABLES DE COLORES */
/* RECURSOS HUMANOS */
/* Avisos-Noticias */
.asset-full-content:nth-child(1) .asset-content .noticiasRRHH {
  border-top: initial;
  padding-top: initial; }

.asset-content .noticiasRRHH {
  border-top: 1px solid #c9c9c4;
  padding-top: 10px; }

.asset-content .noticiasRRHH ul {
  padding: 0 0 0 15px; }

.asset-content .noticiasRRHH ul li {
  background-position: 0 4px; }

.asset-content .noticiasRRHH ul li a {
  color: #c80f2e; }

.control-menu-level-1, #control-menu {
  position: relative; }

nav.quick-access-nav ul, .hide-accessible {
  display: none; }

.button-holder {
  margin: 15px !important; }

.portlet-column-content p {
  margin-bottom: 10px; }

.hideAccessible {
  display: none; }

a {
  color: #C70F2D; }

a.icon-plus-sign:hover {
  color: #b3102b !important; }

a.icon-minus-sign:hover {
  color: #b3102b !important; }

.fieldset legend {
  display: none; }

.show {
  display: block; }

.dropdown-item.active, .dropdown-menu > li > a.active, .dropdown-menu .link-list > li > a.active, .dropdown-item:active, .dropdown-menu > li > a:active, .dropdown-menu .link-list > li > a:active {
  background-color: #c70f2d !important;
  color: #fff !important; }

.dropdown-item:hover, .dropdown-menu > li > a:hover, .dropdown-menu .link-list > li > a:hover, .dropdown-item:focus, .dropdown-menu > li > a:focus, .dropdown-menu .link-list > li > a:focus {
  background-color: rgba(199, 15, 45, 0.1) !important; }

.toggle-switch-check:checked ~ .toggle-switch-bar:before, label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar:before {
  background-color: #C70F2D;
  border-color: #C70F2D; }

/* TABLE */
table {
  border-collapse: collapse;
  width: auto;
  margin: 0 auto; }

table tr th {
  border-color: #000;
  font-size: 13.2px;
  border-bottom: 2px solid #c80f2e; }

table tr td {
  border: 1px solid #000;
  font-size: 13.2px;
  padding: 2px 5px;
  color: #565353; }

/* THEME ADMIN */
.aspect-ratio {
  padding-bottom: 0px !important; }

/* CONTROL MENÚ */
body {
  /* LOGIN */ }
  body .lfr-spa-loading-bar {
    background: #C70F2D; }
  body .navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
    background-color: #C70F2D; }
  body .btn-primary {
    background-color: #C70F2D;
    border-color: #C70F2D; }
  body .btn-primary:hover {
    background-color: #b3102b;
    border-color: #b3102b; }
  body .btn-primary.disabled, body .btn-primary:disabled {
    color: #fff;
    background-color: #C70F2D;
    border-color: #C70F2D; }
  body .btn-primary:not(:disabled):not(.disabled):active, body .btn-primary:not(:disabled):not(.disabled).active,
  body .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #C70F2D;
    border-color: #C70F2D; }
  body .management-bar-primary {
    background-color: #fff6f8;
    border-color: #C70F2D; }
  body .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
  body .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
  body .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #C70F2D; }
  body .list-group-item.active {
    background-color: #fff6f8;
    border-color: #fff6f8; }
  body .label-info, body .label.pending {
    border-color: #C70F2D;
    color: #C70F2D; }
  body .btn-primary.btn-default {
    color: #fff;
    background-color: #C70F2D;
    border-color: #C70F2D; }
  body .btn-primary.btn-default.disabled, body .btn-primary.btn-default:disabled {
    background-color: #C70F2D;
    border-color: #C70F2D; }
  body .btn-primary.btn-default:not(:disabled):not(.disabled):active,
  body .btn-primary.btn-default:not(:disabled):not(.disabled).active,
  body .show > .btn-primary.btn-default.dropdown-toggle {
    background-color: #C70F2D;
    border-color: #C70F2D; }
  body .btn-primary.btn-default:hover {
    background-color: #b3102b;
    border-color: #b3102b; }
  body .login-container .button-holder {
    margin: 15px 0px !important; }
  body .login-container .navigation ul li:first-child {
    display: none; }

/* Calendar */
.yui3-skin-sam .yui3-calendar-day:hover {
  background: #C70F2D; }

.yui3-skin-sam .yui3-calendar-day-selected {
  background-color: rgba(199, 15, 45, 0.3); }

/* POP-UP */
.modal-dialog {
  pointer-events: initial !important; }

/* MENU */
.menu_mobile {
  display: none; }

/* HEADER */
.container {
  width: 80%;
  margin: 0 10% 0 10%;
  padding: 0px;
  border-right: 1px solid #e5e6e8;
  border-left: 1px solid #e5e6e8;
  background-color: white; }

.container .div-company-title a img {
  width: 175px;
  margin: 0 30px;
  height: 105px;
  display: block;
  float: left;
  padding: 15px 0; }

.container header #heading {
  height: 105px;
  padding: 15px 1.64%; }

.container header #heading .logo {
  width: 50%;
  float: left; }

.container header #heading .logo .logo-generalitat {
  width: auto !important;
  float: left; }

.container header #heading .logo .logo-organo-dependiente {
  width: 180px;
  float: left; }

.container header #heading .logo .logo-organo-dependiente h1 {
  margin-bottom: 0; }

.container header #heading .logo .logo-organo-dependiente img {
  max-width: 320px;
  padding-top: 5px; }

.container header #heading .logo .logo-departamento {
  width: 50%;
  float: left;
  padding: 15px 0; }

.container header #heading .logo .logogeneralitat img {
  width: 180px; }

.container header #heading .logo .logo-generalitat .company-title {
  margin: 0px; }

.container header #heading .title {
  width: 50%;
  float: left; }

.container header #heading .title .logo-conselleria {
  width: 100%;
  float: left; }

.container header #heading .title .logo-conselleria a {
  text-decoration: none; }

.container header #heading .title .logo-conselleria h1, .container header #heading .title .logo-conselleria p {
  font-size: 13px;
  text-align: right;
  float: right;
  width: 200px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem; }

.container header #heading .otros {
  width: 50%;
  float: left; }

/* BUSQUEDA */
.container header #heading .otros .sublogo .buscador .portlet-boundary .portlet-body {
  padding: 2px 0; }

.container header #heading .otros .sublogo {
  float: right;
  width: auto; }

.container header #heading .otros .sublogo .buscador {
  float: left;
  width: auto;
  height: 30px;
  text-align: right;
  padding-right: 10px; }

.portlet-search-bar {
  height: 23px; }

.portlet-search-bar .search-bar {
  height: 23px; }

.portlet-search-bar .search-bar .search-bar-keywords-input, .portlet-search-bar .search-bar .search-bar-search-button-wrapper {
  font-size: 12px;
  height: 21px;
  margin-top: 2px; }

.portlet-search-bar .search-bar .search-bar-search-button-wrapper button {
  color: #c80f2e; }

section#content div#main-content .portlet-search-bar {
  height: unset; }

.searchmobile button.buttonshow {
  border: 1px solid #c80f2e;
  color: #c80f2e;
  font-size: 21px;
  margin-top: 3px; }

.dependiente .searchmobile #showhidesearch {
  position: absolute;
  width: 96%;
  margin: 0 2%;
  top: 55px;
  left: 0px;
  z-index: 9999; }

.signed-in .searchmobile #showhidesearch {
  top: 125px !important; }

/* PAGINA DE BUSQUEDA */
.search-bar .input-group-item {
  margin-left: 0px; }

.search-total-label {
  font-size: 13.2px;
  color: #565353;
  font-family: Roboto,sans-serif; }

.portlet-search-results .list-group-title > a, .portlet-search-results .list-group-title > a:hover {
  color: #c70f2d; }

.tbar-section,
.autofit-section {
  max-width: 100%;
  height: auto; }

#p_p_id_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_ {
  height: auto; }

#p_p_id_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_ .search-bar {
  height: 40px; }

#p_p_id_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_ .search-bar .search-bar-keywords-input {
  /*height: 40px;font-size: 13px;*/ }

#p_p_id_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_ .search-bar .search-bar-search-button-wrapper {
  font-size: 13px; }

/*Container*/
#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_searchContainerTag ul li {
  box-shadow: none;
  background-image: none !important;
  padding-left: 0px !important;
  padding-right: 0px; }

#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_searchContainerTag ul li .autofit-col:nth-child(1) {
  display: none; }

#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_searchContainerTag ul li .autofit-col:nth-child(2) {
  padding-left: 0px; }

#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_searchContainerTag ul li h4 a {
  color: #c80f2e;
  font-size: 17px; }

#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_searchContainerTag ul li h6.search-document-content {
  font-size: 13px; }

#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_searchContainerTag ul li h6.text-default {
  font-size: 10px; }

#p_p_id_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ .search-total-label {
  margin-top: 0; }

#p_p_id_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ ul li {
  box-shadow: none;
  background-image: none !important;
  padding-left: 0px !important;
  padding-right: 0px; }

#p_p_id_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ ul li .autofit-col:nth-child(1) {
  display: none; }

#p_p_id_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ ul li .autofit-col:nth-child(2) {
  padding-left: 0px; }

#p_p_id_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ ul li .subtext-item {
  font-size: 10px; }

#p_p_id_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ .list-group-title a {
  color: #c80f2e;
  font-weight: 600;
  font-size: 17px; }

#p_p_id_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ .list-group-title [href] {
  color: #c80f2e;
  font-weight: 600;
  font-size: 17px; }

#p_p_id_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ .list-group-item {
  border-width: 0; }

/*Pagination*/
#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_searchContainerTagPageIteratorBottom .pagination-items-per-page > a,
#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_searchContainerTagPageIteratorBottom .pagination-items-per-page > .btn-unstyled {
  color: #c80f2e; }

#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_searchContainerTagPageIteratorBottom .pagination > li.active > a,
#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_searchContainerTagPageIteratorBottom .pagination > li.active > a:hover,
#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_searchContainerTagPageIteratorBottom .pagination > li.active > a:focus {
  background-color: #c80f2e;
  border-color: #c80f2e;
  color: #fff; }

#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_searchContainerTagPageIteratorBottom .pagination > li > a {
  color: #c80f2e; }

#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_searchContainerTagPageIteratorBottom .pagination > li > a:hover,
#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_searchContainerTagPageIteratorBottom .pagination > li > a:focus {
  color: #c80f2e; }

.pagination-items-per-page > a,
.pagination-items-per-page > .btn-unstyled {
  color: #c80f2e; }

.pagination-items-per-page > a:active, .pagination-items-per-page > button:active {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #c80f2e; }

.pagination-items-per-page > a:hover, .pagination-items-per-page > button:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #c80f2e; }

.pagination-items-per-page > a[aria-expanded="true"], .pagination-items-per-page > a.show, .pagination-items-per-page > button[aria-expanded="true"], .pagination-items-per-page > button.show {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #c80f2e; }

.pagination > li.active > a:hover,
.pagination > li.active > a:focus {
  background-color: #c80f2e;
  border-color: #c80f2e;
  color: #fff; }

.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #c80f2e; }

.page-item.active .page-link {
  background-color: #c80f2e;
  border-color: #c80f2e;
  color: #fff; }

.page-link {
  color: #c80f2e; }

.lfr-pagination .lfr-pagination-buttons.pagination {
  justify-content: center; }

.lfr-pagination .pagination .page-item > a {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 14px;
  margin: 0 2px 0 2px; }

.lfr-pagination .pagination .page-item > a:hover,
.lfr-pagination .pagination .page-item > a:focus {
  background-color: #e9ecef;
  text-decoration: none; }

.lfr-pagination .pagination .page-item.disabled > a, .lfr-pagination .pagination .page-item.disabled > a:hover, .lfr-pagination .pagination.page-item .disabled > a:focus {
  background-color: #fff;
  color: #6c757d;
  cursor: not-allowed; }

/*PANEL*/
.panel-header {
  background-color: #f8f9fa;
  border-color: rgba(0, 0, 0, 0.125);
  font-size: 13.2px; }

.panel {
  border-color: rgba(0, 0, 0, 0.125); }

.custom-control-label {
  font-size: 13.2px; }

.custom-control-input {
  height: 14px;
  width: 14px; }

.search-facet .facet-clear-btn {
  font-size: 13.2px;
  color: #c80f2e;
  font-weight: 400;
  background-color: #fff; }

/* IDIOMAS */
.container header #heading .otros .sublogo .idiomas .val {
  padding-right: 5px; }

.container header #heading .otros .sublogo .idiomas .es-ES .cas,
.container header #heading .otros .sublogo .idiomas .ca-ES .val {
  padding: 3px 5px;
  border-radius: 2px; }

.container header #heading .otros .sublogo .idiomas .es-ES .val {
  padding: 2px 5px;
  border-radius: 2px;
  margin-right: 2px; }

.container header #heading .otros .sublogo .idiomas .ca-ES .cas {
  padding: 2px 5px;
  border-radius: 2px;
  margin-left: 2px; }

.container header #heading .otros .sublogo .idiomas {
  float: left;
  width: auto; }

.container header #heading .otros .sublogo .idiomas a {
  font-size: 12px;
  text-decoration: none;
  font-weight: normal; }

.container header #heading .otros .sublogo .idiomas a.idiomaDisable {
  font-weight: bold;
  pointer-events: none;
  cursor: default; }

/* SELECTOR DE IDIOMA */
.portlet-language h2 {
  display: none; }

.portlet-language .portlet-content .portlet-header {
  border-bottom: 0px; }

/* CAROUSEL GVA */
.carousel {
  margin-bottom: 20px; }

.carousel-inner img {
  width: 100%;
  height: 100%; }

.carousel .aspect-ratio {
  padding-bottom: 0px; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-color: #000000;
  border-radius: 10px;
  opacity: 0.7; }

.carousel-indicators {
  bottom: -35px;
  width: 70%; }

.carousel-indicators .active {
  background-color: #000; }

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -9999px;
  background-color: #ffffff;
  border: 1px solid; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.right {
  right: 0;
  left: auto; }

.carousel a:hover {
  color: #e0e0e0; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next, .carousel-control .icon-prev {
    position: relative;
    top: 47%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; } }

.breadcrumbs-rrss .breadcrumbs .camino-migas {
  float: left;
  font-size: 13px;
  padding-top: 5px;
  font-weight: 500; }

.breadcrumbs-rrss .breadcrumbs .camino-migas .portlet-boundary {
  float: right; }

.breadcrumbs-rrss .breadcrumbs .camino-migas .portlet-body {
  padding: 1px 0px; }

.breadcrumbs-rrss .breadcrumbs .camino-migas h2 {
  display: none; }

.breadcrumbs-rrss .breadcrumbs .camino-migas ul.breadcrumb {
  padding: 0px 0px 0px 5px;
  background-color: #ffffff;
  width: auto;
  font-size: 13px;
  margin-bottom: 0px; }

.breadcrumbs-rrss .breadcrumbs .camino-migas ul.breadcrumb .active {
  font-weight: 500;
  font-family: Roboto, sans-serif; }

.breadcrumbs-rrss .breadcrumbs .camino-migas ol.breadcrumb {
  background-color: initial;
  padding: 0px 5px;
  margin: 0px;
  color: #696969;
  font-weight: 400;
  font-family: Roboto, sans-serif; }

/*Agenda*/
.agenda {
  width: 100%;
  height: 63px;
  background: #575353;
  border: 2px solid #575353;
  display: inline-block; }

.agenda ul li a {
  text-decoration: none; }

/*agenda semana*/
.agenda .agenda_semana {
  width: 45%;
  float: left; }

.agenda .agenda_semana h1 {
  color: #ffffff;
  padding: 5px 0px 0 5px;
  font-size: 17px;
  margin-bottom: 0px; }

.agenda .agenda_semana ul {
  list-style: none;
  padding: 0px; }

.agenda .agenda_semana ul li {
  float: left;
  width: 34px;
  padding: 5px;
  text-align: center;
  font-weight: 700; }

.agenda .agenda_semana ul li a {
  color: #ffffff;
  cursor: pointer; }

.agenda .agenda_semana ul li a.selected {
  background: #ffffff;
  border-radius: 2px;
  color: #575353 !important;
  padding: 0 3px; }

/*agenda actos*/
.agenda .agenda_actos {
  width: 55%;
  float: left;
  height: 100%;
  min-height: 57px;
  padding-left: 25px;
  padding-right: 10px;
  background: white url(../images/GVA/triangulo_agenda.png) no-repeat left center; }

.agenda .agenda_actos .actoJornada p {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0px; }

.agenda .agenda_actos .actoJornada p.lugar:before {
  content: "\f041";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-right: 5px;
  speak: none; }

.agenda .agenda_actos .title {
  margin-top: 1px;
  padding: 10px 0 !important; }

/*carousel*/
.agenda .carousel-indicators {
  bottom: 7px;
  width: auto;
  right: 0px;
  margin: 0px;
  left: initial; }

.agenda .carousel a:hover {
  color: #c80f2e !important; }

/*detalle-jornada*/
.detalleJornada {
  font-weight: 800; }

.detalleJornada .volver {
  text-align: right;
  display: inline-block;
  right: 0px;
  position: absolute;
  top: 18px;
  font-weight: 400; }

.detalleJornada .volver a:before {
  content: "\f060";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-right: 5px;
  speak: none; }

.detalleJornada .hora {
  width: 10%;
  float: left;
  text-align: right;
  padding-right: 10px; }

.detalleJornada .hora p {
  color: #c80f2e;
  font-weight: 600;
  margin-top: 123px;
  font-size: 18px; }

.detalleJornada .contenido {
  width: 90%;
  float: left;
  border-left: 5px solid #005FBC;
  padding-left: 10px; }

.detalleJornada .contenido .fecha {
  float: right;
  background: #E9AC42;
  padding: 10px;
  margin-bottom: 20px;
  width: 140px;
  text-align: center; }

.detalleJornada .contenido .fecha .day {
  font-size: 20px;
  color: #ffffff; }

.detalleJornada .contenido .fecha .year {
  font-size: 23px;
  color: #ffffff; }

.detalleJornada .contenido .datos {
  width: 100%;
  float: left;
  padding-bottom: 104px; }

.detalleJornada .contenido .datos p.title {
  font-size: 18px;
  color: #000000; }

.detalleJornada .contenido .datos p.lugar {
  color: #c80f2e; }

.detalleJornada .contenido .datos p.detalle {
  font-weight: 400; }

/*Redes sociales*/
.breadcrumbs-rrss {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px 1.64% 0 1.64%; }

.breadcrumbs-rrss .portlet {
  margin-bottom: 0px !important; }

.breadcrumbs-rrss .redes-sociales ul {
  list-style: none;
  float: right;
  margin-bottom: 0px;
  height: 32px;
  padding: 2px 0px; }

.breadcrumbs-rrss .redes-sociales ul li {
  float: left;
  padding: 4px 6px 0 0; }

.breadcrumbs-rrss .redes-sociales ul li.carpeta_ciudadana {
  margin-top: 3px;
  padding: 0px; }

.breadcrumbs-rrss .redes-sociales ul li.carpeta_ciudadana a {
  padding-right: 6px;
  background-size: initial;
  color: #c80f2e;
  text-indent: initial;
  font-size: 13px;
  display: inline;
  text-transform: uppercase;
  font-weight: 700; }

.breadcrumbs-rrss .redes-sociales ul li:nth-child(5) {
  padding-right: 0px; }

.breadcrumbs-rrss .redes-sociales li a {
  display: block;
  background-size: 17px;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: 999px;
  background-repeat: no-repeat; }

/* FAQ */
#accordion .card {
  margin-bottom: 5px; }

#accordion .card-header {
  padding: 5px 10px !important; }

#accordion .card-link {
  color: #565353; }

#accordion .card-link:hover {
  color: #c80f2e; }

#accordion .card-body {
  padding: 5px 10px;
  font-size: 13px; }

#accordion .card-header a:after,
#accordion .card-header a[aria-expanded="false"]:after {
  content: "\f063";
  font-family: fontAwesome-alloy, sans-serif;
  float: right;
  padding: 4px 5px;
  border-radius: 10px;
  speak: none; }

#accordion .card-header a[aria-expanded="true"]:after {
  content: "\f062";
  font-family: fontAwesome-alloy, sans-serif;
  float: right;
  padding: 4px 5px;
  border-radius: 10px;
  speak: none; }

/* CONTENT */
#content {
  padding: 5px 1.64% 0 1.64%; }

.row, .form-horizontal > .form-group {
  margin-right: -1.64%;
  margin-left: -1.64%; }

.col-md-3 .portlet-navigation .portlet-content-container li.selected.active a,
.col-md-3 .portlet-navigation .portlet-content-container ul.level-2 li.selected.active {
  color: #c80f2e;
  font-weight: 600; }

.col-md-3 .portlet-navigation .portlet-content-container ul.level-2 li a {
  color: #565353;
  font-weight: initial !important; }

/* MENU IZQUIERDA */
.portlet-content-container .selected.active a:nth-child(0) {
  color: #565353; }

#layout_1 .nav-link.text-truncate {
  padding-left: 0px;
  padding-top: 0px; }

.menuSitio {
  display: none !important; }

.menu.informacionGeneral .lfr-nav-item button {
  border: 0px;
  background: initial;
  padding: 0px; }

.menu.informacionGeneral .lfr-nav-item button[aria-expanded="false"]:after {
  content: "\f107";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-left: 5px;
  font-size: 13.2px;
  speak: none; }

.menu.informacionGeneral .lfr-nav-item button[aria-expanded="true"]:after {
  content: "\f106";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-left: 5px;
  font-size: 13.2px;
  speak: none; }

.menu.informacionGeneral .level-2 {
  padding-left: 15px;
  padding-top: 0px; }

.menuDesplegable {
  line-height: 16px; }

.menuDesplegable button {
  border: 0;
  background: initial;
  padding: 0;
  position: relative;
  width: 10%; }

.menuDesplegable button[aria-expanded="false"]:after {
  content: "\f107";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-left: 5px;
  font-size: 13.2px;
  speak: none; }

.menuDesplegable button[aria-expanded="true"]:after {
  content: "\f106";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-left: 5px;
  font-size: 13.2px;
  speak: none; }

.menuDesplegable .level-2 {
  padding-left: 15px;
  padding-top: 0px; }

.menuDesplegable .selected.active .level-2 a {
  color: #565353;
  font-weight: initial !important; }

.menuDesplegable .level-2 .active.selected a {
  color: #c80f2e !important;
  font-weight: 600 !important; }

.menuDesplegable .level-3,
.menuDesplegable .level-4 {
  padding-left: 12px;
  padding-top: 0px; }

.menuDesplegable .collapse.show {
  display: inline-block !important;
  width: 100%; }

.menuPrueba {
  display: inline-block;
  width: 100%; }

.menuDesplegable .menuPrueba li,
.menuPrueba li {
  float: left;
  width: 95%; }

/*.menuDesplegable .lfr-nav-item {width: 90%; float: left;}*/
.menuDesplegable .menuPrueba a {
  color: #565353; }

.menuPrincipalDesplegable li.nav-item {
  list-style: none;
  border-bottom: 1px solid #000; }

.menuPrincipalDesplegable li.nav-item h2 {
  border-bottom: 2px solid #c80f2e;
  display: inline-block;
  width: auto;
  text-align: left;
  padding: 6px 0;
  margin-bottom: -1px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700; }

.menuPrincipalDesplegable button {
  width: 100%;
  position: absolute;
  right: 0px;
  top: 4px;
  background: none;
  border: 0px;
  padding: 0px;
  cursor: pointer; }

.menuPrincipalDesplegable button[aria-expanded="true"]:after {
  content: "\f062";
  font-family: fontAwesome-alloy, sans-serif;
  float: right;
  padding: 0px 5px;
  border-radius: 10px;
  speak: none; }

.menuPrincipalDesplegable button[aria-expanded="false"]:after {
  content: "\f063";
  font-family: fontAwesome-alloy, sans-serif;
  float: right;
  padding: 0px 5px;
  border-radius: 10px;
  speak: none; }

/* NOVEDADES */
.novedad-fecha {
  font-size: 13.2px;
  font-family: Roboto, sans-serif;
  line-height: 20px; }

.asset-content .journal-content-article ul li {
  list-style: none;
  padding-left: 12px;
  background-image: url(../images/GVA/flechaMenu.png);
  background-repeat: no-repeat;
  background-position: 0 7px; }

span.novedad-fecha:before {
  content: "\f073";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-left: 5px;
  float: left;
  margin-right: 5px;
  speak: none; }

.novedadPortada .novedad-fecha a {
  font-weight: bold; }

/* NOTICIAS */
/*Resumen*/
.dependiente .noticias {
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px dotted #C9C9C4; }

.dependiente .noticias .edit {
  text-align: right;
  position: absolute;
  right: 0; }

.dependiente .noticias .edit span a {
  color: #fff;
  background: rgba(199, 15, 45, 0.7);
  padding: 9px; }

.dependiente .noticias .headerNoticias {
  width: 100%;
  display: inline-block; }

.dependiente .noticias .headerNoticias .title .text,
.dependiente .noticias .headerNoticias .title .edit {
  width: auto;
  float: left; }

.dependiente .noticias .headerNoticias .title h4 a {
  color: #c80f2e; }

.dependiente .noticias .headerNoticias .bodyNoticias .subtitulo {
  float: left; }

.dependiente .noticias .headerNoticias .imagen {
  width: 110px;
  text-align: center;
  float: left;
  margin-right: 5px; }

.dependiente .noticias .headerNoticias .imagen img {
  width: 110px; }

.dependiente .noticias .headerNoticias .imagen img.no_image_noticia {
  width: auto; }

.dependiente .masActualidad {
  margin-top: 10px;
  text-align: right; }

.dependiente .noticias .verMas {
  position: absolute;
  margin-top: 5px;
  width: 100%; }

.dependiente .noticias .verMas .datosNoticia .mas {
  float: left;
  background: #C9C9C4;
  border: 1px solid #000;
  height: 10px;
  position: relative;
  display: inline-block;
  width: 10px;
  margin-top: 5px; }

.dependiente .noticias .verMas .datosNoticia .mas a.linkNoticia {
  font-size: 6px;
  position: absolute;
  padding-top: 1px;
  text-decoration: none;
  color: #000000; }

.dependiente .noticias .verMas .datosNoticia .mas a.linkNoticia:after {
  content: "\f067";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-left: 2px;
  speak: none; }

.dependiente .noticias .verMas .datosNoticia .mas a.linkNoticia:hover {
  color: #000; }

.dependiente .noticias .verMas .datosNoticia .rs {
  float: left;
  background: #565353;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  margin-top: 2px;
  margin-left: 5px; }

.dependiente .noticias .verMas .datosNoticia .rs a.descargaImg {
  color: #ffffff;
  font-size: 9px;
  margin: 1px 0 0 2px;
  position: absolute;
  text-decoration: none; }

.dependiente .noticias .verMas .datosNoticia .rs a.descargaImg:after {
  content: "\f030";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  speak: none; }

/*Contenido completo*/
.noticiaEntera .volver {
  position: absolute;
  top: -11px;
  right: 0px; }

.noticiaEntera .volver a:before {
  content: "\f060";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-right: 5px;
  speak: none; }

.noticiaEntera {
  display: inline-block;
  width: 100%; }

.noticiaEntera .headerNoticias {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin: 10px 0; }

.noticiaEntera .headerNoticias .title h4 {
  font-size: 17px;
  margin-bottom: 0px; }

.noticiaEntera .bodyNoticias .imagen {
  float: left; }

.noticiaEntera .bodyNoticias .imagen img {
  width: 150px;
  margin-right: 15px; }

.noticiaEntera .bodyNoticias .subtitulo {
  padding: 5px 0 10px 0;
  display: block;
  width: 100%;
  float: initial; }

.noticiaEntera .bodyNoticias .subtitulo p {
  font-style: italic;
  font-weight: bold;
  font-size: 13px; }

.noticiaEntera .descargarImagen {
  width: auto;
  padding-top: 10px; }

.noticiaEntera .descargarImagen a:before {
  content: "\f019";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-right: 5px;
  speak: none; }

.col-md-9.detalleNoticia {
  width: 70%;
  float: left;
  padding: 0px; }

.col-md-3.detalleNoticia {
  width: 30%;
  float: left;
  padding: 0px;
  max-width: 100% !important;
  padding-left: 10px; }

/* Compartir noticia */
/* Principal */
.compartirPrincipal {
  display: inline-block;
  padding: 0px;
  margin-top: -5px;
  float: right; }

.compartirPrincipal a {
  font-size: 8px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-left: 10%;
  border-radius: 10px; }

.compartirPrincipal a:hover {
  text-decoration: none;
  color: #ffffff; }

.compartirPrincipal .divCompartir {
  float: left;
  margin: 4px 0px 0px 0px; }

.compartirPrincipal .divCompartir p:after {
  content: "\f1e0";
  font: normal normal normal 14px/1 FontAwesome,sans-serif;
  top: 8px;
  margin-right: 10px;
  margin-left: 5px;
  background: #A0A0A0;
  color: #fff;
  padding: 4px 5px;
  border-radius: 10px;
  font-size: 8px;
  speak: none; }

.compartirPrincipal .rrss {
  width: 20px;
  height: 20px;
  float: left;
  text-align: center; }

.compartirPrincipal .rrss a {
  background: #575353;
  padding: 2px 0 0 5px; }

.compartirPrincipal a.twitter:after {
  content: "\f099";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-right: 5px;
  speak: none; }

.compartirPrincipal a.linkedin:after {
  content: "\f0e1";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-right: 5px;
  speak: none; }

.compartirPrincipal a.facebook:after {
  content: "\f09a";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-right: 5px;
  speak: none; }

.compartirPrincipal a.mail:after {
  content: "\f0e0";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-right: 5px;
  speak: none; }

.compartirPrincipal .divTwitter a:hover {
  background: #00acee; }

.compartirPrincipal .divLinkedin a:hover {
  background: #0e76a8; }

.compartirPrincipal .divFacebook a:hover {
  background: #3b5998; }

.compartirPrincipal .divMail a:hover {
  background: #c80f2e; }

/* Detalle */
.compartir {
  display: inline-block;
  padding: 0px;
  margin-top: 20px;
  float: right; }

.compartir a {
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 10%;
  border-radius: 10px; }

.compartir a:hover {
  text-decoration: none;
  color: #ffffff; }

.compartir .divCompartir {
  float: left;
  margin: 5px 0px 0px 0px; }

.compartir .divCompartir p:after {
  content: "\f1e0";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-right: 10px;
  margin-left: 5px;
  background: #A0A0A0;
  color: #fff;
  padding: 4px 5px;
  border-radius: 10px;
  font-size: 10px;
  speak: none; }

.compartir .rrss {
  width: 20px;
  height: 20px;
  float: left;
  text-align: center;
  margin-right: 5px; }

.compartir .rrss a {
  background: #575353;
  padding: 2px 0 0 5px; }

.compartir a.twitter:after {
  content: "\f099";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-right: 5px;
  speak: none; }

.compartir a.linkedin:after {
  content: "\f0e1";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-right: 5px;
  speak: none; }

.compartir a.facebook:after {
  content: "\f09a";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-right: 5px;
  speak: none; }

.compartir a.mail:after {
  content: "\f0e0";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-right: 5px;
  speak: none; }

.compartir .divTwitter a:hover {
  background: #00acee; }

.compartir .divLinkedin a:hover {
  background: #0e76a8; }

.compartir .divFacebook a:hover {
  background: #3b5998; }

.compartir .divMail a:hover {
  background: #c80f2e; }

/* Detalle noticia - Galeria */
.detalleNoticia .galeria {
  background: #fff; }

.detalleNoticia .galeria .title {
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
  margin-top: -41px; }

.detalleNoticia .galeria .title p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  border-bottom: 2px solid #c80f2e;
  margin-bottom: -1px; }

.detalleNoticia .galeria .descargaImg {
  float: left; }

.detalleNoticia .galeria .descargaImg img {
  width: 55px;
  margin-right: 5px;
  float: left; }

.detalleNoticia .galeria .textoImg {
  width: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -2px; }

/* COOKIES */
.cc-theme-edgeless.cc-window {
  z-index: 99999; }

/* PORTLET SIN T�TULO */
.portlet-sin-titulo section > .portlet-content > .portlet-header h2 {
  display: none; }

.portlet-sin-titulo .portlet-body {
  padding: 0px 0px 5px 0px; }

.portlet-sin-titulo .portlet-content .portlet-header {
  border-bottom: 0px; }

body:is(.conselleria, .departamentos) .portlet-sin-titulo section > .portlet-content > .portlet-header {
  border-bottom: 0px !important; }

/* PORTLET TE INTERESA */
.boton_image img {
  margin-bottom: 5px;
  width: 100%; }

.boton_link {
  margin-bottom: 5px;
  text-align: center;
  padding: 5px;
  background: #c80f2e; }

.boton_link a {
  color: #ffffff; }

.boton_link a:hover {
  color: #ffffff;
  text-decoration: underline; }

/* PORTLET ASSET PUBLISHER */
.asset-abstract .asset-small-image {
  float: left;
  margin-right: 5px; }

/* PORTLET MULTIMEDIA */
.boton_link.video a:after {
  content: "\f16a";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-left: 5px;
  speak: none; }

.boton_link.foto a:after {
  content: "\f030";
  font-family: fontAwesome-alloy, sans-serif;
  top: 8px;
  margin-left: 5px;
  speak: none; }

/* TIMELINE TWITTER */
.timeline-Tweet-bran, .timeline-Tweet-author {
  display: none; }

/* PAGINA APP GVA SALUT */
.app_gva_salud {
  background-color: #FBCE1F;
  border-radius: 3px;
  width: 100%;
  display: inline-block; }

.app_gva_salud .image_gva {
  width: 50%;
  float: left; }

.app_gva_salud .image_links_app {
  width: 50%;
  float: left;
  text-align: right;
  vertical-align: middle;
  padding: 15px 10px; }

/* PAGINA DIRECCIONES GENERALES */
.col-md-9 .portlet-navigation .portlet .list-menu-one-column ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 2;
  width: 70%;
  margin: 0 15% 0 15%; }

.col-md-9 .portlet-navigation .portlet .list-menu-two-columns ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  width: 82%;
  margin: 0 9% 0 9% !important; }

.col-md-9 .portlet-navigation .portlet ul li {
  background-image: url(../images/GVA/icono_principal.png); }

/* IMAGEN PRINCIPAL SITIOS WEB */
.imgPrincipalsw .groupName {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: auto;
  background: #ffffff;
  border-radius: 15px 0 0 0; }

.imgPrincipalsw .groupName .nombre, .imgPrincipalsw .groupName .icon {
  float: left; }

.imgPrincipalsw .groupName .nombre h1 {
  float: left;
  line-height: initial;
  border-radius: 15px 0 0 0;
  padding: 5px 10px;
  width: 190px;
  margin-bottom: 0px;
  min-height: 53px;
  font-size: 20px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  font-style: italic;
  color: #464445;
  margin-right: 55px; }

.imgPrincipalsw .groupName .borderIcon {
  float: left;
  height: 67px;
  width: 67px;
  border: 8px solid #ffffff;
  position: absolute;
  bottom: 7px;
  right: 5px;
  border-radius: 50px; }

.imgPrincipalsw .groupName .borderIcon img {
  border-radius: 50%; }

/* FOOTER */
#footer {
  width: 100%;
  text-align: center;
  border-top: 1px solid #c9c9c4;
  padding: 15px; }

#footer ul {
  margin: 10px auto 0px;
  line-height: 1.4;
  padding-left: 0; }

#footer li {
  display: inline;
  text-align: center; }

#footer ul li img {
  max-width: 65px; }

#footer ul li a {
  border-left: 1px solid #565353;
  padding-left: 5px; }

#footer ul li:first-child a {
  border: 0px; }

/* ---------------------------------------------- */
/* ----------------- PLANTILLAS ----------------- */
/* ---------------------------------------------- */
/* PLANTILLA TE INTERESA */
.teInteresa ul {
  padding-top: 0px;
  margin-bottom: 0px; }

.teInteresa ul li {
  background-image: none !important;
  background-position: initial !important;
  background-color: #c70f2d;
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px 0px !important;
  margin-bottom: 4px;
  border-bottom: 3.5px solid #ececec; }

.teInteresa ul li:nth-last-child {
  margin-bottom: 0px; }

.teInteresa ul li a {
  color: #ffffff;
  font-size: 14px; }

/* PLANTILLA CALENDARIO OPE */
body {
  line-height: 1.25;
  background-color: #fafafa; }

table {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border: 2px solid #000000; }

table caption {
  font-size: 1.5em;
  margin: .25em 0 .75em; }

table tr.categorias {
  text-align: center; }

table tr.categorias th {
  font-size: 10px; }

table tr.categorias .categoria {
  width: 250px; }

table tr {
  background: #ffffff;
  border: 1px solid #000000;
  padding: .35em; }

table tr th img {
  width: 100px; }

table tr th {
  border: 1px solid #000000; }

table tr th.cabeceraLeft {
  border-right: 0px !important; }

table tr th.cabeceraRight {
  border-left: 0px !important; }

table tr td.fechas {
  text-align: center; }

table th, table td {
  padding: .625em; }

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase; }

table td.subtitulo {
  padding-left: 57px; }

table td.center {
  text-align: center; }

table td p {
  margin-bottom: 0px !important; }

table td img {
  text-align: center; }

@media screen and (max-width: 990px) {
  table {
    border: 0px;
    margin: 0 auto;
    white-space: initial; }
  table caption {
    font-size: 1.3em; }
  table thead tr.categorias {
    display: none; }
  table thead tr, table tr {
    display: inline-block; }
  table tr td.fechas {
    text-align: right; }
  table tr {
    display: block;
    margin-bottom: .625em; }
  table tr th {
    border: 0px; }
  table td {
    border: 0px !important;
    display: block;
    font-size: .8em;
    text-align: right; }
  table td:before {
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 10px; }
  table td:last-child {
    border-bottom: 0; }
  table td.center {
    text-align: initial; }
  table td.subtitulo {
    padding-left: initial; } }

/* PLANTILLA CONVOCATORIAS LISTAS DE EMPLEO */
.listasempleo {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px; }

.listasempleo p {
  margin-bottom: 0px; }

.listasempleo ul {
  padding: 0 0 5px 0;
  margin: 0px; }

.listasempleo p.observaciones {
  margin-top: 10px; }

.listasempleo p.ampliacion {
  color: #c70f2d; }

.listasempleo strong.ampliado {
  text-decoration: line-through; }

/* PLANTILLA CONVOCATORIA PROVISI�N */
.convocatoriaProvision {
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 15px; }

.convocatoriaProvision a.convocatoria {
  color: #565353;
  text-decoration: underline; }

.convocatoriaProvision a.convocatoria:hover {
  color: #c70f2d; }

/* PLANTILLA CONVOCATORIA OPOSICIONES */
.convOposiciones {
  border-bottom: 1px solid #f0f0f0; }

.convOposiciones a {
  color: #565353;
  text-decoration: underline; }

.convOposiciones a:hover {
  color: #c70f2d; }

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

.convOposiciones .actualizado p {
  float: left;
  margin-right: 5px; }

/* PLANTILLA SUBVENCIONES */
.subvenciones {
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 15px; }

/* PLANTILLA CONVOCATORIAS */
.convocatorias {
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 15px;
  display: flow-root; }

.convocatorias a {
  color: #565353; }

.convocatorias a:hover {
  color: #c70f2d; }

.convocatorias .actualizado p {
  margin-bottom: 0px;
  float: left; }

.convocatorias .actualizado p.textoFecha {
  margin-right: 5px; }

/* PLANTILLA CONSULTA PUBLICA PREVIA */
.consultaPubPre {
  border-bottom: 1px solid #f0f0f0; }

.consultaPubPre .lista {
  padding: 0 0 0 10px; }

.consultaPubPre .lista li {
  background-position: 0 4px; }

.consultaPubPre .lista li p {
  margin-bottom: 0px; }

.consultaPubPre .lista li p span.color {
  color: #e58a29; }

/* PLANTILLA ALEGACIONES A PROYECTOS */
.alegacionesProyectos {
  border-bottom: 1px solid #f0f0f0; }

.alegacionesProyectos ul.listaAlegaciones {
  padding: 0 0 0 10px; }

.alegacionesProyectos ul.listaAlegaciones li {
  background-position: 0 4px; }

.alegacionesProyectos ul.listaAlegaciones p {
  margin-bottom: 0px; }

.alegacionesProyectos ul.listaAlegaciones p span {
  color: #2a934a; }

/* PLANTILLA ALEGACIONES A PROYECTOS */
.memoriaPrincipal {
  width: auto;
  margin: 0 auto;
  display: table;
  position: relative; }

.memoria {
  float: left;
  margin-right: 10px; }

.memoria:last-child {
  margin-right: 0px; }

.menuIzquierdo .memoria {
  margin-right: 0;
  margin-bottom: 10px; }

.menuIzquierdo .memoria:last-child {
  margin-bottom: 0; }

.searchcontainer-content h6 {
  color: #212529; }

.searchcontainer-content h4 a {
  color: #c70f2d; }

/* oculta la bandera del idioma en los resultados del buscador */
.searchcontainer-content span.lfr-portal-tooltip img {
  display: none; }

.searchcontainer-content .pagination-items-per-page > a:hover,
.searchcontainer-content .pagination-items-per-page > a:focus,
.searchcontainer-content .pagination-items-per-page > .btn-unstyled:hover,
.searchcontainer-content .pagination-items-per-page > .btn-unstyled:focus {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #c80f2e; }

.searchcontainer-content .pagination-items-per-page > a,
.searchcontainer-content .pagination-items-per-page > .btn-unstyled {
  color: #c70f2d; }

.searchcontainer-content .pagination > li.active > a,
.searchcontainer-content .pagination > li.active > a:hover,
.searchcontainer-content .pagination > li.active > a:focus {
  background-color: #c70f2d;
  border-color: #c70f2d;
  color: #fff; }

.searchcontainer-content .pagination > li > a {
  color: #c70f2d; }

/* BREADCRUMB */
.breadcrumb > li + li::before {
  display: inline-block;
  color: #6c757d;
  content: "/";
  padding-left: .5rem;
  padding-right: .5rem; }

/* configuración de menú móvil en modo escritorio */
.menu_logged {
  float: right;
  margin-top: 20px; }

.menu_logged .msg_menu_visible {
  color: #000; }

#mostrar_conf_menu_movil a {
  font-size: 12px; }

#bloque_conf_menu_movil {
  max-height: 70px;
  overflow: hidden;
  padding-top: 25px; }

/*********** Menú principal botonera (3 y 5 Columnas) ***********/
.menuBotonera.tres_columnas li.boton {
  width: 32%; }

.menuBotonera.tres_columnas li.boton:nth-child(3n + 2) {
  margin-right: 2%;
  margin-left: 2%; }

.menuBotonera.cinco_columnas li.boton {
  width: 19%;
  margin-right: 1%; }

.menuBotonera {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0px; }

.menuBotonera li.boton {
  margin-bottom: 8px;
  border: 1px solid #cccccc;
  background-image: none !important;
  text-align: center;
  padding-left: 0px !important; }

.menuBotonera li.boton a {
  min-height: 45px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center; }

.menuBotonera li.boton a p {
  margin-bottom: 0px; }

.menuBotonera li.boton.selected,
.menuBotonera li.boton.selected:hover {
  background: #C80F2E; }

.menuBotonera li.boton:hover {
  background: #C80F2E; }

.menuBotonera li.boton:hover a {
  text-decoration: none; }

.menuBotonera li.boton.selected p,
.menuBotonera li.boton a:hover p {
  color: #ffffff; }

@media (max-width: 768px) {
  .menuBotonera.tres_columnas li.boton, .menuBotonera.cinco_columnas li.boton {
    width: 49%;
    margin-right: 0; }
  .menuBotonera.tres_columnas li.boton:nth-child(3n + 2) {
    margin-right: unset;
    margin-left: unset; }
  .menuBotonera.tres_columnas li.boton:nth-child(even), .menuBotonera.cinco_columnas li.boton:nth-child(even) {
    margin-left: 2%; } }

@media (max-width: 576px) {
  .menuBotonera.tres_columnas li.boton, .menuBotonera.cinco_columnas li.boton {
    width: 100%;
    margin-right: 0; }
  .menuBotonera.tres_columnas li.boton:nth-child(even), .menuBotonera.cinco_columnas li.boton:nth-child(even) {
    margin-left: 0; } }

/*********** [Global] Plantilla Destacados ***********/
.destacamos ul {
  padding-top: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap; }

#main-content .portlet-journal-content .destacamos ul li {
  background: #c70f2d;
  background-image: none !important;
  background-position: initial !important;
  display: block;
  text-align: center;
  padding: 13px 0px !important;
  margin-bottom: 4px;
  border-bottom: 3.5px solid #ececec;
  width: 19%;
  margin-right: 1%; }

.destacamos ul li a {
  color: #ffffff; }

@media (max-width: 768px) {
  .destacamos ul li {
    width: 49%;
    margin-right: 0; }
  .destacamos ul li:nth-child(even) {
    margin-left: 2%; } }

@media (max-width: 576px) {
  .destacamos ul li {
    width: 100%; }
  .destacamos ul li:nth-child(even) {
    margin-left: 0; } }

/*********** [Global] Menú imágenes responsive ***********/
.menuIconos .imagenIcono {
  margin-bottom: 10px;
  width: 260.5px;
  max-width: 100%; }

@media (min-width: 577px) and (max-width: 1024px) {
  body:is(.conselleria, .departamentos) .menuIconos {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 872px) and (max-width: 1024px) {
  body:is(.conselleria, .departamentos) .menuIconos .imagenIcono:nth-of-type(3n+2) {
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 583px) and (max-width: 872px) {
  body:is(.conselleria, .departamentos) .menuIconos .imagenIcono:nth-of-type(2n+2) {
    margin-left: 15px;
    margin-right: 15px; } }

@media (max-width: 582px) {
  body:is(.conselleria, .departamentos) .menuIconos .imagenIcono {
    width: unset;
    max-width: unset;
    margin: 0 auto 10px auto; } }

/*********** [Global] Plantilla - Campaña 2 y 3 Col ***********/
.campana-estructura .campana-column a {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  color: #000000;
  transition: 0.5s all ease; }

.campana-estructura .campana-column a:hover {
  color: #c80f2e; }

.campana-estructura .campana-column a div {
  overflow: hidden;
  margin-bottom: 15px; }

.campana-estructura .campana-column a img {
  transition: 0.5s all ease; }

.campana-estructura .campana-column a:hover img {
  transform: scale(1.05); }

/********** Ocultar campos visor de documentos y multimedia ***********/
.portlet-document-library .add-comment .panel-body, .portlet-search-results .add-comment .panel-body {
  display: none; }

.portlet-document-library .collaborators, .portlet-search-results .collaborators, div[id*='com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet'] .info-panel.sidenav-menu-slider .collaborators {
  display: none; }

.portlet-document-library .panel-group.metadata-panel-container, .portlet-search-results .panel-group.metadata-panel-container, div[id*='com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet'] .metadata-panel-container {
  display: none; }

.portlet-document-library .sidebar-body .nav-underline.navbar-no-collapse .nav-item ~ .nav-item, .portlet-search-results .sidebar-body .nav-underline.navbar-no-collapse .nav-item ~ .nav-item, div[id*='com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet'] .info-panel.sidenav-menu-slider .sidebar-body .nav-underline.navbar-no-collapse .nav-item ~ .nav-item {
  display: none; }

.portlet-document-library .sidebar-dl .sidebar-dt ~ .sidebar-dt ~ .sidebar-dt ~ .sidebar-dt, .portlet-search-results .sidebar-dl .sidebar-dt ~ .sidebar-dt ~ .sidebar-dt ~ .sidebar-dt, div[id*='com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet'] .info-panel.sidenav-menu-slider .sidebar-dl .sidebar-dt ~ .sidebar-dt ~ .sidebar-dt ~ .sidebar-dt {
  display: none; }

.portlet-document-library .sidebar-dl .sidebar-dd ~ .sidebar-dd ~ .sidebar-dd ~ .sidebar-dd, .portlet-search-results .sidebar-dl .sidebar-dd ~ .sidebar-dd ~ .sidebar-dd ~ .sidebar-dd, div[id*='com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet'] .info-panel.sidenav-menu-slider .sidebar-dl .sidebar-dd ~ .sidebar-dd ~ .sidebar-dd ~ .sidebar-dd {
  display: none; }

div[id*='com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet'] .metadata-panel-container {
  display: none; }

.portlet-document-library .portlet-body > div:not(.lfr-tooltip-scope) .sidenav-container .info-panel .info-panel-content .sidebar-body dl.sidebar-dl.sidebar-section :is(dt:not(:first-of-type), dd:not(:first-of-type)) {
  display: none; }

/********** Bug menú Desplegables GVA ***********/
.menuDesplegable .collapsing {
  clear: both; }

/********** Mg botton Contenido completo publicador **********/
.portlet-asset-publisher .asset-full-content.clearfix.mb-5 {
  margin-bottom: 0 !important; }

.portlet-asset-publisher .asset-full-content.clearfix.mb-5 p {
  margin-bottom: 0; }

/********** APT lista titulos corregir estilos a **********/
.portlet-asset-publisher ul.list-group li div p {
  white-space: unset; }

.portlet-asset-publisher ul.list-group li div p a:hover {
  color: #c80f2e; }

/********** APT resumen completo **********/
.resumEnriquit h3.asset-title a, .resumEnriquit .asset-content .asset-summary a {
  color: #565353; }

.resumEnriquit h3.asset-title a:hover, .resumEnriquit .asset-content .asset-summary a:hover {
  color: #c80f2e; }

.resumEnriquit .btn-outline-secondary:hover {
  background: transparent; }

/********** Calendar portlet **********/
/*---------------- Quitar fecha redundante ------------*/
.calendar-portlet :is(.scheduler-base-controls .scheduler-base-nav-date) {
  display: none; }

.calendar-portlet .container-fluid-max-xl {
  max-width: 100%; }

.calendar-portlet .scheduler-base-controls :is(.btn-group, .scheduler-base-nav-date) {
  margin-bottom: 10px; }

@media screen and (max-width: 1300px) {
  .calendar-portlet .col-md-3 {
    flex-direction: column-reverse !important; } }

@media screen and (max-width: 1279px) {
  .calendar-portlet :is(.scheduler-base-content .scheduler-base-views) {
    justify-content: start !important; } }

.calendar-portlet .scheduler-base-content .scheduler-base-views {
  justify-content: end; }

/*Estilos a posicionamiento general del portlet*/
.calendar-portlet .col-md-3 {
  min-width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-direction: row; }

/*Estilo visualizacion por en movil*/
.calendar-portlet select.form-control:not([multiple]):not([size]) {
  min-width: 200px !important; }

.calendar-portlet :is(.calendar-portlet .calendar-portlet-column-grid) {
  min-width: 100% !important;
  position: relative; }

.calendar-portlet-mini-calendar + div {
  min-width: 50% !important; }

@media screen and (max-width: 1620px) {
  /*Ancho de numeros vacios*/
  .calendar-portlet :is(.yui3-skin-sam .yui3-calendar-prevmonth-day, .yui3-skin-sam .yui3-calendar-nextmonth-day) {
    width: 14.286%; }
  .calendar-portlet .col-md-3, .calendar-portlet .col-md-9 {
    max-width: 90% !important;
    min-width: 100% !important; }
  .calendar-portlet .yui3-calendar-prevmonth-day {
    padding: 5px 0 10px;
    width: 14.286%; }
  .calendar-portlet :is(.scheduler-base-content .scheduler-base-views) {
    float: none; }
  .calendar-portlet .form-control {
    padding: 0;
    text-align: center; }
  .calendar-portlet .scheduler-view-day-table-coltime {
    font-size: 12px;
    width: 32px; }
  .calendar-portlet .scheduler-view-content table, .calendar-portlet .scheduler-view-content table tr td, .calendar-portlet .calendar-portlet-mini-calendar table {
    display: revert !important; }
  .calendar-portlet .scheduler-view-content table tr {
    display: revert !important;
    margin-bottom: 0; }
  .calendar-portlet .calendar-portlet-mini-calendar table tr {
    display: flex;
    margin-bottom: 0;
    border: 0px;
    justify-content: space-around; }
  .calendar-portlet .scheduler-view-day-header-view-label {
    top: 26px !important;
    font-size: 10px !important; }
  .calendar-portlet .scheduler-view-table-data-col-title {
    padding: 3px 4px 0 4px;
    text-align: center !important; }
  .calendar-portlet .calendar-portlet-mini-calendar table th.yui3-calendar-weekday {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2em; }
  .calendar-portlet select.form-control:not([multiple]):not([size]) {
    padding-right: 0rem; }
  .calendar-portlet .scheduler-event-recorder-body table td {
    text-align: left; } }

/*Quitar borde a las celdas */
.calendar-portlet :is(table tr td) {
  border: 0px; }

/*Ancho a dias que se quedan vacios en calendario*/
.calendar-portlet :is(.yui3-skin-sam .calendar-portlet .yui3-calendar-day, .yui3-skin-sam .calendar-portlet .yui3-calendar-prevmonth-day, .yui3-skin-sam .calendar-portlet .yui3-calendar-nextmonth-day, .yui3-skin-sam .calendar-portlet .yui3-calendar-content) {
  min-width: 14.286%; }

/* Color de barra inferior Calendario*/
.calendar-portlet :is(.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-toggle-page-name:after) {
  background-color: #c70f2d; }

/*Estilo a fecha de calendario mini */
.calendar-portlet :is(.yui3-skin-sam .yui3-calendar-header-label) {
  color: #c70f2d;
  text-transform: uppercase;
  font-weight: bold !important;
  letter-spacing: 1.2px; }

.calendar-portlet :is(.btn-primary) {
  color: #fff !important;
  background-color: #c70f2d !important;
  border-color: #c70f2d; }

/*Estilo de boton*/
.calendar-portlet .btn {
  color: #6c757d;
  background-color: #fff;
  border-radius: 0rem !important;
  padding: 6px; }

/*Estilos botones activos*/
.calendar-portlet :is(.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle) {
  color: #fff;
  /*#c70f2d */
  background-color: #545b62;
  border-color: #4e555b; }

/*Quitar borde a celda*/
.calendar-portlet .calendar-portlet-mini-calendar table th.yui3-calendar-weekday {
  border: 0px; }

/* --------------------- TODO EL DIA ----------------------- */
.calendar-portlet :is(.scheduler-view-day .scheduler-view-table) {
  /* display: none;  Quitar todo el dia*/
  margin-top: 15px;
  margin-bottom: 15px; }

/* Modificar texto todo el dia */
.calendar-portlet :is(.scheduler-view-day-header-view-label) {
  color: #c70f2d;
  margin-top: 40px;
  /* display: none; Ocultar texto todo el dia */ }

/*Color de la fecha*/
.calendar-portlet :is(.scheduler-base-view-date) {
  color: #c70f2d;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.calendar-portlet :is(.yui3-skin-sam .calendar-portlet .yui3-calendar-weekday, .scheduler-view-table-data-col-title-today, .scheduler-view-day-header-day .scheduler-today-hd, .scheduler-view-agenda-container .scheduler-view-agenda-header .scheduler-view-agenda-header-extra, .scheduler-view-agenda-info-container .scheduler-view-agenda-info) {
  color: #c70f2d !important; }

.calendar-portlet :is(.yui3-skin-sam .calendar-portlet .yui3-calendar-day.lfr-current-day) {
  background-color: #c70f2d !important; }

.calendar-portlet :is(.scheduler-today-hd) {
  border-bottom: 3px solid #c70f2d !important; }

/*Paginacion*/
.dependiente .clearfix.lfr-pagination {
  clear: both; }

/* ----------- VERSION MOVIL ----------- */
@media (min-width: 1200px) {
  .container {
    max-width: 80%; }
  .container header #heading .logo .logo-organo-dependiente img {
    padding-top: 5px;
    max-height: 80px;
    margin-left: 15px; } }

@media only screen and (max-width: 950px) {
  .col-md-6 {
    flex: 0 0 70% !important;
    max-width: 70% !important; }
  .col-md-3 {
    flex: 0 0 30% !important;
    max-width: 30% !important; }
  .container {
    max-width: 100% !important;
    margin: 0px !important; }
  #content {
    padding: 15px 15px 0 15px; }
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap; }
  /* LRF NOTIFICACIONES */
  .lfr-notification-container {
    padding: 0px;
    left: 0px;
    bottom: 40px; }
  /* COLUMNAS */
  .portlet-column-first {
    display: none; }
  .col-md-6.portlet-column {
    border: 0px !important; }
  .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%; }
  /* HEADER */
  .container {
    width: 100% !important;
    margin: 0;
    padding: 0px;
    border-right: 0px !important;
    border-left: 0px !important;
    background-color: white;
    max-width: 100%; }
  .container header #heading .logo .logo-generalitat {
    height: 30px; }
  .container header #heading .logo .logo-generalitat .company-title {
    height: 42px; }
  .container header #heading .logo .logo-generalitat img {
    width: 100px !important;
    margin: 0 10px;
    vertical-align: initial; }
  .logo-conselleria {
    font-size: 12px; }
  .container header #heading .title .logo-conselleria h1, .container header #heading .title .logo-conselleria p {
    width: 100% !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    margin: 5px 0;
    text-align: center !important; }
  .container header #heading {
    height: 120px !important;
    background-color: #c80f2e;
    padding: 10px 0 10px 0 !important; }
  .container header #heading .otros .sublogo {
    float: right;
    text-align: right;
    margin-right: 50px !important; }
  .container header #heading .otros .sublogo .idiomas {
    float: left;
    width: auto;
    margin-top: 5px; }
  .container header #heading .otros .sublogo .idiomas a {
    font-size: 20px;
    text-transform: uppercase; }
  .container header #heading .title {
    width: 100% !important;
    float: right !important;
    position: absolute;
    margin-top: 85px;
    text-align: center;
    border-top: 1px solid #ffffff; }
  .container header #heading .logo {
    width: 30% !important;
    height: 44px; }
  /* BUSCADOR */
  .portlet-search-bar .search-bar .search-bar-keywords-input, .portlet-search-bar .search-bar .search-bar-search-button-wrapper {
    /* height: 29px !important;margin-top: 1px !important; */
    border-radius: 0px; }
  /* REDES SOCIALES */
  .dependiente .breadcrumbs-rrss {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: white;
    width: 100%;
    text-align: center;
    border-top: 1px solid #c80f2e;
    height: auto !important;
    padding: 5px 0px !important; }
  .dependiente .breadcrumbs {
    display: none; }
  .dependiente .breadcrumbs-rrss .redes-sociales {
    height: 32px; }
  .dependiente .breadcrumbs-rrss .redes-sociales ul li.carpeta_ciudadana {
    display: none; }
  .dependiente .breadcrumbs-rrss .redes-sociales ul {
    list-style: none !important;
    float: right !important;
    margin-bottom: 0px !important;
    margin-top: 0px; }
  .dependiente .breadcrumbs-rrss .redes-sociales ul li {
    float: left !important;
    padding: 2px 5px 15px 0px !important; }
  .dependiente .breadcrumbs-rrss .redes-sociales li a {
    display: block !important;
    background-size: 25px !important;
    width: 25px !important;
    height: 25px !important;
    overflow: hidden !important;
    text-indent: 999px !important;
    background-repeat: no-repeat !important; }
  /* MENU HORIZONTAL */
  .menuSitioMobile {
    display: block !important; }
  .menu_mobile .menuSitio {
    display: block !important; }
  .menuSitio {
    display: none !important; }
  /* MENU MOVIL */
  body.dependiente .menu_mobile {
    display: inline-block !important;
    width: 100%;
    float: right;
    min-height: fit-content;
    z-index: 999; }
  body.dependiente .menu_mobile .dropdown {
    z-index: 999;
    margin-top: 0;
    text-align: right;
    float: right;
    width: 100% !important; }
  .menu_mobile .dropdown button.principal {
    margin-right: 12px;
    margin-bottom: 14px;
    margin-top: -19px;
    width: 30px;
    height: 28px;
    position: relative;
    top: -35px;
    color: #c80f2e;
    border: 1px solid #c80f2e; }
  .menu_mobile .dropdown-menu {
    transform: initial !important;
    border-radius: 0 !important;
    width: 100% !important;
    min-height: min-content;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border: 3px solid #c80f2e; }
  .menu_mobile .titleMenu {
    display: inline-block;
    position: relative;
    width: 100%;
    background: #c80f2e;
    text-align: center;
    padding-bottom: 3px; }
  .menu_mobile .dropdown-menu .titleMenu a {
    width: 100%;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 13.2px;
    font-weight: 600; }
  .menu_mobile .contenedorMenu {
    padding: 5px; }
  .menuDesplegable {
    line-height: 16px; }
  .mobile .menuPrueba {
    padding: 8px 0; }
  .menuDesplegable .menuPrueba .lfr-nav-item,
  .menuPrueba .lfr-nav-item {
    float: left;
    width: 90%;
    display: flex; }
  .menu_mobile .dropdown-menu .contenedorMenu a {
    width: 100%;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 17px;
    color: #565353; }
  .dependiente .mobile .menuDesplegable button {
    height: 25px; }
  .menuDesplegable button {
    border: 0;
    background: initial;
    padding: 0;
    position: relative;
    width: 10%; }
  .menuDesplegable .level-2 {
    padding-left: 15px;
    padding-top: 0; }
  .mobile .menuDesplegable button[aria-expanded="false"]:after, .mobile .menuDesplegable button[aria-expanded="true"]:after {
    font-size: 25px;
    color: #c80f2e; }
  .menuPrueba :last-child,
  .menuPrueba :last-child a {
    padding-bottom: 0px !important; }
  /* BUSCADOR MOVIL */
  .buscador .form .form-group {
    transition: all 0.35s, border-radius 0s;
    width: 30px;
    height: 30px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 3px 0 0 3px;
    border: 1px solid #ccc; }
  .buscador .form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block; }
  .buscador .form .form-group input.form-control::-webkit-input-placeholder {
    display: none; }
  .buscador .form .form-group input.form-control:-moz-placeholder {
    display: none; }
  .buscador .form .form-group input.form-control::-moz-placeholder {
    display: none; }
  .buscador .form .form-group input.form-control:-ms-input-placeholder {
    display: none; }
  .buscador .form .form-group:hover, .buscador .form .form-group.hover {
    width: 112px;
    border-radius: 0px; }
  .buscador .form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #3596e0;
    left: initial;
    font-size: 14px; }
  .container header #heading .otros .sublogo .buscador {
    width: min-content;
    margin-top: 2px; }
  .container header #heading .otros .sublogo .buscador .search-input {
    float: left;
    width: 150px; }
  .container header #heading .otros .sublogo .buscador .lexicon-icon-search {
    width: 12px;
    margin-top: -5px;
    margin-left: 2px; }
  .container header #heading .otros .sublogo .buscador span.icon-monospaced a {
    font-size: 40px; }
  .container header #heading .otros .sublogo .buscador span.icon-monospaced {
    width: 20px;
    height: 28px;
    margin: 0px;
    font-size: 20px; }
  .container header #heading .otros .sublogo .buscador .form-group-inlilne .search-input {
    height: 30px;
    border-radius: 2px 0 0 2px; }
  .container header #heading .otros .sublogo .buscador .lfr-ddm-field-group {
    border-radius: 0 2px 2px 0;
    height: 31px;
    margin: 0px; }
  .container header #heading .otros .sublogo .buscador .form-group-inline {
    margin-bottom: 0px;
    float: left;
    height: 30px;
    margin-right: -1px; }
  .portlet-search-bar .search-bar .search-bar-keywords-input {
    height: 30px; }
  /* IDIOMAS */
  .idiomas select {
    height: 30px; }
  /* CAROUSEL */
  .carousel-control span {
    top: 40%; }
  /* TEMA ADMINISTRADOR */
  .lfr-ddm-container .lfr-ddm-field-group {
    padding: 10px !important;
    border: 1px solid #ccc !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  /* DETALLE DE LA JORNADA */
  .detalleJornada .hora {
    width: 20%; }
  .detalleJornada .contenido {
    width: 80%; }
  /* DETALLE DE LA NOTICIA/ACTUALIDAD */
  .col-md-9.detalleNoticia {
    width: 100%;
    float: initial; }
  .col-md-3.detalleNoticia {
    width: 100%;
    display: inline-block;
    float: initial !important;
    padding-top: 55px;
    padding-left: 0px; }
  .noticiaEntera .headerNoticias {
    float: initial !important; }
  .noticiaEntera .bodyNoticias .imagen {
    float: left;
    padding-bottom: 10px; }
  /* COMPARTIR NOTICIA */
  .col-md-12.compartir .rrss {
    width: 24%;
    float: left;
    text-align: center;
    margin-right: 1%; }
  /* AGENDA */
  .agenda {
    height: auto; }
  .agenda .agenda_actos {
    min-height: 67px; }
  .agenda .agenda_semana ul li {
    padding: 1px; }
  /* TE INTERESA */
  .boton_image {
    max-width: 200px;
    margin: 0 auto; }
  /* PAGINA SITIO WEB */
  .col-md-9 .portlet-navigation .portlet .list-menu-two-columns ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    width: 100%;
    margin: 0 !important; }
  /* ACCION DEPENDIENTE DE CONSELLERIA */
  body.dependiente .container header #heading {
    background-color: #ffffff !important; }
  body.dependiente .portlet-column-first {
    display: inline-block; }
  body.dependiente .portlet-column-first.menuIzquierdo {
    display: none; }
  .cartelas a {
    width: 100% !important; }
  .container header #heading .otros {
    width: 70% !important;
    float: right !important;
    padding: 0 0 0 10px; }
  .container header #heading .logo .logo-organo-dependiente {
    display: block !important;
    width: 100% !important;
    text-align: center;
    position: absolute;
    margin-top: 27px;
    z-index: 9999; }
  .iframevideos .video:nth-child(1) iframe {
    height: 225px !important; }
  .iframevideos .video {
    margin-right: 0% !important;
    margin-left: 0% !important;
    width: 100% !important; }
  .menuIconos {
    margin-bottom: 30px; }
  .menuIconos .imagen {
    text-align: right; }
  .menuIconos .imagen img {
    width: 80%; }
  #footer ul li {
    text-align: center;
    width: 100%;
    display: block;
    border-top: 1px dotted #dedede;
    padding: 5px; }
  #footer ul li a {
    border-left: 0px !important;
    padding-left: 0px; }
  .dependiente .menu_mobile {
    display: inline-block !important; }
  .videoapp iframe {
    width: 100% !important; }
  .dependiente .menu_mobile {
    display: none; } }

@media (min-width: 992px) {
  .container {
    margin: auto !important; } }

@media only screen and (max-width: 768px) {
  .container {
    width: 100% !important; }
  /* Acción dependiente */
  body.dependiente .portales ul li {
    max-width: 100% !important; } }

@media only screen and (max-width: 660px) {
  /* NOTICIAS */
  /*Dependiente*/
  body.dependiente .noticias {
    width: 100% !important; }
  /*Contenido completo*/
  .noticiaEntera .headerNoticias {
    float: left; }
  .noticiaEntera .headerNoticias .imagen img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px; }
  .noticiaEntera .bodyNoticias .cuerpoNoticia, .noticiaEntera .footerNoticia {
    float: left; } }

@media only screen and (max-width: 576px) {
  .row {
    display: block; }
  .container {
    max-width: 100%;
    margin-bottom: 35px !important; }
  .col-md-6.portlet-column {
    border: 0px !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; }
  .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important; }
  .container header #heading .otros .sublogo .buscador .search-input {
    float: left;
    width: 80px; }
  .container header #heading {
    height: 135px !important; } }

@media only screen and (max-width: 407px) {
  .dependiente .container header #heading .logo .logo-generalitat img {
    width: 80px !important; }
  .dependiente .container header #heading .logo .logo-organo-dependiente img {
    max-width: 120px !important;
    margin-top: -4px; } }

@media (min-width: 768px) {
  .container {
    max-width: initial !important; } }

@media (min-width: 576px) {
  .container {
    max-width: initial !important; } }

/*** css FIX para arreglar fallos que tiene el tema ***/
/************** AJUSTES DE ESTILOS SOPRA STERIA *****************/
/****** contenido redes sociales *******/
.redes-sociales a:hover {
  text-decoration: none; }

.redes-sociales .portlet-content .portlet-header {
  border-bottom: 0; }

.redes-sociales .portlet-content .portlet-header h2 {
  display: none; }

/****** ajustes de estilo cabecera tema A. Dependiente ******/
.container header #heading .logo {
  width: 60% !important;
  float: left; }

.container header #heading .otros, .container header #heading .title {
  width: 40% !important;
  float: right; }

.container header #heading .logo .logo-organo-dependiente img {
  max-width: 100% !important;
  padding-top: 0 !important; }

.container header #heading .logo .logo-organo-dependiente {
  width: 50% !important; }

@media (min-width: 1200px) {
  .container header #heading .logo .logo-organo-dependiente img {
    padding-top: 0 !important;
    max-height: none !important;
    max-width: none !important;
    margin-left: 0 !important; } }

@media only screen and (max-width: 1024px) {
  .container header #heading .logo .logo-organo-dependiente img {
    max-width: 290px !important;
    padding-top: 1px !important;
    margin-left: 0px !important; }
  .searchmobile button.buttonshow {
    border: 1px solid #c80f2e;
    color: #c80f2e;
    font-size: 17px;
    margin-top: 0px; }
  .container header #heading .logo {
    width: 60% !important; } }

@media only screen and (min-width: 1024px) {
  .searchmobile button.buttonshow {
    border: 1px solid #c80f2e;
    color: #c80f2e;
    font-size: 17px;
    margin-top: 0px; } }

@media only screen and (max-width: 950px) {
  .container header #heading .logo {
    width: auto !important;
    float: left; }
  .container header #heading .logo .logo-organo-dependiente {
    display: block;
    width: auto !important;
    text-align: center;
    position: initial;
    margin-top: 0;
    z-index: 9999;
    margin-left: 0px;
    max-width: 100%;
    vertical-align: middle;
    float: left; }
  .container header #heading .logo .logo-organo-dependiente img {
    max-height: 50px !important;
    max-width: none !important;
    padding-top: 4px !important;
    margin-left: 0px !important;
    margin-top: -5px; }
  .container header #heading .title {
    width: 100% !important; }
  .container header #heading .otros {
    width: auto !important;
    float: left; }
  .searchmobile button.buttonshow {
    border: 1px solid #c80f2e;
    color: #c80f2e;
    font-size: 21px;
    margin-top: 3px;
    width: 32px; } }

@media only screen and (max-width: 479px) {
  .container header #heading .logo .logo-organo-dependiente img {
    max-height: 40px !important;
    max-width: none !important;
    padding-top: 6px !important;
    margin-left: -8px !important;
    margin-top: -2px; } }

/****** ajustes de estilo noticias tema A. Dependiente ******/
body.dependiente .noticias:nth-child(3) {
  margin: 0; }

body.dependiente .noticias {
  margin: 0 0 4px 0 !important;
  padding-bottom: 25px !important;
  border-bottom: 1px dotted #c9c9c4 !important;
  width: 100%; }

body.dependiente .noticias .headerNoticias .imagen {
  width: 110px;
  text-align: center;
  float: left;
  margin-right: 5px;
  height: auto; }

body.dependiente .noticias .headerNoticias .title {
  background: none;
  padding: 0;
  display: block; }

body.dependiente .noticias .headerNoticias .title p {
  display: block !important; }

body.dependiente .noticias .verMas {
  display: block !important; }

body.dependiente .masActualidad {
  display: inline-block !important;
  width: 100% !important;
  border-top: none;
  padding-top: 0; }

.noticias .verMas {
  position: absolute;
  margin-top: 10px;
  width: 100%; }

.compartirPrincipal .rrss a {
  background: #575353;
  padding: 2px 0 0 3px; }

@media only screen and (max-width: 1024px) {
  .dependiente .searchmobile button.buttonshow {
    border: 1px solid #c80f2e;
    color: #c80f2e;
    font-size: 17px;
    margin-top: 0px; } }

@media only screen and (min-width: 1024px) {
  .dependiente .searchmobile button.buttonshow {
    border: 1px solid #c80f2e;
    color: #c80f2e;
    font-size: 17px;
    margin-top: 0px; } }

@media only screen and (max-width: 950px) {
  .dependiente .searchmobile button.buttonshow {
    border: 1px solid #c80f2e;
    color: #c80f2e;
    font-size: 21px;
    margin-top: 3px;
    width: 32px; } }

/* estilos menu desplegable comun */
@media only screen and (max-width: 950px) {
  .menu_mobile .dropdown {
    position: absolute;
    right: 0px; }
  .menu_mobile .dropdown button.principal {
    height: 30px;
    top: -34px !important; }
  .menu_mobile .dropdown-menu {
    top: 0;
    float: none; } }

@media only screen and (max-width: 407px) {
  /*.menu_mobile .dropdown button.principal {
		top: -25px;
	}*/ }

@media only screen and (max-width: 950px) {
  body.dependiente .menu_principal_sitio .portlet > .portlet-topper {
    position: fixed;
    top: 90px; }
  body.dependiente .menu_mobile .portlet-topper-toolbar .dropdown {
    position: relative;
    width: auto;
    float: none;
    margin-right: 20px; } }

.yui3-widget-modal.overlay-focused {
  z-index: 9999999 !important; }

/* Errores a corregir post upgrade*/
.container .input-group .input-group-inset-item-after {
  height: unset;
  margin-top: 0; }

.portlet-title-text {
  white-space: unset;
  max-width: 100%; }
