.altezza-menu{
height: 150px;
}
.form, .top{
/*top:20px !important;*/
}
.margin-header-top{
margin-top:30px !important;
}

.margin-image-top{
margin-top:-25px !important;
}
.menu-new{
width: 180px;
float: left;
margin:5px;
}

.menu-new > a{
color:#083484;
border-color:#083484;

}
.menu-new > a:hover{
font-weight: bolder;
backgound-color:#083484d1;
border-color:#c29307;
color:#c29307;     
}

.favstar{
height:0px !important;
display:none !important;
}

body{
    font-family:"Titillium Web";
}
.editable-title{
    color: #2770b7 !important;
}
.it-header-wrapper{
    width:100%;
}
header {
background-color:white;
}
#navbarsuperset{
margin-bottom:0!important;
}

/* Personalizzazione Portale ANAC */

.arrow {
border: solid black;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px; 
margin-top: -2px;
}
.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.multiselect-selected-text{
margin-right: 10px;
}

/* The switch - the box around the slider */
.switch_precisione {
position: relative;
display: inline-block;  
padding-top: 10px;
width: 40px;
height: 20px;
margin-left: 10px;
}

/* Hide default HTML checkbox */
.switch_precisione input {
opacity: 0;
width: 0;
height: 0;
}

/* The slider */
.slider_precisione {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider_precisione:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

.thisIsChecked.slider_precisione {
background-color: #2196F3;
}

input:focus + .slider_precisione {
box-shadow: 0 0 1px #2196F3;
}

.thisIsChecked.slider_precisione:before {
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}

/* Rounded sliders */
.slider_precisione.round_precisione {
border-radius: 34px;
}

.slider_precisione.round_precisione:before {
border-radius: 50%;
}

.bg-blue{
background-color: #2770b7;
}
.bg-blue.app-title {
    height: 48px;
    padding: 0;
}
.bg-blue a{
    background-color: #2770b7;
    color: #fff !important;
}

.navbar {
    margin-bottom: 0px !important;
}
.bg-blue.app-title p {
    font-family: 'Titillium Web', helvetica, Arial, sans-serif;
    padding: 12px 0px !important;
    margin: 0;
    
}
.bg-blue p {
margin-left: -5px !important;
}

.navbar-inner.anac {
    background-color: #fff;
    background-image: none !important;
    margin-top: 2em;
    min-height: 40px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    background-repeat: none;
    border: none !important;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    filter: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
    background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
    background-image: -o-linear-gradient(top,#fff,#f2f2f2);
    background-image: linear-gradient(to bottom,#fff,#f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    box-shadow: 0 1px 4px rgba(0,0,0,0.065);
}
.navbar-inner .container{
margin-left:-25px;
}
/*body {
    padding: 0;
    font-family: 'Titillium Web', helvetica, Arial, sans-serif;
}
body {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}*/
.navbar-inner:before, .navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}
.navbar-inner:after {
    clear: both;
}
.navbar-inner:before, .navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}

.logo-anac {
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-basis: 100%;
    margin-left: -15px;
}

.navbar a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.logo-anac img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
.logo-anac img {
    width: 51%!important;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.navbar-inner:before, .navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}
.navbar-inner:after {
    clear: both;
}
.navbar-inner:before, .navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}
.navbar .btn-navbar {
    color: #fff;
    text-shadow: none;
    background-color: #2770b7;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-repeat: repeat-x !important;
    border-color: none !important;
    border-color: none !important;
    filter: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #ededed;
    *background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));
    background-image: -webkit-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -o-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: linear-gradient(to bottom,#f2f2f2,#e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075);
}
.navbar .btn, .navbar .btn-group {
    margin-top: 5px;
}
.navbar .btn:first-child {
    *margin-left: 0;
}
.navbar .btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
}

.navbar .nav ul, ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

.nav li a{
font-family: 'Titillium Web', helvetica, Arial, sans-serif;
}

.navbar .nav>li {
    float: left;
}
.navbar li {
    line-height: 20px;
}

.navbar .nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #2770b7;
    font-size:14px;
    font-weight:600;
    background-color:white !important;
    text-decoration: underline;
}
.navbar .nav>li>a {
    color: #2770b7 !important;
    font-weight: 600;
    font-size:14px;
    float: none;
    padding: 10px 15px 10px;
    font-size:14px;
    font-weight:600;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    display: block;
}
.navbar .nav>li>a:hover{
background-color:white !important;
}
    
.navbar .nav>li>a:hover, .navbar .nav>li>a:focus {
    text-decoration: underline !important;
}

