@import '_content/JRC.ODCAT.ECL.v4/JRC.ODCAT.ECL.v4.bundle.scp.css';

/* _content/JRC.ODCAT.Catalog/Components/Autocomplete.razor.rz.scp.css */
.autocomplete[b-28gvwvtdka] {
    position: relative;
    width: 100%;
    border: 2px solid #B9C5E9;
}

    .autocomplete.valid.modified[b-28gvwvtdka] {
        outline: none !important;
        border: 2px solid #26b050;
    }

    .autocomplete.invalid[b-28gvwvtdka] {
        outline: none !important;
        border: 2px solid red;
    }

.autocomplete__controls[b-28gvwvtdka] {
    position: relative;
    cursor: text;
    display: flex;
}

.autocomplete__input[b-28gvwvtdka] {
    flex: 1;
    max-width: 100%;
    border: none;
    padding: 1.5rem;
    font: normal normal 400 1rem/1.25rem arial,sans-serif !important;
}

    .autocomplete__input.ecl-text-input[b-28gvwvtdka] {
        height: auto;
    }

.autocomplete:focus-within[b-28gvwvtdka] {
    /*box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);*/
}

.autocomplete__input:focus[b-28gvwvtdka] {
    outline: none;
}

.autocomplete__input-multi:focus[b-28gvwvtdka] {
    outline: none;
    box-shadow: none;
}

.autocomplete__input-hidden[b-28gvwvtdka] {
    display: none;
}

.invalid[b-28gvwvtdka] {
    border-color: red !important;
}


.autocomplete__input-mask-wrapper[b-28gvwvtdka] {
    display: flex;
    width: 100%;
}

