
    :root {
        --text: #808080;
--links: #AEB05D;
--titles: #808080;
--page-background: #FFFFFF;
--highlight: #DF7D60;
--boxes-background: #FFFFFF;
--boxes-border: #FFFFFF;
--section-titles: #808080;
--section-titles-background: #FFFFFF;
--header-background: #DF7D60;
--header-links: #DF7D60;
--footer-background: #DF7D60;
--footer-links: #FFFFFF;
    }
    


.ods-filters {
    background-color: #ffffff
    padding: 10px;
}

.odswidget-facet__facet-title {
	background-color: #D9D8D5;
}

.ods-filters__count {
  	text-align: center;
  	font-size: 24px;
  	letter-spacing: 1.4px;
	font-weight: normal;
}

.ods-filters__count-number {
	color: #DF7D60;
  	font-size: 70px;
  	/*font-weight: bold;*/
  	display: block;
}

.odswidget-facet__facet-title {
	text-transform: uppercase;
    padding: 3px 10px;
    margin-bottom: 5px;
  	font-weight: normal;
}

.odswidget-facet__category {
  	color: #DF7D60;
}

/* HEADER */
.ods-front-header {
    
  height: 56px;
  padding: 0;
  overflow-x: hidden;
}







.ods-front-header__management-menu-item-link {
  color: #DF7D60;
  background-color: #FFFFFF;
}

.ods-front-header__menu {
      background-color: #FFFFFF;
  text-align: center;

  margin: 0 auto 0 auto;
  width: 100%;
}

.ods-front-header__management-menu {

    background-color: lightgrey;
    font-size: 20px;
    right: 0;
}

.ods-front-header__management-menu-item {
        color: #DF7D60;
}

.ods-front-header__management-menu-item--backoffice {
    background-color: transparent;
    padding: 0;
}

.ods-front-header__menu-item-link {

  	font-size: 25px;
	padding: 0px 1em;

        color: #DF7D60;
}

.ods-front-header__menu-item-link--active {

	 border-bottom: 0; 
    
    /*font-weight: bold;*/
        color: #DF7D60;
}

/* CATALOG CARD */
.ods-catalog-card {
	min-height: 100px;
    border: 1px solid #D9D8D5;
    display: block;
}

.ods-catalog-card__body {
	width: calc(100% - 80px);
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
    height: auto;
}

.ods-catalog-card__description,
.ods-catalog-card__title,
.ods-catalog-card__metadata,
.ods-catalog-card__keywords {
  margin-left: 0;
}

.ods-catalog-card__keywords {
    line-height: 9px;
    margin-top: 10px;
}

.ods-catalog-card__title {
    white-space: nowrap;
}

.ods-catalog-card__description {
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ods-catalog-card__metadata-item-label {
    text-align: right;
    font-weight: bold;
}

.ods-catalog-card__visualizations {
	width: auto;
  	float: right;
    border-left: 0;
    height: auto;
}

.ods-catalog-card__visualization {
	display: inline-block;
  	color: #DF7D60;
    text-align: center;
    font-size: 10px;
    margin-left: 1em;
}

.ods-catalog-card__visualization-icon {
}

.ods-catalog-card__visualization span {
    display: block;
}

ods-catalog-card-theme-icon {
    float: right;
    display: block;
  	width: 80px;
  	height: 80px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.ods-catalog-card__theme-icon {
    position: static;
    width: 80px;
  	height: 80px;
}

.ods-catalog-card__theme-icon.theme-default {
	display: none;
    
}

ods-catalog-card-title {
}

.ods-catalog-card__head {
	border-bottom: 1px solid #333333;
    margin-right: 80px;
}

.ods-catalog-card__keyword,
.ods-catalog-card__keyword:hover {
    color: #DF7D60;
    background-color: transparent;
    font-size: 0.75rem;
}

.ods-catalog-card__metadata:not(:last-child) {
    margin-bottom: 0;
}


/* FOOTER */
.ods-front-footer {
height: 50px;
/* background-color: #DF7D60; */
    background-color: #FFFFFF;
    line-height: 30px;    
    padding-top : 10px;
    
}

.ods-front-footer a {
   /* color: #FFFFFF; */
    /*color: #DF7D60;*/
}

.ods-front-footer .logos,
.ods-front-footer ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 30px;
    list-style: outside none none;
}
/*
.ods-front-footer ul.footer-links  {
    height: 50px;
    line-height: 50px;
    list-style: outside none none;
}
*/
.ods-front-footer ul.footer-links li {
    margin: 0 10px;
    display: inline-block;
}


.ods-front-footer .tm-logo {
    margin-right: 10px;
    height: 40px;
}

.ods-front-footer .odf-logo {
    --background-color: white;
    --padding: 5px;
    --margin-right: 10px;
    height: 50px;
}


.ods-front-footer .social {
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    list-style: outside none none;
}

.ods-front-footer .social li {
    margin: 0;
    display: inline-block;
}

.ods-front-footer .social img {
    height: 20px;
    vertical-align: middle;
}

.ods-front-footer li b_button {
  border-color: #AEB05D;
  color: #AEB05D;
  padding-left: 7px;
  padding-right: 7px;
      padding-top: 1px;
  padding-bottom: 1px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
