::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}

.separa {
    height: 0.5em;
    width: 100%;
}
.separaMin {
    height: 1px;
    width: 100%;
}
.separaMax{
    height: 1em;
    width: 100%;
}
.destra {
	text-align: right;
	border: 1px solid red;
}


.to-top {
    display: block;
    position: fixed;
    right: 15px; 
    bottom: 15px;
    width: 50px;
    height: 50px;
    background-color: rgb(67, 67, 67);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 11111;
}  

.to-top .fa {
    line-height: 20px;
    font-size: 20px;
    padding: 15px;
}

.to-top.cd-is-visible, .to-top.cd-fade-out, .no-touch .to-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.to-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.to-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.to-top:hover {
    background-color: rgb(67, 67, 67);
    opacity: 1;
}

.indice ul {
    list-style: none;
    /* margin-top: 10px; */
    margin: 0;
    padding: 0;
    /* margin-top: 10px; */
}

.indice {
    /* border: 1px solid #CCC; */
    margin-top: 17px;
    margin-bottom: 17px;
}

.indice span.titolo {
    padding: 10px;
    /* background-color: #F1F1F1; */
    display: inline-block;
    width: 100%;
    /* border-bottom: 1px solid #CCC; */
    /* margin-top: 15px; */
}

.indice span.glyphicon.glyphicon-menu-right {
    font-size: 60%;
    margin-right: 8px;
}

.indice ul li {
    padding: 10px;
    border-bottom: 1px solid #CCC;
}

.indice ul li:last-of-type {
    /* border-bottom: none; */
}

.menusx ul {
    list-style: none;
}

.menusx ul li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

/*
.menusx li.active {
     border-bottom: 2px solid #0E6EB5;
     background-color: #0E6EB5;
     color: white;
}
*/

.standard .immagine img {
    min-width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}

.standard .immagine span.descr {
    font-size: 80%;
    line-height: 16px;
    display: inline-block;
    background-color: #CCC;
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    font-style: italic;
}

.standard li .descr {
    font-size: 18px;
}

.standard li a {
    font-size: 18px;
}

#Breadcrumb {
    display: none;
}

#menuSxLink .fa.fa-caret-down {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

#menuSxLink.collapsed .fa.fa-caret-down {
    filter: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}

@media (min-width: 768px) {
    .standard .immagine {
        float: left;
        /* margin-right: 15px; */
        /* width: 50%; */
        margin-top: 15px;
    }

    .standard .immagine img {
        max-width: 100%;
        min-width: initial;
    }

    .standard .immagine span.descr {
        margin-bottom: 0;
    }

    #Breadcrumb {
        display: block;
    }

    .collapse.navbar-collapse {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    #menuSx {
        display: block;
        height: auto!important;
        /* padding-left: 15px; */
        padding-bottom: 15px;
    }
}


.menusx li.active a {
    /* color: white; */
}

.menusx ul {
    /* margin-left: 0; */
    padding-left: 0px;
    margin-bottom: 0;
}

.col-sm-3.menusx {}

.col-center ul {
    list-style: none;
}

.col-center ul li:before {
    content: "\e258";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 60%;
    margin-right: 6px;
}


.col-center ul.pagination li:before {
    content: initial;
}


.col-center li {
    margin-bottom: 5px;
}

h2 {
    font-size: 25px;
}

.indice, .indice ul li a {
    font-size: 95%;
}

.menusx li.active > a {
    /* background-color: #0E6EB5; */
    padding: 10px;
    display: block;
    margin: 0;
    color: #1d6db4;
    font-weight: bold;
}

.menusx li.active ul li a {
    /* color: black; */
    display: block;
    margin-left: 20px;
}

.menusx li.active ul li:last-of-type {
    border-bottom: none;
}

.menusx li.active {
    padding: 0;
}

.menusx ul li ul {
    padding: 0;
    margin: 0;
}

.menusx ul li.active2 {
    /* border-bottom: 1px solid #0E6EB5; */
    /* background-color: #F3F3F3; */
    font-weight: bold;
}

/* tiene la posizione dei punto elenco */
div#menuSx {
    position: relative;
}

