/**
 * Clay 3.124.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.124.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.quick-access-nav {
    position: fixed;
    z-index: 999;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
    color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
    color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
    color: #444;
    font-style: italic;
    margin: 0.5em auto 2em;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
    border-right: 1px solid transparent;
    color: #999;
    float: left;
    line-height: 1em;
    margin-right: 10px;
    padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
    border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
    color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
    color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
    clear: both;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
    clear: both;
    margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
    border: 1px solid #ccc;
    margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
    display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
    margin-bottom: 1em;
}

.overlay {
    position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
    display: none;
}

.lfr-form-row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 1px 5px 25px;
    position: relative;
}
.lfr-form-row:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
.lfr-form-row:hover {
    border: solid #ccc;
    border-width: 1px 0;
    padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
    margin-right: 5px;
}
.lfr-form-row legend .field-label {
    float: left;
    margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
    background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
    cursor: move;
    padding-left: 20px;
}
.lfr-form-row fieldset {
    border-width: 0;
    margin: 0;
    padding: 0;
}

.lfr-autorow-controls {
    bottom: 5px;
    position: absolute;
    right: 5px;
}

.datepicker-popover-content .popover-content {
    padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
    display: block;
}

.form-control-inline {
    background-color: transparent;
    font-size: 1.125rem;
    font-weight: 700;
}
.form-control-inline:not(:hover) {
    border-color: transparent;
}
.form-control-inline::placeholder {
    color: #a9afb5;
    font-style: italic;
}

.form-search .input-group {
    position: relative;
}
.form-search .input-group.advanced-search .search-query {
    padding-left: 40px;
    z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
    cursor: pointer;
    left: 0;
    line-height: 1;
    padding: 8px 10px;
    position: absolute;
    top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
    margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
    font-size: 14px;
}
@media (max-width: 991.98px) {
    .form-search .input-group {
        width: 100%;
    }
    .form-search .input-group .btn {
        clip: rect(0, 0, 0, 0);
        left: -9999px;
        position: absolute;
    }
    .form-search .input-group input.search-query {
        width: 100%;
    }
}

.lfr-table {
    border-collapse: collapse;
    clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
    padding: 0 5px;
    overflow-wrap: break-all;
    word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
    padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
    padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
    font-weight: bold;
}

.lfr-pagination:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.lfr-pagination .dropdown-menu {
    display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
    margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
    float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
    border-width: 0;
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
    float: left;
}
@media (max-width: 991.98px) {
    .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
        display: none;
    }
}
.lfr-pagination .pagination-content {
    float: right;
}

.lfr-panel.lfr-extended {
    border: 1px solid transparent;
    border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
    display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
    border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
    border-bottom-width: 0;
}
.lfr-panel .toggler-header {
    cursor: pointer;
}

.sidebar-sm .sheet-subtitle {
    font-size: 0.75rem;
    margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
    padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
    min-height: auto;
    padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
    padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.lfr-translation-manager {
    border-radius: 4px;
    display: inline-block;
    margin-top: 0.5em;
    min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
    display: inline-block;
    width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
    float: none;
    padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
    display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
    margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
    white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
    line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin: 0.2em;
    padding: 0.4em 0.3em 0.4em 0.5em;
    text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
    vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
    margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
    background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
    background-color: #598bec;
    border-color: #224fa8;
    color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
    margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
    display: inline-block;
    padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
    pointer-events: none;
}

.lfr-tree a {
    text-decoration: none;
}
.lfr-tree li {
    margin-bottom: 2px;
    padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
    padding-left: 0;
}
.lfr-tree li.tree-item {
    padding-left: 5px;
}
.lfr-tree li.tree-item li {
    padding-left: 20px;
}
.lfr-tree li.tree-item ul {
    margin-left: 0;
    margin-top: 5px;
}

.lfr-upload-container {
    margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
    border: 3px dashed #e5e7e9;
    margin-bottom: 1rem;
    min-height: 2rem;
    padding: 2rem 0;
    position: relative;
    text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
    z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
    background-color: #92e5a5;
    border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
    font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
    display: none;
}
.lfr-upload-container .upload-target .small {
    display: block;
    margin: 5px 0;
    text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
    padding-top: 5px;
    position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
    float: left;
    line-height: 0;
    margin: 0 1.125rem 1.125rem;
    padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
    background-repeat: no-repeat;
    float: right;
}
.lfr-upload-container .cancel-uploads {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
    margin-right: 0;
}
.lfr-upload-container .clear-uploads {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
    padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
    padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
    display: inline-block;
    max-width: 95%;
    overflow: hidden;
    padding-right: 16px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
    font-size: 40px;
}
.lfr-upload-container .upload-list-info {
    margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info .h4,
.lfr-upload-container .upload-list-info h4 {
    font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
    color: #6c757d;
    margin-top: 1px;
    position: absolute;
    right: 5px;
    top: 50%;
    white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
    display: none;
    margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
    display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
    height: 12px;
}
.lfr-upload-container .delete-button {
    color: #6c757d;
}
.lfr-upload-container .delete-button-col {
    padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
    float: right;
    font-weight: normal;
}
.lfr-upload-container .upload-error {
    opacity: 1;
    padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
    display: none;
}
.lfr-upload-container .multiple-files .upload-error {
    background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
    border-color: #bd2130;
    color: #bd2130;
    font-weight: normal;
    margin-bottom: 16px;
    padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
    display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
    padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
    display: none;
}
.lfr-upload-container .single-file .upload-error {
    list-style: none;
    margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
    margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
    padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
    font-weight: bold;
    margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
    display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
    display: none;
}
.lfr-upload-container .progress {
    display: none;
    margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
    display: flex;
}

.lfr-alert-container {
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 430;
}
.lfr-alert-container.inline-alert-container {
    position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
    padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
    margin-bottom: 5px;
    overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
    position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
    display: block;
    padding: 4px 12px;
}

.contextual-sidebar {
    height: calc(
            100vh - var(--control-menu-container-height) - 49px
    );
    pointer-events: none;
    position: fixed;
    right: 0;
    top: calc(var(--control-menu-container-height) + 49px);
    transform: translateX(100%);
    transition: transform ease 0.5s;
    visibility: hidden;
    width: 320px;
    will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
}

@media (min-width: 768px) {
    .contextual-sidebar {
        height: calc(
                100vh - var(--control-menu-container-height) - 64px
        );
        top: calc(
                var(--control-menu-container-height) + 64px
        );
    }
    .contextual-sidebar-content {
        transition: padding ease 0.5s;
        will-change: padding;
    }
    .contextual-sidebar-visible .contextual-sidebar-content,
    .contextual-sidebar-visible + .contextual-sidebar-content {
        padding-right: 320px;
    }
}
.taglib-diff-html div.diff-removed-image {
    background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
    background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
    height: 300px;
    margin: 2px;
    opacity: 0.55;
    position: absolute;
    width: 200px;
}
.taglib-diff-html span.diff-html-added {
    background-color: #cfc;
    font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
    border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
    background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
    border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
    background-color: #fdc6c6;
    font-size: 1em;
    text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
    border: 2px solid #fdc6c6;
}

.taglib-discussion {
    font-size: 0.875rem;
    margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
    display: inline-flex;
}
.taglib-discussion .button-holder {
    margin: 1rem 0;
}
.taglib-discussion .comment-container {
    margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
    border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
    font-size: 1rem;
}
@media (min-width: 576px) {
    .taglib-discussion .lfr-discussion-body {
        padding-left: 3.5rem;
    }
}
@media (min-width: 576px) {
    .taglib-discussion .lfr-discussion-details .taglib-user-display {
        word-wrap: break-word;
    }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
    font-weight: bold;
    text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
    text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
    background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
    border-bottom: 1px solid #e7e7ed;
    margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
    border-top: 1px solid #e7e7ed;
    padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
    border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
    padding-left: 0;
}
@media (min-width: 576px) {
    .taglib-discussion .lfr-discussion-container .lfr-discussion {
        padding-left: 3.5rem;
    }
}
.taglib-discussion .lfr-discussion-parent-link {
    color: #67678c;
    font-weight: 600;
    margin-left: 1em;
}
@media (max-width: 767.98px) {
    .taglib-discussion .lfr-discussion-parent-link {
        display: block;
        margin-left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
    margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
    border-top: 1px solid #e7e7ed;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    text-align: center;
}
.taglib-discussion .username {
    color: #272833;
    font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
    margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
    text-transform: uppercase;
}
@media (min-width: 576px) {
    .taglib-discussion .actions-menu {
        display: none;
    }
    .taglib-discussion .comment-container:hover .actions-menu,
    .taglib-discussion .actions-menu:focus,
    .taglib-discussion .actions-menu.open {
        display: inline-block;
    }
}

.drop-zone {
    min-height: 80px;
    padding: 20px;
    text-align: center;
}
.drop-zone.drop-enabled {
    outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
    outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
    margin: 10px auto 0;
    max-width: 75%;
}

.drop-here-info {
    font-size: 25px;
    height: 100%;
    left: 0;
    min-height: 100px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .drop-here-info {
        transition: none;
    }
}
.drop-here-info {
    transition: none;
}

.drop-here-info .drop-here-indicator {
    height: 115px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
    display: inline-block;
    position: relative;
    width: 160px;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .drop-here-info .drop-icons {
        transition: none;
    }
}
.drop-here-info .drop-icons {
    transition: none;
}

.drop-here-info .drop-icons span {
    border-radius: 3px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .drop-here-info .drop-icons span {
        transition: none;
    }
}
.drop-here-info .drop-icons span {
    transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
    box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
    height: 60px;
    left: 0;
    line-height: 60px;
    opacity: 0;
    top: 10px;
    transform: rotate(25deg);
    width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
    background: #00c2ff;
    color: #fff;
    height: 80px;
    left: 40px;
    line-height: 80px;
    width: 80px;
    z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
    box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
    display: block;
    font-size: 45px;
    height: 70px;
    left: 90px;
    line-height: 70px;
    opacity: 0;
    position: relative;
    top: 8px;
    transform: rotate(-25deg);
    width: 70px;
    z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
    background: #e8e6e8;
    color: #a5a6ac;
}
.drop-here-info .drop-text {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-left: 0;
    margin-top: 20px;
}
.drop-active .drop-here-info {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
    opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
    transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
    transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
    transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
    margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
    color: #6c757d;
    margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    max-width: 200px;
    padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-result-message-header,
    .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
        background-image: url(../images/states/empty_state_reduced_motion.svg);
    }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state.svg);
    max-width: 210px;
    padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-search-result-message-header {
        background-image: url(../images/states/search_state_reduced_motion.svg);
    }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state.svg);
    margin: auto;
    max-width: 250px;
    padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-state {
        background-image: url(../images/states/empty_state_reduced_motion.svg);
    }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state.svg);
    margin: auto;
    max-width: 250px;
    padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-success-state {
        background-image: url(../images/states/success_state_reduced_motion.svg);
    }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state.svg);
    margin: auto;
    max-width: 250px;
    padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-search-state {
        background-image: url(../images/states/search_state_reduced_motion.svg);
    }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
    font-size: 1rem;
    margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
    font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
    font-size: 1rem;
    text-align: center;
}

.field-wrapper.form-inline .control-label {
    display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
    flex-wrap: nowrap;
}

.taglib-header {
    border-bottom: 1px solid #c8c9ca;
    color: #555;
    margin-bottom: 1em;
    padding-bottom: 10px;
}
.taglib-header .header-title {
    display: inline-block;
    margin: 0.1em;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
}
.taglib-header .header-back-to {
    display: inline-block;
    vertical-align: middle;
}
.taglib-header .header-back-to a {
    display: block;
    font-weight: bold;
    padding: 0 0.3em 0 0;
    text-decoration: none;
}

.taglib-icon {
    text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
    text-decoration: underline;
}
.taglib-icon[lang] > img {
    vertical-align: baseline;
    width: 16px;
}

.taglib-icon-help {
    color: #6c757d !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
    color: #343a40 !important;
}

.icon-monospaced {
    color: inherit;
    display: inline-block;
    height: 2rem;
    line-height: 34px;
    text-align: center;
    width: 2rem;
}
.icon-monospaced.lexicon-icon {
    padding: 8px;
}

.taglib-icon-list li {
    float: left;
    margin-right: 1em;
}
.taglib-icon-list:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
    max-width: none;
}
@media (max-width: 767.98px) {
    .table-cell.last .lfr-icon-menu .dropdown-toggle {
        text-align: center;
    }
    .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
    .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
        display: none;
    }
}

.lfr-menu-list {
    float: none;
    overflow-y: auto;
    position: relative;
}
.lfr-menu-list.direction-right {
    margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
    float: none;
    position: relative;
}
@media (max-width: 991.98px) {
    .lfr-menu-list.dropdown-menu > li > a {
        font-size: 22px;
        line-height: 40px;
        white-space: normal;
    }
    .lfr-menu-list.dropdown-menu > li > a img {
        margin-bottom: 3px;
    }
}
.lfr-menu-list.dropdown-menu .search-panel {
    margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
    margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
    width: auto;
}
body > .lfr-menu-list ul {
    border-radius: 4px;
}

.lfr-icon-menu-open:after {
    clear: both;
    content: "";
    display: table;
}
.lfr-icon-menu-open .dropdown-menu {
    position: static;
}

.input-localized.input-localized-editor .form-control {
    border-width: 0;
    height: 100%;
    padding: 0;
}
.input-localized .input-group-item {
    flex-direction: column;
}
.input-localized .input-localized-content {
    margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
    margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
    background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
    margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
    height: 4px;
    margin: 3px 5px;
    width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
    font-size: 16px;
    opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
    border-color: transparent;
}
.input-localized .palette-item-inner {
    border-color: #666;
    display: block;
    height: 16px;
    width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
    background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
    font-size: 0;
    margin: 0;
    white-space: normal;
}
.input-localized-palette-container .palette-item {
    border-width: 0;
    padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
    border: 1px solid;
    margin-right: 4px;
    width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
    display: block;
}

.taglib-move-boxes {
    margin-bottom: 1em;
}
.taglib-move-boxes label {
    border-bottom: 1px solid transparent;
    display: block;
    margin-bottom: 5px;
    padding: 5px;
}
.taglib-move-boxes .toolbar {
    text-align: center;
}
.taglib-move-boxes .arrow-button img {
    border-width: 0;
    height: 16px;
    width: 16px;
}
.taglib-move-boxes .choice-selector {
    width: 100%;
}
.taglib-move-boxes .choice-selector label {
    background: #ebf1f9;
    border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
    margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
    margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
    display: block;
}
.taglib-move-boxes .sortable-container {
    margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
    margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
    background-color: transparent;
    border-top: 1px solid #ddd;
    display: none;
    margin: 2px 0;
    padding: 2px;
    position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
    display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
    background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
    position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
    display: none;
    margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
    color: #999;
    cursor: pointer;
    font-size: 1.5em;
    padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
    font-size: 1.2em;
    margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
    display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
    display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
    display: none;
}
.mobile .taglib-move-boxes .selector-container {
    display: none;
}

.item-selector .card-row > .autofit-col-expand {
    padding-top: 4px;
}
.item-selector .drop-zone {
    background-color: #f1f2f5;
    margin-top: 1rem;
}
.item-selector .input-file {
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0.1px;
    z-index: -1;
}
.item-selector .input-file + label {
    position: relative;
}
.item-selector .input-file + label::before {
    border-radius: 4px;
    bottom: -2px;
    content: "";
    display: block;
    left: -2px;
    position: absolute;
    right: -2px;
    top: -2px;
    transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
    background-color: #e5f2ff;
    cursor: pointer;
}

.lfr-map {
    border: 1px solid #ccc;
    min-height: 400px;
    width: 100%;
}
.lfr-map .home-button {
    margin: 5px;
}
@media (max-width: 575.98px) {
    .lfr-map .home-button {
        height: 35px;
        width: 45px;
    }
}
.lfr-map .search-controls {
    font-size: 15px;
    margin-top: 5px;
    width: 100%;
}
@media (min-width: 576px) {
    .lfr-map .search-controls {
        width: 50%;
    }
}
.lfr-map .search-controls .search-input {
    width: 100%;
}

.navbar .navbar-collapse {
    max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
    display: inline;
}
@media (max-width: 767.98px) {
    .navbar .navbar-search {
        background-color: #f3f3f3;
        border-top-width: 0;
        width: 100%;
    }
}
.navbar .navbar-search .form-search {
    margin: 8px 0;
}
@media (min-width: 768px) {
    .navbar .navbar-search .form-search {
        float: right;
        max-width: 275px;
    }
}
@media (max-width: 767.98px) {
    .navbar .navbar-search .form-search .input-group {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .navbar .container .navbar-btn,
    .navbar .container-fluid .navbar-btn {
        margin-bottom: 5px;
        width: 45px;
    }
    .navbar .container .navbar-collapse.open,
    .navbar .container-fluid .navbar-collapse.open {
        border-width: 0;
        display: block;
        height: auto;
        overflow: visible;
    }
}

.taglib-portlet-preview.show-borders {
    border: 1px solid #828f95;
    margin-bottom: 1em;
    padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
    background-color: #d3dadd;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em;
}
.taglib-portlet-preview .preview {
    margin: 1em;
    min-height: 90px;
}

.lfr-search-container .entry-action {
    width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
    white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
    position: relative;
}
@media (min-width: 576px) {
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
        margin-left: 375px;
        width: auto;
    }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
    position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
    left: 12px;
    position: fixed;
    right: 12px;
    top: -1px;
    z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
    display: block;
    padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    overflow-x: hidden;
}
@media (min-width: 576px) {
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
        margin-left: 375px;
    }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
    border-collapse: collapse;
    width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
    border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
    width: auto;
}
@media (min-width: 576px) {
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
        background-color: #fff;
        left: 0;
        position: absolute;
        right: 15px;
    }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
    height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
    color: #495057;
    font-weight: 500;
    text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
    color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
    color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
    color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
    color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
    background-color: #f7f8f9;
    border-radius: 4px;
    color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
    margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
    margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h4,
.lfr-search-container-wrapper .list-group .list-group-item h4 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6,
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
    font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item .h6 + .h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
    font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
    border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
    border-bottom-right-radius: 0.25rem;
}

.user-info {
    display: flex;
}
.user-info .sticker {
    align-self: center;
}
.user-info .user-details {
    margin-left: 1rem;
}
.user-info .user-name {
    color: #343a40;
    font-weight: 600;
}
.user-info .date-info {
    color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
    float: left;
    margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
    width: 27px;
}
.user-status-tooltip .user-status-info {
    display: inline-block;
    overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
    font-size: 11px;
}

.lfr-search-container {
    margin-top: 1.5em;
    overflow: auto;
}
@media (max-width: 767.98px) {
    .lfr-search-container .selector-button {
        width: auto;
    }
}
.touch .lfr-search-container {
    -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
    max-width: none;
}

.taglib-page-iterator {
    clear: both;
    height: auto;
    width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
    float: right;
    margin: 0;
}
@media (max-width: 991.98px) {
    .taglib-page-iterator .lfr-pagination-buttons {
        width: 100%;
    }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
    .taglib-page-iterator .lfr-pagination-buttons {
        float: none;
        margin-top: 20px;
    }
}
@media (max-width: 991.98px) {
    .taglib-page-iterator .lfr-pagination-buttons > li {
        display: inline-block;
        width: 50%;
    }
    .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
        display: none;
    }
    .taglib-page-iterator .lfr-pagination-buttons > li > a {
        line-height: 20px;
        padding: 11px 19px;
    }
}
.taglib-page-iterator .lfr-pagination-config {
    float: left;
    line-height: 46px;
}
@media (max-width: 767.98px) {
    .taglib-page-iterator .lfr-pagination-config {
        float: none;
    }
    .taglib-page-iterator .lfr-pagination-config .current-page-menu {
        display: block;
    }
    .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
        display: block;
    }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
    display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    float: none;
}
@media (max-width: 991.98px) {
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
        display: none;
    }
}
.taglib-page-iterator .search-results {
    float: left;
    line-height: 46px;
    margin-left: 10px;
}
@media (max-width: 991.98px) {
    .taglib-page-iterator .search-results {
        display: none;
    }
}

@media (max-width: 991.98px) {
    ul.pagination ul.inline-scroller {
        max-height: inherit;
    }
}
.taglib-search-toggle .form-search {
    position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
    position: absolute;
}
@media (min-width: 992px) {
    .taglib-search-toggle .form-search .input-group-btn {
        position: static;
    }
}
.taglib-search-toggle .toggle-advanced {
    color: inherit;
    margin-left: 10px;
    position: absolute;
    top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
    text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
    background-color: #fcfcfc;
    border: solid #ddd;
    border-width: 0 1px 1px;
    margin-top: 0;
    padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
    border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
    position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
    margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
    color: #999;
    font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
    margin-right: 5px;
    position: relative;
    z-index: 1;
}

.taglib-user-display {
    padding: 0.5em;
}
.taglib-user-display .avatar {
    background: no-repeat center;
    background-size: 60px;
    display: block;
    height: 60px;
    margin: 0 auto;
    width: 60px;
}
.taglib-user-display .avatar.author:after {
    background: rgba(50, 168, 230, 0.5);
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}
.taglib-user-display .user-details {
    margin-top: 1em;
}
.taglib-user-display .user-name {
    font-size: 1.1em;
    font-weight: bold;
}
.taglib-user-display a .user-name {
    text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
    float: left;
    margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
    display: inline-block;
    margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
    margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
    clear: both;
    display: block;
    min-height: 20px;
    text-align: center;
}
.taglib-user-display.display-style-3 {
    padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
    display: inline-block;
    vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
    color: #999;
}
.table-cell .taglib-workflow-status {
    margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
    padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
    margin: 0;
}

.portal-popup .sheet > .lfr-nav {
    margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
    position: static;
}
.portal-popup .lfr-form-content {
    padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
    height: 100%;
}
.portal-popup .portlet-column {
    position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
    padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
    padding-top: 0;
}
.portal-popup .login-container {
    padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
    position: relative;
}
@media (min-width: 576px) {
    .portal-popup .navbar ~ .portlet-configuration-setup,
    .portal-popup .portlet-export-import-container {
        height: calc(100% - 48px);
    }
}
.portal-popup .panel-group .panel {
    border-left-width: 0;
    border-radius: 0;
    border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
    border-top-width: 0;
    margin-top: 0;
}
.portal-popup .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 3px;
    padding-right: 3px;
}
@media (min-width: 576px) {
    .portal-popup .portlet-configuration-setup .lfr-nav {
        padding-left: 8px;
        padding-right: 8px;
    }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
    bottom: 0;
    display: block;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 48px;
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
    .portal-popup .lfr-dynamic-uploader,
    .portal-popup .process-list {
        top: 48px;
    }
}
.portal-popup .portlet-export-import-publish-processes {
    top: 0;
}
.portal-popup .dialog-footer {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    left: 0;
    margin: 0;
    padding: 10px 24px;
    width: 100%;
    z-index: 1020;
}
@media (min-width: 768px) {
    .portal-popup .dialog-footer {
        position: fixed;
    }
}
.portal-popup .dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
    flex-direction: initial;
    justify-content: flex-end;
}
@media (min-width: 768px) {
    .portal-popup .dialog-body:not(:last-child),
    .portal-popup .lfr-dynamic-uploader:not(:last-child),
    .portal-popup .lfr-form-content:not(:last-child),
    .portal-popup .portlet-configuration-body-content:not(:last-child),
    .portal-popup .roles-selector-body:not(:last-child) {
        padding-bottom: 60px;
    }
}
.portal-popup .lfr-dynamic-uploader {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
    bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
    display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
    display: flex;
    flex-direction: column;
    overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    flex-grow: 1;
    max-width: none;
    overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
    bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
}
@media print {
    .portal-popup:not(.article-preview) #main-content,
    .portal-popup:not(.article-preview) #wrapper {
        position: initial;
    }
}
.portal-popup .columns-max > .portlet-layout.row {
    margin-left: 0;
    margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
    padding-left: 0;
    padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
    border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
    background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
    background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
    opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
    opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
    background-image: none;
}
html:not(#__):not(#___) .proxy {
    cursor: move;
    opacity: 0.65;
    position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
    height: 200px;
    width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
    padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
    border: 1px dashed #828f95;
    position: absolute;
    visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
    background: #727c81;
    margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
    margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
    z-index: 1110 !important;
}

.portlet-layout.dragging {
    border-collapse: separate;
}

.drop-area {
    background-color: #d3dadd;
}

.active-area {
    background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
    opacity: 0.6;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .portlet-boundary.yui3-dd-dragging {
        transition: none;
    }
}
.c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
    transition: none;
}
.portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc;
}

.sortable-layout-proxy {
    opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
    background-image: none;
}

.proxy {
    cursor: move;
    opacity: 0.65;
    position: absolute;
}
.proxy.generic-portlet {
    height: 200px;
    width: 300px;
}
.proxy.generic-portlet .portlet-title {
    padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px;
}

.resizable-proxy {
    border: 1px dashed #828f95;
    position: absolute;
    visibility: hidden;
}

.sortable-proxy {
    background: #727c81;
    margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
    margin: 2px 0;
}

.yui3-dd-proxy {
    z-index: 1110 !important;
}

.portlet-column-content.empty {
    padding: 50px;
}

.lfr-portlet-title-editable {
    margin-top: 0;
    z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
    margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
    display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
    display: inline-block;
    vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
    margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
    display: inline-block;
    float: none;
    margin-top: 0;
    width: auto;
}

.lfr-source-editor {
    border: solid 0 #ccc;
    border-bottom-width: 2px;
    position: relative;
}
.lfr-source-editor .ace_editor {
    height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
    background-color: #fff;
    border: transparent;
    color: #717383;
    outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
    background-color: #fff;
    color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
    background-color: #ededef;
    color: #868896;
    overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
    font-family: fontawesome-alloy, sans-serif;
    text-align: center;
    vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
    background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
    content: "?";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
    content: "?";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
    color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
    background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
    border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
    background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
    background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
    color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
    color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
    color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
    color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
    background-color: #47474f;
    color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
    background: #54555e;
    color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
    background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
    background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
    color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
    color: #4d91ff;
}

.lfr-fullscreen-source-editor {
    height: 100%;
    overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
    height: 40px;
    margin-right: 4px;
    margin-top: 4px;
    min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
    height: 95%;
    position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
    border: 1px solid #ccc;
    position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
    display: inline-block;
    overflow-y: auto;
    padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
    display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
    height: 100%;
    width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
    height: 100%;
    left: 50%;
    top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
    height: 50%;
    width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
    top: 50%;
    width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
    display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
    height: 100%;
    width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
    text-align: left;
}

.file-icon-color-0 {
    background-color: #fff;
    color: #6c757d;
}

.file-icon-color-1 {
    background-color: #fff;
    color: #6c757d;
}

.file-icon-color-2 {
    background-color: #fff;
    color: #24a892;
}

.file-icon-color-3 {
    background-color: #fff;
    color: #ff4d4d;
}

.file-icon-color-4 {
    background-color: #fff;
    color: #ff6200;
}

.file-icon-color-5 {
    background-color: #fff;
    color: #bf66ff;
}

.file-icon-color-6 {
    background-color: #fff;
    color: #0099e6;
}

.file-icon-color-7 {
    background-color: #fff;
    color: #ff4db2;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
    opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
    visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
    padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
    cursor: pointer;
}
.lfr-item-viewer .progress-container {
    background-color: #fff;
    left: 0;
    margin: 0 auto;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    width: 80%;
    z-index: 1000;
}
.lfr-item-viewer .progress-container a {
    position: absolute;
    right: 30px;
}
.lfr-item-viewer .progress-container .progress {
    margin-top: 10px;
}
.lfr-item-viewer .search-info {
    background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal;
}
.lfr-item-viewer .upload-view {
    display: table;
    height: 400px;
    margin-top: 20px;
    width: 100%;
}
.lfr-item-viewer .upload-view > div {
    display: table-cell;
    vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
    position: relative;
}

.lfr-menu-expanded li a:focus {
    background-color: #5b677d;
    color: #fff;
    text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
    display: inline-block;
    white-space: normal;
    overflow-wrap: break-all;
    word-wrap: break-all;
}

.lfr-page-layouts {
    padding: 0;
}
.lfr-page-layouts input[type=radio] {
    opacity: 0;
    position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
    cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    bottom: -0.0625rem;
    content: "";
    left: -0.0625rem;
    position: absolute;
    right: -0.0625rem;
    transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
    .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
        transition: none;
    }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
}

.lfr-page-layouts .card-horizontal {
    cursor: pointer;
    outline: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .lfr-page-layouts .card-horizontal {
        transition: none;
    }
}
.lfr-page-layouts .card-horizontal {
    transition: none;
}

.lfr-page-layouts .card-horizontal::after {
    border-radius: 0 0 0.25rem 0.25rem;
    bottom: -0.0625rem;
    content: "";
    height: 0;
    left: -0.0625rem;
    position: absolute;
    right: -0.0625rem;
    transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
    .lfr-page-layouts .card-horizontal::after {
        transition: none;
    }
}
.lfr-page-layouts .card-horizontal::after {
    transition: none;
}

.modal-body.dialog-iframe-bd {
    overflow: hidden;
    padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
    position: relative;
}
.modal-dialog.dialog-iframe-modal {
    max-width: none;
}
.modal-dialog.modal-dialog-sm {
    max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
    pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
    bottom: 0;
    right: 0;
}

.modal-open .modal {
    display: block;
}

.sheet > .panel-group .sheet-footer {
    margin-bottom: 0;
}

.sheet-footer .btn {
    margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
    margin-right: 0;
}

.tag-items {
    list-style: none;
    margin: 0 1em 0 0;
    padding: 0 1em 0.5em;
    white-space: normal;
}
.tag-items li {
    display: inline-block;
    margin: 0 1em 0 0;
    max-width: 100%;
}

.tag-selected {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
    font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
    font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
    font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
    font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
    font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
    font-size: 2.5em;
}

.lfr-portal-tooltip {
    display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.tree-node .icon-check {
    padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
    padding-right: 0;
}
.tree-node [class^=icon-] {
    margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
    margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
    background: none;
}

.tree-node-content .tree-hitarea {
    color: #999;
    font-size: 10px;
    padding-right: 6px;
}
.tree-node-content .tree-label {
    margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
    visibility: hidden;
}

.tree-node-selected .tree-label {
    background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
    pointer-events: none;
}

.user-icon-color-0 {
    background-color: #fff;
    box-shadow: 0 0 0 1px #dee2e6;
    color: #6c757d;
}

.user-icon-color-1 {
    background-color: #fff;
    box-shadow: 0 0 0 1px #dee2e6;
    color: #66abff;
}

.user-icon-color-2 {
    background-color: #fff;
    box-shadow: 0 0 0 1px #dee2e6;
    color: #ff6200;
}

.user-icon-color-3 {
    background-color: #fff;
    box-shadow: 0 0 0 1px #dee2e6;
    color: #ff4d4d;
}

.user-icon-color-4 {
    background-color: #fff;
    box-shadow: 0 0 0 1px #dee2e6;
    color: #24a892;
}

.user-icon-color-5 {
    background-color: #fff;
    box-shadow: 0 0 0 1px #dee2e6;
    color: #ff4db2;
}

.user-icon-color-6 {
    background-color: #fff;
    box-shadow: 0 0 0 1px #dee2e6;
    color: #53a117;
}

.user-icon-color-7 {
    background-color: #fff;
    box-shadow: 0 0 0 1px #dee2e6;
    color: #bf66ff;
}

.user-icon-color-8 {
    background-color: #fff;
    box-shadow: 0 0 0 1px #dee2e6;
    color: #b38900;
}

.user-icon-color-9 {
    background-color: #fff;
    box-shadow: 0 0 0 1px #dee2e6;
    color: #0099e6;
}

.collapse.open {
    display: block;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
    height: 1em;
    width: 1em;
}

.navbar-nav .nav-item.hover:after {
    bottom: -0.125rem;
    content: "";
    height: 0.125rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.navbar .navbar-toggler .c-inner {
    max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
    position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
    color: white;
}

body.portlet {
    border-width: 0;
}

.portlet-icon-back {
    margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
    z-index: 1035;
}

.portlet-topper {
    position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none;
}
.portlet-draggable .portlet-topper {
    cursor: move;
}

.portlet-title-editable {
    cursor: pointer;
}

.portlet-title-text {
    display: inline-block;
    margin-top: 0;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
    cursor: auto;
}

.portlet-minimized .portlet-content {
    padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
    left: 0 !important;
    position: relative !important;
    top: 0 !important;
}

.portlet-layout .portlet-header {
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .portlet .visible-interaction {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .controls-hidden .portlet .visible-interaction {
        display: none;
    }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
    display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
    display: none;
}
.controls-hidden .portlet-title-editable {
    pointer-events: none;
}
.controls-hidden .portlet-topper {
    display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
    display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
    background-color: #f7f7f7;
    border-color: transparent;
    border-radius: 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: rgba(0, 0, 0, 0.5);
    display: box;
    display: flex;
    height: 28px;
    padding: 3px 12px 3px 24px;
    position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon {
    height: 12px;
    width: 12px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon.lexicon-icon-drag {
    height: 16px;
    width: 16px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: none;
}
@media (min-width: 768px) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transform: translateY(-97%);
        transition: opacity 0.15s;
        top: 0;
    }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
        transition: none;
    }
}
@media (min-width: 768px) {
    html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
        transition: none;
    }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
    float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
    display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
    flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
    margin: 0;
    padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
    color: 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: 12px;
    font-weight: 600;
    margin-left: 4px;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
    flex: 1 1 auto;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 576px) {
    html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
        opacity: 0.5;
    }
}
@media (min-width: 768px) {
    html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
        border-color: transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
@media (min-width: 768px) {
    html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
        opacity: 1;
    }
}
@media (min-width: 768px) {
    html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
        transition-duration: 0ms;
    }
}
@media (max-width: 767.98px) {
    html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
        align-items: center;
        display: box;
        display: flex;
    }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
    display: block;
}

.portlet {
    margin-bottom: 10px;
    position: relative;
}
@media (min-width: 768px) {
    .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
        border-color: transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
@media (min-width: 768px) {
    .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
        opacity: 1;
    }
}
@media (min-width: 576px) {
    .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
        opacity: 0.5;
    }
}

.portlet-content-editable {
    border-color: transparent;
    border-radius: 0 0;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    transition: border-color 0.15s ease;
}
.portlet > .portlet-content-editable {
    border-color: transparent;
}
@media (max-width: 767.98px) {
    .controls-visible .portlet-content-editable {
        border-color: transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.portlet-options {
    display: inline-block;
}

.portlet-title-default {
    flex: 1 1 auto;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.portlet-title-menu {
    flex: 0 1 auto;
}
.portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none;
}

.portlet-topper {
    background-color: #f7f7f7;
    border-color: transparent;
    border-radius: 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: 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.15s;
        top: 0;
    }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .portlet > .portlet-topper {
        transition: none;
    }
}
@media (min-width: 768px) {
    .portlet > .portlet-topper {
        transition: none;
    }
}
@media (max-width: 767.98px) {
    .controls-visible .portlet-topper {
        display: box;
        display: flex;
    }
}

.portlet-topper-toolbar {
    margin: 0;
    padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
    color: 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: 2px 2px 2px 2px;
    padding: 1rem;
    word-wrap: break-word;
}
.portlet-barebone .portlet-content {
    padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
    display: inline-block;
    text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
    display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
    background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
    background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    height: 10px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
}

.navbar form {
    margin: 0;
}

:not(.inline-item) > .loading-animation {
    margin-bottom: 20px;
    margin-top: 20px;
}
.product-menu .loading-animation {
    margin-top: 160px;
}

@keyframes lfr-drop-active {
    0% {
        background-color: #ebebeb;
        border-color: #ddd;
    }
    50% {
        background-color: #ddedde;
        border-color: #7d7;
        transform: scale(1.1);
    }
    75% {
        background-color: #ddedde;
        border-color: #7d7;
    }
    100% {
        background-color: #ebebeb;
        border-color: #ddd;
    }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
    border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
    border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
    animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
    animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
    border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
    box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
    box-shadow: 0 0 5px 0 #333;
    transition-duration: 0.25s;
    transition-property: box-shadow;
    transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
    border-radius: 50%;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
    animation: progress-bar-stripes 0.5s linear infinite;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
    background-size: 40px 40px;
    transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
    .lfr-progress-active .progress-bar-status,
    .lfr-upload-container .file-uploading .progress-bar .progress {
        transition: none;
    }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
}

@keyframes highlight-animation {
    from {
        background-color: #ffc;
    }
    to {
        background-color: transparent;
    }
}
.highlight-animation {
    animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
    gap: 0.3125rem;
}

/* 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#banner {
    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: #000000;
}

body.dependiente header #heading .title a:hover {
    color: #000000;
}

/* 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 .menuPrueba > div:first-of-type {
    padding-left: 0 !important;
}

.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 {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    color: #000000;
    font-size: 16px;
    transition: 0.5s all ease;
}

.dependiente .botones-iconos-rrss a:not(:last-of-type) {
    margin-right: 10px;
}

.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: #000;
}

.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";
}

/******************* Menu una columna **********************/
.dependiente .columna_uno_dep .menu_ftl_pc.nav_principal.menuSitioHorizontal ul li {
    background-image: none !important;
    padding-left: 0 !important;
}

