#mymenu{
	width:20rem;
}

  :root{
    --primaryElencohover : #6ec2eb;
    --primary: #004d99;  /* */
    --secondary: #5C6F82; /* */
    --color_header: #00529e; /* Ã¨ lo stesso anche per il feedback*/
    --color_slim_header: #00396e;
    --color_btn_citytax: #00396e;
    --color_footer: #393939; /*   */
    --color_rowcontatti: #ebeef0; 
    --colorIdDigit: #06c ;
}
.pagination{
    background: #fff !important; 
}


.btn_login{
    background-color:var(--color_header) !important;
    color: #fff !important;
}

.btn_citytax{
    color: var(--primary) !important;
}

.btn_citytax:not(.selected){
    background: #fff !important;
}

.btn_citytax.selected{
    background: #eef4fa !important;
    text-decoration: overline;
}

.color_linkC{
    color: var(--primary);
}

.border_linkM {
    border: 2px solid var(--primary);
}

.color_header{
    background: var(--color_header);
    color:#fff;
}
.colorwhite {
    color: #ffffff !important;
}
.color_footer{
    background: var(--color_footer);
    color: #ffffff !important;
}

.liimm{
    padding-top: 20px;
    padding-left: 40px;
    border-top: 0.1rem solid #AAA;
    border-top-left-radius: 2.5rem;
    margin-top: 2rem;
}

.ligo_layout.ligo_layoutE {
    grid-template-areas: "aside header " "aside nav" "aside main" "aside footer";
    grid-template-rows: auto auto 1fr auto;
    grid-template-columns: auto 1fr;
}
.menu-horizontal{
    border:none;
    background:#fff;
}
.list{
    border:none;
    background:#fff;
}
.list>li:hover{
    border-right:3px var(--primary) solid;
    background:#fff;
}

.list.selected{
    border-right:3px var(--primary) solid;
}
/* 
.stemma {
    height: 70px;
    max-height: 70px;
} 

.circle{
    background-color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;*/
    /*padding: 9px 23px;;*/
/*    padding: 9px 18px;
    float:left;
}*/

.stemma {
  max-width: 100%;   /* non piÃ¹ larga del cerchio */
  max-height: 100%;  /* non piÃ¹ alta del cerchio */
  display: block;    /* toglie il piccolo spazio sotto tipico delle img */
}
.circle {
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;          /* abilita Flexbox */
  align-items: center;    /* centraggio verticale */
  justify-content: center;/* centraggio orizzontale */
  overflow: hidden;       /* se lâ€™immagine Ã¨ leggermente piÃ¹ grande la taglia */
  padding: 5px;
   float:left;
}


header{
    /*border-bottom: 5px solid #0059b3 ;*/
    border-bottom: 5px solid var(--primary);
}
.btn_bottom{
    /*border-bottom: 5px solid #0059b3 ;*/
    border-bottom: 1px solid var(--primary);
}
.mycard div{
    min-width:400px;
}

.mycard section:before {
  font-weight: 900;
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .6s ease, background-color .5s ease;
}
.mycard section:hover:before {
  width: 100%;
  background: blue;
}


/***** non necessari ******/
.testa_article i {
    width: 5rem;
    aspect-ratio: 1;
    place-items: center;
    font-size: 2.5rem;
    border: 0.2rem solid #000;
    border-radius: 50%;
    text-align: center;
    padding:.2rem;
}
.testa_article{
    border-top:0.2rem solid #AAA;
    border-top-left-radius: 2.5rem;
    margin-top:1rem;
}
.testa_article span{
    font-size: 1rem;
}
/***********/

.myborder {
    /*border: 2px solid #9ea09a;*/
    border: 2px solid var(--primary);
    box-shadow: 0 0 24px rgba(0,0,0,0.3);
  }