.autocomplete__input-multiselect-wrapper[b-28gvwvtdka] {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.autocomplete__input-mask-wrapper--disabled[b-28gvwvtdka] {
    background-color: #e9ecef;
    cursor: not-allowed;
    color: grey;
    min-height: 40px;
}

    .autocomplete__input-mask-wrapper--disabled:focus[b-28gvwvtdka] {
        border: none;
    }

.autocomplete__input-mask[b-28gvwvtdka] {
    flex: 1;
    display: flex;
    padding: 1.5rem;
    align-items: center;
    background-color: #fff;
    font: normal normal 400 1rem/1.25rem arial, sans-serif !important;
}

    .autocomplete__input-mask:focus[b-28gvwvtdka] {
        outline: none;
    }

.autocomplete__clear[b-28gvwvtdka] {
    width: 40px;
    display: flex;
    padding: .5rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #dbdbdb;
    background-color: #fff;
}

    .autocomplete__clear:hover[b-28gvwvtdka] {
        color: #333333;
    }

.autocomplete__down-arrow path[b-28gvwvtdka] {
    fill: #dbdbdb;
}

.autocomplete__input-icon[b-28gvwvtdka] {
    width: 40px;
    display: flex;
    padding: .5rem;
    cursor: pointer;
    background: none;
}

    .autocomplete__input-icon:focus[b-28gvwvtdka] {
        outline: none;
        /*box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);*/
    }

    .autocomplete__input-icon:hover[b-28gvwvtdka] {
        background-color: #f5f5f5;
    }

        .autocomplete__input-icon:hover .autocomplete__down-arrow path[b-28gvwvtdka] {
            fill: #333333;
        }

.autocomplete__input-icon--disabled[b-28gvwvtdka],
.autocomplete__input-icon--disabled:hover[b-28gvwvtdka] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

    .autocomplete__input-icon--disabled .autocomplete__down-arrow path[b-28gvwvtdka],
    .autocomplete__input-icon--disabled:hover .autocomplete__down-arrow path[b-28gvwvtdka] {
        fill: #9c9c9c;
    }

.autocomplete__multi-value[b-28gvwvtdka] {
    background-color: #dbdbdb;
    display: flex;
    align-items: center;
    min-width: 0px;
    box-sizing: border-box;
    border-radius: 2px;
    margin: .4rem 0 .4rem .4rem;
}

.autocomplete__multi-value-label[b-28gvwvtdka] {
    color: rgb(51, 51, 51);
    font-size: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 2px;
    overflow: hidden;
    padding: 3px 3px 3px 6px;
}

.autocomplete__multi-value-clear[b-28gvwvtdka] {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: transparent;
    border: 0;
    outline: none;
}

    .autocomplete__multi-value-clear:focus[b-28gvwvtdka] {
        outline: none;
    }

    .autocomplete__multi-value-clear:hover[b-28gvwvtdka] {
        background-color: rgb(212, 212, 212);
        color: rgb(222, 53, 11);
    }

.autocomplete__results[b-28gvwvtdka] {
    position: absolute;
    left: -2px;
    /*box-shadow: 0 5px 10px rgba(0,0,0,.2);*/
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;*/
    /*box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;*/
    box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 25px, rgba(0, 0, 0, 0.05) 0px 20px 15px;
    /*box-shadow: 0 -0.2rem 0 #fff, 0 0 0 0.2rem rgba(38,143,255,.5);*/
    border: 2px solid #B9C5E9;
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    min-height: 2rem;
    max-height: 50rem;
    overflow-y: auto;
    z-index: 100;
    width: 100%;
    background: #fff;
    text-align: left;
    font: normal normal 400 1rem/1.25rem arial, sans-serif !important;
}


.autocomplete__result[b-28gvwvtdka],
.autocomplete__notfound[b-28gvwvtdka],
.autocomplete__results-help-template[b-28gvwvtdka],
.autocomplete__results-header[b-28gvwvtdka],
.autocomplete__results-footer[b-28gvwvtdka] {
    padding: .5rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.autocomplete__selected-item[b-28gvwvtdka] {
    background-color: #dbdbdb;
}

.autocomplete__selected-item-highlighted[b-28gvwvtdka] {
    background-color: #d3e2f2;
}

.autocomplete__active-item[b-28gvwvtdka],
.autocomplete__result:hover[b-28gvwvtdka],
.autocomplete__result:focus[b-28gvwvtdka] {
    background-color: #003776;
    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;
    color: #fff !important;
    cursor: pointer;
}

.autocomplete__loader[b-28gvwvtdka] {
    width: 24px;
    height: 24px;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout-b-28gvwvtdka 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout-b-28gvwvtdka {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}
/* _content/JRC.ODCAT.Catalog/Components/CollectionCard.razor.rz.scp.css */
.ecl-card[b-tidn1n2pu6] {
    border-radius: 4px;
}

    .ecl-card:hover[b-tidn1n2pu6] {
        box-shadow: 0 0 11px rgba(33,33,33,.2);
    }

.ecl-card__body[b-tidn1n2pu6] {
    height: 100%;
    padding-bottom: 1rem;
}

.ecl-card__content-block[b-tidn1n2pu6] {
    min-height: 300px;
}

.ecl-link[b-tidn1n2pu6] {
    text-decoration: none;
}

    .ecl-link:hover[b-tidn1n2pu6] {
        text-decoration: none;
    }

.collection-logo[b-tidn1n2pu6] {
    border-radius: 4px;
    width: 130px;
    height: 63px;
    position: relative;
    background-color: #006FB4;
    color: #F5F5F5;
}

.collection-logo-content[b-tidn1n2pu6] {
    position: absolute;
    top: 10px;
    left: 10px;
}

.collection-logo-upper-case[b-tidn1n2pu6] {
    font-size: 30px;
    font-weight: 600;
}

.collection-logo-lower-case[b-tidn1n2pu6] {
    font-size: 12px;
    font-weight: 600;
    margin-left: -3px;
    line-height: normal;
}

.ecl-content-block__secondary-meta-container[b-tidn1n2pu6] {
    margin: unset !important;
}

.ecl-content-block__secondary-meta-item[b-tidn1n2pu6] {
    padding: 0 !important;
}

.ecl-content-block__options-container[b-tidn1n2pu6] {
    position: absolute;
    bottom: 37px;
    width: 95%;
}

.ecl-visits-container[b-tidn1n2pu6] {
    color: #707070;
    padding-top: 3px;
}

    .ecl-visits-container .ecl-visits-value[b-tidn1n2pu6] {
        position: relative;
        color: #707070;
        font-size: 16px;
        top: -5px;
    }

.ecl-rating-container[b-tidn1n2pu6] {
    margin-bottom: 4px;
    margin-right: 1rem;
}
/* _content/JRC.ODCAT.Catalog/Components/ConceptModal.razor.rz.scp.css */
.ecl-tag-item[b-5rq3d929o2] {
    text-decoration: none !important;
    cursor: pointer;
}

@media (min-width: 768px) {
    .ecl-modal__container[b-5rq3d929o2] {
        margin: auto;
    }
}

.ecl-modal__container[b-5rq3d929o2] {
    margin: auto;
}

.ecl-modal__link[b-5rq3d929o2] {
    flex-grow: 1;
    display:inline-flex;
}
/* _content/JRC.ODCAT.Catalog/Components/CopyToClipboard.razor.rz.scp.css */
.ecl-copy-clipboard[b-x0upgx5a3l] {
    display: inline-flex;
    position: relative;
}

.ecl-copy-clipboard-button[b-x0upgx5a3l] {
    margin: 0 0 0 10px;
}

.ecl-copy-clipboard.ecl-copy-clipboard-pos-top[b-x0upgx5a3l] {
    align-items: start;
}

.ecl-copy-clipboard.ecl-copy-clipboard-pos-center[b-x0upgx5a3l] {
    align-items: center;
}

.ecl-copy-clipboard.ecl-copy-clipboard-pos-bottom[b-x0upgx5a3l] {
    align-items: end;
}

.copy-button[b-x0upgx5a3l] {
    outline: dotted 2px darkorange;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    margin-left: 0.5em;
    /*background-color: var(--copy-buttonize-button-color);*/
    background-color: rgb(66,66,66);
    /*-webkit-mask-image: var(--copy-buttonize-button-image-url);*/
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 1.2em;
    -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMThweCIgZmlsbD0iIzAwMDAwMCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xNiAxSDRjLTEuMSAwLTIgLjktMiAydjE0aDJWM2gxMlYxem0zIDRIOGMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxMWMxLjEgMCAyLS45IDItMlY3YzAtMS4xLS45LTItMi0yem0wIDE2SDhWN2gxMXYxNHoiLz48L3N2Zz4=');
    mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMThweCIgZmlsbD0iIzAwMDAwMCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xNiAxSDRjLTEuMSAwLTIgLjktMiAydjE0aDJWM2gxMlYxem0zIDRIOGMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxMWMxLjEgMCAyLS45IDItMlY3YzAtMS4xLS45LTItMi0yem0wIDE2SDhWN2gxMXYxNHoiLz48L3N2Zz4=');
    /*mask-image: var(--copy-buttonize-button-image-url);*/
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 1.2em;
    cursor: default;
}
/* _content/JRC.ODCAT.Catalog/Components/DatasetCard.razor.rz.scp.css */
.ecl-card[b-d9neys5hkw] {
    border-radius: 4px;
    height: fit-content !important;
}

    .ecl-card:hover[b-d9neys5hkw] {
        box-shadow: 0 0 11px rgba(33,33,33,.2);
    }

.ecl-card__body[b-d9neys5hkw] {
    height: 100%;
    min-height: 100px;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.contributor-wrap[b-d9neys5hkw] {
    color: #757575;
    display: flex;
    flex-wrap: wrap;
}

.contributor-wrap-names > a[b-d9neys5hkw] {
    color: #757575;
    text-decoration: none;
    margin-right: .2rem;
}

.inline-orcid-icon[b-d9neys5hkw] {
    height: 1rem;
    min-height: 16px;
    width: auto;
    vertical-align: text-bottom;
}

.collection-logo[b-d9neys5hkw] {
    border-radius: 4px;
    width: 130px;
    height: 63px;
    position: relative;
    background-color: #006FB4;
    color: #F5F5F5;
}

.collection-logo-content[b-d9neys5hkw] {
    position: absolute;
    top: 10px;
    left: 10px;
}

.collection-logo-upper-case[b-d9neys5hkw] {
    font-size: 30px;
    font-weight: 600;
}

.collection-logo-lower-case[b-d9neys5hkw] {
    font-size: 12px;
    font-weight: 600;
    margin-left: -3px;
}

.ecl-visits-container[b-d9neys5hkw] {
    color: #707070;
    padding-top: 3px;
}

    .ecl-visits-container .ecl-visits-value[b-d9neys5hkw] {
        position: relative;
        color: #707070;
        font-size: 16px;
        top: -5px;
    }

.ecl-tag-fragment[b-d9neys5hkw] {
    padding: .3rem;
    margin-right: 5px;
    display: inline-flex;
}

.ecl-tag-fragment-data-access[b-d9neys5hkw] {
    color: #fff;
    background-color: #D93620;
    border-radius: 0.25rem;
}

.ecl-tag-fragment-publications[b-d9neys5hkw] {
    color: #fff;
    background-color: #417F86;
    border-radius: 0.25rem;
}

.ecl-tag-fragment-spatials[b-d9neys5hkw] {
    color: #fff;
    background-color: #4572A5;
    border-radius: 0.25rem;
}

.ecl-content-block__list-container[b-d9neys5hkw] {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.ecl-content-item--divider[b-d9neys5hkw] {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 1rem !important;
}
/* _content/JRC.ODCAT.Catalog/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-aesu7q12m5] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-aesu7q12m5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/JRC.ODCAT.Catalog/Components/LiteralHtmlMarkup.razor.rz.scp.css */
.ecl-u-type-paragraph-m[b-0ijov7thsl] {
    max-width: none !important;
}
/* _content/JRC.ODCAT.Catalog/Components/Pages/About.razor.rz.scp.css */
.ecl-page-header__description[b-owy2pm5cki], .ecl-u-type-paragraph-m[b-owy2pm5cki] {
    max-width: none !important;
}
/* _content/JRC.ODCAT.Catalog/Components/Pages/Accessibility.razor.rz.scp.css */
.ecl-u-type-paragraph-m[b-e1wqwyv1be] {
    max-width: none !important;
}
/* _content/JRC.ODCAT.Catalog/Components/Pages/Collection.razor.rz.scp.css */
.collection-logo[b-eswyjx2w2o] {
    border-radius: 4px;
    width: 160px;
    height: 85px;
    position: relative;
    background-color: #006FB4;
    color: #F5F5F5;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 20px;
}

.collection-logo-content[b-eswyjx2w2o] {
    position: absolute;
    top: 10px;
    left: 10px;
}

.collection-logo-upper-case[b-eswyjx2w2o] {
    font-size: 38px;
    font-weight: 600;
}

.collection-logo-lower-case[b-eswyjx2w2o] {
    font-size: 16px;
    font-weight: 600;
    margin-left: -5px;
}

.ecl-page-header__description[b-eswyjx2w2o] {
    max-width: 99ch !important;
}



@media (min-width: 996px) {
    .ecl-search-form[b-eswyjx2w2o] {
        max-width: 100% !important;
    }

    .ecl-text-input[b-eswyjx2w2o] {
        padding: calc(1.2rem - 1px) !important;
    }

    /*.ecl-description-list--horizontal {
        grid-template-columns: 110px fit-content(80ch) !important;
    }*/
}

li.share-item > .ecl-link[b-eswyjx2w2o] {
    color: #004494 !important;
}

.ecl-tag-fragment[b-eswyjx2w2o] {
    font: normal normal 400 .75rem/1rem Arial,sans-serif !important;
    padding: .45rem .5rem !important;
}

div.html-section > p[b-eswyjx2w2o] {
    max-width: 90ch !important;
}

.pills a[b-eswyjx2w2o], .pill[b-eswyjx2w2o] {
    box-sizing: border-box;
    pointer-events: all;
    cursor: pointer;
    display: inline-flex;
    flex: 1 0 auto;
    border-radius: 1rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    border: thin solid transparent;
    white-space: nowrap;
    align-items: center;
    background-color: #4073AF;
    color: white;
    font: 400 0.875rem / 1rem Arial, sans-serif;
    padding: 0.5rem 0.75rem;
}

.autocomplete[b-eswyjx2w2o] {
    position: relative;
    width: 100%;
    border: 1px solid #bfbfbf;
}

.autocomplete__controls[b-eswyjx2w2o] {
    position: relative;
    cursor: text;
    display: flex;
}

.autocomplete__input[b-eswyjx2w2o] {
    flex: 1;
    max-width: 100%;
    border: none;
    padding: 1.5rem;
    font: normal normal 400 1rem/1.25rem arial,sans-serif !important;
}

.autocomplete:focus-within[b-eswyjx2w2o] {
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}

.autocomplete__input:focus[b-eswyjx2w2o] {
    outline: none;
}
/* _content/JRC.ODCAT.Catalog/Components/Pages/Collections.razor.rz.scp.css */


/*

div.html-section > p {
    max-width: 90ch !important;
}

*/
/* _content/JRC.ODCAT.Catalog/Components/Pages/Dataset.razor.rz.scp.css */
@media (min-width: 996px) {
    .ecl-search-form[b-joabz2t9ch] {
        max-width: 100% !important;
    }

    .ecl-text-input[b-joabz2t9ch] {
        padding: calc(1.2rem - 1px) !important;
    }
}

.autocomplete[b-joabz2t9ch] {
    position: relative;
    width: 100%;
    border: 1px solid #bfbfbf;
}

.autocomplete__controls[b-joabz2t9ch] {
    position: relative;
    cursor: text;
    display: flex;
}

.autocomplete__input[b-joabz2t9ch] {
    flex: 1;
    max-width: 100%;
    border: none;
    padding: 1.5rem;
    font: normal normal 400 1rem/1.25rem arial,sans-serif !important;
}

.autocomplete:focus-within[b-joabz2t9ch] {
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}

.autocomplete__input:focus[b-joabz2t9ch] {
    outline: none;
}

.ecl-page-header__description-thumbnail[b-joabz2t9ch] {
    max-width: 150px !important;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top:22px;
}

.ecl-page-header__description[b-joabz2t9ch] {
    max-width: 99ch !important;
}

.inline-rdf-icon[b-joabz2t9ch] {
    height: 1rem;
    min-height: 16px;
    width: auto;
    vertical-align: text-bottom;
}

pre[b-joabz2t9ch] {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.ecl-tag-item[b-joabz2t9ch] {
    text-decoration: none !important;
}

.ecl-file__meta-list-item[b-joabz2t9ch] {
    /*font-size: .95em !important;*/
    margin-top: 0 !important;
    color: #707070 !important;
}

    .ecl-file__meta-list-item > a[b-joabz2t9ch] {
        /*font-size: .95em !important;*/
        margin-top: 0 !important;
    }

.ecl-file__description-item[b-joabz2t9ch] {
    padding-top: 0 !important;
    padding-bottom: 1em !important;
    border-top: none !important;
    border-bottom: 1px solid #d9d9d9;
}

.ecl-u-type-paragraph-m[b-joabz2t9ch] {
    max-width: none !important;
}

.contributor-wrap[b-joabz2t9ch] {
    /*color: #757575;*/
    /*display: flex;*/
    flex-wrap: wrap;
}

.contributor-wrap-names > a[b-joabz2t9ch] {
    /*color: #757575;*/
    /*text-decoration: none;*/
    margin-right: .2rem;
}

.inline-orcid-icon[b-joabz2t9ch] {
    height: 1rem;
    min-height: 16px;
    width: auto;
    vertical-align: text-bottom;
}

.collection-logo[b-joabz2t9ch] {
    border-radius: 4px;
    width: 130px;
    height: 63px;
    position: relative;
    background-color: #006FB4;
    color: #F5F5F5;
}

.collection-logo-content[b-joabz2t9ch] {
    position: absolute;
    top: 15px;
    left: 10px;
}

.collection-logo-upper-case[b-joabz2t9ch] {
    font-size: 35px;
    font-weight: 600;
}

.collection-logo-lower-case[b-joabz2t9ch] {
    font-size: 12px;
    font-weight: 600;
    margin-left: -3px;
}


.sprite-file[b-joabz2t9ch], .sprite-ods[b-joabz2t9ch], .sprite-odp[b-joabz2t9ch], .sprite-ppt[b-joabz2t9ch], .sprite-pptx[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -43px -39px;
    width: 114px;
    height: 122px;
}

.sprite-file-small[b-joabz2t9ch], .sprite-ods-small[b-joabz2t9ch], .sprite-odp-small[b-joabz2t9ch], .sprite-ppt-small[b-joabz2t9ch], .sprite-pptx-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -21px -218px;
    width: 58px;
    height: 63px;
}

.sprite-html[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -243px -39px;
    width: 114px;
    height: 122px;
}

.sprite-html-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -121px -218px;
    width: 58px;
    height: 63px;
}

.sprite-json[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -443px -39px;
    width: 114px;
    height: 122px;
}

.sprite-json-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -221px -218px;
    width: 58px;
    height: 63px;
}

.sprite-xml[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -643px -39px;
    width: 114px;
    height: 122px;
}

.sprite-xml-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -321px -218px;
    width: 58px;
    height: 63px;
}

.sprite-txt[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -843px -39px;
    width: 114px;
    height: 122px;
}

.sprite-txt-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -421px -218px;
    width: 58px;
    height: 63px;
}

.sprite-doc[b-joabz2t9ch], .sprite-docx[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -1043px -39px;
    width: 114px;
    height: 122px;
}

.sprite-doc-small[b-joabz2t9ch], .sprite-docx-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -521px -218px;
    width: 58px;
    height: 63px;
}

