
    :root {
        --text: #333333;
--links: #0F79D0;
--titles: #163575;
--page-background: #F5F5F5;
--highlight: #EC643C;
--boxes-background: #FFFFFF;
--boxes-border: #E5E5E5;
--section-titles: #ffffff;
--section-titles-background: #4256B8;
--header-background: #4256B8;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #0088CC;
    }
    
.ods-dataset-images__image:after {
    font-size: 18px;
}
.odswidget-table__cell-container, .odswidget-table__header-cell-container {
    max-width: 600px;
}

/*************************************************************/
/* DEFAULT STYLESHEET 
/*
/* For fast customization, simply search for the COLORCOLOR word
/* and change the value related to your needs/customer chart
/*************************************************************/

/* GLOBAL */
.ods-box {
    border: none;   
    border-radius: 0px;
}

/* HEADER */ 

.ods-front-header {
    height: 100px; /* Increase header height */
    padding: 0;
}
.ods-front-header__menu-block {
    background-color: #4256B8; /* menu background color */ /* COLORCOLOR */
    /*  width: 100%; /* get all the width of the screen */
}

.ods-front-header__portal-brand {
    height: 100px; /* increase brand block size containing brand name and logo */
    display: flex; /* display the logo then the brand name on the right */
    align-items: centre; /* center the logo in the header */
    position: inherit;
}
.ods-front-header__portal-brand .ods-front-header__logo {
    height: 70px; /* increase logo size */
    margin-top: 15px;
}
.ods-front-header__portal-brand__text {
    line-height: 100px; /* center text verticaly */
    font-weight: 600;    /* weight bold/regular etc... of the text header */
    font-size: 2.3rem; /* Size of the text header */
    color: #163575; /* Brand name color */ /* COLORCOLOR */
}

.ods-front-header__custom {
    position: absolute; 
    bottom: 0; /* Positionning to bottom of the header */
}
.ods-front-header__menu {
    white-space: nowrap; /* when screen is too small, don't break line let the menu items disapear on the right */
    margin: 0 0 0 5em !important;

}   

.ods-front-header__menu-item { /* a menu item */
    display: inline-block;
    color: white; /* Color of the text of the item */ /* COLORCOLOR */
    background-color: #4256B8; /* Color of the background of the item when no mouse on it */ /* COLORCOLOR */
    margin: 0;
    margin-right: 12px; /* space between items, go to 0 for no space */
    height: 55px;
    text-align: center;
    margin-top: 42px;
}
/*.ods-front-header__menu-item:hover { 
background-color: #88427D; 
text-shadow: 1px 1px 1px #000;
} */
/*.ods-front-header__menu-item--active { 
background-color: white; 
} */
/*.ods-front-header__menu-item--active:hover { 
background-color: white; 
text-shadow: none;
} */
.ods-front-header__menu-item-link { /* the link / text in the menu item */
    opacity: 1; /* Menu item link opcaity */
    font-size: 14px;
    padding-left: 5px;
    position:relative;
}

@media only screen and (max-width: 999px) {
    .ods-front-header__brand-block.col-md-2{
        display:none;
    }
    .ods-front-header__menu-block{
        width:100%;
    }
}

.ods-front-header__menu-item-link--active {
    border-bottom: none;
    color: #FFF;
    opacity: 1;
} 


.ods-front-header__menu-item-link:after {
    position: absolute;
    content: '';
    background: #fff;
    bottom: 0;
    width: 84px;
    left: 50%;
    height: 7px;
    border-radius: 16px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translateX(-50%);
}

.ods-front-header__menu-item-link.ods-front-header__menu-item-link--active:after, .ods-front-header__menu-item-link:hover:after {
    opacity:1;
}

/*.ods-front-header__menu-item-link[href^="/pages/home-page"]:before,
.ods-front-header__menu-item-link[href^="/page/accueil"]:before,
.ods-front-header__menu-item-link[href^="/pages/home-page/"]:before,
.ods-front-header__menu-item-link[href^="/pages/accueil"]:before { /* Display the little home picto near the home page link item
font-family: "FontAwesome";
content: '\f015'; 
line-height: 1px; 
font-size: 1em; 
}*/

.ods-front-header__menu-item-link[href^="/pages/home"]:before{
    font-family: "FontAwesome";
    content: '\f015';
    line-height: 1px;
    font-size: 1.2em;
    color: white;
    position: relative;
    left: 32px;
    bottom: 20px;
}

