﻿@charset "UTF-8";

html, body {
    font-family: 'Titillium Web', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Lucida Grande', Helvetica, Arial, sans-serif;        
	font-variant-ligatures: common-ligatures;
}

body{font-size:1.8rem;}

ul, ol{
	margin:0px;
	padding:0px;
}

/* Set typography list */
.page-content ul, .page-content ol{
	padding-left:4rem !important;
}
.page-content ul {list-style:disc !important;}
.page-content ol {list-style:decimal !important;}


.page-header {
    margin: 0px;
    border-color: transparent;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
}

    .element-invisible.element-focusable:active, 
	.element-invisible.element-focusable:focus {
        position: static !important;
        clip: auto;
        overflow: visible;
        height: auto;
    }

.element-focusable {
    background-color: #e5e5e5;
    text-align: center;
    width: 100%;
    display: inline-block;
}


/****************************************/
/*              header                  */
/****************************************/

.header-banner {
    background-color: #003183;
    padding: 1em 0em 1em 0em;
    padding-left: 2em;
    padding-right: 2em;
}

.header-banner a {
    color: #fff;
    font-weight: 600 !important;
}

.header-banner .header-lang {
    float: right;
    color: white;
    font-weight: 600 !important;
}

.header-navbar {
    background-color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
	
}
@media screen and (max-width: 768px) {
	.header-navbar {
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
	}	
}


.header-navbar .site-name a, .header-navbar .follow, .site-name small {
    color: #1c2024;
}


.header-navbar .site-name h1 {
	font-weight:700;
	margin: 0;
}  

#Intestazione .Header-titleLink a {font-size:3rem !important;}

.Header-languages {background-color:transparent !important;}

@media screen and (max-width: 768px) {
    .header-navbar .site-name h1 {
        font-size: 1.6rem;/*1.5em;*/		
    }
}

@media screen and (max-width: 992px) and (min-width:769px) {
    .header-navbar .site-name h1 {
        font-size: 2.1rem;/*1.6em;*/		
    }
}
/*(min-width: 1200px)*/
@media screen and (min-width: 993px) {
    .header-navbar .site-name h1 {
        font-size: 2.8rem;/*1.8em;*/		
    }    
}

.header-navbar .navbar-default {
    border-color: transparent;
    background-color: transparent;
    border-radius: 0px;
    min-height: 0px;
    margin-bottom: 0px;
}
/*


/* ========================================== */
/* Logo image
  ========================================== */

.header-navbar .logo  {
  height: 4.5rem;
  width: 4.5rem  
}

@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 992px) and (max-width: 1200px), screen and (min-width: 1201px) {

  .header-navbar .logo{
    width: 4.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 992px) and (max-width: 1200px), screen and (min-width: 1201px) {
  .header-navbar .logo {
    height: 7.5rem;
    width: 7.5rem;
  }
}

/* ========================================== */
/* End Logo image
  ========================================== */
  

.header-navbar .utils{
    text-align: right !important;
}

.header-navbar .utils{
	float:right !important;
}

.header-navbar .utils > *{
		width:100%;
}

.header-navbar .social ul{
	padding-left:10px;
}

.header-navbar .social [class*="Icon-"] {
	color:#fff;
	background-color:#0059b3;
	
}
 .box_text_footer .social [class*="Icon-"] 
 {
	 background-color:#65dde0;
	 color:#00264d;
 }

.header-navbar .social [class*="Icon-"], .box_text_footer .social [class*="Icon-"] {
	border-radius:100% !important;
	padding:0.4rem;
}

    .header-navbar .social .follow {
        display: inline-block !important;
    }

    .header-navbar .social ul, 
	.header-navbar .social ul li, 
	.box_text_footer .social ul li {
        display: inline-block;
    }
	.header-navbar .social li a{
		padding-left:1.2rem;
	}
	 .box_text_footer .social li a
	 {
		padding-right:1.2rem;
	 }

/* ==================================*/	
/*       form ricerca header         */
/* ==================================*/		
	
	.header-navbar .formricerca{		
		display:block;
		max-width:20em;		
		float:right !important;
	}
			
	.header-navbar .formricerca .form-group {
		background-color: #fff;
		border-radius: 2px !important;
		padding: 4px;		
	}
	.header-navbar .formricerca .form-group{
		display:flex;
		border:1px solid #a8bfbf;
	}
	@media screen and (min-width: 768px) and (max-width: 991px){
		.header-navbar .formricerca .form-group{
			margin-top:15px;
		}
	}
	
    .header-navbar .formricerca .form-control {
		border: none !important;
		box-shadow: none !important;
	}	


    .header-navbar .formricerca button,  .header-navbar .search-trigger button{
        background-color: transparent;
        border: none;
        color: #333;
    }
	
	.header-navbar .search-trigger{
		text-align: right !important;			
	}
	.header-navbar .search-trigger button{
		font-size:2rem;
		padding:1.6rem !important;
		color:#135589;
		font-weight:700 !important;
	}
	.mobile-searchform .formricerca{
		display:none;
	}	
		
	/* trick form ricerca su mobile */
	@media screen and (max-width: 768px){
			.mobile-searchform .formricerca{
			float:none !important;
			max-width: 100%;			
			margin-top:1em;
		}	
	}
	
	#header-search .is-active  {
		display: block !important;
	}	
	