@media only screen and (max-width: 950px) {
    .dependiente .columna_uno_dep .menu_ftl_pc.nav_principal {
        display: none;
    }
}
/******************* Rediseño cabecera **********************/
.dependiente header .portlet-search-bar .lexicon-icon, .dependiente .breadcrumbs-rrss .redes-sociales ul li.carpeta_ciudadana a, .dependiente .searchmobile .buttonshow .lexicon-icon {
    color: #000000;
}

.dependiente .portlet-content .portlet-header h2 {
    border-color: #000000;
}

@media only screen and (max-width: 1200px) {
    .dependiente > .container {
        width: 100%;
        margin: unset;
    }
}
@media only screen and (max-width: 950px) {
    .dependiente .titleMenu {
        background: #f5f5f5 !important;
        border-bottom: 1px solid #666;
        border-top: 1px solid #666;
        padding: 5px;
    }
    .dependiente .menu_mobile .contenedorMenu, .dependiente .menu_ftl_mv {
        padding: 0;
    }
    .dependiente .menu_ftl_mv .portlet-content > div:first-of-type {
        border-bottom: 1px solid #999 !important;
        padding: 2px 10px;
    }
    .dependiente .menuDesplegable > .menuPrueba {
        border-bottom: 1px solid #999 !important;
        padding: 8px 0;
    }
    .dependiente .menuDesplegable > .menuPrueba > div a {
        padding-top: 0;
    }
    .dependiente .mobile .menuDesplegable button {
        height: unset !important;
    }
    .dependiente .menu_mobile .dropdown-menu .titleMenu a {
        color: #000000;
        font-size: 16px;
    }
    .dependiente .menu_mobile .dropdown-menu {
        border: none;
        background: #f5f5f5;
    }
    .dependiente .menu_mobile .dropdown-menu .menuSitioMobile .menu_principal_sitio .portlet-body {
        padding-bottom: 0;
    }
    .dependiente .menu_mobile .dropdown button.principal {
        color: #000000;
        border-color: #000000;
    }
    .dependiente .menuDesplegable .active.selected a, .dependiente .mobile .menuDesplegable button[aria-expanded=false]:after, .dependiente .mobile .menuDesplegable button[aria-expanded=true]:after {
        color: #000 !important;
    }
    .dependiente header #heading .menu_mobile .dropdown .contenedorMenu .menuSitioMobile .menu_principal_sitio > div > section {
        margin: 0;
    }
}
@media only screen and (max-width: 768px) {
    .breadcrumbs-rrss .portlet {
        margin-top: 0;
    }
    .dependiente .botones-iconos-rrss a {
        width: unset;
        height: unset;
        font-size: 18px;
    }
    .dependiente .botones-iconos-rrss a:not(:last-of-type) {
        margin-right: 20px;
    }
}
/********************* Menu desplegable 2.0 *********************/
.dependiente .menuDesplegable.v2_0 .lfr-nav-item {
    width: 100%;
    display: flex;
}
.dependiente .menuDesplegable.v2_0 .lfr-nav-item a {
    flex-grow: 1;
}

