body {
	font-family: "Titillium Web",Geneva,Tahoma,sans-serif;
    background-color: #fbfafa;
}
.navbar {
    background: transparent;
}
.it-header-slim-wrapper {
    background: transparent;
}
.BgGray {
    background-color: #fafafa;
    /*box-shadow: -10px 0px inset #e1e2e1;*/
}
.BgOrange {
    background-color: #0066cc;
    /*box-shadow: 10px 0px inset #e1e2e1;*/
}
.BgBlue {
    background-color: #0066cc;;
}
.info p {
    margin-bottom: 0;
    color: #FFFFFF;
}
.BgCustom .navbar .menu-wrapper {
    background-color: #fbfafa;
}
.BgCustom .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    color: #000000;
    text-decoration: none;
}
.BgCustom .navbar .dropdown-menu .link-list-wrapper ul li a h3, .navbar .dropdown-menu .link-list-wrapper ul li a i, .navbar .dropdown-menu .link-list-wrapper ul li a span {
    color: #000000;
    text-decoration: none;
}

.BgCustom .navbar .dropdown-menu .link-list-wrapper ul li a h3, .navbar .dropdown-menu .link-list-wrapper ul li a i, .navbar .dropdown-menu .link-list-wrapper ul li a span:hover {
    color: #000000;
    text-decoration: underline;
}

.BoxRicerca .nav-tabs{
    background: transparent;
    border-bottom: none; 
}
.BoxRicerca .nav-link.active {
    border-bottom: none;
    background: #FFFFFF;
    color: #000000;
}
.BoxRicerca .nav-link {
    background: #e0e0e0;
    color: #4e4e4e; 
}
.BoxRicerca .tab-content {
    background: #FFFFFF;
    background-image: url(../img/sfondoRicerca.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.BoxRicercaAvanzata .bootstrap-select-wrapper button {
    background-color: #FFFFFF !important;
}
.OrdinaBox .bootstrap-select-wrapper button {
    background-color: transparent !important;
}
.RisultatoRicercaBox  {
    background-color: #FFFFFF;
}
.it-footer-main {
    background-color: #0066cc;
    font-size: 24px;
}
.menuFooter ul li {
    display: inline-block;
}
.menuFooter ul li a{
    color: #FFFFFF;
    text-decoration: none;
}
.menuFooter ul li a:hover{
    color: #0066cc;
    text-decoration: none;
    background-color: #FFFFFF;
}
.PanelInfoBox .card:after {
    display: none;
}
.PanelInfoBox .data {
    color: #0066cc;
}
.PanelInfoBox .list-item.large {
    color: #000000;
    text-decoration: none;
}
.PanelInfoBox .list-item.large:hover {
    text-decoration: underline;
}
.PanelInfoBox .pr-3 a {
    font-size: 15px;
}
.ContentSearching {
    border-bottom: 1px dashed #999999;
    font-size: 1.5em;
}
.RisultatoRicercaBox a.card-title {
    color: #0066cc;
    text-decoration: none;
}
.RisultatoRicercaBox a.card-title:hover {
    text-decoration: underline;
}
.RisultatoRicercaBox .card-bg {
    background: #fbfafa;
}
.EmettitoreTxt {
    font-size: 1.2em;
}
.RisultatoRicercaBox .btn {
    font-size: 0.8em;
}

/*
.ListaAllegati .btn {
    font-size: 0.7em;
}
*/

.navbar svg.icon {
    fill: #0066cc !important;
}

.rss {
	padding: 10px;
	margin: 5px;
}

/* accessibilità scheda 046 sequenzialità dei tag h1...h6 */

.card-title-h2 {
	font-size:1.125rem;
	line-height:1.44444rem;
	font-weight:700;
	color:#17324d;
	margin-bottom:16px;
	-webkit-transition:.3s;
	transition:.3s
}

/* Responsivita media query - DINAMIC pages */

.back-to-top {
    /*background: #05b4ff;*/
    background: #0066cc;
}

.btn-primary {
    /*background-color: #05b4ff;*/
    background-color: #0066cc;
    color: #FFFFFF !important;
}

.btn-primary:hover {
    /*background: #0489c3;*/
	background-color: #0066cc;
    border-color: #0066cc;
}

.back-to-top:hover {
    /*background: #0489c3;*/
    background: #004d99;
}

.back-to-top:focus {
    border-color: #0066cc !important;
    box-shadow: 0 0 0 0.3rem rgba(0,102,204,.5);
    outline: none;
}


/* dinamic pages */
.item-onoff-desktop-home {
            display: inline;
}

.item-onoff-desktop {
    display: block;
}

.item-onoff-mobile {
    display: none;
}

.focus-white:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 2px #ffffff;
  outline: none;
}

.px-2:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 2px #ffffff;
  outline: none;
}


/*047-ACCES-1.3.5-LV_AA*/
:focus-visible {
  outline: outset #0066cc;
  box-shadow: 0 0 2px 2px #0066cc;
}
  
  :focus {
  border-color: #0066cc !important;
  box-shadow: 0 0 0 2px #0066cc;
  outline: none;

}

/* Responsivita media query - static pages */


.text-white:focus {
	box-shadow: 0 0 0 0 2px #ffffff !important
}

.px-2:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 2px #ffffff;
  outline: none;
}


@media only screen and (max-width: 500px) {
    [class*="col-"] {
        width: 100%;
      }
    
        body {
            font-size: 18px !important;
            }
    
    .card .card-body .card-text {
        font-size: 1rem;
    }

    .card.card-big .card-body .card-text {
        font-size: 1.3rem;
        line-height: 1.5rem
    }
        
    .banner-1 {
            box-shadow: none !important;
        }
    
    .banner-2 {
            padding-left: 0px !important;
        }
        
     .item-onoff-desktop-home {
            display: none;
        }
    
    .item-onoff-desktop {
            display: none;
        }
    
    .item-onoff-mobile {
            display: block;
        }
    
    .giorni{
           vertical-align: top; 
        }
        
    a#tab1-tab {
		font-size: 16px;
		padding: 5px;
	}
	
	a#tab2-tab {
		font-size: 16px;
		padding: 5px;
	}
        
}
