
    :root {
        --text: #000000;
--links: #142D7A;
--titles: #000000;
--page-background: #F6F8FB;
--highlight: #142D7A;
--boxes-background: #FFFFFF;
--boxes-border: #CBD2DB;
--section-titles: #142D7A;
--section-titles-background: #F6F8FB;
--header-background: #FFFFFF;
--header-links: #000000;
--footer-background: #FFFFFF;
--footer-links: #E0241B;
    }
    
/* ==========================================================================
LIGHT BIG HEADER THEME
========================================================================== */
/* 
The CSS rules below apply to the whole portal.
Some suggestions:
- You should add below CSS rules that apply to elements that show up in all pages (such as the 
header or footer) or built-in pages such as the Explore page, the MapBuilder, the ChartBuilder and the API 
page.
- For CSS that applies to a specific user-created page, add it directly in the "CSS" 
tab in the page edit section. This makes it easier to keep track of which classes 
are page specific and which ones are generic and apply to the whole portal.
*/
/* Portal Header - Logo and main navigation
========================================================================== */
/*h2.ods-catalog-card__title {
    font-family: Arial !important;
}*/


.odswidget-most-popular-datasets__dataset-details-title, .odswidget-last-datasets-feed__dataset-details-title {
    font-size: 1rem;
    width: 500px;
}
.portal-header {
    padding: 0 26px 0 13px;
    border-bottom: 1px solid #DEE5EF;
    height:auto;
}

/* Logo */
.ods-front-header__logo {
    display: block;
    width: auto; /* Logo width */
    height: auto; /* Logo height */
    max-height: 80px;
    margin-right: 0px;
}

@media screen and (max-width: 992px) {
.ods-front-header__logo {
    max-height: 50px;
    }
}



/*Catalogue */


.odswidget-facet__facet-title{
    font-size: 1.5rem;
    color: #142e7b;
}
.odswidget-facet__category-name{
    text-decoration: underline;

}