/* 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) table tr td {
    font-size: 16px;
}

body:is(.conselleria, .departamentos) .status.approved {
    font-size: 14px;
}

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 {
    padding-top: 5px;
}

body:is(.conselleria, .departamentos) .menuDesplegable .menuPrueba li, .menuPrueba li, body:is(.conselleria, .departamentos) .menuDesplegable .menuPrueba > div:first-of-type {
    width: 90%;
}

.menuPrueba li, body:is(.conselleria, .departamentos) .menuDesplegable .menuPrueba > div a {
    line-height: 1.25;
}

body:is(.conselleria, .departamentos) #main-content .portlet-navigation .portlet-body ul li, body:is(.conselleria, .departamentos) #main-content .portlet-navigation .portlet-body .menuDesplegable .menuPrueba > div:first-of-type, 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) !important;
    margin-bottom: 15px;
    background-position: 0;
}

body:is(.conselleria, .departamentos) #main-content .portlet-journal-content :is(ul, ol) li {
    margin-bottom: 15px;
}

body:is(.conselleria, .departamentos) #main-content .portlet-journal-content ul li {
    background-image: url(../images/vectorMenu.svg) !important;
}

body:is(.conselleria, .departamentos) .master-layout-fragment .portlet-journal-content ul li {
    list-style: none;
    padding-left: 12px;
    background-image: url(../images/vectorMenu.svg) !important;
    background-repeat: no-repeat;
    background-position: 0 4px;
    margin-bottom: 15px;
}

body.dependiente .master-layout-fragment .portlet-journal-content ul li {
    list-style: none;
    padding-left: 12px;
    background-image: url(../images/GVA/flechaMenu.png) !important;
    background-repeat: no-repeat;
    background-position: 0 4px;
    margin-bottom: 10px;
}

.conselleria .logout, .departamentos .logout {
    margin-left: auto;
}

body:is(.conselleria, .departamentos) div > ul > li::marker {
    content: "";
}

body:is(.conselleria, .departamentos) :is(.lexicon-icon-asterisk, .lexicon-icon-reload) {
    color: #334155;
}

body:is(.conselleria, .departamentos) #p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .btn-secondary {
    background-color: #334155;
    border-color: #334155;
}

body:is(.conselleria, .departamentos) #p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .btn-secondary:hover {
    background-color: #334155;
    border-color: #334155;
}

body:is(.conselleria, .departamentos) #p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .btn-primary {
    background-color: #334155;
    border-color: #334155;
}

body:is(.conselleria, .departamentos) #p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .btn-primary:hover {
    background-color: #334155;
    border-color: #334155;
}

.conselleria .portlet-topper {
    background: #C8102E;
    color: #fff;
}

.menu_principal_mv .menuDesplegable button:after {
    content: "\f107";
    font-family: fontAwesome, sans-serif;
    top: 8px;
    margin-left: 5px;
    font-size: 25px;
    speak: none;
}

.menu_principal_mv .menuDesplegable button.abierto:after {
    content: "\f106";
    font-family: fontAwesome, 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 3px;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.conselleria .varios_header .title_header, .conselleria .varios_header .busca_idiomas_header {
    margin-bottom: 12px;
}

.conselleria .varios_header .title_header h1 span, .conselleria .varios_header .title_header h1 a:hover {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.conselleria .busca_idiomas_header .idiomas a, .conselleria .idiomas_mv a {
    color: #000000;
}

.conselleria .busca_idiomas_header .idiomas a:hover {
    border: 1px solid #000000;
}

.conselleria .varios_header .busca_idiomas_header .idiomas .idiomaDisable {
    background: #000000;
    color: #ffffff;
}

:is(.conselleria, .departamentos) .varios_header .busca_idiomas_header .idiomas a:hover {
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.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 .portlet-header {
    border-bottom: none !important;
}

:is(.conselleria, .departamentos) header .redes-sociales .portlet-body {
    padding: 0 !important;
}

.conselleria header .busca_idiomas_header .buscador .lexicon-icon {
    color: #000000;
}

/*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 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    color: #000000;
    font-size: 16px;
    transition: 0.5s all ease;
}

.botones-iconos-rrss a:hover {
    text-decoration: none;
    color: #565353;
}

.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: #ffffff;
    border-bottom: 1px solid #000000;
}

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) .breadcrumbs-rrss .breadcrumbs {
    display: flex;
    align-items: center;
}

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: 5px;
    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 #000000;
}

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;
    border-radius: 5px;
}

.boton_fondo_rojo:hover {
    background: #fff;
    border: 1px solid #c80f2e;
    text-decoration: none;
    color: #c80f2e;
}

.boton_redondo {
    color: #fff;
    transition: 0.5s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 28px !important;
    z-index: 99;
}

@media (min-width: 576px) {
    .boton_redondo {
        width: 85px;
        height: 85px;
        font-size: 38px !important;
    }
}
body:is(.conselleria, .dependiente) .boton_redondo {
    background: #66819E;
}

body:is(.conselleria, .dependiente) .boton_redondo:hover {
    background: #47596b;
    text-decoration: none;
    color: #fff;
}

body.departamentos .boton_redondo {
    background: #c80f2e;
}

body.departamentos .boton_redondo:hover {
    background: #b70e2a;
    color: #fff;
    text-decoration: none;
}

body:is(.conselleria, .dependiente, .departamentos) #boton_soporte {
    animation: pulse-shadow--collection--parple 2s 5;
}

@keyframes pulse-shadow--collection--parple {
    0% {
        -webkit-box-shadow: 0 0 #66819E;
        box-shadow: 0 0 #66819E;
    }
    80% {
        -webkit-box-shadow: 0 0 7px 15px rgba(238, 105, 128, 0);
        box-shadow: 0 0 7px 15px rgba(238, 105, 128, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(238, 105, 128, 0);
        box-shadow: 0 0 0 0 rgba(238, 105, 128, 0);
    }
}
.boton_redondo > span {
    display: 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, 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: 0.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;
}

body.conselleria #main-content .portlet-navigation .portlet-body 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 #66819E;
    height: 35px;
    font-size: 16px !important;
    font-weight: 700;
    color: #66819E;
    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: #66819E;
    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 #66819E;
    border-bottom: 1px solid #66819E;
}

.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 div[id*=nav_jerarquia].portlet-boundary .portlet-content .portlet-header {
    display: none;
}

.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, sans-serif;
    font-size: 25px;
    speak: none;
    margin-left: 10px;
}

.menu_ftl_mv.abierto .portlet-header:after {
    content: "\f106";
    font-family: fontAwesome, 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, .menu_ftl_mv:not(.abierto) .menuDesplegable {
    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: 10px 0 0 0;
}

.menu_ftl_mv ul li::before {
    content: "";
    height: 8px;
    width: 10px;
    margin-right: 5px;
    background: url(../images/vectorMenu.svg) no-repeat;
}

.menu_ftl_mv .menuDesplegable > div {
    padding-left: 5px;
}

.menu_ftl_mv .menuDesplegable > div .lfr-nav-item.nav-item {
    align-items: center;
}

.menu_ftl_mv .menuDesplegable > div .lfr-nav-item.nav-item::before {
    content: "";
    height: 8px;
    width: 10px;
    margin-right: 5px;
    background: url(../images/vectorMenu.svg) no-repeat;
}

body:is(.conselleria, .departamentos) .title_site_mv {
    text-align: center;
    display: none;
    margin-top: 15px;
}

body:is(.conselleria, .departamentos) .title_site_mv span {
    font-size: 16px;
    font-weight: 700;
}

body.conselleria .title_site_mv span {
    color: #000000;
}

/******************* Menu una columna **********************/
body.conselleria .menu_ftl_pc.nav_principal div[id*=jerarquia] .portlet-body {
    padding: 0;
}

body.conselleria #main-content .menu_ftl_pc.nav_principal div[id*=jerarquia] .portlet-body ul.nav {
    justify-content: center;
    margin-bottom: 15px;
}

body.conselleria #main-content .menu_ftl_pc.nav_principal div[id*=jerarquia] .portlet-body ul li {
    background-image: none !important;
    padding-left: 0;
}

body.conselleria #main-content .menu_ftl_pc.nav_principal div[id*=jerarquia] .portlet-body ul li li {
    margin-bottom: 0;
}

body.conselleria #main-content .menu_ftl_pc.nav_principal div[id*=jerarquia] .portlet-body ul li ul.dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-top: 0px;
    border-radius: 0px;
    border: 0px;
    background: #C80F2E;
}

body.conselleria #main-content .menu_ftl_pc.nav_principal div[id*=jerarquia] .portlet-body ul.dropdown-menu li a:hover {
    background-color: #f8f9fa !important;
    color: #c80f2e !important;
}

body.conselleria #main-content .menu_ftl_pc.nav_principal div[id*=jerarquia] .portlet-body ul.dropdown-menu li.active.selected a {
    font-weight: 600;
    color: #c80f2e !important;
    background-color: #f8f9fa !important;
}

body.conselleria #main-content .menu_ftl_pc.nav_principal div[id*=jerarquia] .portlet-body ul li li a {
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
}

body.conselleria .menu_ftl_pc.nav_principal div[id*=jerarquia] .nav > ul {
    justify-content: center;
}

body.conselleria .menu_ftl_pc.nav_principal div[id*=jerarquia] .nav > li {
    margin-right: 10px;
}

body.conselleria .menu_ftl_pc.nav_principal div[id*=jerarquia] .nav > li > a {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    color: inherit;
}

body.conselleria .menu_ftl_pc.nav_principal div[id*=jerarquia] .nav li.selected.active a {
    background-color: initial !important;
    border-radius: 0px !important;
    padding-right: 0px;
    padding-left: 0px;
    color: #565353 !important;
}

body.conselleria .menu_ftl_pc.nav_principal div[id*=jerarquia] .nav > li span.text-truncate {
    text-align: center;
    border-bottom: 3px solid #565353;
    padding-bottom: 5px;
}

body.conselleria .menu_ftl_pc.nav_principal div[id*=jerarquia] .nav > li.selected.active span.text-truncate {
    border-bottom: 3px solid #C80F2E;
    color: #c80f2e;
}

body.conselleria .menu_ftl_pc.nav_principal div[id*=jerarquia] .nav > li span.text-truncate .lfr-nav-child-toggle {
    display: block;
    position: absolute;
    bottom: -7px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
}