.ods-front-header__menu-item-link[href^="/pages/peclet-homepage/"]:before{
    font-family: "FontAwesome";
    content: '\f1cb';
    line-height: 1px;
    font-size: 1.2em;
    color: white;
    position: relative;
    left: 32px;
    bottom: 20px;
}

.ods-front-header__menu-item-link[href^="/explore/"]:before{
    font-family: "FontAwesome";
    content: '\f1c0';
    line-height: 1px;
    font-size: 1.2em;
    color: white;
    position: relative;
    left: 25px;
    bottom: 22px;
}

.ods-front-header__menu-item-link[href^="/maps/"]:before{
    font-family: "FontAwesome";
    content: '\f278';
    line-height: 1px;
    font-size: 1.2em;
    color: white;
    position: relative;
    left: 30px;
    bottom: 20px;
}

.ods-front-header__menu-item-link[href^="/pages/visualise/"]:before{
    font-family: "FontAwesome";
    content: '\f080';
    line-height: 1px;
    font-size: 1.2em;
    color: white;
    position: relative;
    left: 32px;
    bottom: 20px;
}
.ods-front-header__menu-item-link[href^="/pages/data-solutions/"]:before{
    font-family: "FontAwesome";
    content: '\f0eb';
    line-height: 1px;
    font-size: 1.2em;
    color: white;
    position: relative;
    left: 32px;
    bottom: 20px;
}

.ods-front-header__menu-item-link[href^="/api/"]:before{
    font-family: "FontAwesome";
    content: '\f085';
    line-height: 1px;
    font-size: 1.2em;
    color: white;
    position: relative;
    left: 22px;
    bottom: 20px;
}

.ods-front-header__menu-item-link[href^="https://www.peclet.com.au"]:before{
    font-family: "FontAwesome";
    content: '\f06e';
    line-height: 1px;
    font-size: 1.2em;
    color: white;
    position: relative;
    left: 45px;
    bottom: 20px;
} */

.ods-front-header__management-menu { /* Admin top right managment menu */
    right: 0;
    background-color: #163673; /* background color */ /* COLORCOLOR */
    line-height: 32px;
}

/* RESPONSIVE / MOBILE HEADER */