.border-bottom {
    /*border-bottom: solid 1px rgb(228, 228, 228);*/
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.content-msg {
    max-height: 300px;
    overflow: auto;
    border: solid 1px rgb(228, 228, 228);
}
.color_button {
    /*background: #0059b3 !important;*/
    background: var(--primary) !important;
    color: #ffffff !important;
    padding: 20px;
}
.colorMsgInput {
    background: var(--primary) !important;
    color: #ffffff !important;
    padding: 20px;
	border-radius: 1.3rem 1.3rem 0 1.3rem ;
}
.colorMsgOutput {
    background: var(--primaryElencohover);
    color: #000!important;
    border-color: #0000;
	border-radius: 1.3rem 1.3rem 1.3rem 0;
}
.MsgOutput{
	/*border-left : 3px  var(--primaryElencohover) solid;*/
    background: var(--primary) !important;
    color: #ffffff!important;
}


.list .selected {
    background:var(--primaryElencohover) !important;
}
  
.list li:hover {
    background: var(--primaryElencohover) !important; 
}
.ligo_card {
    padding: 10px;
}

border {
    border: 0.0625em solid var(--primary) !important;
  }

.dati_anag{
    border-top: 1px solid #dedede;
}
.dati_anag_cap{
    border-bottom: 1px solid #dedede;
}





/*************** cc inizio header **************************************/

.slim-header {
    background: var(--color_slim_header);
     color: #fff !important;
    height: 48px;
    font-size: 18px;
    position: relative;
    z-index: 5;
}

.central-header {
    background: var(--color_header);
     color: #fff !important;
    height: 120px;
    position: relative;
    z-index: 5;
}

.red1 {
    background: red !important;
}

.nav-header {
    background: var(--color_header);
     color: #fff !important;
    height: 44px;
    padding:0;
    position: relative;
    z-index: 5;
}

.comuneNome {
    color: #fff !important;
    font-weight: bold;
    font-size: 1.778em;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 90px;  
    font-size: clamp(1rem, 2vw + 0.5rem, 2rem);    
}

.underline{
    text-decoration: underline!important;
}

.styleLogin {
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.styleLogin:hover {
    color: white;
    text-decoration: underline
}

.nomeSportello {
    font-weight: bold;
    font-size: 0.889em;
    font-weight: 400;
    margin-bottom: 0;
}

.no_video {
    display: none;
}

.si_video {
    display: block;
}


.ul-horiz {
    list-style: none;
    padding: 0;
}

.ul-horiz li {
    display: inline;
    padding-right: 30px;
    font-size: 18px;
}

@media screen and (max-width: 850px) {

    .slim-header {
        background: var(--color_slim_header);
        color: #fff !important;
        height: 36px;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        z-index: 5;
    }

    .si_video {
        display: none;
    }

    .central-header {
        background: var(--color_header);
        color: #fff !important;
        height: 90px;
        position: relative;
        z-index: 5;
    }



/*    .stemma {
        height: 50px;
        max-height: 50px;
        
    } 
    
    .circle{
        width: 70px;
        height: 70px;
        padding: 11px 19px;
        margin-left:10px;
    }
*/


    .no_video {
        display: block;
        padding-right: 10px;
    }

    .nav-header {
        display: none;
    }

    .styleLogin {
        display: none;
    }

    .comuneNome {
        font-weight: bold;
        /* font-size: 1.5em; */
        font-weight: 550;
        margin-bottom: 0;
        line-height: 70px;
    }
}
.whiteLink {
    color: white !important;
    /*padding: 0!important;*/
    padding: 0px 5px 15px 0px !important;

}

.whiteL {
    color: white !important;

}

ul.no-bullets {
    list-style-type: none;
    /* margin: 0;
    padding: 0;*/
    margin: 0 !important;
    padding: 0px 5px 15px 0px !important;
}

ul.no-bullets li{
    line-height: 1.7em;
}

.no-pad {
    margin: 0 !important;
    padding: 0px 5px 15px 0px !important;
}




.logo {
    height: 55px;
    padding: 5px;
    width: 55px;
    margin-left: 15px;
    background-color: #fff !important;
    border-radius: 50%;
    /*	background-image: url("https://upload.wikimedia.org/wikipedia/commons/4/4b/CoA_Citt%C3%A0_di_Napoli.svg");
    background-repeat: no-repeat;
    background-position: center; 	
    background-size: 45px 45px;*/
}

.nomelogoComune {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.nomelogoLM {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.logoEU {
    width: auto;
}

.logoLM {
    width: auto;
}

@media screen and (max-width: 600px) {
    .nomelogo1 {
        width: 320px;
    }
}

@media screen and (max-width: 950px) {
    .logoLM {
        display: none;
    }
}
/*************** cc fine header **************************************/

/**display dettagli************************************************************/
.dsp_element{
  padding: 10px;  
  border-bottom: 1px solid #e3dddd;  
}
.dsp_element>label{
    width: 100%;
    font-weight: bold;
  }
  .dsp_element>p{
    width: 100%;
  }
  
/******************************************************************************/
.ligo_card{
    min-height: 200px;
}




/****************/

.logo_agid{
    height:40px;
}

.div_digitale{
    border-style: solid;
    border-color: #036;
    height: 150px;
    border-width: 2px;
    max-width: 400px;
    margin: auto;
}

.eidas_label{
    color:  #036;
    font-weight: bold;
}

.downlaod{
    color: #ffffff;
    text-decoration: none;
}

.cambiopwd{
    cursor: pointer;
}

.nolink{
    text-decoration: none;
}

/**cc per i versamenti **/
.nodisplay{
    display: none!important;
}
.input_label{
    pointer-events: none;
    opacity: 1 !important;
    border: none;
    background: #fff !important;
}

/**cc fine **/

.colorIdDigit{
    background: var(--colorIdDigit) !important;
    color: #ffffff!important;
}


.btn_id{
    padding:0;
    color:#FFF;
    font-family:"Titillium Web",HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-weight:600;
    line-height:1em;
    text-decoration:none;
    border:0;
    text-align:center;
    cursor:pointer;
    overflow:hidden;
    border-radius: 3px;
    background-color:#036;
    /*max-width: 300px;*/
    height:47px;
}
.btn_id>img{
    padding: 9px;
    display:block;
    float:left;
    width:47px;
    height:47px;
    border:0
}
.btn_id>span{
    padding: 9px;
    border-left:1px solid #FFF ;
    display:block;
    float:left;
    font-size:1.15em;
}


.ligo_layout>nav {
    padding: 0 !important;
}

.padding-0{
    padding:0 !important;
}

.margin-0{
    margin:0 !important;
}

.padding-20-B{
    padding-bottom: 20px;
}

.overlay {
    /* background-color: rgba(0,0,0,0.5);*/
    filter: blur(3px) opacity(80%);
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor:  no-drop; 
  }

  .overlay *{
    pointer-events: none;
  }
  .list>.list-sub:hover {
    background: #FFF !important;
  }

  .strong{
    font-weight: bold;
  }


.red{
    color: red;
}
/******** style dettaglio  */


.border_bot{
    border-bottom-width: 0.0625em;  
    border-bottom-style: solid;
    /*border-left-width: 0.0625em;  
    border-left-style: solid;
    border-right-width: 0.0625em;  
    border-right-style: solid;*/
    border-color: #eee;
}

.border_bot span{
    min-height: 18px;
    display: block;
}
.border_bot label{
    font-weight: bold;
}



@media print {
 
  @page {
    size: A4 vertical;
    margin: 0; /* Margini personalizzati */
    font-size: 12px;
  }
 
  body {
    margin: 1cm;
  }
  
  [class^="dm"] {
    display: block;
    float: none;
    width: auto;
    height: auto;
}
 
  .dm-6{
    width: 45%;
    float:left;
    margin: 0;
    padding:0;
  }
 
  h4{
    padding-top:40px;
  }
 
 
  input{
    border:none;
  }
 
  header,footer,aside,.no-print{
    display: none !important;
  }
 
  .print{
    display: block !important;
  }
 
 
  .page-break-before {
      page-break-before: always; /* Inizia una nuova pagina prima di ogni H1 */
  }

  .btn_checkin {
    margin: 0 10px;
  }
 
 
}