/* 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;
    }
    body.conselleria .title_site_mv {
        display: block;
    }
    body.conselleria .breadcrumbs-rrss .breadcrumbs, body.conselleria .breadcrumbs-rrss .redes-sociales {
        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.signed-in .varios_header {
        display: block !important;
    }
    body.conselleria.signed-in .varios_header .title_header,
    body.conselleria.signed-in .varios_header .busca_idiomas_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: #000000;
        height: 2px;
        width: 100%;
        transition: all 0.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.signed-in .menu_mv {
        top: 185px;
    }
    body.conselleria .menu_mv .titleMenu_mv {
        text-align: center;
        font-weight: 700;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    body.conselleria .menu_mv .titleMenu_mv a {
        color: #000000;
    }
    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 select {
        border: 0;
    }
    /*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:not(:first-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;
    }
    body.conselleria .menu_ftl_mv.abierto .portlet-content .portlet-header h2 {
        color: #000000;
    }
    .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;
    }
    .conselleria .columna_uno_dep .menu_ftl_pc.nav_principal {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    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;
    }
    .listado_novedades .info_novedad:last-of-type {
        display: none;
    }
    body:is(.conselleria, .departamentos) .footerMenu .menu_footer .portlet-body ul li {
        margin-right: 25px;
    }
    body:is(.conselleria, .departamentos) .botones-iconos-rrss a {
        width: unset;
        height: 30px;
        margin-right: 22px;
    }
}
@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.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;
    }
    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;
    }
    body:is(.conselleria, .departamentos) .botones-iconos-rrss a {
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 22px !important;
    }
    body:is(.conselleria, .departamentos) .botones-iconos-rrss a {
        color: #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: "";
}

.departamentos .portlet > .portlet-topper {
    z-index: 18;
}

.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;
}

.departamentos .varios_header .busca_idiomas_header .idiomas a:hover {
    border: 1px solid #C70F2D;
}

.departamentos .varios_header .busca_idiomas_header .idiomas .idiomaDisable {
    background: #8e0a20;
    color: #ffffff;
}

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 .breadcrumb li {
    list-style-type: none;
}

body.departamentos section#content {
    padding: 0 !important;
}

body.departamentos section#content .row {
    margin-left: -16px !important;
    margin-right: -16px !important;
}

body.departamentos section#content .row > div {
    background: #fff;
}

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: #66819E;
}

body.departamentos .portlet-layout .portlet-column.portlet-column-only .portlet-dropzone {
    margin-bottom: 25px;
    background: #fff;
}

body.departamentos .portlet-boundary .portlet-body {
    padding: 15px 0 25px 0;
}

body.departamentos .footerNav .listado_enlaces .portlet-boundary .portlet-body {
    padding: 15px 0;
}

body.departamentos .portlet-content .portlet-header {
    border-bottom: 2px solid #C70F2D;
}

body.departamentos .portlet-content .portlet-header h2 {
    padding: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.35;
    text-transform: unset;
    border-bottom: 0;
    max-width: 100%;
}

body.departamentos .columna_uno_dep .menu_ftl_pc.nav_principal div[id*=_paginas_publicas] .portlet-body {
    padding: 0;
}

body.departamentos .menuDesplegable.dependiente {
    z-index: 9;
    background: #fff;
    position: relative;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

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: #66819E;
}

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 .menuNivel_1 {
    clear: both;
}

body.departamentos .menuDesplegable.dependiente .menuNivel .menuNivel2 .menuNivel_1 .lfr-nav-item.nav-item {
    float: left;
    width: 90%;
}

.menuDesplegable2.level-2 .menuNivel_2:not(:last-of-type) > div.lfr-nav-item.nav-item {
    margin-bottom: 15px;
}

body.departamentos .menuDesplegable.dependiente .menuNivel .menuNivel2 .menuNivel_1 .menuDesplegable2.level-2 .menuNivel_2 .lfr-nav-item.nav-item a {
    font-weight: 500;
}

body.departamentos .menuDesplegable.dependiente .menuNivel .menuNivel2 .nav-item a {
    font-size: 16px;
    line-height: 18px;
    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 #main-content .portlet-navigation .portlet-body .menuDesplegable > .menuPrueba > div:first-of-type {
    padding-left: 0 !important;
    background-image: unset !important;
}

body.departamentos #main-content .portlet-navigation .portlet-body .menuDesplegable .menuDesplegable3.level-3 > .menuPrueba > div:first-of-type {
    background-image: url(../images/vectorMenuNieto.svg) !important;
}

body.departamentos .menuDesplegable button:after {
    font-size: 11px;
    color: #66819E;
}

body.departamentos .menuDesplegable button[aria-expanded=false]:after {
    content: "\f067";
}

body.departamentos .menuDesplegable button[aria-expanded=true]:after {
    content: "\f068";
}

.departamentos .menuDesplegable > .menuPrueba > button:after {
    content: "" !important;
    background: url(../images/flechaMenu.svg) no-repeat;
    width: 18px;
    min-width: 18px;
    height: 16px;
    display: inline-block;
}

.departamentos .menuDesplegable > .menuPrueba > button[aria-expanded=true]:after {
    transform: rotate(45deg);
}

.departamentos .footerMenu .portlet-body {
    padding: 0 !important;
}

/*Te interesa*/
body.departamentos .menuIconos {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    body.departamentos .columna_uno_dep .menuIconos {
        margin-left: -16px;
        margin-right: -16px;
    }
    body.departamentos .columna_uno_dep .menuIconos .imagenIcono {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 16px;
        padding-right: 16px;
    }
    body.departamentos .columna_uno_dep .menuIconos .imagenIcono:nth-child(n+5) {
        margin-top: 15px;
        margin-bottom: 0;
    }
}
/* Botonera enlaces deparamentos */
.departamentos ul.botonera_enlaces {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.departamentos #main-content .portlet-journal-content ul.botonera_enlaces li {
    background-image: none !important;
}

.departamentos ul.botonera_enlaces li a {
    display: flex;
    min-height: 75px;
    justify-content: center;
    align-items: center;
    border: 2px solid #47596b;
    font-weight: 700;
    transition: 0.5s all ease;
}

.departamentos ul.botonera_enlaces li a:not(.boton_fondo_rojo) {
    color: #47596b;
}

.departamentos ul.botonera_enlaces li a.boton_fondo_rojo {
    background: #47596b;
    color: #fff;
}

.departamentos ul.botonera_enlaces li a:not(.boton_fondo_rojo):hover {
    background: #47596b;
    color: #fff;
    text-decoration: none;
}

.departamentos ul.botonera_enlaces li a.boton_fondo_rojo:hover {
    background: #fff;
    color: #47596b;
    text-decoration: none;
}

/*Publicador noticias*/
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 .row > :not(.columna_uno_dep) .listadoNoticias {
    flex-direction: column;
}

body.departamentos .listadoNoticias {
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
}

body.departamentos .listadoNoticias .noticias {
    margin-bottom: 25px;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
}

body.departamentos .listadoNoticias .noticias .edit {
    position: absolute;
    top: 5px;
    left: 16px;
    background: #c80f2e;
    border-radius: 50%;
}

body.departamentos .listadoNoticias .noticias .edit .lexicon-icon {
    color: #fff;
}

body.departamentos .listadoNoticias .headerNoticias {
    display: flex;
    flex-direction: column;
}

body.departamentos .row > :not(.columna_uno_dep) .listadoNoticias .headerNoticias {
    flex-direction: row;
}

body.departamentos .listadoNoticias .noticias .verMas {
    position: unset;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

body.departamentos .row > :not(.columna_uno_dep) .listadoNoticias .noticias .verMas {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 5px;
}

body.departamentos .noticias .verMas .datosNoticia .mas {
    float: left;
    background: #C9C9C4;
    border: 1px solid #000;
    height: 20px;
    position: relative;
    display: inline-block;
    width: 20px;
}

body.departamentos .noticias .verMas .datosNoticia .mas a.linkNoticia {
    font-size: 10px;
    position: absolute;
    top: 50%;
    text-decoration: none;
    color: #000000;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.departamentos .noticias .verMas .datosNoticia .rs {
    float: left;
    background: #565353;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-top: 0;
    margin-left: 10px;
    position: relative;
}

body.departamentos .noticias .verMas .datosNoticia .rs a.descargaImg {
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
}

body.departamentos .columna_uno_dep .listadoNoticias .headerNoticias {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

body.departamentos .listadoNoticias .imagen {
    margin-bottom: 10px;
    max-height: 275px;
    overflow: hidden;
}

body.departamentos .row > :not(.columna_uno_dep) .listadoNoticias .imagen {
    margin-right: 20px;
    max-width: 150px;
}

body.departamentos .listadoNoticias .title a {
    color: #565353;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}

body.departamentos .listadoNoticias .title ul {
    padding: 0 16px;
}

body.departamentos .listadoNoticias .title ul li {
    list-style: outside;
}

body.departamentos .listadoNoticias .title ul li::marker {
    content: unset;
}

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;
}

body.departamentos .noticias .verMas .datosNoticia .mas a.linkNoticia:after {
    content: "\f067";
    font-family: fontAwesome, sans-serif;
    top: 8px;
    speak: none;
}

body.departamentos .noticias .verMas .datosNoticia .rs a.descargaImg:after {
    content: "\f030";
    font-family: fontAwesome, sans-serif;
    top: 8px;
    speak: none;
}

body.departamentos .listadoNoticias .compartirPrincipal {
    display: flex;
    margin-top: 0;
}

body.departamentos .listadoNoticias .compartirPrincipal .rrss {
    width: unset;
    height: unset;
}

body.departamentos .listadoNoticias .compartirPrincipal .rrss:not(:last-of-type) {
    margin-right: 10px;
}

body.departamentos .listadoNoticias .compartirPrincipal a {
    font-size: 10px !important;
    padding: 0;
    position: relative;
    height: 20px;
    width: 20px;
}

body.departamentos .listadoNoticias .compartirPrincipal a:after {
    margin-right: 0 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

body.departamentos .compartirPrincipal .divCompartir {
    margin: 0;
    display: none;
}

body.departamentos .listadoNoticias + .masActualidad {
    margin-top: 20px;
    display: flex;
    justify-content: end;
}

body.departamentos .listadoNoticias + .masActualidad a {
    background: #47596b;
    padding: 5px 10px;
    color: #fff;
}

body.departamentos .col-md-9.detalleNoticia, body.departamentos .col-md-3.detalleNoticia {
    width: unset;
    max-width: 100% !important;
    float: none;
}

body.departamentos .col-md-9.detalleNoticia .headerNoticias {
    border-bottom: 1px solid #66819E;
}

body.departamentos .col-md-9.detalleNoticia .title h3 {
    font-size: 20px;
}

body.departamentos .col-md-9.detalleNoticia .cuerpoNoticia p:not(:last-of-type) {
    margin-bottom: 15px;
}

body.departamentos .col-md-9.detalleNoticia .compartir {
    display: flex;
    margin-top: 30px;
    justify-content: end;
}

body.departamentos .col-md-9.detalleNoticia .compartir .divCompartir {
    display: none;
}

body.departamentos .col-md-9.detalleNoticia .compartir, body.departamentos .col-md-9.detalleNoticia .compartir .divCompartir, body.departamentos .col-md-9.detalleNoticia .compartir .rrss {
    float: none;
}

body.departamentos .col-md-3.detalleNoticia .galeria .title {
    margin-top: 0;
}

body.departamentos .col-md-3.detalleNoticia .galeria .descargaImg img {
    width: 100px;
}

body.departamentos .col-md-9.detalleNoticia .compartir .rrss {
    position: relative;
}

body.departamentos .col-md-9.detalleNoticia .compartir .rrss a {
    padding: 0;
}

body.departamentos .col-md-9.detalleNoticia .compartir .rrss a:after {
    margin-right: 0;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.departamentos .portlet-asset-publisher hr.separator {
    display: none;
}

@media (min-width: 768px) {
    body.departamentos .columna_uno_dep .listadoNoticias .noticias {
        flex: 1 1 0;
    }
}
/***************** 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: "?";
    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 .container {
        width: 90%;
        margin: 0 auto;
    }
    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;
        flex-direction: column;
        justify-content: center;
    }
    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;
    }
    .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;
    }
    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 0.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 select {
        border: 0;
    }
    /*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:not(:first-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.departamentos .breadcrumbs-rrss .breadcrumbs, body.departamentos .breadcrumbs-rrss .redes-sociales, body.departamentos .fondoAzul {
        display: none;
    }
    body.departamentos .menu_mobile button.burger span {
        background: #66819E !important;
    }
    body.departamentos .columna_uno_dep .menu_ftl_pc.nav_principal {
        display: none;
    }
    body.departamentos .title_site_mv {
        display: block;
    }
}
@media (max-width: 767px) {
    /*body.departamentos header #heading {
  	margin-bottom: 30px;
  }*/
    .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;
    }
    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;
    }
}
/* VARIABLES DE COLORES */
body.dependiente_v2 .oculto {
    display: none !important;
}

body.dependiente_v2 .visible {
    display: block !important;
}

body.dependiente_v2 .centered_title h2 {
    text-align: center;
}

body.dependiente_v2 .fondo_azul {
    background: #d7e6fc;
}

body.dependiente_v2 .overlay_menu {
    cursor: auto;
}

body.dependiente_v2 .container {
    border: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
}
@media (min-width: 1400px) {
    body.dependiente_v2 .container {
        max-width: 1320px !important;
    }
}

@media (min-width: 992px) {
    body.dependiente_v2 header + .container, body.dependiente_v2 header + .breadcrumbs {
        margin-top: 106px !important;
    }
}

@media (min-width: 992px) {
    body.dependiente_v2.signed-in header#banner {
        top: 56px;
    }
}