.menusx ul li ul li span.fa {
    position: absolute;
}

/******************************************/

a#menuSxLink {
    text-align: right;
    margin-bottom: 20px;
}

.box h2 {
    /* padding-top: 7px; */
    margin-top: 5px!important;
    /* display: block; */
}

.notiziona a:hover {
   text-decoration: initial;
}

.col-center video {
    float: right;
}

.col-center {
    margin-top: 5px;
    margin-bottom: 20px;
}

.data .glyphicon.glyphicon-time {
    /* vertical-align: top; */
    top: 2px;
}


#menuSx .titolo {
    /* background-color: #0E6EB5; */
    /* padding: 10px; */
    color: #FFFFFF;
    /* font-weight: bold; */
    /* border-top: 1px solid #DDD; */
    /* border-bottom: 1px solid #DDD; */
    font-size: 25px;
    font-family: 'decima_uniRegular';
    line-height: 28px;
}

#menuSx .titolo a {
    color: white;
}

.titolopagina h1 a, .titolopagina h1 {
    color: #ADADAD;
}

.sfondoblu h2 {
    color: white;
}



.garante .data {
    margin-bottom: -20px;
}

.altrodx img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.altrodx a {
    display: block;
}

div.last-modified {
    font-style: italic;
    text-align: right;
    margin: 50px 0 10px;
    font-size: 15px;
    clear: both;
}

.cookies-wrapper {
    position: fixed;
    bottom: 0;
    max-height: 190px;
    background-color: #000;
    width: 100%;
    opacity: 0.85;
    color: #FFF;
    padding: 20px;
    z-index: 100;
}

.cookies-wrapper .button {
    float: right;
    margin-right: 90px;
}

.cookies-wrapper .message {
    max-width: 870px;
    float: left;
}

.cookies-wrapper .button a {
    color: #000;
    display: block;
    background-color: #e0e0e0;
    padding: 4px;
    width: 100px;
    text-align: center;
    font-weight: bolder;
    /* font-size: large; */
    text-decoration: none;
}

.embed-responsive.embed-responsive-16by9 {
    margin-top: 40px;
}


footer .container-fluid{
    padding: 15px;
}

footer .sfondogrigio{
    background-color: #30373d;
    padding: 30px 0px;
}

footer .logo{
    max-width: 240px;
    width: 100%;
}

footer, footer h3, footer h2{
    color: #fff;
}

footer hr{
    border-top: solid 1px #637480;
}

footer .mtop{
    margin-top: 30px;
}
footer h2{
    margin-top: 20px;
}

footer a{
    color: #60ccd0;
}

footer a:hover{
    color: #fff;
}

footer img{
    vertical-align: baseline;
}

footer .ptop{
    padding-top: 6px;
}


.glyphicon-print:before {
    content: "\e045";
}

.opzionestampa {
    clear: left;
    float: right;
}


@media (max-width: 768px) {
    footer .text-right{
        text-align: left;
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    body.interna .col-dx h1 {
        font-size: 1.5rem;
        margin-top: 1.5em;
    }
}


.nostampa {
    visibility: visible;
}

.stampa{
        visibility: hidden;
}

.col-md-4-mia {
     -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
}
.col-md-8-mia {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.nascondi2 {
}

@media print {
.nascondi2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.001%;
        flex: 0 0 0.001%;
        max-width: 0.001%;
}

    .col-md-4-mia {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0.001%;
        flex: 0 0 0.001%;
        max-width: 0.001%;
        visibility: hidden;
    }

    .col-md-8-mia {
     -webkit-box-flex: 0;
    -ms-flex: 0 0 96.66667%;
    flex: 0 0 96.66667%;
    max-width: 96.66667%;
}

    .nostampa {
        visibility: hidden;
    }
    .stampa{
            visibility: visible;
    }
}

.barra-regione {
	height:48px;
	color:#fff;
	background-color:#303030;
	font-family:"Titillium Web",Tahoma,sans-serif
}
.barra-regione a {
	color:#fff;
	display:inline-block;
	font-size: 1rem;
}
a.regione {
	margin-left: 0px;
}
.barra-regione a:hover {
    color: #ffffff;
	text-decoration: underline;
}