.sprite-odt[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -1243px -39px;
    width: 114px;
    height: 122px;
}

.sprite-odt-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -621px -218px;
    width: 58px;
    height: 63px;
}

.sprite-csv[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -1443px -39px;
    width: 114px;
    height: 122px;
}

.sprite-csv-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -721px -218px;
    width: 58px;
    height: 63px;
}

.sprite-xls[b-joabz2t9ch], .sprite-xlsx[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -1643px -39px;
    width: 114px;
    height: 122px;
}

.sprite-xls-small[b-joabz2t9ch], .sprite-xlsx-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -821px -218px;
    width: 58px;
    height: 63px;
}

.sprite-zip[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -1843px -39px;
    width: 114px;
    height: 122px;
}

.sprite-zip-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -921px -218px;
    width: 58px;
    height: 63px;
}

.sprite-api[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -2043px -39px;
    width: 114px;
    height: 122px;
}

.sprite-api-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -1021px -218px;
    width: 58px;
    height: 63px;
}

.sprite-pdf[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -2243px -39px;
    width: 114px;
    height: 122px;
}

.sprite-pdf-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -1121px -218px;
    width: 58px;
    height: 63px;
}

.sprite-rdf[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -2443px -39px;
    width: 114px;
    height: 122px;
}

.sprite-rdf-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -1221px -218px;
    width: 58px;
    height: 63px;
}

