﻿body {
    /* margin: 0;*/
    /* padding: 0;*/
    height: 100%;
    width: 80%;
    margin: 0px auto;
    font-family: 'Fox Grotesque W01 Regular';
    
}


#form1{

    padding-bottom:10px;
}

#ContentPlaceHolder1 {
    /*height: 150%;
    overflow: hidden;*/
}


/*DIV PAGINA MASTER*/
#Div1 {              
    
    /*margin: 0 auto;*/
    /*background-color: crimson;*/
   /* position: absolute;*/
  /*  top: 0;
    left: 0;*/
   /* overflow: hidden;*/

}

a {
    text-decoration: none;
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #00481F;*/
}

 /*DIV INTESTAZIONE MASTER*/
#header {
    background-color: #ffffff;
    padding-top: 20px;
    color: black;
    /*text-align: center;*/
    /* display: table;
    display: table-row;*/
    position: fixed;
    /*top: 0;*/
    width: 80%;
    transition: 0.4s;
    display: flex;
    
    flex-wrap: wrap;
    align-items: center;
}   


 /*DIV LOGO HEADER MASTER*/
#DivHsx {
    /* display: table-cell;*/
   
    flex: 0.6;
}    


/*DIV HEADER MASTER (menu)*/
#DivHdx {
    
    /*  display: table-cell;*/
    width: 100%;
    vertical-align: middle;
    /*padding-left: 100px;*/
    
    
    flex: 2;
    
}    



 /*DIV LOGIN*/
#DivLogin {
    width: auto;
    height: 25px;
    /*background-color: #C6D876;*/
    background: rgb(198,216,118);
    background: -moz-linear-gradient(180deg, rgba(198,216,118,1) 0%, rgba(61,121,67,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(198,216,118,1) 0%, rgba(61,121,67,1) 100%);
    background: linear-gradient(180deg, rgba(198,216,118,1) 0%, rgba(61,121,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6d876",endColorstr="#3d7943",GradientType=1);
   
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    text-align: center;
    /* box-shadow: 5px 5px 5px #dcdcdc;*/
    margin-right: 0px;
    margin-top: 170px;
    display: flex;
    align-items: flex-end;
    font-family: Fox Grotesque W01 Regular;
}      


#imgHeader {
    width: auto;
    height: 200px;
}

/*CANCELLABILE???*/
#txtHCS {
    /*padding: 5px 20px 5px 10px;*/
    letter-spacing: 3px;
}

/*DIV CONTENUTO PAGINE*/
#content {
    /*  display: flex;
    flex-direction:row;*/
    /*display: table;*/
    /* display: table-row;*/
                  padding-top: 270px;
     display: flex;
  

}

.HLverde {
    color: #003300;
    text-decoration: none;
}

.HLverde:visited {
    color: #003300;
}


.imgHome{
   width:100%;
    height:auto;

}

/*@media screen and (max-width: 1024) {
    .imgHome {
        width: 300px;
        height: auto;
    }
}*/


.ancora {
    /*  display: block;
    position: relative;
    top: -280px;*/
    scroll-margin-top:280px;
}



#tblhome {
    width: 100%;
    
    text-align: center;
   
}

#tblhome td {
    
    padding:15px;
}


/*FORSE ELIMINABILE*/  
.TitlePage {                       
    color: #0F4828;
    font-size: 30px;
    /*font-weight:800;*/
    text-shadow: 3px 3px 20px #bbb;
   
}



#Login1 {
    font-family: Fox Grotesque W01 Regular;
}



/*-----  CONTENITORE PAGINE -------*/
.DivPage { 
    width: 95%;
    height: 100%;
    min-height:800px;
    /*border: 1px solid grey;*/
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
    box-shadow: 10px 10px 10px grey;
    /*padding: 15px;*/
    padding-left:15px;
    padding-right:15px;
    font-size: 20px;
    color: #555;
    line-height: 2;
    font-family: Fox Grotesque W01 Regular;
    letter-spacing: 1px;
  
    animation: fadeIn 0.2s;
               vertical-align:top;

}

 /*DIV INTESTAZXIONE pagine*/
#DivBGPage {          
    height: 10px;
    width: 100%;
    
    /* background-image: url("../immagini/bgP1.jpg"), url("../immagini/bgP2.jpg");
    background-repeat: no-repeat, repeat;*/
    background: url("../immagini/bgTitle.png") no-repeat;
    background-size: 100% 100%;
   

}

 /*----- TITOLO PAGINE -------*/
#DivBGPage span {      
        line-height: 2;
        display: inline-block;
        /* vertical-align: bottom;*/
       /* padding-left: 15px;*/
        font-family: Fox Grotesque W01 Regular;
        font-size: xx-large;
        color: #0F4828;
        text-shadow: 1px 1px 15px #ccc;
    }

.imgright {
    float: right;
    padding: 15px 55px 15px 15px;
}

.imgleftt {
    float: left;
    padding: 15px 55px 15px 15px;
}