body.dependiente_v2 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5rem;
    color: #272833;
    background: #fff;
    /*Plantillas y estructuras*/
}
body.dependiente_v2 .container > #content {
    padding: 0 !important;
}
@media (min-width: 950px) {
    body.dependiente_v2 .container > #content > #main-content .portlet-layout.row {
        margin-right: -12px;
        margin-left: -12px;
    }
}
body.dependiente_v2 h3 {
    font-size: 1.1875rem;
}
body.dependiente_v2 h4 {
    font-size: 1rem;
}
body.dependiente_v2 .btn-primary {
    background-color: #093574;
    border-color: #093574;
    color: #fff;
}
body.dependiente_v2 .btn-primary:hover {
    background-color: #0f5ac3;
    border-color: #0f5ac3;
    color: #fff;
}
body.dependiente_v2 .cita .portlet-content-container {
    border-color: #093574 !important;
}
body.dependiente_v2 p {
    font-size: 16px;
    color: #272833;
    margin-bottom: 1rem;
}
body.dependiente_v2 a, body.dependiente_v2 ul li, body.dependiente_v2 ul li a, body.dependiente_v2 ol li, body.dependiente_v2 ol li a, body.dependiente_v2 .asset-summary {
    font-size: 16px;
}
body.dependiente_v2 .management-bar-primary {
    background-color: #f0f5ff;
    border-color: #093574;
    color: #272833;
}
body.dependiente_v2 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, body.dependiente_v2 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, body.dependiente_v2 .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #093574;
}
body.dependiente_v2 button.dm-infopanel-copy-clipboard .lexicon-icon {
    color: #fff;
}
body.dependiente_v2 div.portlet-document-library .file-entry-actions.management-bar > .navbar-nav.navbar-nav-expand > .nav-item > a.btn.btn-monospaced.btn-secondary.btn-sm.btn-unstyled, body.dependiente_v2 .preview-file .floating-bar {
    background: #093574;
}
body.dependiente_v2 .preview-file .floating-bar .lexicon-icon {
    color: #fff;
}
body.dependiente_v2 div.portlet-document-library .abrir_doc a {
    background: #093574;
    color: #fff;
}
body.dependiente_v2 div.portlet-document-library .abrir_doc a:hover {
    background: #0f5ac3;
    border-color: #0f5ac3;
}
body.dependiente_v2 .portlet-search-results .list-group-title > a, body.dependiente_v2 .portlet-search-results .list-group-title > a:hover {
    color: #093574;
}
body.dependiente_v2 .portlet-search-results .list-group-item .sticker-secondary {
    background-color: #093574;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 {
    line-height: 1.25;
    padding-left: 0;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba {
    display: flex;
    flex-direction: column;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba > div {
    width: 100%;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba .lfr-nav-item.nav-item:has(button[aria-expanded=true]) {
    background-color: #ecf6fb;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba .lfr-nav-item.nav-item:has(button[aria-expanded=true]) a {
    color: #0f5ac3 !important;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba .lfr-nav-item.nav-item.selected.active {
    background-color: #ecf6fb;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba .lfr-nav-item.nav-item.selected.active a {
    color: #0f5ac3 !important;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba .lfr-nav-item.nav-item {
    background-color: rgba(17, 17, 17, 0.0549019608);
    margin: 0.125em 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    display: flex;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba .lfr-nav-item.nav-item a {
    padding: 0.5em 1em;
    line-height: 24px;
    width: 100%;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba .lfr-nav-item.nav-item button {
    min-width: 40px;
    border-left: 1px solid #d5d5d5;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba .lfr-nav-item.nav-item button:after {
    margin-left: 0;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba div[class*=menuDesplegable] {
    padding-left: 0;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba .menuDesplegable2 a {
    padding-left: 1.75em !important;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba .menuDesplegable3 a {
    padding-left: 2.5em !important;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba .menuDesplegable4 a {
    padding-left: 3.25em !important;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba .menuDesplegable5 a {
    padding-left: 4em !important;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba .menuDesplegable6 a {
    padding-left: 4.75em !important;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba a {
    color: #093574;
}
body.dependiente_v2 div:not([id*=main_navigation_menu_mobile]) > .menuDesplegable.v2_0 .menuPrueba a:hover {
    color: #0f5ac3;
}
body.dependiente_v2 .portlet-boundary .portlet-body {
    margin-bottom: 1.5rem;
    padding-bottom: 0;
}
body.dependiente_v2 .portlet-content .portlet-header {
    border-bottom: none;
}
body.dependiente_v2 .portlet-content .portlet-header .autofit-col-expand {
    flex-grow: 1;
}
body.dependiente_v2 .portlet-content .portlet-header .autofit-col-expand h2.portlet-title-text {
    font-size: 1.75rem;
    line-height: 2.375rem;
    margin-bottom: 1.5rem;
    text-transform: none;
    border-bottom: 0;
    padding: 0;
}
body.dependiente_v2 .menu_ftl_pc.nav_principal h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    margin-bottom: 1.5rem;
    text-transform: none;
    border-bottom: 0;
    padding: 0;
}
body.dependiente_v2 :is(.menuIzquierdo, .col-md-3.portlet-column-last) :is(.menu_ftl_pc.nav_principal h2, .portlet-content .portlet-header h2.portlet-title-text) {
    font-size: 1.15rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}
body.dependiente_v2 .portlet-dropzone.portlet-column-content > .portlet-con-titulo section {
    margin: 0 0 1.5rem 0;
}
body.dependiente_v2 .portlet-con-titulo section {
    margin: 1.5rem 0;
}
body.dependiente_v2 a {
    color: #093574;
}
body.dependiente_v2 a:hover {
    color: #0f5ac3;
}
body.dependiente_v2 .active.selected a {
    color: #093574 !important;
}
body.dependiente_v2 .active.selected a:hover {
    color: #0f5ac3 !important;
}
body.dependiente_v2 .info_novedad .cat_novedad {
    color: #093574;
}
body.dependiente_v2 .edit a {
    background: #093574 !important;
    padding: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.dependiente_v2 .edit a:hover {
    background: #0f5ac3 !important;
}
body.dependiente_v2 .edit a .lexicon-icon {
    color: #fff;
    margin-top: 0;
}
body.dependiente_v2 .compartirPrincipal .rrss a, body.dependiente_v2 .detalleNoticia .compartir .rrss a {
    background: #093574;
    color: #fff;
}
body.dependiente_v2 .compartirPrincipal .rrss a:hover, body.dependiente_v2 .detalleNoticia .compartir .rrss a:hover {
    background: #0f5ac3;
}
body.dependiente_v2 .masActualidad a {
    background: #093574 !important;
}
body.dependiente_v2 .masActualidad a:hover {
    background: #0f5ac3 !important;
}
body.dependiente_v2 .destacamos ul li {
    background: #093574 !important;
    display: flex !important;
    justify-content: center;
}
body.dependiente_v2 .destacamos ul li:hover a {
    color: #fff;
}
body.dependiente_v2 .destacamos ul li a {
    flex-grow: 1;
    text-align: center;
}
body.dependiente_v2 ul.lfr-pagination-buttons.pagination li:not(.disabled) a {
    background-color: #093574 !important;
    color: #fff;
}
body.dependiente_v2 ul.lfr-pagination-buttons.pagination li:not(.disabled) a:hover {
    background-color: #0f5ac3 !important;
}
body.dependiente_v2 .taglib-search-iterator-page-iterator-bottom .pagination-items-per-page > button, body.dependiente_v2 .pagination-bar .pagination-items-per-page > button {
    color: #272833;
}
body.dependiente_v2 .taglib-search-iterator-page-iterator-bottom .dropdown-item.active, body.dependiente_v2 .pagination-bar .dropdown-item.active {
    background-color: #093574 !important;
}
body.dependiente_v2 .taglib-search-iterator-page-iterator-bottom .pagination > li > a, body.dependiente_v2 .pagination-bar .pagination > li > a {
    color: #272833;
}
body.dependiente_v2 .taglib-search-iterator-page-iterator-bottom .pagination > li.active > a, body.dependiente_v2 .pagination-bar .pagination > li.active > a {
    background-color: #093574 !important;
    border-color: #093574 !important;
    color: #fff;
}
body.dependiente_v2 .dropdown-menu ul ul li {
    margin-left: 0;
}
body.dependiente_v2 .dropdown-item {
    color: #272833;
}
body.dependiente_v2 .dropdown-item.active {
    background-color: #093574 !important;
}
body.dependiente_v2 .dropdown-item:hover, body.dependiente_v2 .dropdown-item:focus {
    background-color: #0f5ac3 !important;
    color: #fff !important;
}
body.dependiente_v2 .dropdown-item.active .lexicon-icon, body.dependiente_v2 .dropdown-item:hover .lexicon-icon, body.dependiente_v2 .dropdown-item:focus .lexicon-icon {
    color: #fff;
}
body.dependiente_v2 .lexicon-icon {
    color: #093574;
}
body.dependiente_v2 button.btn-primary, body.dependiente_v2 button.btn-secondary {
    background-color: #093574;
    border-color: #093574;
}
body.dependiente_v2 button.btn-primary:hover, body.dependiente_v2 button.btn-secondary:hover {
    background-color: #0f5ac3;
    border-color: #0f5ac3;
}
body.dependiente_v2 .carousel-control {
    text-shadow: none;
    opacity: 1;
}
body.dependiente_v2 .carousel-control span:last-of-type {
    color: #000;
}
body.dependiente_v2 #accordion .card-link {
    color: #093574;
}
body.dependiente_v2 #accordion .card-link:hover {
    color: #0f5ac3;
}
body.dependiente_v2 .controles_portal_normal {
    z-index: 99;
    position: fixed;
    right: 1em;
    bottom: 1em;
    display: flex;
    flex-direction: column;
}
body.dependiente_v2 .controles_portal_normal span {
    display: none;
}
body.dependiente_v2 .controles_portal_normal a {
    padding: 0.6em;
    font-size: 1.125rem;
    background: #093574;
    color: #fff;
    border: 2px solid #093574;
    text-align: center;
}
body.dependiente_v2 .controles_portal_normal a:hover {
    background: #0f5ac3;
    border-color: #0f5ac3;
    color: #fff;
}
body.dependiente_v2 .controles_portal_normal a:not(:last-of-type) {
    border-bottom: 1px solid #fff;
}
body.dependiente_v2 .controles_portal_normal #boton_home, body.dependiente_v2 .controles_portal_normal #boton_soporte {
    margin-right: 0;
}
body.dependiente_v2 .controles_portal_normal #boton_soporte {
    animation: unset;
    margin-top: 0px;
}
body.dependiente_v2 #scroll {
    display: none;
}
body.dependiente_v2 .menuSitioHorizontal .nav > li.selected span.text-truncate {
    font-weight: 700;
}
body.dependiente_v2 .menuSitioHorizontal .nav > li span.text-truncate {
    border-color: #093574 !important;
    color: #093574 !important;
}
body.dependiente_v2 .menuSitioHorizontal .nav > li span.text-truncate:hover {
    border-color: #0f5ac3 !important;
    color: #0f5ac3 !important;
}
body.dependiente_v2 .menuSitioHorizontal .nav > li ul {
    background-color: #093574 !important;
}
body.dependiente_v2 .menuSitioHorizontal .portlet-content-container ul li ul.dropdown-menu li a:hover {
    background-color: #0f5ac3 !important;
    color: #fff !important;
}
body.dependiente_v2 .menuSitioHorizontal .portlet-content-container li.selected.active ul li a {
    background-color: #093574 !important;
}
body.dependiente_v2 .menuSitioHorizontal .portlet-content-container li.selected.active ul li a:hover {
    background-color: #0f5ac3 !important;
    color: #fff !important;
}
body.dependiente_v2 .menuSitioHorizontal .portlet-content-container li.selected.active ul li.active.selected a {
    background-color: #0f5ac3 !important;
    color: #fff !important;
}
body.dependiente_v2 header {
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    z-index: 101;
}
@media (min-width: 992px) {
    body.dependiente_v2 header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }
}
body.dependiente_v2 header .container {
    background: transparent;
    height: 100%;
}
body.dependiente_v2 header a:hover {
    text-decoration: none;
}
body.dependiente_v2 header .gva-btn {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    border-radius: 0;
    cursor: pointer;
    padding: 0.5rem 1rem;
}
body.dependiente_v2 header .gva-btn i {
    min-width: 1em;
    min-height: 1em;
    text-align: center;
}
body.dependiente_v2 .top-header-wrapper {
    background: #2f2f2f;
    height: 2em;
}
@media (max-width: 991px) {
    body.dependiente_v2 .top-header-wrapper {
        height: 0;
    }
}
body.dependiente_v2 .top-header-wrapper a, body.dependiente_v2 .top-header-wrapper i {
    color: #fff;
}
body.dependiente_v2 .top-header-wrapper .container {
    display: flex;
    justify-content: right;
}
body.dependiente_v2 .top-header-wrapper .container > div:not(:last-child) {
    border-right: 1px solid #fff;
}
body.dependiente_v2 .top-header-wrapper .signout {
    margin-right: auto;
    align-self: center;
    border: none !important;
}
body.dependiente_v2 .top-header-wrapper .signout a {
    background: #0f5ac3 !important;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 700;
}
body.dependiente_v2 .top-header-wrapper .private-area-wrapper {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
}
body.dependiente_v2 .top-header-wrapper .private-area-wrapper a {
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
}
body.dependiente_v2 .top-header-wrapper .language-wrapper {
    display: flex;
    align-items: center;
}
body.dependiente_v2 .top-header-wrapper .language-wrapper .language-selector.dropdown.show button i {
    transform: rotate(180deg);
}
body.dependiente_v2 .top-header-wrapper .language-wrapper button {
    background: transparent;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
}
body.dependiente_v2 .top-header-wrapper .language-wrapper .languages {
    min-width: 0;
    border-radius: 0;
    margin-top: 5px;
    z-index: 99;
    border: 2px solid #0f5ac3;
    border-top: 0;
    max-height: unset;
}
body.dependiente_v2 .top-header-wrapper .language-wrapper .languages .dropdown-item:hover {
    background-color: #f0f5ff !important;
}
body.dependiente_v2 .top-header-wrapper .language-wrapper .languages a {
    text-transform: uppercase;
    color: #093574;
}
body.dependiente_v2 .top-header-wrapper .language-wrapper .languages a:hover {
    color: #0f5ac3;
    text-decoration: underline !important;
}
body.dependiente_v2 .top-header-wrapper .search-wrapper {
    display: flex;
    align-items: center;
}
body.dependiente_v2 .top-header-wrapper .search-wrapper .search-form {
    display: none;
    position: absolute;
    z-index: 101;
    margin-top: 0;
    background: #d7e6fc;
    height: 7.35em;
    top: 2em;
    width: 100%;
    left: 0;
    align-items: center;
    flex-grow: 1;
}
@media (max-width: 991px) {
    body.dependiente_v2 .top-header-wrapper .search-wrapper .search-form {
        top: 4.56em;
    }
}
body.dependiente_v2 .top-header-wrapper .search-wrapper .search-form .portlet-search-bar {
    display: flex;
    flex-grow: 1;
    height: 6.25em;
    align-items: center;
    padding: 0 2em;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
body.dependiente_v2 .top-header-wrapper .search-wrapper .search-form .portlet-search-bar > section {
    width: 100%;
}
body.dependiente_v2 .top-header-wrapper .search-wrapper .search-form .portlet-search-bar .search-bar-keywords-input-wrapper input {
    border: 2px solid #093574;
    border-right: 0;
    height: 3.6em !important;
    padding: 0 1.25em;
    border-radius: 0;
    background: #fff;
    font-size: 1rem !important;
}
body.dependiente_v2 .top-header-wrapper .search-wrapper .search-form .portlet-search-bar .search-bar-keywords-input-wrapper input + div {
    border: 2px solid #093574;
    border-left: 0;
    height: 3.6em !important;
    width: 3.5em;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3em;
}
body.dependiente_v2 .top-header-wrapper .search-wrapper .search-form .portlet-search-bar .search-bar-keywords-input-wrapper input + div button {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.25rem;
    border-radius: 0;
    cursor: pointer;
    background-color: #093574;
    color: #ffffff;
    border: 2px solid #093574;
    min-width: 1em;
    min-height: 1em;
    padding: 0.6em !important;
    font-size: 1.125rem;
    height: 100% !important;
    margin: 0 !important;
    width: 100%;
}
body.dependiente_v2 .top-header-wrapper .search-wrapper .search-form .portlet-search-bar .search-bar-keywords-input-wrapper input + div button .lexicon-icon {
    fill: #fff;
    width: 18px !important;
}
body.dependiente_v2 .bottom-header-wrapper {
    background: #fff;
    height: 4.56em;
}
body.dependiente_v2 .bottom-header-wrapper .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
body.dependiente_v2 .bottom-header-wrapper .logo .logo-generalitat {
    border-right: 1px solid #d5d5d5;
    padding-right: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
@media (max-width: 991px) {
    body.dependiente_v2 .bottom-header-wrapper .logo .logo-generalitat {
        border-right: none;
    }
}
body.dependiente_v2 .bottom-header-wrapper .logo .logo-generalitat img {
    height: 3.5rem;
}
body.dependiente_v2 .bottom-header-wrapper .logo .logo-organo-dependiente {
    padding: 0 1rem;
    margin-right: auto;
}
@media (max-width: 991px) {
    body.dependiente_v2 .bottom-header-wrapper .logo .logo-organo-dependiente {
        padding: 0;
    }
}
body.dependiente_v2 .bottom-header-wrapper .logo .logo-organo-dependiente h1 {
    margin-bottom: 0;
}
body.dependiente_v2 .bottom-header-wrapper .logo .logo-organo-dependiente img {
    object-fit: contain;
    max-width: 100%;
    max-height: 3.5rem;
}
@media (max-width: 991px) {
    body.dependiente_v2 .bottom-header-wrapper .logo .title {
        display: none;
    }
}
body.dependiente_v2 .bottom-header-wrapper .logo .title a {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #093574 !important;
    font-weight: 600;
}
body.dependiente_v2 .bottom-header-wrapper .logo .title a:hover {
    color: #0f5ac3 !important;
}
body.dependiente_v2 .bottom-header-wrapper .logo .header-buttons-mobile {
    display: none;
}
@media (max-width: 991px) {
    body.dependiente_v2 .bottom-header-wrapper .logo .header-buttons-mobile {
        display: flex;
    }
}
body.dependiente_v2 .bottom-header-wrapper .logo .header-buttons-mobile i {
    font-size: 1.3rem;
}
body.dependiente_v2 #portal-brand-mobile {
    background: #f1f1f1;
}
body.dependiente_v2 #portal-brand-mobile > div {
    padding-left: 12px;
    padding-right: 12px;
}
body.dependiente_v2 #portal-brand-mobile > div:last-of-type {
    border-top: 1px solid #d5d5d5;
}
body.dependiente_v2 #portal-brand-mobile a {
    color: #111;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
}
body.dependiente_v2 .main-navigation-mobile-wrapper {
    display: none;
    position: absolute;
    z-index: 9;
    width: 100;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation {
    background: #fff;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation .portlet-body {
    padding-bottom: 0;
    margin-bottom: 0;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation .portlet-body .menuDesplegable button[aria-expanded=false]:after, body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation .portlet-body .menuDesplegable button[aria-expanded=true]:after {
    margin-left: 0;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation .portlet-body .menuDesplegable > .menuPrueba {
    border-bottom: 1px solid #d5d5d5 !important;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation .portlet-body .menuDesplegable > .menuPrueba div.nav-item {
    padding: 20px 16px !important;
    float: unset;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation .portlet-body .menuDesplegable > .menuPrueba a {
    font-size: 1rem;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation .portlet-body .menuDesplegable > .menuPrueba button:after {
    font-size: 16px;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation .portlet-body .menuDesplegable > .menuPrueba:last-of-type {
    border: none !important;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation .portlet-body .menuDesplegable .menuPrueba {
    padding: 0;
}
@media (max-width: 576px) {
    body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation .portlet-body .menuDesplegable .menuPrueba button {
        width: unset;
        margin-left: 0;
    }
}
body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation .portlet-body .menuDesplegable div[class*=menuDesplegable] div.nav-item button:after {
    color: #fff !important;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation .portlet-body .menuDesplegable div[class*=menuDesplegable] a {
    color: #fff !important;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation .portlet-body .menuDesplegable div[id*=layout_], body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation .portlet-body .menuDesplegable div[class*=layout_] {
    width: 100%;
    background: #093574;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .main-navigation .portlet-body a {
    color: #093574 !important;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .private-area-mobile-wrapper {
    position: relative;
    background: #2f2f2f;
    border-bottom: 1px solid #fff;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .private-area-mobile-wrapper a {
    color: #fff;
    text-transform: uppercase;
    display: flex;
    padding: 20px 16px;
    text-decoration: none;
    justify-content: left;
    cursor: pointer;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .language-mobile-wrapper {
    background: #2f2f2f;
    color: #fff;
    text-transform: uppercase;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .language-mobile-wrapper .language-selector.show button {
    background: #093574 !important;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .language-mobile-wrapper .language-selector.show button i {
    transform: rotate(180deg);
}
body.dependiente_v2 .main-navigation-mobile-wrapper .language-mobile-wrapper .language-selector button {
    width: 100%;
    justify-content: space-between;
    padding: 20px 16px;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    border: 0;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .language-mobile-wrapper .language-selector .languages {
    position: relative !important;
    max-width: 100%;
    transform: unset !important;
    top: unset !important;
    left: unset !important;
    border-radius: 0;
    padding: 0;
    border: 0;
    margin: 0;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .language-mobile-wrapper .language-selector .languages .language {
    background: #595959;
    border-top: 1px solid #fff;
}
body.dependiente_v2 .main-navigation-mobile-wrapper .language-mobile-wrapper .language-selector .languages .language a {
    color: #fff;
    padding: 20px 16px;
    justify-content: flex-start;
}
body.dependiente_v2 .breadcrumbs {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    background: #0c489b;
}
@media (max-width: 950px) {
    body.dependiente_v2 .breadcrumbs {
        display: block;
        padding-top: 0.75em;
        padding-bottom: 0.75em;
    }
}
body.dependiente_v2 .breadcrumbs .container {
    background: transparent;
}
@media (max-width: 576px) {
    body.dependiente_v2 .breadcrumbs .container {
        margin-bottom: 0 !important;
    }
}
body.dependiente_v2 .breadcrumbs .container .portlet-body {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}
body.dependiente_v2 .breadcrumbs .container .portlet-body ul {
    margin-bottom: 0;
    padding-top: 0;
    background: transparent;
    display: block;
}
@media (min-width: 991px) {
    body.dependiente_v2 .breadcrumbs .container .portlet-body ul {
        padding-left: 12px;
        padding-right: 12px;
    }
}
body.dependiente_v2 .breadcrumbs .container .portlet-body ul li {
    font-weight: 400;
    line-height: 1.25rem;
    color: #fff;
    display: inline-block;
}
body.dependiente_v2 .breadcrumbs .container .portlet-body ul li a {
    color: #fff;
    font-size: 0.875rem;
    max-width: 17.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    display: inline-block;
}
body.dependiente_v2 .breadcrumbs .container .portlet-body ul li:before {
    display: none;
}
body.dependiente_v2 .breadcrumbs .container .portlet-body ul li:not(:last-child):after {
    content: "/";
    margin: 0 0.6em;
}
@media (max-width: 991px) {
    body.dependiente_v2 .breadcrumbs .container .portlet-body ul li:not(:last-child) {
        display: none;
    }
}
body.dependiente_v2 .breadcrumbs .container .portlet-body ul li.active {
    font-size: 1.5rem;
    line-height: 2rem;
    display: block;
}
@media (max-width: 950px) {
    body.dependiente_v2 .breadcrumbs .container .portlet-body ul li.active {
        font-size: 1.25rem;
        line-height: 1;
    }
}
body.dependiente_v2 #footer {
    padding: 0;
    border: none;
}
body.dependiente_v2 #footer .footer-top {
    background: #06234C;
}
body.dependiente_v2 #footer .footer-top .redes-sociales {
    padding: 1em;
    border-bottom: 1px solid #d5d5d5;
    justify-content: center;
}
body.dependiente_v2 #footer .footer-top .redes-sociales .portlet {
    margin-top: 0;
}
body.dependiente_v2 #footer .footer-top .redes-sociales .portlet .portlet-body {
    margin-bottom: 0;
    padding-top: 0;
}
body.dependiente_v2 #footer .footer-top .redes-sociales .botones-iconos-rrss {
    gap: 1rem;
}
body.dependiente_v2 #footer .footer-top .redes-sociales .botones-iconos-rrss a {
    background: transparent;
    color: #fff;
    padding: 0.6em;
    font-size: 18px;
}
body.dependiente_v2 #footer .footer-top .redes-sociales .botones-iconos-rrss a:not(:last-of-type) {
    margin-right: 0;
}
body.dependiente_v2 #footer .footer-top .redes-sociales .botones-iconos-rrss a:hover {
    color: #fff;
}
body.dependiente_v2 #footer .footer-top .menu_footer {
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
body.dependiente_v2 #footer .footer-top .menu_footer .portlet-body {
    margin-bottom: 0;
}
body.dependiente_v2 #footer .footer-top .menu_footer li {
    border: none;
    padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
    body.dependiente_v2 #footer .footer-top .menu_footer li {
        display: block;
    }
}
body.dependiente_v2 #footer .footer-top .menu_footer li a:last-of-type {
    border-right: none;
}
body.dependiente_v2 #footer .footer-top .menu_footer a {
    color: #fff;
    padding: 0;
    font-size: 1rem;
    border-left: none;
}
body.dependiente_v2 #footer .footer-bottom {
    background: #111;
    padding: 1em 0;
}
body.dependiente_v2 #footer .footer-bottom .container {
    background: transparent;
    margin-bottom: 0 !important;
}
body.dependiente_v2 #footer .footer-bottom .container .img_feder_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.dependiente_v2 #footer .footer-bottom .container .img_feder_footer a {
    font-size: 1rem;
    margin-right: 1.5em;
    color: #fff;
}
body.dependiente_v2 #footer .footer-bottom .container .img_feder_footer a img {
    height: 2em;
    width: auto;
}
body.dependiente_v2 #footer .footer-bottom .container .img_feder_footer p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
}
body.dependiente_v2 #aviso-cookies {
    position: fixed;
    bottom: 0;
    max-width: 100%;
    border: 2px solid #06234C;
    z-index: 1000;
    background: #f5fbfd;
    padding: 1rem;
    text-align: center;
}
body.dependiente_v2 #aviso-cookies .cerrar {
    float: right;
    margin-top: 0;
    margin-right: 0;
    font-size: 0.875rem;
    font-weight: 700;
    width: 30px;
    height: 30px;
    display: block;
}
body.dependiente_v2 #aviso-cookies .cerrar span {
    font-size: 18px;
    font-weight: 600;
}
body.dependiente_v2 #aviso-cookies > p {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #272833;
}
body.dependiente_v2 #aviso-cookies .btn-acepta-cookies, body.dependiente_v2 #aviso-cookies .cerrar {
    background-color: #093574;
    color: #fff;
    border: 2px solid #093574;
    font-weight: 400;
}
body.dependiente_v2 #aviso-cookies .btn-acepta-cookies:hover, body.dependiente_v2 #aviso-cookies .cerrar:hover {
    background-color: #0f5ac3 !important;
    border-color: #0f5ac3;
    color: #fff;
}
body.dependiente_v2 #aviso-cookies > a {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    color: #272833;
    text-decoration: none;
}
body.dependiente_v2 #aviso-cookies > a:hover {
    text-decoration: underline;
    color: #0f5ac3;
}
body.dependiente_v2 .listadoEventos .evento .card .card-body span, body.dependiente_v2 .listadoEventosHorizontal .evento .info_evento .title, body.dependiente_v2 .listadoEventosHorizontal .evento .info_evento .txt_evento > a {
    color: #093574;
}
body.dependiente_v2 .listadoEventos .evento .card p.btn-primary {
    background: #093574;
}
body.dependiente_v2 .noticias .verMas .datosNoticia .mas {
    height: 12px;
    width: 12px;
}
body.dependiente_v2 .noticias .verMas .datosNoticia .mas a.linkNoticia {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0;
    line-height: 1.25;
}
body.dependiente_v2 .noticias .verMas .datosNoticia .mas a.linkNoticia:after {
    margin-left: 0;
}
body.dependiente_v2 .noticias .verMas .datosNoticia .rs {
    position: relative;
    width: 12px;
    height: 12px;
    margin-top: 5px;
    border-radius: 0;
}
body.dependiente_v2 .noticias .verMas .datosNoticia .rs a.descargaImg {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.25;
    font-size: 8px;
}
body.dependiente_v2 .compartirPrincipal, body.dependiente_v2 .detalleNoticia .compartir {
    margin-top: 0;
}
body.dependiente_v2 .compartirPrincipal .divCompartir, body.dependiente_v2 .detalleNoticia .compartir .divCompartir {
    margin: -2px;
}
body.dependiente_v2 .compartirPrincipal .divCompartir p, body.dependiente_v2 .detalleNoticia .compartir .divCompartir p {
    margin-bottom: 0;
    line-height: 1.25;
}
body.dependiente_v2 .compartirPrincipal .rrss, body.dependiente_v2 .detalleNoticia .compartir .rrss {
    position: relative;
}
body.dependiente_v2 .compartirPrincipal .rrss a, body.dependiente_v2 .detalleNoticia .compartir .rrss a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.25;
    padding: 0;
    font-size: 9px;
}
body.dependiente_v2 .compartirPrincipal .rrss a:after, body.dependiente_v2 .detalleNoticia .compartir .rrss a:after {
    margin-right: 0;
    padding-top: 1px;
    display: inline-block;
}
body.dependiente_v2 .detalleNoticia .headerNoticias h3 {
    font-size: 20px;
}
body.dependiente_v2 .detalleNoticia .galeria .title {
    border-bottom: none;
}
body.dependiente_v2 .detalleNoticia .galeria .title p {
    color: #272833;
    font-size: 1.125rem;
    line-height: 1.75rem;
    border-bottom: none;
    text-transform: none;
}
body.dependiente_v2 .detalleNoticia .galeria .title p::before {
    content: "\f030";
    font-family: "Font Awesome 6 Free", sans-serif;
    margin-right: 5px;
}
body.dependiente_v2 .detalleNoticia .galeria.audio .title p:before {
    content: "\f028";
}
body.dependiente_v2 .detalleNoticia .compartir {
    margin-top: 20px;
}
body.dependiente_v2 .detalleNoticia .compartir a {
    font-size: 10px !important;
}
body.dependiente_v2 .detalleNoticia .compartir a:after {
    padding-top: 3px !important;
}
body.dependiente_v2 .modalMed .modal-title {
    margin-bottom: 0;
}
body.dependiente_v2 .calendar-portlet {
    line-height: 1.25;
}
body.dependiente_v2 .calendar-portlet .btn:not(.panel-header, .scheduler-base-view) {
    color: #fff;
}
body.dependiente_v2 .calendar-portlet :is(.yui3-skin-sam .yui3-calendar-header-label), body.dependiente_v2 .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: #093574 !important;
}
body.dependiente_v2 .calendar-portlet .calendar-list-item-arrow .lexicon-icon, body.dependiente_v2 .calendar-portlet .scheduler-base-controls :is(.scheduler-base-icon-next, .scheduler-base-icon-prev) .lexicon-icon {
    margin-top: -3px;
}
body.dependiente_v2 .calendar-portlet .scheduler-base-controls .scheduler-base-today, body.dependiente_v2 .calendar-portlet .scheduler-base-controls :is(.scheduler-base-icon-next, .scheduler-base-icon-prev) .lexicon-icon {
    color: #fff;
}
body.dependiente_v2 .calendar-portlet :is(.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle) {
    background-color: #093574;
    border-color: #093574;
}
body.dependiente_v2 .calendar-portlet :is(.btn-primary) {
    background-color: #093574 !important;
}
body.dependiente_v2 .calendar-portlet :is(.btn-primary):hover {
    background-color: #0f5ac3 !important;
    border-color: #0f5ac3;
}
body.dependiente_v2 .calendar-portlet :is(.scheduler-today-hd), body.dependiente_v2 .calendar-portlet .scheduler-view-day-current-time {
    border-color: #093574 !important;
}
body.dependiente_v2 .calendar-portlet :is(.scheduler-view-day-header-view-label) {
    color: #093574;
}
body.dependiente_v2 .calendar-portlet :is(.yui3-skin-sam .calendar-portlet .yui3-calendar-day.lfr-current-day) {
    background-color: #093574 !important;
}
body.dependiente_v2 .cuadroBotones .boton {
    border-color: #093574;
}
body.dependiente_v2 .cuadroBotones .boton:hover {
    background: #093574;
}
body.dependiente_v2 .cuadroBotonesEVES .boton {
    border-color: #093574;
}
body.dependiente_v2 .cuadroBotonesEVES .boton:hover, body.dependiente_v2 .cuadroBotonesEVES .boton:hover:after {
    background: #093574;
}
body.dependiente_v2 .cuadroBotonesEVES .boton:after {
    border-color: #093574;
}
body.dependiente_v2 .menuBotonera li.boton {
    border-color: #093574 !important;
    border-radius: 5px;
}
body.dependiente_v2 .menuBotonera li.boton a p:hover {
    color: #fff;
}
body.dependiente_v2 .menuBotonera li.boton:hover, body.dependiente_v2 .menuBotonera li.boton.active {
    background: #093574 !important;
}
body.dependiente_v2 .menuBotonera li.boton:hover p, body.dependiente_v2 .menuBotonera li.boton.active p {
    color: #fff;
}
body.dependiente_v2 .listadoNoticias .fecha_cat .category_list .cat_novedad a {
    background: #093574 !important;
}
body.dependiente_v2 .listadoNoticias .fecha_cat .category_list .cat_novedad a:hover {
    background: #0f5ac3 !important;
    opacity: 1;
}
body.dependiente_v2 .recomendacionesEspeciales a {
    color: #3c3c3c;
}
body.dependiente_v2 .recomendacionesEspeciales a:hover {
    background: #093574 !important;
    color: #fff;
}
body.dependiente_v2 .contenidoAutformativo .tituloCurso {
    color: #093574;
}
body.dependiente_v2 .contenidoAutformativo .enlaceCurso {
    color: #093574;
    border-color: #093574;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.dependiente_v2 .contenidoAutformativo .enlaceCurso:hover {
    background-color: #093574;
    color: #fff;
}
body.dependiente_v2 .enlace_pdf > a:hover > p {
    color: #0f5ac3;
}
body.dependiente_v2 .campana-estructura .campana-column a:hover {
    color: #0f5ac3;
}
body.dependiente_v2 .centro_sanitario_detalle_tfno a {
    color: #fff !important;
}