.ods-responsive-menu-placeholder__toggle {
    background-color: #336179; /* Hamburger menu color */ /* COLORCOLOR */
}
.ods-responsive-menu-placeholder__toggle:hover {
    background-color: #336179; /* Hamburger menu color */ /* COLORCOLOR */
}
.ods-responsive-menu-collapsible__toggle-button {
    color: black;
}
.ods-responsive-menu--collapsed .ods-front-header__portal-brand {
    display: inherit; 
}
.ods-responsive-menu--collapsed .ods-front-header__portal-brand .ods-front-header__logo {
    margin-top: 10px; /* positionning of the logo */

}
.ods-responsive-menu--collapsed {
    height: 120px; /* reduce the size of the header when displaying in mobile mode  */
    border-bottom: 2px solid #326078; /* little border to make a split between the logo and the page content */ /* COLORCOLOR */
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu { /* ignore it... just to make the display ok.... */
    width: 100%;
}
.ods-responsive-menu--collapsed .ods-front-header__menu-block .container { /* ignore it... just to make the display ok.... */
    padding-left: 0;
    padding-right: 0; 
    width: 100%; 
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link--active {
    border-left: none; /* Remove the ODS left line (repsonsive menu) when an item is active */
}

/* DATA CATALOG */

/* Every block */
.ods-filters__count,
.ods-filters__export-catalog-title, 
.ods-filters__filters, 
.ods-filters__filters-summary,
.ods-catalog-card,
.ods-tabs__pane.ods-tabs__pane--horizontal,
.odswidget-text-search__search-box,
.ods-tabs__tab.ods-tabs__tab--horizontal, 
.ods-tabs__tab.ods-tabs__tab--horizontal:hover
{
    border-radius: 0px; /* remove rounded border of almost every boxes on the platform */
}

/* DATA CATALOG DATASET CARD */
.ods-catalog-card__keyword { /* keywords items */
    border-radius: 0px;
    background-color: #003958; /* change de color of the keyword card block in the catalog */ /* COLORCOLOR */
}
.ods-catalog-card__keyword:hover { /* hover keyword item */
    background-color: #427e9d; /* color of the background when mouse hover the keyword block */ /* COLORCOLOR */
}


/* ANALYSIS VIEW */
.ods-chart-controls__yaxis { /* Analysis control block */
    background-color: white; /* background color, dirty grey by default */ /* COLORCOLOR */
}


/* FOOTER 

    height: 300px;
    position: fixed;
    animation-name: rotateAnimation;
    animation-duration: 1ms;
    animation-direction: alternate;
    animation-timeline: scroll();*/

footer {
    bottom: 0;
    width: 100%;
}

@keyframes rotateAnimation {
    0% {
        bottom: -300px;
    }
    25% {
        bottom: -300px;
    }
    50% {
        bottom: 0;
    }
    100% {
        bottom: 0;
    }
}

.ods-front-footer{
    height: 100% !important;
    background-color: #4256B8;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.front-footer-copyright, .front-footer-socialmedia{
    margin: 0 20px;
}

.front-footer-copyright{
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.front-footer-socialmedia a{
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.front-footer-socialmedia a:hover{
    background: #4256B822;
}

.ods-front-footer .portal-picto {
    height: 90px; /* Max size of the picto in the footer */
}
.ods-front-footer {
    /* border-top: 3px solid #427E9D; /* top line of the footer, delete if not needed */  /* COLORCOLOR */
    /*border-bottom: 3px solid #427E9D;  /* bottom line of the footer, delete if not needed */  /* COLORCOLOR */
    padding: 10px 0;
    height: auto;
}
.ods-front-footer__link {
    color: #427E9D;/* link color in the footer */  /* COLORCOLOR */   
}

/*.ods-responsive-menu-collapsible__content .container {
width: 100%;
padding-left: 0px;
}*/
.ods-front-header__portal-brand {
    display: inherit;
}
.ods-front-header__portal-brand .ods-front-header__logo {
    vertical-align: middle !IMPORTANT;
    padding-left: 45px;
}
.ods-front-header__menu {
    margin: 0 0 0 0px;
}

.front-footer-copyright .privacy-msg{
    position:relative;
    padding-left: 10px;
    color:#fff;
    text-decoration:none;
}

.front-footer-copyright .privacy-msg::before {
    content: "|";
    position: absolute;
    top: -2px;
    margin-left: -6px;
}


/* Translate widget */

.sticky-container button {
    background-color: #06c;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 3px;
    position: fixed;
    top: 40%;
    left: 0px;
    width: 0px;
    height: auto;
    z-index: 9999;
    margin-top: 24px;
    text-align: center;
}

.fa-language {
    font-size: 20px;
    padding-left: 8px;
}

.current-option{
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-color: #FFFFFF;
    padding-left: 5px;
    height: 35px;
    padding-top: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}


.sticky-container button {
    padding: 0 !important;
    display: block;
    text-align: left;
    height: 35px;
    width: 35px;
    padding: 8px 16px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    border: none;
}

.dropdown-list ol, .dropdown-list li {
    padding: 0;
    list-style: none;
    margin: 0;
}

.dropdown-list {
    position: fixed;
    top: 40%;
    left: 35px;
    width: 150px;
    height: 500px;
    z-index: 9999;
    margin-top: 24px;
}

.dropdown-list ol {
    overflow-y: scroll;
    max-height: 400px;
    background-image: none;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-color: #FFFFFF;
    padding-left: 5px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; 
}

.current-option::after {
    content: '\f078';
    color: #000;
    right: 11px;
    top: 0px;
    height: 20px;
    padding: 7px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
    font-family: 'FontAwesome';
    font-size: 12px;
}

/* HIDE EXPORT TAB IF USER IS NOT AUTHENTICATED */

/* header:has(.unauthenticatedUser) ~ .main--dataset [title*="Export"]{
min-height: 400px;
}
header:has(.unauthenticatedUser) ~ .main--dataset [title*="Export"] div{
display: none !important;
}
header:has(.unauthenticatedUser) ~ .main--dataset [title*="Export"]:after{
content: "Please signup or login to export data.";
font-size: 14px;
position: relative;
top: 150px;
left: 35%;
} */

/* HIDE API TAB IF USER IS NOT AUTHENTICATED */

/* header:has(.unauthenticatedUser) ~ .main--dataset [title*="API"]{
min-height: 400px;
}
header:has(.unauthenticatedUser) ~ .main--dataset [title*="API"] div{
display: none !important;
}
header:has(.unauthenticatedUser) ~ .main--dataset [title*="API"]:after{
content: "Please signup or login to export data.";
font-size: 14px;
position: relative;
top: 150px;
left: 35%;
} */

/* HIDE API HEADER ITEM IF USER IS NOT AUTHENTICATED */

/* header:has(.unauthenticatedUser) .ods-front-header__menu .ods-front-header__menu-item:has([href*="api"]){
display: none;
} */