.sprite-wms[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -2643px -39px;
    width: 114px;
    height: 122px;
}

.sprite-wms-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -1321px -218px;
    width: 58px;
    height: 63px;
}

.sprite-png[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -2843px -39px;
    width: 114px;
    height: 122px;
}

.sprite-png-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -1421px -218px;
    width: 58px;
    height: 63px;
}

.sprite-jpg[b-joabz2t9ch], .sprite-jpeg[b-joabz2t9ch], .sprite-jpeg2000[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -3043px -39px;
    width: 114px;
    height: 122px;
}

.sprite-jpg-small[b-joabz2t9ch], .sprite-jpeg-small[b-joabz2t9ch], .sprite-jpeg2000-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -1521px -218px;
    width: 58px;
    height: 63px;
}

.sprite-gif[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -3243px -39px;
    width: 114px;
    height: 122px;
}

.sprite-gif-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -1621px -218px;
    width: 58px;
    height: 63px;
}

.sprite-data[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -3443px -39px;
    width: 114px;
    height: 122px;
}

.sprite-data-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -1721px -218px;
    width: 58px;
    height: 63px;
}

.sprite-wfs[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -3643px -39px;
    width: 114px;
    height: 122px;
}

.sprite-wfs-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -1821px -218px;
    width: 58px;
    height: 63px;
}