.ods-responsive-menu-collapsible__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.portal-navigation {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.ods-front-header__menu {
    margin: 0;
}

.ods-front-header__language {
    text-transform: capitalize;
}

.ods-front-header__menu-item 
{
    border: none;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .8px;
    /*line-height: 59px;*/
    opacity: 1;
    color: #142d7a;
    
}

a:active
{
    background-color: #142d7a;
}

.classic-menu {
    padding-right : 5px;
    padding-left : 5px;
}

.ods-front-header__menu-item-link {
    border: none;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .8px;
    line-height: 25px;
    opacity: 1;
    color: #142d7a;
    padding: 0 5px;
}

@media screen and (min-width: 992px) {
    .ods-responsive-menu-collapsible .ods-front-header__languages {
        display: inline-block;
        padding: 0 13px;
        padding-left : -13px;
        right: 4%
    }
    .ods-front-header__menu-item-link {
        line-height: 59px;
    }
}

.legal{
    color: #1762B8;
}


.ods-front-header__menu-item-link:hover{
    color:#142D7A; /* Header link color when the link is active */
}
/* Management Menu
========================================================================== */
.ods-front-header__management-menu {
    position: static;
    top: 0;
    right: 13px;
    line-height: 59px;
    font-size: 1rem;
}
.ods-front-header__management-menu-item {
    margin: 0 0 0 26px;
}
.ods-front-header__management-menu-item-link--active, 
.ods-front-header__management-menu-item-link:hover {
    border: none;
    color: #142D7A;
}
.ods-front-header__account-avatar-container {
    margin-bottom: 0;
    vertical-align: middle;
}
.ods-front-header__management-menu-item--backoffice {
    padding: 0;
    border: none;
    background: none;
}
/* Button "Back Office" in header */
.ods-front-header__management-menu-item--backoffice .ods-front-header__management-menu-item-link--backoffice {
    display: inline-block;
    color: #CBD2DB;
    border: 1px solid #CBD2DB;
    padding: 5px;
    background-color: transparent;  
    border-radius: 4px;
}
.ods-front-header__management-menu-item-link--backoffice:hover {
    color: #FFFFFF;
    background-color: #142e7b;
    border: 1px solid #142e7b;
}
.ods-dataset-visualization__edit-dataset-link {
    color: #FFFFFF;
}
.ods-front-header__management-menu-item-link {
    padding-bottom: 0;
}
/* Header - Mobile (small screens)
========================================================================== */
.ods-responsive-menu-placeholder.ods-responsive-menu-placeholder--active {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ods-responsive-menu--collapsed .ods-responsive-menu-collapsible__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ods-responsive-menu-collapsible--collapsed .portal-header-logo-container {
    display: none;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link {
    width: 100%;
    border-left: none;
}
.ods-responsive-menu-collapsible--collapsed .portal-navigation,
.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu,
.ods-responsive-menu-collapsible--collapsed .portal-management-menu {
    width: 100%;
}
/* Management Menu - Mobile (small screens)
========================================================================== */
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu {
    padding: 13px;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu-item {
    padding-left: 0;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu-item--backoffice {
    padding: 0;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu-item-link--backoffice {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



/* START - STYLE OF HEADER DROPDOWN MENU
========================================================================== */
/*
li.custom-menu-item {
    position: relative;
}

li.custom-menu-item:first-child {
    margin-left: inherit; }

li.custom-menu-item > a {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 0.8rem;
    border: none;
    letter-spacing: .8px;
    line-height: 59px;
    opacity: 1;
    margin: 0;
    text-transform: uppercase;
    padding: 0 20px;
}

li.dropdown-menu i {
font-size: 1.2em;
    margin-left: 13.5px;*/
    /*color: #000000;*/
/*}


li.custom-menu-item.custom-menu-item__active > a,
li.custom-menu-item.custom-menu-item:hover > a{*/
    /*color: #142D7A;*/
    /*background-color: #142D7A;
    text-decoration: none;
    color: #FFFFFF;
}

ul.custom-menu-item-submenu {
    display: none;
    margin: 0;
    padding: 22px 28px;
    list-style: none;
    background-color: white; }

ul.custom-menu-item-submenu.custom-menu-item-submenu__active {
    display: inherit; }

li.custom-menu-item-submenu-item {
    margin-bottom: 26px; }

li.custom-menu-item-submenu-item:last-child {
    margin-bottom: inherit; 
}

.ods-responsive-menu-collapsible:not(.ods-responsive-menu-collapsible--collapsed) ul.custom-menu {
    display: flex;
    align-items: center; 
}

.ods-responsive-menu-collapsible:not(.ods-responsive-menu-collapsible--collapsed) ul.custom-menu-item-submenu {
    width: 230px;
    position: absolute;
    top: 59px;
    left: 1px;
    z-index: 1001;
    filter: drop-shadow(0px 14px 8px rgba(37, 48, 59, 0.1)); 
}

.ods-responsive-menu-collapsible:not(.ods-responsive-menu-collapsible--collapsed) .custom-menu .custom-menu-item-submenu {
    width: auto !important;
    top: 59px !important;
    left: 1px !important;
    padding: 20px !important;
    filter: drop-shadow(0px 0px 8px rgba(37, 48, 59, 0.2)) !important; }

.ods-responsive-menu-collapsible:not(.ods-responsive-menu-collapsible--collapsed) .custom-menu .custom-menu-item-submenu a {
    white-space: nowrap; 
}*/

/* END - STYLE OF HEADER DROPDOWN MENU
========================================================================== */



/* Portal Footer
========================================================================== */
.portal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #DEE5EF;
    background-color: #FFFFFF;
    height: auto;
    min-height: 50px;
    padding: 0 26px;
}
.ods-front-footer__link--active {
    font-weight: normal;
    color: #142D7A; /* Give current language a color highlight */
}

a.footer-img-link:active {
    background-color: transparent;
}
/* Explore Page - Catalog Cards
========================================================================== */
.ods-catalog-card {
    border-radius: 4px;
    padding: 26px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.ods-catalog-card:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: 0 0 10px 0 #e3e9f1;
    box-shadow: 0 0 10px 0 #e3e9f1;
}
.ods-catalog-card:hover:before {
    display: none;
}
.ods-catalog-card__theme-icon {
    position: absolute;
    top: 26px;
    left: 26px;
}
.ods-catalog-card__title {
    color: #142D7A;
    font-weight: 400;
    font-size: 1.44rem;
    line-height: 1.4;
}
.ods-catalog-card__metadata-item {
    font-size: .833rem;
    line-height: 1.4;
    margin-bottom: 4px;
}
.ods-catalog-card__visualization {

    padding: 0 0 4px 0;
}

.ods-catalog-card__visualization:hover {
    text-decoration: underline;
  
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.ods-catalog-card__keyword {
    color: #000000;
    font-size: 0.833rem;
    padding: .15rem .35rem;
    background-color: #CBD2DB;
    border-radius: 7px;
}
.ods-catalog-card__keyword:hover {
    color: #FFFFFF;
    background-color: #142e7b;
}
/* Explore Page - Filter Sidebar
========================================================================== */
/* Improve sidebar title size and alignement */
.ods-filters__count, 
.ods-filters__export-catalog-title, 
.ods-filters__filters, 
.ods-filters__filters-summary{
    font-size: 1.44rem;
    line-height: 1.2;
    font-weight: 400;
    padding: 0;
}
.ods-catalog-sort-labels {
    font-size: .833rem;
    line-height: 1.4;
}
.odswidget-facet__facet-title {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 13px;
    font-weight: 400;
}
.odswidget-text-search__search-box {
    font-size: 1rem;
}
/* Catalog Sort Selector */
.ods-catalog-sort__selector {
    font-size: .833rem;
}
.ods-catalog-sort__selector__opt,
.ods-catalog-sort__selector__opt--select .ods-catalog-sort__selector__more-button {
    background-color: transparent;
    border-color: #CBD2DB;
    color: #CBD2DB;
}
.ods-catalog-sort__selector__opt--selected,
.ods-catalog-sort__selector__opt--selected:hover,
.ods-catalog-sort__selector__opt:hover:not(.ods-catalog-sort__selector__opt--selected), 
.ods-catalog-sort__selector__opt:hover:not(.ods-catalog-sort__selector__opt--selected) button {
    color: #FFFFFF;
    background-color: #142e7b;
    border-color: #142e7b;
}
html[dir="rtl"] .ods-catalog-sort__selector__opt:first-child {
    border-left: 0;
}
html[dir="rtl"] .ods-catalog-sort__selector__more-button {
    border-left-width: 1px;
    border-left-style: revert;
}
/* Removed small left border from sidebar items */
/*.odswidget-facet__category,
.ods-filters__export-catalog-link {
    padding-left: 0;
    border: none;
}*/ 


/***** FOOTER *****/

.ods-front-footer {
    background-color: #FFF;
    /*min-height: 400px;*/
    padding: 20px 0 0 0;
    height: auto;
}
.footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

@media screen and (max-width: 992px) {
  .footer-container, .logos-container,  .links-container {
      flex-direction: column;
    }
}

.logos-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-logo {
    height: 200px;
}

.footer-logo-2030 {
    height: 100px;
}

.links-container {
    display: flex;
}

.links-title {
    font-weight: 700;
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
    padding-right: 60px;
    padding-left: 15px;
    text-align: left;
}

.links-title-ar {
    font-weight: 700;
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 15px;
    /*text-align: left;*/
}

.links-list {
    list-style: none;
    padding: 0px;
    text-align: left;
        padding-left: 15px;
}

.links-list-ar {
    list-style: none;
    padding: 0px;
    /*text-align: left;*/
        padding-right: 15px;
}

.links-list a, .links-list-ar a {
        color: #000 !important;
}

.links-list-1 {
    padding-right: 130px;
}

.links-list-1-ar {
    padding-left: 130px;
}

.links-ar {
    text-align:right;
}

/* Socials */
.social-networks-container {
    padding: 20px 0px;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

@media screen and (max-width: 992px) {
    .social-networks-container { 
        justify-content: center; 
    }
}

.social-logo {
    height: 20px;

}

/* Bottom */

.footer-bottom {
    background-color: #F6F8FB;
    padding-bottom: 20px;
}
.footer-bottom, .footer-bottom ul{
    display: flex;
    flex-direction: column;
}

.footer-bottom ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 992px) {
.footer-bottom ul {
    flex-wrap: wrap; 
    }
    .footer-bottom ul li a { 
        border-right: none !important;
    }
    .links-list {
        padding-left: 15px;
    }
}

.footer-bottom ul li a {
    border-right: 1px solid #000;
    padding-right: 5px;
    color: #000;
}

.last-child {
    border-right: none !important;
    padding-left: 5px;
}

.first-child {
    border-right: none !important;
}











/* DESKTOP SPECIFICS - STYLE OF ODS HEADER
========================================================================== */

.ods-responsive-menu-collapsible__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ods-front-header__portal-brand {
    display: flex;
    height: 40px;
    position: relative;
    top: 0;
}

/* MOBILE SPECIFICS - STYLE OF ODS HEADER
========================================================================== */
.ods-responsive-menu-placeholder.ods-responsive-menu-placeholder--active {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ods-responsive-menu--collapsed .ods-responsive-menu-collapsible__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__logo {
    display: none;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu,
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu
{
    width: 100%;
}

/* DESKTOP SPECIFICS - STYLE OF DROPDOWN MENU
========================================================================== */

.fa.en {
    padding-left: 5px;
}

.fa.ar {
    padding-right: 5px;
}

.dropdown-menu-content {
    position: absolute;
    background-color: #FFFFFF;
    filter: drop-shadow(0px 14px 8px rgba(37, 48, 59, 0.1));
    z-index: 1;
    padding: 10px 20px;
    min-width: 150px;  
}

.dropdown-menu-content a {
    color: #142D7A;
    text-decoration: none;
    /*display: block;*/
    opacity:1;
    padding: 5px;
    font-size: 0.8rem;
    line-height: 35px;
}


.custom-menu a:hover {
    text-decoration: none;
}

.dropdown-menu-content a:hover {
    color: #142D7A;
    text-decoration: underline;
}

.ods-front-header__menu-item:hover {
    background-color: #142D7A;
    color: #FFFFFF;
}

.ods-front-header__menu-item:hover>a {
    text-decoration: none;
    color: #FFFFFF;
}


@media screen and (min-width: 1000px){
    .dropdown-menu-content {
        display: none;
    }

    .dropdown-menu:hover  .dropdown-menu-content {
        display: block;
    }

    .dropdown-menu:hover .ods-front-header__menu-item-link {
        opacity: 1;
    }   
}

/* MOBILE SPECIFICS - STYLE OF DROPDOWN MENU
========================================================================== */

@media screen and (max-width: 1000px){    
    .dropdown-menu-content {
        position: relative;
        padding-left: 25px;
        filter: none;
    }
    .bubble {
        display: none !important;
    }
}



.bubble {
    text-align:center;
    border-radius: 50%; 
    text-decoration: none; 
    /*border: 1px solid #142D7A;  */
    background-color:#142D7A;
    width:23px;
    height:23px;
    color:#ffffff;
}

.bubble span.infoen{
	display:none;
	color:#fff;
	background:rgba(51,51,51,0.75);
	/*padding:10px;*/
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width:75px;
	text-align:center;
	position: absolute;
	z-index:10;
    width:200px;
    margin-top:-27px;
    margin-left:25px;
}

.bubble span.infoar{
	display:none;
	color:#fff;
	background:rgba(51,51,51,0.75);
	/*padding:10px;*/
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width:75px;
	text-align:center;
	position: absolute;
	z-index:10;
    width:200px;
    margin-top:-27px;
    margin-right:25px;
}

.bubble  a{
	text-decoration:none;
	color:#fff;
	
}

.bubble  a:hover{
	text-decoration:none;
	color:#fff;
}


.bubble { 
	display: inline-block;
}

.bubble:hover span{ 
	display:block;   
}

/*.odswidget-facet--disjunctive .odswidget-facet__category:hover:before {
    left: -.7rem;
}
*/
/*span.odswidget-facet__category-name.ng-binding:hover {
    transform: translateX(10px) translateY(0);
}*/
/*
.ods-catalog-sort__selector__opt--select {
    border-left: 1px solid !important;
}
*/
