body{
	font-family: 'Source Sans Pro',sans-serif;
	font-size:14px;
	line-height: 1.42857143;
}

.right1 .active {
    background-color: #CCC;
}

.separatore.azzurro a {
    color: #fff;
    font-size: 14px;
}

.separatore.azzurro a:hover {
    color: #CCC;
    text-decoration: none;
}

h4.font-bold {
    font-weight: bold;
}
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-heading {
    border: 0;
}
.panel-title a {

    padding-right: 10px;
    text-decoration: none;
}
.panel-default {
    border: none;
}

.panel-group .panel-heading+ .panel-collapse > .list-group, .panel-group .panel-heading+ .panel-collapse > .panel-body {
    border: none;
}
.panel-title a.segno {
    display: inline-block;
    width: 16px;
}
.panel-title a.segno::before {
    content: "-";
    width: 16px;
    display: block;
    text-indent: 0;
}

.panel-title a.segno.collapsed {
    display: inline-block;
}

.panel-title a.segno.collapsed::before {
    content: "+";
}

.panel-group .panel+ .panel {
    margin: 0;
}
.panel-default > .panel-heading {
    background-color: transparent;
}

.panel-heading {
    padding: 5px 15px;
}
.panel-heading h4 {
    font-size: 14px;
    text-indent: -16px;
    padding-left: 16px;
}

.panel-body {
    padding: 0 15px;
}

.panel-body a {
    font-size: 14px;
}

.panel-body ul {
    padding-left: 30px;
}

.panel-group {
    margin-bottom: 0;
}
.panel-group ul {
    list-style: none;
    margin-bottom: 0;
}

.panel-group ul li {
    padding: 4px 0;
}

.panel-group a {
    color: #000;
    text-decoration: none;
}

#dati {
    font-size: 14px;
}

.panel li, .panel a {
    line-height: 16px !important;
}
.macrofamiglia.selected {
    background-color: #cf395d !important;
}
.macrofamiglia.selected > h4 > a {
    color: #fff !important;
    font-weight: bolder;
}
.tipologia.selected {
    background-color: transparent !important;
}
.tipologia.selected > h4 > a {
    color: #cf395d !important;
    font-weight: bolder;
}

.selected.obbligo {
    color: #cf395d !important;
}

.viola {
    background-color: #cf395d !important;
    color: #fff;
}

#sottosezioni a {
    color: #cf395d;
}

.latest a {

    color: #cf395d;
}


.titolo a {
    padding-right: 12px;
    color: #cf395d;
}
table {
    width: 100%;
}
th {
    text-align: center;
}
td {
    padding: 5px;
}
td.dimensione, td.formato {
    text-align: center;
}

td.dimensione {
    width: 105px;
    text-align: center;
}
td.formato {
    width: 80px;
    text-align: center;
}
td.pubblicazione {
    width: 105px;
    text-align: center;
}
td.scadenza {
    width: 105px;
    text-align: center;
}

tr.odd {
    background-color: #F9F9F9;
}
#amministrazionetrasparente h3 {
    border-bottom: 1px solid #C0C0C0;
    padding-top: 20px;
}
#amministrazionetrasparente h4 {
    /*padding: 10px 0 0;*/
    display: inline-block;
    border-bottom: 1px solid #E0E0E0;
    font-weight:600;
    font-size: 16px;
}
#amministrazionetrasparente h5 {
    /*padding: 10px 0 0;*/
    /*display: inline-block;*/
    background-color: #E0E0E0;
    padding: 10px;
    margin: 0 -10px 10px;
    font-size: 18px;
}
.contenuto {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #CCC;
}

.header-text{
	font-family: 'Source Sans Pro',sans-serif;
	height:100px;
	
}

.header-text span
{
  display: inline-block;
  vertical-align: baseline;
  line-height: 100px; /* <-- adjust this */
}

.page-header{
	border-top: 2px solid #043846;
	padding-bottom:0;
}

#accordion{
	margin-top:10px;
}

#amministrazionetrasparente h2{
	margin-top:10px;
	font-size: 2.0em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
}

table.allegati tbody tr th:first-child{
	text-align:left;
	padding-left:5px;
}


.navbar-default{
	background-color:transparent;
	border:none;
}

/* Codice per menu smartphones */

ul.level1{
	list-style: none;
 	padding: 0;
	 margin: 0;
	 cursor:pointer;
}

ul.level1 li{
	display:block;
	position:relative;
	font-size:14px;
	line-height: 120%;
	padding: 5px 0;
	font-weight:bold;
	
 }
 
 ul.level2 {
 	background-color:#cf395d;
 	color:#fff;
 }
 ul.level2 li{		
	font-weight:normal;	
 }
  ul.level2 a{		
	color:#fff;	
 }


li ul.level2{
	display:none;
} 
 