header li {
    line-height: 20px;
}
.it-footer{
font-family: 'Titillium Web', helvetica, Arial, sans-serif;
}
.it-footer-main {
    padding: 36px 0;
    background-color: #0077be !important;
    color: #fff;
}
.it-footer-small-prints {
    margin-left: 0px;
    background-color: #246cae;
    padding: 36px 0;
}
.link-list-wrapper ul {
    padding: 0;
    list-style-type: none;
    margin-left: 0;
}
.it-footer a:focus, a:hover {
    color: #fff;
    text-decoration: underline;
}
.it-footer  a:active, a:hover {
    outline: 0;
}
.it-footer  a {
    color: #fff;
    text-decoration: none;
}
.it-footer-small-prints li {
    margin-right: 36px;
}
.list-inline-item {
    display: inline-block;
}
li {
    line-height: 20px;
}

footer .text-uppercase {
font-size: 17.5px !important;
letter-spacing: 0px !important;
margin: 10px 0px;
line-height: 20px;
}
footer{
font-size: 14px;
}
.span6 {
    width: 460px;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

footer .row:after {
    clear: both;
}
footer .row:before, footer .row:after {
    display: table;
    line-height: 0;
    content: "";
}
footer .row:after {
    clear: both;
}
footer .row:before, footer .row:after {
    display: table;
    content: "";
    line-height: 0;
}
footer .row { 
margin-left: -20px;
}
footer .container{
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){
.span12 {
    width: 1170px;
}
footer .container {
    width: 1190px;
}
footer .row:after {
    clear: both;
}
footer .row:before, footer .row:after {
    display: table;
    line-height: 0;
    content: "";
}

.span6 {
    width: 570px;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
}

footer .row {
    margin-left: -20px;
    *zoom: 1;
}
}
.span12 {
    width: 940px;
}

@media (max-width: 767px){
footer .row{
    margin:0px;
    margin-left:0px;
}
.span12, .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.it-footer-small-prints {
    margin-left: -10px;
    background-color: #246cae;
    padding: 36px 0;
}
[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}

.it-list{
margin-left: -40px;
}

.link-Cig{
text-decoration:none;
cursor:pointer;
color:#2770b7;
font-weight: bolder;
}

#json_vw_container *,#json_vw_container ::after,#json_vw_container ::before {
    box-sizing: border-box;
}
#json_vw_container .collapse {
display: block;
max-height: 0px;
overflow: hidden;
transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}

#json_vw_container .titolo_page{
font-weight: 300;
font-size: 32px;
line-height: 1.1;
color: #2770b7 !important;
margin-top:0px;
}

#json_vw_container .loader-request{
text-align: center;
font-weight: bolder;
color: #2770b7;
}

#json_vw_container .show {
    display: block;
    overflow: hidden;
    max-height: 99em;
    transition: max-height .5s ease-in-out;
}

#json_vw_container{
margin-bottom: 30px;
margin-top: 30px;
padding:20px 10px 20px 10px;
background-color: white;
white-space: normal !important;        
}                                                                                             
                                                                                            
#json_vw_container .row{                                                                      
margin-left:0px;                                                                            
margin-right:0px;         
}                  

#json_vw_container .separatore-elementi{
background-color:#005586;
height:2px;
}

#json_vw_container .show .row:first-of-type .separatore-elementi{
background-color:none;
height:0px;
}

#json_vw_container div.col-lg-12.col-md-12.col-xs-12>div.row{
border-bottom: 1px solid gray;
}

#json_vw_container .show>div.col-lg-12.col-md-12.col-xs-12:last-of-type>div.row:last-of-type{
border-bottom: 0px;
}

#json_vw_container .show>div.row>div.col-lg-12.col-md-12.col-xs-12:last-of-type>div.row:last-of-type{
border-bottom: 0px;
}

#json_vw_container .show {
border-top: 1px solid #005586;
overflow-y: auto;
max-height: 400px;
}

#json_vw_container .titles,#json_vw_container .titles div, #json_vw_container .titles button {
background-color:#f6f6f6;                                                                   
color:#005586;
}

#json_vw_container .fa{
padding-top:3px;
}

#json_vw_container .titles button:focus {
    outline: 0;
}
                                                                                            
#json_vw_container .macrocategorie{                                                           
margin:2px;                                                                                 
border: 1px solid #005586;                                                                  
}                                                                                             

#json_vw_container .titlemacro .macrocategorie button:first-of-type span{
font-weight:bolder;
}

#json_vw_container .sottocategorie{                                                           
margin:2px;                                                                                 
border: 1px solid #005586;
}                                                             

#anac-header-menu {
    background-color: white;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}



.tooltip .tooltiptext {
  font-size: 24px;
  visibility: hidden;
  
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}



.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}



.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

em {margin-right: 5px;}