/* 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;}*/
body:is(.departamentos, .conselleria) ol {
    padding-left: 17px !important;
}

p {
    font-size: 13.2px;
}

h1 {
    font-size: 15.84px;
}

h2 {
    font-size: 14.52px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 13.3px;
}

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;
}

.sticker.sticker-secondary.sticker-rounded.sticker-document .sticker-overlay .lexicon-icon.lexicon-icon-folder {
    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;
}

.btn-primary .lexicon-icon {
    color: #fff;
}

.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;
}

html .yui3-dd-drop-over .portlet-dropzone {
    box-shadow: 0 0 0 4px #004ad7 inset;
}

html .portlet-dropzone {
    transition: box-shadow 300ms ease-in-out;
    will-change: box-shadow;
}

.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;
}

.portlet-blogs .aspect-ratio {
    padding-bottom: 37.5% !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 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-bar .pagination-items-per-page + .pagination-results {
    margin-left: 10px;
}

.pagination-items-per-page > a,
.pagination-items-per-page > button,
.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;}*/
.dependiente .container header #heading .otros .sublogo .idiomas a:not(:first-of-type) {
    margin-left: 5px;
}

.dependiente .container header #heading .otros .sublogo .idiomas a:hover {
    text-decoration: underline;
}

.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: 0.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, header + .breadcrumbs .camino-migas h2 {
    display: none;
}

header + .breadcrumbs .camino-migas .portlet-con-titulo section {
    margin: 0;
}

.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, 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, 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, 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, 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, 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, sans-serif;
    top: 8px;
    margin-left: 5px;
    font-size: 13.2px;
    speak: none;
}

.menu.informacionGeneral .level-2 {
    padding-left: 15px;
    padding-top: 0px;
}

body:is(.conselleria, .departamentos) #main-content .portlet-navigation .portlet-body .menuDesplegable .menuPrueba > div:first-of-type {
    list-style: none;
    padding-left: 12px;
    background-image: url(../images/GVA/flechaMenu.png);
    background-repeat: no-repeat;
}

body.conselleria #main-content .portlet-navigation .portlet-body .menuDesplegable .menuPrueba > div:first-of-type {
    background-position: 0 4px;
}

body.departamentos #main-content .portlet-navigation .portlet-body .menuDesplegable .menuPrueba > div:first-of-type {
    background-position: 0 6px;
}

.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, sans-serif;
    top: 8px;
    margin-left: 5px;
    font-size: 13.2px;
    speak: none;
}

.menuDesplegable button[aria-expanded=true]:after {
    content: "\f106";
    font-family: fontAwesome, 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 .active.selected a {
    color: #c80f2e !important;
    font-weight: 600 !important;
}

.menuDesplegable .level-3,
.menuDesplegable .level-4,
.menuDesplegable .level-5,
.menuDesplegable .level-6 {
    padding-left: 12px;
    padding-top: 0px;
}

.menuDesplegable .collapse.show {
    display: inline-block !important;
    width: 100%;
}

.departamentos .menuDesplegable div:is(.collapse, .collapsing) {
    width: 100%;
}

.departamentos .menuDesplegable.dependiente .collapse.show, .departamentos .menuDesplegable.dependiente .collapsing {
    padding-bottom: 15px;
}

.menuPrueba {
    display: inline-block;
    width: 100%;
}

.menuDesplegable .menuPrueba li,
.menuDesplegable .menuPrueba > div,
.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, sans-serif;
    float: right;
    padding: 0px 5px;
    border-radius: 10px;
    speak: none;
}

.menuPrincipalDesplegable button[aria-expanded=false]:after {
    content: "\f063";
    font-family: fontAwesome, 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, 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, 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, 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, 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, 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: "\e61b";
    font-family: "Font Awesome 6 Brands", sans-serif;
    top: 8px;
    margin-right: 5px;
    speak: none;
}

.compartirPrincipal a.linkedin:after {
    content: "\f0e1";
    font-family: fontAwesome, sans-serif;
    top: 8px;
    margin-right: 5px;
    speak: none;
}

.compartirPrincipal a.facebook:after {
    content: "\f09a";
    font-family: fontAwesome, sans-serif;
    top: 8px;
    margin-right: 5px;
    speak: none;
}

.compartirPrincipal a.mail:after {
    content: "\f0e0";
    font-family: fontAwesome, 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, 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: "\e61b";
    font-family: "Font Awesome 6 Brands", sans-serif;
    top: 8px;
    margin-right: 5px;
    speak: none;
}

.compartir a.linkedin:after {
    content: "\f0e1";
    font-family: fontAwesome, sans-serif;
    top: 8px;
    margin-right: 5px;
    speak: none;
}

.compartir a.facebook:after {
    content: "\f09a";
    font-family: fontAwesome, sans-serif;
    top: 8px;
    margin-right: 5px;
    speak: none;
}

.compartir a.mail:after {
    content: "\f0e0";
    font-family: fontAwesome, 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, sans-serif;
    top: 8px;
    margin-left: 5px;
    speak: none;
}

.boton_link.foto a:after {
    content: "\f030";
    font-family: fontAwesome, 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, .imgPrincipalsw .groupName .nombre p {
    float: left;
    line-height: initial;
    border-radius: 15px 0 0 0;
    padding: 5px 10px !important;
    width: 190px;
    margin-bottom: 0px;
    min-height: 53px;
    font-size: 20px;
    font-weight: 400;
    font-family: Roboto, sans-serif !important;
    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 rgb(236, 236, 236);
}

.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: 0.25em 0 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: 0.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: 0.625em;
}

table th {
    font-size: 0.85em;
    letter-spacing: 0.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: 0.625em;
    }
    table tr th {
        border: 0px;
    }
    table td {
        border: 0px !important;
        display: block;
        font-size: 0.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: 0.5rem;
    padding-right: 0.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;
    }
}
@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;
    }
}
body.dependiente .portlet-column-center .menuIconos {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
}

body.dependiente .portlet-column-center.menuIconos .imagenIcono {
    flex-basis: 33.33%;
}

@media screen and (max-width: 810px) {
    body.dependiente .portlet-column-center.menuIconos .imagenIcono {
        flex-basis: 33.33%;
    }
}
@media screen and (max-width: 300px) {
    body.dependiente .portlet-column-center.menuIconos .imagenIcono {
        flex-basis: 50%;
    }
}
/*********** [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, .portlet-search-results .sidebar-dl .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 {
    display: none;
}

.portlet-document-library .sidebar-dl .sidebar-dd ~ .sidebar-dd ~ .sidebar-dd, .portlet-search-results .sidebar-dl .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 {
    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;
}

.portlet-document-library .portlet-body .sidenav-menu-slider .info-panel-content .sidebar-body ul li[data-tab-name*=versions], .portlet-document-library .portlet-body .sidenav-menu-slider .info-panel-content .sidebar-body ul li[data-tab-name*=details] {
    display: none;
}

.document-library-breadcrumb ol.breadcrumb {
    background: #fff;
    margin-bottom: 0;
}

.document-library-breadcrumb ol.breadcrumb > li {
    padding-left: 0;
}

.document-library-breadcrumb ol.breadcrumb > li:first-of-type, .document-library-breadcrumb ol.breadcrumb > li:not(:last-of-type) {
    display: none;
}

.document-library-breadcrumb ol.breadcrumb > li:last-of-type a {
    pointer-events: none;
}

.document-library-breadcrumb ol.breadcrumb > li:last-of-type span {
    max-width: unset;
    color: #495057;
    font-weight: 500;
    padding-left: 15px;
}

.portlet-document-library .portlet-body ol.breadcrumb li::marker, .portlet-document-library .portlet-body ol.breadcrumb li::before {
    content: "";
    background-image: url(../images/GVA/carpeta_migas_doc.svg);
    top: 50% !important;
    margin-top: -0.375em !important;
}

div[id*=entriesSearchContainer] .lfr-search-container-list .list-group-item.list-group-item-flex .autofit-col:last-of-type h2 + span {
    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, .portlet-asset-publisher .asset-full-content.clearfix.mb-5 .noticiaEntera p:empty {
    margin-bottom: 0;
}

.portlet-asset-publisher .asset-full-content.clearfix.mb-5 .noticiaEntera p {
    margin-bottom: 10px;
}

/********** 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;
}

/*------------------- MAPA WEB ---------------*/
div[id*=site_map_web] .portlet-body > ul:first-of-type {
    padding: 5px 0 0 0 !important;
}