/*QUESTO SOLO PER VEDERE IL FONT CORRETTO IN LOCALHOST */
@font-face {
    font-family: 'Fox Grotesque W01 Regular';
    src: url('font/Fox Grotesque W01 Regular.ttf') format('truetype');
}



@font-face {
    font-family: 'Fox Grotesque W01 Regular';
    src: url('https://www.siste.eu/font/Fox Grotesque W01 Regular.ttf') format('truetype');
}


   
@keyframes fadeIn {
    0%{opacity: 0;}
    100% {opacity: 1;}
}

/*SITEMAP*/
#SiteMapPath1{
    color:#336600;
}

#SiteMapPath1 a:visited {
    color: #336600;
}



/*TABELLA CIRCOLARI PRIVATA*/
.tabcirpri td {
    padding: 15px 5px;
    /*font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #00481F;*/
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    color: #0F4828;
    font-family: Fox Grotesque W01 Regular;
    letter-spacing: 1px;
}

.tabcirpri {
    font-size: medium;
    display: flex;
    flex-direction: column-reverse;
}

.tabcirpri a {
    color: #0F4828;
}

.tabcirpri tr:hover {
    background-color: #f5f5f5
}

.tabcirpri tr:nth-child(even) {
 /*   background-color: #f9f9f9;*/
}

.tabcirpri td:nth-child(1) {
    background-color: #f5f5f5;
    font-weight: bold;
}

/*CALENDARIO*/
.TitleCalendar{
  box-shadow: 5px 0px 10px grey;

}

.calendar {
    box-shadow: 10px 10px 5px grey;
}


 /*IMMAGINE TITOLO CIRCOLARI DX*/
#IMGelCIR{                       
    height:20px;
    width:242px;
    
}

 /*----- TITOLO  CIRCOLARI PUBBLICO  ------*/
#Titleelcirc {           
    font-family: Fox Grotesque W01 Regular;
    font-size: x-large;
    color: #0F4828;
    text-shadow: 3px 3px 20px #bbb;
    background: url("../immagini/bgTitle.png") no-repeat;
    background-size: 100% 10px;
    line-height: 2;
    padding-left: 10px;
    
}    

/*DIV ELENCO CIRCOLARI PUBBLICO*/
#elcirc {
    box-shadow: 5px 5px 10px grey;
    scrollbar-base-color: #0f4828 yellow;
    
    /*scrollbar-arrow-color: red;*/
    border: 1px solid grey;
    padding: 10px;
    margin-bottom: 14px;
    font-family: Fox Grotesque W01 Regular;
    letter-spacing: 1px;
    width: 210px;
  /*  height: 100%;*/
    max-height: 717px;
    overflow: auto;
    overflow-x: hidden;
}                 

/* width */
::-webkit-scrollbar {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0f4828;
    border: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #0f4828;
    }

/*TABELLA CIRCOLARI DX*/
.tdDate { 
    color: #0F4828;
    font-weight: lighter;
    /*font-family: LEMONMILK-Light;*/
    font-family: Fox Grotesque W01 Regular;
    background-color: #ececec;
}


.tdTitle{
    

}


.blocchi {
    width: 350px;
    height: 380px;
    border: solid 1px grey;
    box-shadow: 10px 10px 10px grey;
    color: #0F4828;
    font-family: Fox Grotesque W01 Regular;
    font-size:large;        
}

.blocchi img {
    width:350px;
    height:350px;
}


/*----- NOTIZIARI -----*/
.Pnotiziari {                          
   /* width: 150px;*/
    margin: 55px;
     height:195px;
     /*text-align: bottom;*/ 
    /*line-height: 175px;*/
    border: solid 1px grey;
    box-shadow: 10px 10px 10px grey;



}


/*----- NOTIZIARI Orizzontali-----*/
.PnotiziariH {
    /* width: 150px;*/
    margin: 55px;
    height: 133px;
    /*text-align: bottom;*/
    /*line-height: 175px;*/
    border: solid 1px grey;
    box-shadow: 10px 10px 10px grey;
}


