
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');

.css-selector {
  font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
}

body {
  font-family: "Titillium Web", Geneva, Tahoma, sans-serif !important;
  font-size:18px !important;
}

.header_uvs {
    float: left;
    margin-top: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
text-decoration: underline;
}

.header_uvs a {
	color: white !important;
}

.header_uvs:hover {
  text-decoration: underline;
}

.container_privacy {
    position: relative;
    padding-top: 24px;
    width: 1170px;
    padding-bottom: 24px;
    background-color: #333 !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container_privacy a {
	color: white !important;
}


.link_urp {
    text-decoration: underline;
    color: white !important;
}

.link_urp a:hover {
  color: #ffd400;
  opacity: 0.9;
}

a.link_urp:hover {
  color: #ffd400;
  opacity: 0.9;
}


.account-masthead {
    background-color: #208462 ;
}

.account-masthead .account ul li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.account-masthead .account ul li a {
    font-size: 14px !important;
    color: white !important;
}

.account-masthead .account ul li a:hover {
    text-decoration: underline;
    color: white !important;
    background-color: #208462 ;
}


.masthead {
  background-color: white;
}

.masthead hgroup h2 {
    position: inherit !important;
    font-size: 32px;
    margin-top: 12px;
    font-weight: 600 !important;
}

.masthead hgroup h3 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.masthead hgroup a:hover {
   text-decoration: none !important;
}


.masthead .navigation .nav-pills li a:hover {
  text-decoration: underline;
  color: white;
}

/* The "active" navigation pill (for example, when you're on the /dataset page
   the "Datasets" link is active). */
.masthead .navigation .nav-pills li.active a {
  text-decoration: underline;
}

.homepage [role="main"] {
  border-top: 1px solid white;
  background-color: white !important;
}

.masthead .logo {
    display: inline-block;
    padding: 0px 16px 0px 0px !important;
}

.masthead .logo img {
    max-height: 100px !important;
margin-right: 24px;
}

.masthead .navigation .nav-pills li a:hover, .masthead .navigation .nav-pills li a:focus, .masthead .navigation .nav-pills li.active a {
background-color: #000 !important;
}

/* Change the colors of the "Search Your Data" box. */
.homepage .module-search .module-content {
  background-color: #208462 ;
}

.masthead .navbar-collapse {
    padding: 30px 0px 0px 0px !important;
}



.btn-primary {
	background-color: #007db3 !important;
}

/* Change the colors of the "Search Your Data" box. */
.homepage .module-search .tags {
	background-color: #208462 ;
}

.media-overlay .media-heading {
background-color: #007db3;

}


.nav-pills > li > a {
    border-radius: 4px;
    color: white !important;
text-transform: uppercase;

}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    text-decoration: underline;
    background: none !important;
}


nav.section.navigation .nav.nav-pills > li > a:hover,
nav.section.navigation .nav.nav-pills > li > a:focus {
  background: transparent !important;  
  text-decoration: underline;
  box-shadow: none; 
}


.site-footer,
body {
font-family: "Titillium Web", Geneva, Tahoma, sans-serif;	
  background-color: #208462  !important;
}

.site-footer_privacy
{
    font-family: "Titillium Web", Geneva, Tahoma, sans-serif;	
    background-color: #208462  !important;
    margin-bottom: initial;
    padding: 10px 0;
    color: #fff;
    background: #005d7a url(../../../base/images/bg.png);
    padding: 20px 0;
}

/* The text in the footer. */
.site-footer,
.site-footer label,
.site-footer small {
font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
  color: white;
  padding-bottom: 0px !important;
}

/* The link texts in the footer. */
.site-footer a {
font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
  color: white;
}

.contatti {
    text-decoration: underline;
}

.link-licenza {
    color: #007db3;
    text-decoration: underline;
}


[role=main], .main {
    background: #ededed !important;
}

.big_menu {
	font-size: 30px !important;
}

.homepage.layout-1 .row1 .col2 {
	position: unset !important;
}

.badge {
    background-color: black !important;
}


.testo-small {
    font-size: small;
}

.justify {
    text-align: justify;
}

.alignright { float: right; padding: 15px 0 15px 15px;}