.sprite-gml[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -3843px -39px;
    width: 114px;
    height: 122px;
}

.sprite-gml-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -1921px -218px;
    width: 58px;
    height: 63px;
}

.sprite-wmts[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -4043px -39px;
    width: 114px;
    height: 122px;
}

.sprite-wmts-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -2021px -218px;
    width: 58px;
    height: 63px;
}

.sprite-kml[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -4243px -39px;
    width: 114px;
    height: 122px;
}

.sprite-kml-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -2121px -218px;
    width: 58px;
    height: 63px;
}

.sprite-geo[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -4443px -39px;
    width: 114px;
    height: 122px;
}

.sprite-geo-small[b-joabz2t9ch] {
    background: url('./static/images/sprite-resource-icons.png') no-repeat -2221px -218px;
    width: 58px;
    height: 63px;
}
/* _content/JRC.ODCAT.Catalog/Components/Pages/Datasets.razor.rz.scp.css */

.ecl-tag-fragment[b-s9m0oy7nba] {
    padding: .3rem;
    display: inline-flex;
}

.ecl-accordion + .ecl-accordion[b-s9m0oy7nba] {
    margin-top: .5rem;
}

.ecl-content-item--divider[b-s9m0oy7nba] {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 1rem !important;
}
/* _content/JRC.ODCAT.Catalog/Components/Pages/Home.razor.rz.scp.css */
@media (min-width: 768px) {
    .ecl-list-illustration__item[b-0p9y8vl8sn] {
        flex-direction: column;
        margin-bottom: 0;
    }
}