/* ==================================*/	
/*       form ricerca header         */
/* ==================================*/		
	

.custom-menu, .Megamenu--default, .Hamburger-toggle, .Hamburger-toggle:after, .Hamburger-toggle:before
 {
    background-color: #0059b3;
}



.Offcanvas-toggleContainer .Hamburger-toggleContainer{
	padding: 4rem 0 4rem 1.6rem;
	display:block !important;
}

/****************************************/
/*          end header                  */
/****************************************/
    
/* BREADCRUMB */
    .breadcrumb > .active {
        color: #777;
    }

    .breadcrumb > li + li:before {
        content: "\203A";
    }

    .breadcrumb {
        font-weight: 600 !important;
    }
    /* END Bredcrumb */

    /* Menù Sidebar */

    .modulo_menu ul {
        padding-left: 0;
        margin-bottom: 20px;
    }

        .modulo_menu ul ul {
            margin-bottom: 0px;
            border: none;
        }

    .modulo_menu li ul {
        /*background-color: #f5f5f5;*/
    }

    .modulo_menu li li {
    }

    .modulo_menu .depth0 {
        position: relative;
        display: block;
        margin-bottom: -1px;
        /*
	border: 1px solid #ddd */
    }

        .modulo_menu .depth0 a {
            display: block;
            padding: 10px 15px;
            text-decoration: none;
        }

        .modulo_menu .depth0.first:first-child {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .modulo_menu .depth0.last:last-child {
            margin-bottom: 0;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .modulo_menu .depth0 a:focus, .modulo_menu .depth0 a:hover,
        #ColSX .modulo_menu ul li ul li a:hover, #ColSX .modulo_menu ul li ul li a:focus {
            color: #555;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .modulo_menu .TabSelected a {
        background: #2079D4;
        color: #fff;
    }

    #ColSX .modulo_menu ul li ul li a {
        background: inherit;
        color: inherit;
    }

    .modulo_menu > li {
        text-indent: 1em;
        border: none;
    }

    .modulo_menu .TabSelected .selected {
        font-weight: bold;
    }

    /********************************/
    /*          footer              */
    /********************************/
	#Footer{font-size:1.5rem;}
	
    #Footer.panel-footer {
        background: #003183;
        color: white;
        padding-bottom: 40px;
        padding-top: 40px;
    }

        #Footer.panel-footer a {
            color: #65dde0;
        }

        #Footer.panel-footer h3, #Footer.panel-footer h4, #Footer.panel-footer .site-name {
            color: #fff;
        }

    #Footer .logo {
        padding-right: 32px;
        float: left;
    }

    #Footer .site-name {
        font-size: 1.70em;
        margin: 15px auto;
    }

    .box_text_footer {
        font-size: 0.88em;
    }

        .box_text_footer ul {
            padding-left: 0px;
        }

        .box_text_footer li {
            list-style: none;
        }

    .footer_links {
        border-top: 1px solid #65dbde;
        padding-top: 10px;
    }

        .footer_links li {
            margin-right: 1em;
        }

            .footer_links li a {
                font-weight: 600;
            }

    .Footer-socialIcons {
        color: #00264d;
    }

    .scrollup {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        background: #00264d;
        color: #ffffff;
        display: none;
        position: fixed;
        bottom: 20px;
        right: 20px;
        /*font-size: 1.39em;*/
        line-height: 40px;
        border: 2px solid #ffffff;
        z-index: 900;     
        -webkit-box-shadow: 1px 1px 2px #aaa !important;
		box-shadow: 1px 1px 2px #aaa !important;
    }

        .scrollup:hover {
            text-decoration: none;
            color: #ffffff;
        }

        .scrollup span:before {
            position: relative;
            bottom: 3px;
        }

    .scrolltoup {
        position: fixed;
    }

    /*end footer*/


    /* utility */
    .img-responsive, 
	.img-thumbnail, 
	.table, label {
        max-width: 100%;
    }

    .figcaption_modulo_statico {
        text-align: center;
    }
	
	
	
	.vcenter{
		display: flex;
		align-items: center;		
	}
	
	.u-hidden{
		display: none !important;
	}
	/* color & 	   */
	.background-white{
		background-color:#fff !important;
	}
	.background-blue{
		background-color:#004c99 !important;
	}
	.u-color-white{
		color:#fff !important;
	}
	.Megamenu--default .Megamenu-subnavGroup > li{
		padding-top:0.6rem !important;
		padding-bottom:0.6rem !important;		
	}
	.Megamenu--default .Megamenu-subnavGroup > li > ul
	{
		margin-top:0.6rem !important;
	}
	.Megamenu-subnavGroup li{
		display:inline-table !important;
	}
	.Megamenu-subnavGroup li li{
		display:block !important;
	}
	.Dropdown-arrow {
		display: block;
		font-size: 2rem;
		height: 3rem;
		left: 50%;
		margin-left: -1rem;
		position: absolute;
		text-shadow: 0 -1px 1px #bbb;
		top: -1.5rem;
		width: 3rem;
	}

    /* article - news - webdocs*/