div[id*=site_map_web] .portlet-body ul {
    padding: 15px 0 0 0 !important;
}

div[id*=site_map_web] .portlet-body ul li {
    list-style: none;
    padding-left: 12px;
    background-image: url(/o/TEMA_CONSELLERIA/images/GVA/flechaMenu.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    margin-bottom: 15px;
}

div[id*=site_map_web] .portlet-body > ul > li > a, div[id*=site_map_web] .portlet-body > ul > li > ul > li > a {
    font-weight: 700;
}

/*------------------- TPL menu una columna ---------------*/
.list-menu-one-column ul.layouts li, .list-menu-two-columns ul.layouts li {
    background-position-y: 6px !important;
}

.list-menu-one-column ul.layouts li ul, .list-menu-two-columns ul.layouts li ul {
    margin-top: 10px;
}

/*------------------- Botón agenda ---------------*/
.calendar-portlet header .dropdown button.btn {
    background-color: #30313f;
}

/*------------------- Foro discusion ---------------*/
.portlet-message-boards .portlet-content .portlet-header > .autofit-col-end {
    top: 40px;
}

.portlet-message-boards .navigation-bar-light {
    background-color: #fff;
    margin-top: 30px;
}

.portlet-message-boards nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.portlet-message-boards .btn-primary:focus, .portlet-message-boards .focus.btn-primary, .portlet-message-boards .btn-secondary {
    background-color: #c80f2e;
    border-color: #c80f2e;
}

.portlet-message-boards .breadcrumb {
    display: none;
}

.portlet-message-boards .portlet-content-container .main-content-body.mt-4 .breadcrumb {
    display: none;
}

.portlet-message-boards .portlet-content-container .main-content-body.mt-4 .autofit-row.autofit-float-end {
    justify-content: space-between;
}

.portlet-message-boards .list-group-notification .list-group-item {
    border-width: 1px;
}

.portlet-message-boards .list-group-notification .list-group-item .sticker-secondary {
    background-color: #fff;
    border: 1px solid #c80f2e;
}

.portlet-message-boards .list-group-item.list-group-item-flex .autofit-col.autofit-col-expand .h5 div[class*=icon-] {
    background: #c80f2e;
    border-radius: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    color: #fff;
}

.portlet-message-boards .list-group-item.list-group-item-flex .autofit-col.autofit-col-expand .h5 div[class*=icon-]::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portlet-message-boards .btn-secondary .lexicon-icon {
    color: #fff;
}

body:not(.has-control-menu) .portlet-message-boards form .sheet .panel-group.panel-group-flush fieldset[id*=_com_liferay_message_boards_web_portlet_MBPortlet_] {
    display: none;
}

.portlet-message-boards .thread-container .card-tab-group.message-container .card.panel .panel-heading .card-body .message-user-display ~ h4, .portlet-message-boards .thread-container .card-tab-group.message-container .card.panel .panel-heading .card-body .message-user-display ~ span, .portlet-message-boards .thread-container .card-tab-group.message-container .card.panel .panel-heading .card-body .message-user-display ~ .social-interaction {
    display: none;
}

@media (max-width: 576px) {
    .portlet-message-boards .navigation-bar-light {
        margin-top: 45px;
    }
    nav.navbar-underline .navbar-toggler-link:after {
        background-color: #c80f2e;
    }
    nav.navbar-underline .container-fluid button {
        width: 100%;
        justify-content: center;
    }
    nav.navbar-underline .container-fluid .navbar-collapse ul {
        padding: 0;
    }
    nav.navbar-underline .container-fluid .navbar-collapse ul > li {
        border-left: 3px solid #c80f2e;
        border-right: 3px solid #c80f2e;
        border-bottom: 1px solid #c80f2e;
    }
    nav.navbar-underline .container-fluid .navbar-collapse ul > li:last-of-type {
        border-bottom: 3px solid #c80f2e;
    }
}
/*------------------- Ocultar layouts por defecto -------------------*/
div#_com_liferay_layout_admin_web_portlet_GroupPagesPortlet_typeOptions ul.card-page li:nth-child(-n+14) {
    display: none;
}

/*------------------- Estilos iframe video -------------------*/
video {
    height: auto;
}

body.portal-popup video {
    width: unset !important;
    height: 100vh !important;
}

body.portal-popup {
    background: transparent;
}

body.portal-popup .portlet-forms form .position-relative.row {
    display: flex;
}

body.portal-popup .portlet-forms form .position-relative.row .input-group .input-group-inset-item-after {
    height: unset;
}

body.portal-popup div[class*=_video_internal_portlet_DLVideoPortlet] .portlet-body {
    overflow: hidden;
}

@media (max-width: 768px) {
    .embed-responsive.embed-responsive-16by9 {
        max-width: 100% !important;
    }
    .videoVertical.embed-responsive-16by9::before {
        padding-top: 100%;
    }
}
/*------------------- Clase mostrar movil -------------------*/
body:not(.signed-in) .visibleMovil {
    display: none;
}

@media (max-width: 1024px) {
    body:not(.signed-in).conselleria .visibleMovil {
        display: block;
    }
    body:not(.signed-in).departamentos .visibleMovil {
        display: block;
    }
}
@media (max-width: 950px) {
    body:not(.signed-in).dependiente .visibleMovil {
        display: block;
    }
}
/*------------------- Twitter publicador contenidos -------------------*/
.taglib-social-bookmarks ul li.taglib-social-bookmark-twitter span {
    font-weight: 400;
    font-family: "Font Awesome 6 Brands", sans-serif !important;
    color: #c80f2e;
    font-size: 12px;
}

.taglib-social-bookmark-twitter span::before {
    content: "\e61b";
}

.taglib-social-bookmarks ul li.taglib-social-bookmark-twitter span svg {
    display: none;
}

/*------------------- Ocultar textos TPL rrss -------------------*/
.botones-iconos-rrss a span {
    display: none;
}

/*------------- Ocultar iconos de la li  ---------------*/
body:is(.conselleria, .departamentos) #main-content ul.menuBotonera li.boton {
    background-image: none !important;
}

body:is(.conselleria, .departamentos) #main-content .portlet-journal-content .destacamos ul li {
    background-image: none !important;
}

/*------------- Ocultar label idiomas  ---------------*/
.label_idioma {
    display: none;
}

/*------------- Estilos [Global] Categorias blog  ---------------*/
.blog_categories .row {
    margin-left: 0;
    margin-right: 0;
}

body.dependiente .blog_categories .row .col-md-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.blog_categories .row .col-md-3 {
    padding-top: 0 !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.blog_categories ul.categories {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 0;
}

.blog_categories ul.categories li {
    max-width: 160px;
    margin-right: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.25);
}

.blog_categories ul.categories li:hover {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
}

.blog_categories ul.categories li a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: inherit;
    text-transform: uppercase;
    font-weight: 600;
}

.blog_categories ul.categories li a img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog_categories ul.categories li a span {
    display: inline-block;
    margin: 5px;
}

@media (max-width: 768px) {
    .blog_categories ul.categories li {
        max-width: 200px;
    }
}
@media (max-width: 576px) {
    .blog_categories ul.categories {
        justify-content: center;
    }
}
/*------------- [Global] Resumen noticias gva columnas  ---------------*/
body .listadoNoticias .noticias .headerNoticias .title .fecha_cat > p:before {
    content: "\f073";
    font-family: fontAwesome, sans-serif;
    margin-right: 5px;
}

body .listadoNoticias .fecha_cat {
    display: flex;
}

body .listadoNoticias .fecha_cat .category_list {
    margin-left: 5px;
}

body .listadoNoticias .fecha_cat .category_list .cat_novedad a {
    display: inline-block;
    background: #C70F2D;
    color: #fff;
    border-radius: 10px;
    padding: 1px 10px;
}

body .listadoNoticias .fecha_cat .category_list .cat_novedad a:hover {
    opacity: 0.8;
    text-decoration: none;
}

body .listadoNoticias {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
}

body .listadoNoticias .noticias {
    margin-bottom: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: none !important;
}

body:is(.conselleria, .departamentos) .listadoNoticias .noticias .edit {
    position: absolute;
    top: 5px;
    left: 16px;
    background: #c80f2e;
    border-radius: 50%;
}

body .listadoNoticias .lexicon-icon {
    color: #fff;
}

body .listadoNoticias .noticias .verMas {
    position: unset;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    border-bottom: none !important;
}

body .listadoNoticias .headerNoticias {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1;
}

body .listadoNoticias .noticias .headerNoticias .imagen {
    margin-bottom: 10px;
    width: 100%;
    max-width: unset !important;
    margin-right: 0 !important;
}

body .listadoNoticias .noticias .headerNoticias .imagen img {
    width: 100%;
}

body .listadoNoticias .noticias .headerNoticias .title ul {
    list-style: inside;
}

body.conselleria .noticias {
    flex: 0 0 100%;
}

body:is(.conselleria, .departamentos) .listadoNoticias .noticias .headerNoticias .title :is(a, p) {
    font-size: 16px;
    line-height: 1.5;
}

body.conselleria .listadoNoticias .noticias .headerNoticias .title li {
    background: url(/o/TEMA_CONSELLERIA/images/vectorMenu.svg) no-repeat;
    background-position: 0px 6px;
    padding-left: 10px;
}

body:is(.conselleria, .departamentos) .listadoNoticias .noticias .headerNoticias .title li {
    margin-bottom: 15px;
}

body:is(.conselleria, .departamentos) .listadoNoticias .compartirPrincipal {
    margin-top: 0;
}

body:is(.conselleria, .departamentos) .listadoNoticias .compartirPrincipal .rrss:not(:last-of-type) {
    margin-right: 10px;
}

body:is(.conselleria, .departamentos) .listadoNoticias .compartirPrincipal .rrss {
    width: unset;
    height: unset;
}

body:is(.conselleria, .departamentos) .listadoNoticias .compartirPrincipal a {
    font-size: 10px !important;
    padding: 0;
    position: relative;
    height: 20px;
    width: 20px;
}

body:is(.conselleria, .departamentos) .listadoNoticias .compartirPrincipal a:after {
    margin-right: 0 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

body:is(.conselleria, .departamentos) .listadoNoticias .noticias .verMas .datosNoticia .mas {
    float: left;
    background: #C9C9C4;
    border: 1px solid #000;
    height: 20px;
    position: relative;
    display: inline-block;
    width: 20px;
}

body:is(.conselleria, .departamentos) .listadoNoticias .noticias .verMas .datosNoticia .mas a.linkNoticia {
    font-size: 10px;
    position: absolute;
    text-decoration: none;
    color: #000000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body:is(.conselleria, .departamentos) .listadoNoticias .noticias .verMas .datosNoticia .mas a.linkNoticia:after {
    content: "\f067";
    font-family: fontAwesome, sans-serif;
    top: 8px;
    speak: none;
}

body:is(.conselleria, .departamentos) .listadoNoticias .noticias .verMas .datosNoticia .rs {
    float: left;
    background: #565353;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-top: 0;
    margin-left: 10px;
    position: relative;
}

body:is(.conselleria, .departamentos) .listadoNoticias .noticias .verMas .datosNoticia .rs a.descargaImg {
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
}

body:is(.conselleria, .departamentos) .listadoNoticias .noticias .verMas .datosNoticia .rs a.descargaImg:after {
    content: "\f030";
    font-family: fontAwesome, sans-serif;
    top: 8px;
    speak: none;
}

@media (max-width: 767px) {
    body.departamentos .listadoNoticias {
        flex-direction: row;
    }
}
@media (min-width: 576px) {
    body:is(.conselleria, .departamentos, .dependiente) div:is(.col-md-6, .col-md-9, .col-md-12) .listadoNoticias .noticias {
        flex: 0 1 50%;
    }
    body .listadoNoticias {
        margin-left: -16px;
        margin-right: -16px;
    }
    body .listadoNoticias .noticias {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    body:is(.conselleria, .departamentos, .dependiente) div.col-md-6 .listadoNoticias .noticias {
        flex: 0 1 50%;
    }
    body:is(.conselleria, .departamentos, .dependiente) div:is(.col-md-9, .col-md-12) .listadoNoticias .noticias {
        flex: 0 1 33.3%;
    }
}
@media (min-width: 1024px) {
    body:is(.conselleria, .departamentos, .dependiente) div.col-md-12 .listadoNoticias .noticias {
        flex: 0 1 25%;
    }
}
/*------------- [Global] Plantilla Blog  ---------------*/
.detalleBlog {
    padding: 0 40px;
}

.detalleBlog .volver {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}

.detalleBlog .volver a:before {
    content: "\f060";
    font-family: fontAwesome, sans-serif !important;
    margin-right: 5px;
    speak: none;
}

.detalleBlog .imagen {
    margin-bottom: 30px;
}

.contenidoBlog {
    padding: 0 10%;
    margin-bottom: 60px;
}

.contenidoBlog .title h3 {
    font-size: 33px;
    line-height: 1.4;
    text-align: center;
}

.contenidoBlog p {
    margin-bottom: 10px !important;
}

.contenidoBlog ol {
    list-style: inside;
    list-style-type: decimal;
}

.detalleBlog div:is(.galeria, .contenidoRelacionado) .title {
    border-bottom: 1px solid #000000;
}

.detalleBlog div:is(.galeria, .contenidoRelacionado) .title p {
    width: auto;
    text-align: left;
    padding: 6px 0 !important;
    margin-bottom: -1px !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #c80f2e;
    display: inline-block;
}

body:is(.conselleria, .departamentos) .detalleBlog .galeria .contenedorImagenes .contImagen {
    padding-right: 16px !important;
    padding-left: 16px !important;
}

body.dependiente .detalleBlog .galeria .contenedorImagenes .contImagen {
    padding-right: 1.64% !important;
    padding-left: 1.64% !important;
}

.detalleBlog .galeria .contenedorImagenes .contImagen {
    flex: 0 0 25%;
    margin-top: 15px;
}

.detalleBlog .galeria {
    margin-bottom: 35px;
}

body:is(.conselleria, .departamentos) .detalleBlog .contenidoRelacionado .contenedorImagenes .contImagen {
    padding-right: 16px !important;
    padding-left: 16px !important;
}

body.dependiente .detalleBlog .contenidoRelacionado .contenedorImagenes .contImagen {
    padding-right: 1.64% !important;
    padding-left: 1.64% !important;
}

.detalleBlog .contenidoRelacionado .contenedorImagenes .contImagen {
    flex: 0 0 33%;
    margin-top: 15px;
}

.detalleBlog .contenidoRelacionado .contenedorImagenes .contImagen img {
    margin-bottom: 2px;
}

@media (max-width: 768px) {
    .contenidoBlog {
        padding: 0 5%;
    }
    body:is(.conselleria, .departamentos) .detalleBlog div:is(.galeria, .contenidoRelacionado) .title p {
        font-size: 16px !important;
        text-transform: capitalize !important;
    }
}
@media (max-width: 576px) {
    .detalleBlog {
        padding: 0;
    }
    body.conselleria .contenidoBlog {
        padding: 0;
    }
    .contenidoBlog .title h3 {
        font-size: 28px;
    }
}
/*------------- Margen listas dependiente  ---------------*/
body.dependiente #main-content .portlet-journal-content :is(ul, ol) li {
    margin-bottom: 10px;
}

/*------------- Select sin color de fondo -------------*/
select {
    background: transparent;
}

/*------------- Contenedor botones y cookies -------------*/
.container_botones {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
}

.dependiente .container_botones {
    bottom: 45px;
}

#boton_soporte {
    margin-top: 20px;
}

#boton_home, #boton_soporte {
    margin-right: 50px;
}

@media (min-width: 992px) {
    .container_botones {
        bottom: 5%;
        left: unset;
        right: 50px;
        max-width: 400px;
    }
    #boton_home, #boton_soporte {
        margin-right: 0;
    }
}
/*------------------- Cookies -------------------*/
div#aviso-cookies {
    display: none;
    width: 100%;
    background: #efefef;
    padding: 15px;
    color: #1b1b1b;
    text-align: center;
    z-index: 9999;
    border: #c9c9c4 2px solid;
    margin-top: 20px;
}

div#aviso-cookies .cerrar {
    display: flex;
    justify-content: right;
    margin-top: -12px;
    margin-right: -5px;
}

div#aviso-cookies .cerrar span {
    cursor: pointer;
}

div#aviso-cookies p {
    margin-bottom: 16px;
}

div#aviso-cookies button.btn-acepta-cookies {
    padding: 10px;
    color: #1b1b1b;
    border: #c9c9c4 2px solid;
    font-weight: bold;
    background: #d6d3ce;
}

div#aviso-cookies button.btn-acepta-cookies:hover {
    color: #c70f2d;
    background: #efefef !important;
}

div#aviso-cookies a {
    color: #1b1b1b;
    text-decoration: underline;
    padding-left: 20px;
}

div#aviso-cookies a:hover {
    color: #c70f2d;
}

@media (min-width: 992px) {
    div#aviso-cookies {
        max-width: 400px;
        padding: 20px;
        text-align: left;
    }
}
/*------------- Carrusel accesibilidad -------------*/
.carousel.slide .carousel-control {
    border: none;
}

.carousel.slide .glyphicon {
    font-size: 25px;
    top: unset;
    margin-top: 0;
}

/*------------- Pop up modal -------------*/
.modal {
    background: rgba(0, 0, 0, 0.2);
}

.modalMed {
    width: 50%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .modalMed {
        width: 90%;
    }
}
/*------------- Estilos ol dependiente -------------*/
body.dependiente ol {
    list-style: inside;
    list-style-type: auto;
}

/*------------- [Global] Listado Eventos -------------*/
.listadoEventos .evento {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex;
}