@media (min-width: 996px) {
    .ecl-search-form[b-0p9y8vl8sn] {
        max-width: 100% !important;
    }
}

.ecl-link--autocomplete[b-0p9y8vl8sn] {
    margin-left: 3.75rem;
    margin-top: 0;
    cursor: pointer;
}


.ecl-list-illustration[b-0p9y8vl8sn] {
    /* https://heropatterns.com/ */
    /*
    background-color: #fcfcfc;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b9c5e9' fill-opacity='0.85' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    */
    /*https://www.svgbackgrounds.com/*/
    /*background-attachment: fixed;*/
    background-color: #CDD5EF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23FCFCFC'/%3E%3Cstop offset='1' stop-color='%23CDD5EF'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23e5e9f6'/%3E%3Cstop offset='1' stop-color='%23CDD5EF'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.1' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    /* background-color: #F3F5FB;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%2399AACC' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23663F05'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
*/
    /* background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect stroke='%23ffffff' stroke-width='.5' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cuse fill='%23fcfcfc' href='%23s' y='2'/%3E%3Cuse fill='%23fcfcfc' href='%23s' x='1' y='2'/%3E%3Cuse fill='%23fafafa' href='%23s' x='2' y='2'/%3E%3Cuse fill='%23fafafa' href='%23s'/%3E%3Cuse fill='%23f7f7f7' href='%23s' x='2'/%3E%3Cuse fill='%23f7f7f7' href='%23s' x='1' y='1'/%3E%3C/pattern%3E%3Cpattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f5f5f5'%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' y='5' /%3E%3Cuse href='%23s' x='1' y='10'/%3E%3Cuse href='%23s' x='2' y='1'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='8'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='5' y='2'/%3E%3Cuse href='%23s' x='5' y='6'/%3E%3Cuse href='%23s' x='6' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f5f5f5'%3E%3Cuse href='%23s' y='5'/%3E%3Cuse href='%23s' y='8'/%3E%3Cuse href='%23s' x='1' y='1'/%3E%3Cuse href='%23s' x='1' y='9'/%3E%3Cuse href='%23s' x='1' y='12'/%3E%3Cuse href='%23s' x='2'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='2'/%3E%3Cuse href='%23s' x='3' y='6'/%3E%3Cuse href='%23s' x='3' y='11'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='4' y='10'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f2f2f2'%3E%3Cuse href='%23s' y='11'/%3E%3Cuse href='%23s' x='2' y='9'/%3E%3Cuse href='%23s' x='5' y='12'/%3E%3Cuse href='%23s' x='9' y='4'/%3E%3Cuse href='%23s' x='12' y='1'/%3E%3Cuse href='%23s' x='16' y='6'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' y='9'/%3E%3Cuse href='%23s' x='16' y='5'/%3E%3Cuse href='%23s' x='14' y='2'/%3E%3Cuse href='%23s' x='11' y='11'/%3E%3Cuse href='%23s' x='6' y='14'/%3E%3C/g%3E%3Cg fill='%23efefef'%3E%3Cuse href='%23s' x='3' y='13'/%3E%3Cuse href='%23s' x='9' y='7'/%3E%3Cuse href='%23s' x='13' y='10'/%3E%3Cuse href='%23s' x='15' y='4'/%3E%3Cuse href='%23s' x='18' y='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23F39811'%3E%3Cuse href='%23s' x='2' y='5'/%3E%3Cuse href='%23s' x='16' y='38'/%3E%3Cuse href='%23s' x='46' y='42'/%3E%3Cuse href='%23s' x='29' y='20'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23F39811'%3E%3Cuse href='%23s' x='33' y='13'/%3E%3Cuse href='%23s' x='27' y='54'/%3E%3Cuse href='%23s' x='55' y='55'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23F39811'%3E%3Cuse href='%23s' x='11' y='8'/%3E%3Cuse href='%23s' x='51' y='13'/%3E%3Cuse href='%23s' x='17' y='73'/%3E%3Cuse href='%23s' x='99' y='57'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23h)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23c)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23d)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23e)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23f)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23g)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-size: cover;*/
}
/* _content/JRC.ODCAT.Catalog/Components/Pages/Service.razor.rz.scp.css */
@media (min-width: 996px) {
    .ecl-search-form[b-lv64idu4hi] {
        max-width: 100% !important;
    }

    .ecl-text-input[b-lv64idu4hi] {
        padding: calc(1.2rem - 1px) !important;
    }
}