#content .data{

}
#content .description {
    font-size: 1.6rem;
    border-left: 10px solid #ccc;
    padding-left: 10px;
}
/* override stile botstrap per i moduli  */

#ColCX .panel,
#ColCX .panel .panel-footer,
#ColCX .panel-heading {
    border: none !important;
}

#ColCX .panel .panel-body,
#ColCX .panel .panel-footer {
    padding: none !important;
}
    #ColCX .panel-heading,
    #ColCX .panel .panel-footer {
        background: none !important;
    }

#ColCX .panel .panel-footer {
    
    border-bottom-right-radius: none !important;
    border-bottom-left-radius: none !important;
}

@media screen and (min-width: 1201px) {
    .u-text-h3 a {
        font-size: 3.2rem !important;
    }
}

/******************/
/* mappa portale  */
/******************/
.SiteMap #MapRoot a{
    font-weight: 700 !important;
}
    .SiteMap li,
    .SiteMap li li,
    .SiteMap li li li {
        margin-left: 26px;
    }
.SiteMap{
	background-image:url(images/mappa-sito.png);
	background-repeat:no-repeat;
}
/**************************/
/* accordion h2 override  */
/**************************/

.Accordion h2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


/******************/
/* bg-color       */
/******************/
.Green {
    background-color: green !important;
}
.Orange{
    background-color:orange !important;
}
.Red{
    background-color:red !important;
}

/********************************/
/* wrapper container homepage   */
/********************************/
#BodyCorpo {min-height:80vh;}
.wrapper-section{
    margin:20px 0px 20px 0px;
}