/*------ BARRA SFOGLIA NOTIZIARI -----*/
.bnotiziari {
    width: 100%;
    /* background: #3D7943;*/
    font-family: FoxGrotesqueW01-Regular;
    color: #FFFFFF;
    padding: 0 10px 0 10px;
    background: rgb(198,216,118);
    background: -moz-linear-gradient(225deg, rgba(198,216,118,1) 0%, rgba(61,121,67,1) 100%);
    background: -webkit-linear-gradient(225deg, rgba(198,216,118,1) 0%, rgba(61,121,67,1) 100%);
    background: linear-gradient(225deg, rgba(198,216,118,1) 0%, rgba(61,121,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6d876",endColorstr="#3d7943",GradientType=1);
box-shadow: 5px 5px 10px grey;
}

    .bnotiziari button {
        background-color: #3D7943;
        color: #FFFFFF;
        border: 2px solid #0F4828;
    }



/*------ FOOTER -----*/
#footer {
    background: rgb(165,183,87);
    background: -moz-linear-gradient(0deg, rgba(165,183,87,1) 0%, rgba(198,216,118,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(165,183,87,1) 0%, rgba(198,216,118,1) 100%);
    background: linear-gradient(0deg, rgba(165,183,87,1) 0%, rgba(198,216,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a5b757",endColorstr="#c6d876",GradientType=1);
    /*background-color: #C6D876;*/
    color: #3D7943;
    /*  height: 80px;*/
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    border: 1px solid black;
    border-radius: 30px 30px 0px 90px;
}

#footertbl {
    color: #0F4828;
    font-size: 20px;
    font-family: Fox Grotesque W01 Regular;
    text-decoration: none;
    padding-top: 7px;
    
}

.linkfooter {
    text-decoration: none;
    color: #003300;
}

a.linkfooter:visited {
    color: #003300;
}




.contatti {
    width: 500px;
    height: auto;
    margin: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    box-shadow: 10px 10px 10px #d5d5d5;
border-left:solid 4px #3D7943;
}



p.Scentro {
    text-align: center;
    font-weight:bold;
}

p.CEcentro{
  text-align: center;
    font-weight:bold;
    color:#3D7943;
}

.dynamicM {                
    background-color: white;
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -moz-animation: fadein 2s; /* Firefox */
    -o-animation: fadein 2s; /* Opera */
    animation: fadein 2s;
}           /*------MENU-----*/


/* -----   MENU  PRINCIPALE ------*/
.staticItem { 
    text-align: left;
    font-family: Fox Grotesque W01 Regular;
}

.dynamicItem {
    /*left: -50% !important;
    text-align: left !important;*/
    font-family: Fox Grotesque W01 Regular;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


 /*ACCORDION */
.accordionHeader {
    height: 320px;
    width: 400px;
    /*background: grey;*/
    /*  background: rgb(218,223,215);
    background: -moz-linear-gradient(0deg, rgba(218,223,215,0.3897934173669467) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(218,223,215,0.3897934173669467) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(218,223,215,0.3897934173669467) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dadfd7",endColorstr="#ffffff",GradientType=1);*/
    border: 1px solid rgb(220,220,220);
    /*padding: 20px 0px 20px 0px;*/
    margin-bottom: 40px;
    box-shadow: 10px 10px 10px grey;
}                

.accordionHeaderSelected {
    /* height: 500px;*/
    width: 400px;
    /* border: 1px solid rgb(220,220,220);*/
    /*padding: 7px 7px 7px 7px;*/
    
    /*background: rgb(218,223,215);
    background: -moz-linear-gradient(0deg, rgba(218,223,215,0.3897934173669467) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(218,223,215,0.3897934173669467) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(218,223,215,0.3897934173669467) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dadfd7",endColorstr="#ffffff",GradientType=1);*/

     border: 1px solid rgb(220,220,220);
     box-shadow: 10px 10px 10px grey;
}

.accordionContent {
    width: 388px;
    padding-left: 10px;
    background-color: #3D7943;
    color: white;
    border-style: solid;
    border-width: 0px 1px 1px 1px; /* 25px top, 10px right, 4px bottom and 35px left */
    text-align: left;
    margin-bottom: 30px;
    box-shadow: 10px 10px 10px grey;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 20px;
    line-height: 1.6;
   
}

.HlinkContent{
    color: white;
}


.HlinkContent:visited{
    color: white;

}

.Hlinkverde {
    color: #3D7943;
}

.Hlinkverde:visited {
    color: #3D7943;
}



.Hlinkgray{
    color:#555555;
}

.Hlinkgray:visited{
    color:#555555;
}


select#DropDownList1 {
    border: 0px;
    outline: 0px;
}

.ajax__html_editor_extender_texteditor {
    font-family: Fox Grotesque W01 Regular !important;
    font-size: 20px;
   color: #555;
   line-height: 2; 
   letter-spacing: 1px;
}



.TabContainer1 .ajax__tab_tab {
    font-family: Fox Grotesque W01 Regular !important;
    font-size: 15px;
    color: #3d7943;
    height: 20px !important;
    /* background: url(images/tab-line.gif) repeat-x bottom;*/
    /*  background: none !important;*/
    padding-top: 0px !important;
    
}

.TabContainer1 .ajax__tab_header {
    /*font-family: Fox Grotesque W01 Regular !important;*/
   
    /*  height: 32px;*/
   /* background: url('immagini/bg_tab_header.png') repeat-x bottom;
    border: solid 2px red;*/
}

.TabContainer1 .ajax__tab_outer {
   /*  font-family: Fox Grotesque W01 Regular !important;
    height: 70px;*/
  
  /* background: none !important;*/
   /* padding-right: 4px !important;*/
   
}

.TabContainer1 .ajax__tab_inner {
    
   /* height: 30px;*/
   /*border: solid 1px #3d7943;*/
  /*  background: white !important;*/
    /* padding-left: 0px !important;
    padding-top: 1px !important;*/
}

.nodot ul
    {
        list-style-type: none;
    }