.listadoEventos .evento .edit {
    position: absolute;
    right: 18px;
    z-index: 999;
    background: #66819E;
}

.listadoEventos .evento .edit .lexicon-icon {
    color: #fff;
}

.listadoEventos .evento .card {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    border-color: #dedede;
    transition: 0.5s all ease;
}

.listadoEventos .evento .card:hover {
    text-decoration: none;
    border-color: #66819E;
}

.listadoEventos .evento .card p.btn-primary {
    border-radius: 0;
    background: #66819E;
    border: none;
    margin-bottom: 0;
    padding: 8px 0 !important;
    transition: 0.5s all ease;
}

.listadoEventos .evento .card:hover p.btn-primary {
    background: #47596b;
}

.listadoEventos .evento .card .card-body {
    border-top: 1px solid #dedede;
    padding-left: 1rem;
    padding-right: 1rem;
}

.listadoEventos .evento .card .card-body span {
    color: #66819E;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.listadoEventos .evento .card .card-body span i {
    color: #66819E;
    margin-right: 10px;
}

.listadoEventos .evento .card .card-body p {
    font-weight: 500;
    margin-top: 5px;
}

@media only screen and (min-width: 576px) {
    .listadoEventos .evento {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        display: flex;
    }
}
@media only screen and (min-width: 768px) {
    .listadoEventos .evento {
        flex: 0 0 33.3333333333% !important;
        max-width: 33.3333333333% !important;
        display: flex;
    }
}
@media only screen and (min-width: 1024px) {
    .listadoEventos .evento {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        display: flex;
    }
}
/*------------- Plantilla detalle Eventos -------------*/
.titleEvento {
    margin-bottom: 20px;
}

.titleEvento p {
    font-weight: 700;
}

.detalleEvento {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.detalleEvento .resumenEvento {
    width: 75%;
    padding-right: 15px;
}

.detalleEvento .resumenEvento p {
    margin-bottom: 15px !important;
}

.detalleEvento .resumenEvento .consultapdf {
    background: #66819E;
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
    padding: 5px 10px;
    border-radius: 3px;
}

.detalleEvento .caracEvento {
    width: 25%;
    padding-left: 15px;
}

.detalleEvento .caracEvento ul {
    padding-top: 0;
}

.detalleEvento .caracEvento ul li {
    background-image: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 0;
}

.detalleEvento .caracEvento ul li p:first-of-type {
    font-weight: 700;
}

.detalleEvento .caracEvento ul li p:last-of-type {
    margin-bottom: 10px !important;
}

.inscripcionEvento.contenedor {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    height: 1060px;
}

.inscripcionEvento .iframe-responsivo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin-top: -85px;
    background-color: white;
}

.tplEvento .volver {
    text-align: right;
}

.tplEvento .volver a {
    color: #66819E;
}

.tplEvento .volver a:before {
    content: "\f060";
    color: #66819E;
    font-family: fontAwesome, sans-serif;
    speak: none;
}

@media (max-width: 992px) {
    .detalleEvento {
        flex-direction: column-reverse;
    }
    .detalleEvento .resumenEvento, .detalleEvento .caracEvento {
        width: 100%;
    }
    .detalleEvento .resumenEvento {
        padding-right: 0;
    }
    .detalleEvento .caracEvento {
        padding-left: 0;
    }
}
/*------------- Modificacion estilos nueva apariencia -------------*/
body.conselleria div:is(.mapaColumDerecha, .mapaColumCentral) .boton_3 {
    background-color: #66819E;
    border-color: #66819E;
}

body.conselleria div:is(.mapaColumDerecha, .mapaColumCentral) .boton_3:hover {
    background-color: #fff;
    color: #66819E;
}

body.conselleria .cuadroBotonesEVES .boton {
    border-color: #66819E;
}

body.conselleria .cuadroBotonesEVES .boton:after {
    border-left-color: #66819E;
    border-bottom-color: #66819E;
}

body.conselleria .cuadroBotonesEVES .boton:hover, body.conselleria .cuadroBotonesEVES .boton:hover:after {
    background: #66819E;
}

body.conselleria .cuadroBotones .boton {
    border-color: #66819E;
}

body.conselleria .cuadroBotones .boton:hover {
    background: #66819E;
    text-decoration: none;
}

body.conselleria .menuBotonera.cinco_columnas li.boton.selected, body.conselleria .menuBotonera.tres_columnas li.boton.selected, body.conselleria .menuBotonera.cinco_columnas li.boton:hover, body.conselleria .menuBotonera.tres_columnas li.boton:hover {
    background: #66819E;
}

/*------------- Bloque avisos -------------*/
.aviso_instancia {
    background: #ffe69c;
    padding: 20px 0;
}

.aviso_instancia .container {
    background: transparent;
    padding: 0 20px;
    border: none;
}

body.conselleria .aviso_instancia .container .portlet-boundary .portlet-body {
    padding-bottom: 0 !important;
}

.aviso_instancia .aviso_instancia-cuerpo {
    display: flex;
    justify-content: center;
    align-content: center;
}

.aviso_instancia .aviso_instancia-cuerpo i {
    font-size: 22px;
    margin-right: 30px;
}

.aviso_instancia .aviso_instancia-cuerpo p {
    font-size: 16px;
    margin-bottom: 0;
    align-self: center;
}

.dependiente .aviso_instancia .aviso_instancia-cuerpo a {
    font-size: 16px;
}

@media (max-width: 1024px) {
    body.conselleria .aviso_instancia .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    body.conselleria .aviso_instancia .container .portlet-boundary .portlet-body {
        padding-top: 0 !important;
    }
}
/*------------- Ocultar iconos de pagina en las plantillas del menu -------------*/
div[id^=navbar] ul.navbar-site li a > span > img {
    display: none;
}

/*------------- Estilos columnas formularios -------------*/
@media (min-width: 768px) {
    form .col-md-9 {
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
    form .col-md-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    form .col-md-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}
@media (max-width: 768px) {
    form .col-md-9, form .col-md-6, form .col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
/*------------- Menu jerarquia paginas conselleria -------------*/
body.conselleria .portlet-column-first .menu_ftl_pc.nav_principal div[id*=jerarquia] .portlet-body {
    padding: 15px 0;
}

/*------------- Estilos listas anidadas -------------*/
.menu_ftl_pc.nav_principal ul ul li, .menuSitioHorizontal ul ul li {
    margin-left: 0;
}

ul ul li {
    list-style: unset !important;
    padding-left: 0 !important;
    background-image: none !important;
    margin-left: 15px;
}

body:is(.conselleria, .departamentos) li > ul {
    margin-top: 10px;
}

body:is(.conselleria, .departamentos) #main-content .portlet-journal-content ul > li > ul > li {
    background-image: none !important;
}

/*------------- Campos en la misma fila -------------*/
@media (min-width: 769px) {
    label.ddm-label:not(:has(.ddm-label-required.reference-mark)) {
        margin-top: 6px;
    }
}
/*------------- Estilos [Global Acordeon] -------------*/
.bloqueAcordeon {
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

.bloqueAcordeon .edit {
    position: absolute;
}

.bloqueAcordeon .edit .icon-monospaced {
    height: 24px;
    width: 24px;
    background: #66819E;
}

.bloqueAcordeon .edit .icon-monospaced .lexicon-icon {
    color: #fff;
    fill: #fff;
    margin-top: -15px;
}

.bloqueAcordeon h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 20px 0;
    cursor: pointer;
    margin-bottom: 0;
}

body.dependiente .bloqueAcordeon h4 {
    padding: 15px 0;
    font-size: 15px;
}

.bloqueAcordeon h4 span {
    padding-right: 10px;
}

.bloqueAcordeon h4.tituloAcordeon.collapsed i::before {
    content: "+";
}

body:is(.conselleria, .departamentos) .bloqueAcordeon > div.contenidoAcordeon ul {
    margin-bottom: 10px;
    padding-top: 0;
    list-style: inside;
}

body:is(.conselleria, .departamentos) .bloqueAcordeon > div.contenidoAcordeon > ul > li {
    padding-left: 10px;
    background-image: url("https://www.san.gva.es/o/TEMA_CONSELLERIA/images/vectorMenu.svg") !important;
    background-repeat: no-repeat;
    background-position-y: 5px;
}

body:is(.conselleria, .departamentos) .bloqueAcordeon > div.contenidoAcordeon ul li:not(:last-of-type) {
    margin-bottom: 8px;
}

body.dependiente .bloqueAcordeon > div.contenidoAcordeon ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

body.dependiente .bloqueAcordeon > div.contenidoAcordeon > ul {
    list-style: inside;
}

@media (min-width: 768px) {
    body:is(.conselleria, .departamentos) .bloqueAcordeon h4 {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    #accordionGVA {
        max-width: 90%;
    }
}
/*------------- Templates nuevos -------------*/
.tpl_medicamentic .col-md-6 {
    border: 0;
}

body.dependiente .tpl_medicamentic .menu_ftl_pc.nav_principal .portlet-body {
    padding: 0 0 5px 0;
}

body.dependiente .tpl_medicamentic .menu_ftl_pc.nav_principal.menuSitioHorizontal ul {
    margin: unset;
}

body.conselleria .tpl_medicamentic .menu_ftl_pc.nav_principal.menuSitioHorizontal {
    border-top: 1px solid #66819E;
    border-bottom: 1px solid #66819E;
    margin-bottom: 15px;
}

body.conselleria .tpl_medicamentic .menu_ftl_pc.nav_principal.menuSitioHorizontal ul {
    padding-top: 0;
}

body.conselleria #main-content.tpl_medicamentic .menu_ftl_pc.nav_principal.menuSitioHorizontal .portlet-navigation .portlet-body ul li {
    background-image: none !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

body.conselleria .tpl_medicamentic .menu_ftl_pc.nav_principal.menuSitioHorizontal ul li:focus-visible {
    outline: none;
}

body.conselleria .tpl_medicamentic .menu_ftl_pc.nav_principal.menuSitioHorizontal ul li.active a {
    background-color: transparent;
    color: #c80f2e;
}

body.conselleria .tpl_medicamentic .menu_ftl_pc.nav_principal.menuSitioHorizontal ul li a {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

body.conselleria .tpl_medicamentic .menu_ftl_pc.nav_principal.menuSitioHorizontal ul li.active a::after, body.conselleria .tpl_medicamentic .menu_ftl_pc.nav_principal.menuSitioHorizontal ul li a:hover::after {
    width: 100%;
    left: 0;
    background-color: #c80f2e;
}

body.conselleria .tpl_medicamentic .menu_ftl_pc.nav_principal.menuSitioHorizontal ul li a::after {
    content: "";
    position: relative;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0.125em;
    background-color: var(--color-btn-primary-hover);
    transition: width 0.3s ease, left 0.3s ease;
    display: block;
}

body.conselleria .tpl_medicamentic .menu_ftl_pc.nav_principal.menuSitioHorizontal ul li a.active {
    background-color: transparent;
    color: inherit;
}

body .tpl_medicamentic .menu_ftl_pc.nav_principal.menuSitioHorizontal ul li a:focus-visible, body .tpl_medicamentic .menu_ftl_pc.nav_principal.menuSitioHorizontal ul li a span:focus-visible {
    box-shadow: none;
}

body.dependiente .tpl_medicamentic .menu_ftl_pc.nav_principal.menuSitioHorizontal li {
    background-image: none !important;
    padding-left: 0 !important;
}

body.dependiente .tpl_medicamentic .menu_ftl_pc.nav_principal.menuSitioHorizontal li#layout_1 a.nav-link.text-truncate {
    padding-top: 0.5rem;
}

@media (min-width: 768px) {
    .tpl_medicamentic .col-md-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .conselleria .tpl_medicamentic .menu_ftl_pc.nav_principal {
        display: none;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .conselleria .tpl_medicamentic .menu_ftl_pc.nav_principal a.nav-link span {
        font-size: 14px;
    }
}
@media (min-width: 1025px) and (max-width: 1330px) {
    .conselleria .tpl_medicamentic .menu_ftl_pc.nav_principal a.nav-link {
        padding-right: 0;
        padding-left: 10px;
    }
}
@media (min-width: 1441px) and (max-width: 1515px) {
    .conselleria .tpl_medicamentic .menu_ftl_pc.nav_principal a.nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media only screen and (max-width: 950px) {
    .tpl_medicamentic .portlet-column-first {
        display: block;
    }
    .dependiente .tpl_medicamentic .menu_ftl_pc.nav_principal {
        display: none;
    }
}
/************************** Tablas responsive ************************************/
.tabla_responsive {
    width: 100% !important;
    display: table;
}

.tabla_responsive tr th {
    font-size: inherit;
}

.tabla_responsive th {
    letter-spacing: unset;
}

.tabla_responsive td, .tabla_responsive th {
    text-align: start;
    overflow-wrap: break-word;
    white-space: normal;
    width: auto;
    max-width: 100%;
    padding: 10px;
}

@media (max-width: 992px) {
    .tabla_responsive thead tr {
        display: none;
    }
}
/************************** Widget documentos y multimedia ************************************/
div.portlet-document-library .portlet-body .lfr-tooltip-scope .management-bar .navbar-nav + .navbar-form form {
    display: none;
}

div.portlet-document-library .file-entry-actions.management-bar > .navbar-nav.navbar-nav-expand > .nav-item > a.btn.btn-monospaced.btn-secondary.btn-sm.btn-unstyled {
    background: #c80f2e;
}

div.portlet-document-library .file-entry-actions.management-bar > .navbar-nav.navbar-nav-expand > .nav-item > a.btn.btn-monospaced.btn-secondary.btn-sm.btn-unstyled .lexicon-icon.lexicon-icon-info-circle-open {
    color: #fff;
}

div.portlet-document-library .abrir_doc {
    margin-top: 20px;
    text-align: center;
}

div.portlet-document-library .info-panel.sidenav-menu-slider .sidebar-header h1, div.portlet-document-library .info-panel.sidenav-menu-slider .sidebar-header h1 + p {
    margin-bottom: 10px;
}

div.portlet-document-library .info-panel.sidenav-menu-slider .sidebar-body div[id*=TabsSection] .aspect-ratio.aspect-ratio-16-to-9.sidebar-panel.thumbnail {
    margin-bottom: 0;
}

div.portlet-document-library .info-panel.sidenav-menu-slider .sidebar-body div[id*=TabsSection] .sidebar-section .btn-group {
    margin-bottom: 15px;
}

div.portlet-document-library .info-panel.sidenav-menu-slider .sidebar-body div[id*=TabsSection] .sidebar-section .form-group label[for*=webDavURLInput], div.portlet-document-library .info-panel.sidenav-menu-slider .sidebar-body div[id*=TabsSection] .sidebar-section .form-group label[for*=webDavURLInput] + div, div.portlet-document-library .info-panel.sidenav-menu-slider .sidebar-body div[id*=TabsSection] .panel-group {
    display: none;
}

div.portlet-document-library .card .card-body .card-title {
    margin-bottom: 0 !important;
}

/************************** Nueva politica contraseña ************************************/
.passPolicy {
    margin-top: 15px;
}

.passPolicy ul {
    list-style: inside;
    margin-top: 10px;
}

.passPolicy p, .passPolicy li {
    font-size: 16px;
}

body:is(.conselleria, .departamentos) div.passPolicy > ul > li::marker {
    content: "? ";
}

/* ----------- 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: 48px !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: 65px;
        text-align: center;
        border-top: 1px solid #ffffff;
    }
    .container header #heading .logo {
        width: 30% !important;
        height: 44px;
    }
    .container header #heading .title .department-title {
        padding-top: 5px !important;
        border-top: 1px solid #e5e6e8 !important;
    }
    /* 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 #000;
        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: 10px;
        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;
    }
    body.departamentos.mobile .menuDesplegable button[aria-expanded=false]:after, body.departamentos.mobile .menuDesplegable button[aria-expanded=true]:after {
        color: #6F8090;
    }
    .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;
        padding-right: 8px;
    }
    .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: 0;
    }
    .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;
    }
    .dependiente .idiomas select {
        font-size: 14px;
    }
    /* 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: 421px) {
    .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: 951px) {
    .department-title {
        display: none;
    }
}
@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: 497px) {
    .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;
    }
}
@media only screen and (max-width: 497px) and (min-width: 480px) {
    body.dependiente .container header #heading .logo .logo-organo-dependiente img {
        max-height: 45px !important;
    }
}
@media only screen and (max-width: 460px) {
    .dependiente .searchmobile button.buttonshow {
        height: 25px;
        width: 25px !important;
        padding: 0;
    }
    .container header #heading .otros .sublogo .buscador .lexicon-icon-search {
        margin-top: -9px !important;
    }
    .dependiente .menu_mobile .dropdown button.principal {
        width: 25px;
        height: 24px;
        padding: 0;
        top: -36px !important;
    }
    .dependiente .container header #heading .otros .sublogo {
        margin-right: 43px !important;
    }
    .dependiente .idiomas select {
        height: 25px;
    }
}
@media only screen and (max-width: 437px) {
    .dependiente .idiomas select {
        font-size: 12px;
    }
}
@media only screen and (max-width: 376px) {
    .dependiente .idiomas select {
        font-size: 10px;
    }
}
/****** 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 #000;
        color: #000;
        font-size: 17px;
        margin-top: 0px;
    }
}
@media only screen and (min-width: 1024px) {
    .dependiente .searchmobile button.buttonshow {
        border: 1px solid #000;
        color: #000;
        font-size: 17px;
        margin-top: 0px;
    }
}
@media only screen and (max-width: 950px) {
    .dependiente .searchmobile button.buttonshow {
        border: 1px solid #000;
        color: #000;
        font-size: 21px;
        margin-top: 3px;
        width: 30px;
    }
}
/* 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*/
body.dependiente header #heading .input-group-inset-item-after {
    height: 21px;
}

.container .input-group .input-group-inset-item-after {
    height: unset;
    margin-top: 0;
}

.portlet-title-text {
    white-space: unset;
    max-width: 100%;
}