.panel {background-color:rgba(255,255,255,0);box-shadow: 0 1px 1px rgba(0,0,0,.00);}
.header-navbar .logo {
	margin-right: 2rem;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.site-name {
	font-weight: 600;
	line-height: 1.3;
	font-size: 2vw;
}

@media (min-width: 1400px ) {
    .container {width: 1370px;}	
}
@media (max-width: 600px ) {
.header-navbar .logo {width:13vw;height:auto;}
}

.u-background-row-1 {background-color:#fafbf5;}
.u-background-row-2 {background-color:#eeeeee;}
.u-background-row-3 {background-color:#1c2833;color:#fff;}

.u-background-row-image-1 {background-image:url(images/bg-modulo-lead.jpg); background-position:top center;height:520px;background-repeat:no-repeat;margin-top:-30px;}
.u-background-row-image-1 .panel {box-shadow:none;}
.u-background-row-image-1 .panel-body {padding:0px;}

.u-background-s1 {background-color:#5a6772;}
.u-background-s2 {background-color:#004a4d;}
.u-background-s3 {background-color:#0059b3;}



.lead_container {
	position: relative;
	z-index: 0;
	font-size: 1.15em;
	min-height:520px;
}


@media (max-width: 767px) {
.lead_container {
	font-size: 3vw;
}
}
.lead_container .lead_links_wrapper {
	position: absolute;
	z-index: 1;
	bottom: 40px;
	width: 100%;
	text-align: center
}

@media (max-width: 767px) {
.lead_container .lead_links_wrapper {
	bottom: 16px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.lead_container .lead_links_wrapper {
	bottom: 16px;
}
}
.lead_container .lead_links_wrapper:nth-child(n) {
	filter: none
}
.lead_container ul {
	padding: 12px;
	width: 680px;
	margin: 0 auto 0 auto;
	background: #fff;
	background: transparent\9;
	background: rgba(255,255,255,0.4);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
	zoom: 1
}
.lead_container ul:before, .lead_container ul:after {
	content: " ";
	display: table
}
.lead_container ul:after {
	clear: both
}
.lead_container ul {
*zoom:1
}

@media (max-width: 767px) {
.lead_container ul {
	width: 100%
}
}

@media (min-width: 768px) and (max-width: 991px) {
.lead_container ul {
	width: 100%
}
}
.lead_container ul li {
	display: block;
	float: left;
	width: 33.3333%
}
.lead_container ul li a {
	color: #000000;
	text-transform: uppercase;
	background: #f4f4ef;
	display: block;
	height: 65px;
	line-height: 65px;
	border-right: 1px solid #cccccc;
	font-weight: 600
}

@media (max-width: 767px) {
.lead_container ul li a {
	height: 40px;
	line-height: 40px
}
}
.lead_container ul li:last-child a {
	border: none
}
.ContentMenuTree .nodeDesc {display:none;}

/* FIXED TOP NAV */
.header-navbar {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.sticky .social {
	display: none;
}
.sticky .header-navbar {
	padding: 10px 0px;
}

@media (max-width: 768px) {
.sticky .site-name  {
	font-size: 1.5rem;
}
.site-name {font-size: 1.5rem;}
.header-banner {padding:0.5rem 0rem;font-size:1.4rem;}

.Table td {padding:0.2rem !important;}
.tablesaw-stack td .tablesaw-cell-label {width:40% !important;}
.tablesaw-cell-content {max-width:60% !important;}
}

.Footer-subBlock {color:#fff !important;}
.sticky .logo {
	height: 4rem;
	width: 4rem;
}

/*.u-color-grey-30 {border-radius:0px !important;background-color:#d4f1f0 !important;box-shadow:0px 0px 0px rgba(0,0,0,0) !important; }*/

 ul.Megamenu-pageLink {
        border-top: 1px solid #e0e0e0;
        display: block !important;
        margin-top: 20px;
    }
    ul.Megamenu-pageLink li {
        width: 100%;
        text-align: right;
    }
.Megamenu--default .Megamenu-subnavGroup > li > a{
      text-transform: none !important; 
}

.maps {margin:-20px 0px;padding:0px;}
.maps .panel, .maps .panel-body, .maps .panel-body p {
	margin:0px;
	padding:0px;
}
.maps .panel-footer {display:none;}


/* temp */


.lead_container.conslide {min-height:0px;}
.carousel-indicators {bottom:0px;}
.carousel-inner img {margin:0px auto;width:100%;}
.bs-carousel {margin:0px -15px;}

/* end temp */

.u-background-row-image-0 {background-position:top center;background-repeat:no-repeat;margin-top:-10px;overflow:hidden;}
.u-background-row-image-0 .panel {box-shadow:none;}
.u-background-row-image-0 .panel-body {padding:0px;}


/*************************/
/*  Result Search Page   */
/*************************/

.SearchDiv, .result_block {
    padding: 1em 0em;
}

.searchheading {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 40px;
}

    .searchheading br, .result_pagescount br {
        height: 0px;
        display: block;
        width: 100%;
    }

.result_title b, .description, .infoline {
    display: none;
}

.result_title a {
    font-size: 1.2em;
    font-weight: 700;
    color: #0066cc;
    margin-top: 0px;
    margin-bottom: 40px;
    display: inline-table;
}

.result_block, .result_altblock {
    border-top: 1px solid #d9dfe2;
    padding: 40px 0 40px 0;
}

.summary, .result_pagescount {
    font-size: 1.167em;
    font-weight: 700;
    letter-spacing: 0.005em;
    margin-top: 0px;
    display: inline-table;
}

.result_pagescount {
    margin-bottom: 25px;
}

.sorting {
    padding: 1em 0em;
    margin: 1em 0em;
}

.infoline {
    color: #00c5ca;
}

.result_pages {
    display: block;
    border-top: 1px solid #d9dfe2;
    margin: 1em 0em;
    padding: 1em;
    text-align: center;
}

    .result_pages a {
        padding: 1em !important;
        display: inline-block !important;
        text-align: center !important;
        font-size: 2.3rem !important;
        letter-spacing: .007em !important;
    }

/******************/
/* mappa portale  */
/******************/
.SiteMap #MapRoot a {
    font-weight: 700 !important;
}
.SiteMap li,
.SiteMap li li,
.SiteMap li li li {
margin-left: 26px;
}

/**************************/
/* accordion h2 override  */
/**************************/

.Accordion h2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


/******************/
/* bg-color       */
/******************/
.Green {
    background-color: green !important;
}
.Orange{
    background-color:orange !important;
}
.Red{
    background-color:red !important;
}

/********************************/
/* wrapper container homepage   */
/********************************/

.wrapper-section{
    margin:0px;
}

.doc-tags {
    border-top: 1px solid #e4e6e8;
    margin-bottom: 10px;
    clear: both;
}
.doc-tag{
    font-size:0.7em;
    background-color:#e1ecf4;
    color:#39739d;
    display:inline-block;
    padding:.4em .5em;
    margin:4px 4px 4px 0px;
    white-space:nowrap;
    text-decoration:none;
}
.no-gutter {
    margin: 0px !important;
    padding: 0px !important;
}


.Share-reveal, .Share-revealText, .Share > ul > li {
    font-size: 2rem !important;
}

@media screen and (max-width: 420px) {
    .Share-reveal, .Share-revealText, .Share > ul > li {
        font-size: 1.5rem !important;
    }
}

.login-header{
    float:right;
    color:white;
    font-weight:600 !important;
}

.login-header li a{
    padding-top:0px!important;
    padding-bottom:0px!important;
}

.login-form{
    padding:0px 20px;
}

.login_box .NotifyArea {
    text-align:center;
}


.modulo_news .category {
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
 .servizi-al-cittadino .wrapper-section .container{width:auto !important;}
 #la-citt #ColCX .container{width:auto !important;}  
 #aree-tematiche #ColCX .wrapper-section .container,  
 #aree-tematiche #ColCX.col-md-9 .container,
 #informazioni #ColCX.col-md-9 .container, #servizi #ColCX.col-md-9 .container{width:auto !important;} 
}

#ColCX .pagina .Destra{ float:right; margin:10px 0px 10px 10px; padding:5px; border:1px solid #ccc;}
#ColCX .pagina .right{ float:right}
#ColCX .pagina .Sinistra { float:left; margin:10px 10px 10px 0px; padding:5px; border:1px solid #ccc;}
#ColCX .pagina .left{float:left;}
#ColCX .pagina .justify { text-align: justify;}

.img-center{
	margin:0px auto;
}
.modulo.modulo_menu .btn-toggle {
    display: none;
}