.autocomplete[b-lv64idu4hi] {
    position: relative;
    width: 100%;
    border: 1px solid #bfbfbf;
}

.autocomplete__controls[b-lv64idu4hi] {
    position: relative;
    cursor: text;
    display: flex;
}

.autocomplete__input[b-lv64idu4hi] {
    flex: 1;
    max-width: 100%;
    border: none;
    padding: 1.5rem;
    font: normal normal 400 1rem/1.25rem arial,sans-serif !important;
}

.autocomplete:focus-within[b-lv64idu4hi] {
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}

.autocomplete__input:focus[b-lv64idu4hi] {
    outline: none;
}

.ecl-page-header__description-thumbnail[b-lv64idu4hi] {
    max-width: 150px !important;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 22px;
}

.ecl-page-header__description[b-lv64idu4hi] {
    max-width: 99ch !important;
}

.inline-rdf-icon[b-lv64idu4hi] {
    height: 1rem;
    min-height: 16px;
    width: auto;
    vertical-align: text-bottom;
}

pre[b-lv64idu4hi] {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.ecl-tag-item[b-lv64idu4hi] {
    text-decoration: none !important;
}

.ecl-file__meta-list-item[b-lv64idu4hi] {
    /*font-size: .95em !important;*/
    margin-top: 0 !important;
    color: #707070 !important;
}

    .ecl-file__meta-list-item > a[b-lv64idu4hi] {
        /*font-size: .95em !important;*/
        margin-top: 0 !important;
    }

.ecl-file__description-item[b-lv64idu4hi] {
    padding-top: 0 !important;
    padding-bottom: 1em !important;
    border-top: none !important;
    border-bottom: 1px solid #d9d9d9;
}

.ecl-u-type-paragraph-m[b-lv64idu4hi] {
    max-width: none !important;
}
/* _content/JRC.ODCAT.Catalog/Components/QueryListBox.razor.rz.scp.css */
.listbox[b-4nb3ma7dbt] {
    display: inline-flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #dadfe2;
    border-radius: 4px;
}

    .listbox:not(.listbox-state-disabled) .listbox-item:hover:hover[b-4nb3ma7dbt] {
        background-color: #59a6cd;
        color: #ffffff;
        border-radius: 4px;
    }

.listbox-list[b-4nb3ma7dbt] {
    margin: 0;
    padding: 0;
}

.listbox-header[b-4nb3ma7dbt] {
    display: flex;
    align-items: center;
    padding: 0.5625rem 1.25rem 0.625rem 1.125rem;
    border-bottom: 1px solid #dadfe2;
}

.listbox-list-wrapper[b-4nb3ma7dbt] {
    flex: auto;
    overflow: auto;
    padding: 0.5rem;
}

    .listbox-list-wrapper[b-4nb3ma7dbt]::-webkit-scrollbar {
        background-color: #ffffff;
    }

    .listbox-list-wrapper[b-4nb3ma7dbt]::-webkit-scrollbar-thumb {
        background: #479cc8;
        border: 4px solid rgba(0, 0, 0, 0);
        background-clip: padding-box;
        border-radius: 8px;
    }

    .listbox-list-wrapper[b-4nb3ma7dbt]::-webkit-scrollbar-corner {
        background-color: #ffffff;
    }

    .listbox-list-wrapper[b-4nb3ma7dbt]::-webkit-scrollbar {
        background-color: #ffffff;
    }

    .listbox-list-wrapper[b-4nb3ma7dbt]::-webkit-scrollbar-thumb {
        background: #479cc8;
        border: 4px solid rgba(0, 0, 0, 0);
        background-clip: padding-box;
        border-radius: 8px;
    }

    .listbox-list-wrapper[b-4nb3ma7dbt]::-webkit-scrollbar-corner {
        background-color: #ffffff;
    }

.listbox-filter-container[b-4nb3ma7dbt] {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

    .listbox-filter-container .listbox-filter-input[b-4nb3ma7dbt] {
        flex: auto;
        width: 0;
        border: none;
        line-height: 1.5;
    }

        .listbox-filter-container .listbox-filter-input:focus[b-4nb3ma7dbt] {
            outline: none;
        }

    .listbox-filter-container .listbox-search[b-4nb3ma7dbt] {
        width: 1.25rem;
        height: 1.25rem;
        line-height: 1.25rem;
        font-size: 1.25rem;
    }

.listbox-filter-container[b-4nb3ma7dbt] {
    flex: auto;
}

    .listbox-filter-container .listbox-filter-input[b-4nb3ma7dbt] {
        background-color: transparent;
    }

[b-4nb3ma7dbt] .listbox-multiselect-item {
    display: block;
    padding: 0.25rem 0.625rem;
    transition: none;
    cursor: default;
    font-size: 1rem;
}

    [b-4nb3ma7dbt] .listbox-multiselect-item:hover {
        background-color: #59a6cd;
        color: #ffffff;
        border-radius: 0;
    }

[b-4nb3ma7dbt] .listbox-state-highlight.listbox-multiselect-item {
    background-color: #479cc8;
    color: #ffffff;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.01);
    border-radius: 0;
}

    [b-4nb3ma7dbt] .listbox-state-highlight.listbox-multiselect-item:hover {
        background-color: #479cc8;
        color: #ffffff;
    }
/* _content/JRC.ODCAT.Catalog/Components/RefreshingSection.razor.rz.scp.css */
.refreshing-wrapper[b-mc15gpobss] {
    position: relative;
    display: block;
    flex-basis: 100%;
    flex-grow: 0;
    flex-direction: column;
}

.refreshing[b-mc15gpobss] {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}

.refreshing-message[b-mc15gpobss] {
    position: absolute;
    margin: auto;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 101;
    text-align: center;
}
/* _content/JRC.ODCAT.Catalog/Components/ResourceSearch.razor.rz.scp.css */
@media (min-width: 996px) {
    .ecl-text-input[b-tgzcnwhe9v] {
        padding: calc(1.2rem - 1px) !important;
        height: auto !important;
    }

    .ecl-search-form__button[b-tgzcnwhe9v] {
        height: auto !important;
    }

        .ecl-search-form__button[b-tgzcnwhe9v]:before {
            top: 0.75rem;
            height: 2.25rem;
        }
}

.ecl-tag[b-tgzcnwhe9v] {
    cursor: pointer;
}
