
/* stili di base */

html, body {
    min-height: 100vh;
    position: relative;
}
nav.sticky-top {
    padding: 1rem;
    /* min-height: 7rem; */
    background-color: #ffffff;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link{

    color: #00437b;
    padding: 0px;
    padding-top: 3px;
    text-decoration: none;
    font-size: 0.96em;
    z-index: 1000;
}
li.nav-item.active {
    display: inline-block;
    margin: auto 7px;
    position: relative;
    text-align: center;
    z-index: 1000;
}
nav {
    background-color: #ffffff;
}
nav .logo img {
    height: 5em; 
    max-width: 250px;
}

/*ul.navbar-nav.ml-auto.d-flex.justify-content-between.text-left {
    font-size: 0.97em;
    list-style-type: none;
    margin: 0px;
    margin-left: auto;
    padding: 0px;
    z-index: 1000;
}*/

a.nav-link, a.nav-link:visited {
    color: #00457b !important;
}

a.nav-link:hover {
    color: #007bff !important;
}


div.jumbotron {
    min-height: 32em;
}

@media screen and (max-width: 600px) {
  .jumbotron {
    background-repeat: no-repeat;
  }
    div.jumbotron {
    min-height: 6em;
}

}

/* font extra */

@font-face {
    font-family: Asap;
    src: url("../../../../fnt/Asap-Regular.ttf") format("opentype");
}

@font-face {
    font-family: Asap-OTT;
    font-weight: bold;
    src: url("../../../../fnt/Asap-Bold.ttf") format("opentype"), url("../fnt/Asap-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Gotham;
    src: url("../../../../fnt/Gotham-Condensed-Bold.tff");
}



body {
/*    background-image: url("../img/sfondo-totem.png");*/
    font-family: Asap,  Helvetica, Verdana, Geneva, sans-serif !important;
/*    font-size: 0.9em;*/
    color: #1a2347;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    color: #00437b;
    font-weight: 900;
    border-bottom: 5px solid #51aaf5;
    max-width: 10%;
/*    padding-bottom: 0.2em;*/	/* SDF rimosso */
    font-size: 2.6em;
    white-space: nowrap;
    margin-bottom: 30px;
}

/* stili dell'header */

header {
    background-color: #00437b;
    /* height: 3.5em;*/
    font-size: 0.9em;
}

#search-div {
    background-color: #eeeeee;
/*    height: 3.5em; */
    padding: 5px 0px;
}

#search-div input {
    border: 2px solid #51aaf5;
    border-radius: 0px;
    height: 2em;
/*    font-size: .9em;
    padding: 3px; */
}



header a,
header a:visited {
    color: #ffffff;
    padding: 0px;
    text-decoration: none;
}

header a:hover,
header a:active {
/*    border-bottom: 1px solid #51aaf5; */
    color: #51aaf5;
    text-decoration: none;
}

header .fa {
    font-size: 1.2em;
}

header ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
   /* height:3.5em; */
}

header ul li {
    display: inline-block;
    /*margin-left: 15px;*/
}

li.cerca {
    display: inline-block;
}

/* stili del network */
header {
    background: #00437B !important;
    color: #ffffff;
    
}

header > .container > .row {
    min-height: 3em;
    /*height: 3.5em;*/
}


#networkNav a.nav-link, #networkNav a.nav-link:visited {
    color: #ffffff !important;
   
    /*font-size: 1rem;*/
}

#networkNav a.nav-link:active, #networkNav a.nav-link:hover {
    color: #51aaf5 !important;
}

#networkNav i:last-of-type {
/*    display: none; */
}

input[type="hidden"][name="__logout__"] + button.nav-link {
    
    color: #ffffff !important;
    font-size: 1rem;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: transparent;
 
  } 


@media (max-width: 768px){
    #networkNav ul li {
	border-bottom:1px solid #51aaf5;
    }
}

#networkNav ul li:last-child {
    border-bottom: 0px;
}

/* fine stile network */


/* sezione diritto alla salute */
.postit {
    text-align: justify;
    padding: 60px 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    background-color: #fff;
}

.postit:before {
    display: block;
    position: absolute;
    background-color: #00437B;
    width: 150px;
    height: 30px;
    left: 50px;
    top: -15px;
    content: '';
}

.postit p.first {
    text-align: center! important;
    margin-bottom: 0;
    padding: 0;
    font-size: 2em;
    /* line-height: 50px; */
}

.postit p:first-of-type {
    font-size: 1.9em;
    font-weight: bold;
    text-align: left;
    font-family: Asap-OTT;
    /* line-height: 50px; */
    margin-bottom: 20px;
}
.landing {
    color: #00437B;
    font-size: 0.8em;
}

.postit p {
    margin-bottom: 15px;
}
.landing p {
    font-size: 1.3em;
}

/*fine sezione diritto alla salute */
/* sezione commmercialista */

.comm, .prom {
    background-color: #00437B;
    color: #fff;
    text-align: left;
}
.comm i {
    font-size: 4.2em;
}

.fa-envelope-o:before {
    content: "\f003";
}
.comm p, .prom p {
    font-size: 1.5em;
}
.landing .btn {
    background: #fff;
    color: #00437B;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1.5em;
    padding: 8px;
    font-weight: bold;
}
a :hover {
    text-decoration: none;
}

/* sezione cosa facciamo */
.grey {
    background-image: url(/var/contenuti/fondo_grigio.jpg);
    background-position: center top;
    background-size: cover;
}

.grey h1 {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #9BB7C5;
    padding-bottom: 15px;
    font-size: 2.8em;
    text-align: center;
    font-family: Asap-OTT;
}

@media screen and (max-width: 600px){
.grey {
    background-position: left top;
}
}
.numeri {
    margin-top: 20px;
}

.numeri p:first-of-type {
    font-size: 4rem;
    font-family: Asap-OTT;
}

.numeri p {
    text-align: center;
    font-weight: bold;
}

/* fine sezione commercialista */

/* sezione promemoria gratuito */

.scelta {
    border: 1px solid #065B9C !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    background-color: #00437B;
    margin-top: 5px;
}

.scelta > div:hover, .scelta > div.active {
    background-color: #065B9C;
    border-radius: 5px;
    color: #fff;
}
.scelta > div {
    text-align: center;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px;
}
.prom .form-control {
    padding: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.5em;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
}

/* prom sezione blu per il promemoria */
.comm, .prom{
    background-color: #00437B;
    color: #fff;
    text-align: left;
}

.comm p, .prom p{
    font-size: 1.5em;
}

.comm i{
    font-size: 4.2em;
}


.landing .btn {
  background: #fff;
  color: #00437B;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.5em;
  padding: 8px;
  font-weight: bold
}

.prom .btn, .modal .btn{
    background: #065B9C;
    color: #fff;
    padding: 5px;
    border: none;
}

.prom .form-control{
    padding: 10px;
}

.landing a{
    text-decoration: none;
    font-size: inherit;
}

@media screen and ( max-width: 760px ){
    .comm, .prom{
	text-align: center;
	font-size: 1em;
    }
    
    .comm p, .prom p{
	margin: 15px 0;
	font-size: 1.5em;
    }
    
    .prom .form-control{
	padding: 7px;
    }
    
}

.grey{
    background-image: url('/var/contenuti/fondo_grigio.jpg'); 
    background-position: center top; 
    background-size: cover
}

.grey h1{
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #9BB7C5;
    padding-bottom: 15px;
    font-size: 2.8em;
    text-align: center;
    font-family: Asap-OTT;
}

.numeri {
    margin-top: 20px;
}

.numeri p{
    text-align: center;
    font-weight: bold;
}

/* i numeri veri e propri */
.numeri p:first-of-type{
    font-size: 4rem;
    font-family: Asap-OTT;
}

@media screen and ( max-width: 760px ){
    
    .grey{
	background-position: left top; 
    }
    
    .grey h1{
	font-size: 2.3em;
    }
    
    
    .numeri p{
	font-size: 1.3em;
    }
    
    .numeri p:first-of-type {
	font-size: 4em;
    }

}

/* div con i bottoni per scegliere il metodo (sms o mail) */
.scelta
{
    border: 1px solid #065B9C !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    background-color: #00437B;
    margin-top: 5px
}

.scelta > div {
    text-align: center;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px;
}

@media screen and ( max-width: 760px ){
    .scelta > div {
	font-size: 1.3em;
    }
}

.scelta > div:hover, .scelta > div.active{
    background-color: #065B9C;
    border-radius: 5px;
    color: #fff;
}

.prom form a:hover{
    color: #86C9FE;
}

.prom ::placeholder, .prom label.form-check-label {
    font-size: 1.3em !important;
}


.prom form a:hover{
    color: #86C9FE;
}

.prom ::placeholder, .prom label.form-check-label {
    font-size: 1.3em !important;
}

/* fine sezione promemoria gratuito*/

/* sezione relativa alle faq */
.faq i{
    margin-right: 15px;
}

.faq i:first-of-type {
    display: none;
}

.faq p.toggler{
    font-weight: bold;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
    margin-top: 20px;
    font-size: 1.4em;
    font-family: Asap-OTT;
}

.faq h2 {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #9BB7C5;
    padding-bottom: 15px;
    font-size: 2.5em;
    text-align: center;
    font-weight: bold;
    font-family: Asap-OTT;
}

@media screen and ( max-width: 760px ){
    
    .faq p.toggler{
	font-size: 1.6em;
    }
    
    .faq h2 {
	font-size: 2.5em;
    }
    
}
/* fine sezione relativa alle faq */

/* link ancore per la pagina */
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}


.landing .modal-body{
    height: auto !important;
    width: auto !important;
}

.landing .modal-body a{
    display: block;
    margin: 20px 0;
    color: #fff !important;
}

.landing .modal-body a:visited, .landing .modal-body a:hover{
    color: #fff;
}

a.share {
    color: #51AAF5;
    font-weight: bold;
}

a.share:hover {
    color: #86C9FE;
    text-decoration: underline;
}

/* SDF errori su form */
.show-err{
    visibility: visible;
    text-align: right; 
    color: #fff;
}

.hide-err{
    visibility: hidden;
}

/* sezione titoli pagina privacy */
.privacy h2{
    font-weight: bold;
    color: #00437b;
    padding-top: 10px;
}

.privacy h3{
    font-weight: bold;
    color: #00437b;
    padding-top: 10px;
}

.privacy h4{
    font-weight: bold;
    color: #51aaf5;
    padding-top: 10px;
}
.privacy strong {
    color: #51aaf5;
    padding-top: 10px;
}

.btn-dark {
    color: #fff;
    background-color: #00437b;
    border-color: #00437b;
}

.btn-dark:hover {
    color: #fff;
    background-color: #51aaf5;
    border-color: #51aaf5;
}
.privacy a {
    color: #51aaf5;

}

/* fine sezione titoli pagina privacy */


/* mobile */
@media ( max-width: 768px ) {
    .show-err{
	display: flex;
	text-align: right; 
	margin-top: 5px;
	color: red;
    }

    .hide-err{
	display: none;
    }
}

/* footer*/
footer {
    font-size: 0.9em;
}

footer ul {
    list-style-type: none;
    color: #ffffff;
    padding: 0px;
    margin-bottom: 0;
}

footer.mt-auto {
    background-color: #00437b !important;
    bottom: 0px;
    font-size: 0.8em;
    height: auto;
    margin: 0px;
    width: 100%;
    color: #ffffff;
    margin-top: auto;
    padding: 20px 0;
}
footer.mt-auto img, footer.mt-auto .social {
    width: 60% !important;
}
footer.mt-auto div.social {
    padding-top: 10px;
    margin-bottom: 15px;
}
footer.mt-auto .social {
    display: flex;
    justify-content: space-between;
}
footer.mt-auto h3 {
    color: #ffffff;
    font-size: 1.3em;
    padding-top: 0;
}
footer.mt-auto ul {
    list-style-type: none;
    color: #ffffff;
    padding: 0px;
    margin-bottom: 0;
}
footer.mt-auto a {
    color: #ffffff;
}

footer.subfooter {
    background-color: #ffffff !important;
    padding: 3px 0;
    /* padding: 3px; */
    text-decoration: none;
    margin: 0px;
    color: #00437b;
}
footer.subfooter a {
    color: #00437b;
    padding: 0px;
}
footer div.cookie ul li {
    display: inline-block;
    text-align: right;
}
footer.subfooter ul li {
    padding-right: 6px;
    /* padding: 3px; */
    text-decoration: none;
    margin: 0px;
}

footer a.icona {
    display: inline-block;
    background-color: #00437b;
    font-size: 1.4em;
    width: 25px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid #ffffff;
}

footer div.cookie {
    display: inline-block;
    text-align: right;
}
/* fine footer */
/* test */
.accordion .card-header.collapsed:after {
    content: "\f055";
    font-size: 1.5em;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f056";
    float: left;
    font-size: 1.5em;
}
/* fine test */
main.landing form#form-login {
padding: 20px;
    background-color: #00437B;
    border-radius: 5px;
    color: #ffffff;}

form .form-control {
    margin-bottom: 1em;
}


main.landing .me button.btn.btn-sm {
    background-color:#00437B;
    color:#ffffff;
}

main.landing .me-annulla button.btn.btn-sm {
    background-color:#00437B;
    color:#ffffff;
}

main.landing fieldset .form-control {
    text-align:left;
}

div.combobox-container > .spinner-border {
    position: absolute;
    right: 0.5em;
    height: 1.5em;
    width: 1.5em;
    top: 0.5em;
    display: none;
}

/*allineamento a sinistra degli input*/
input[type=text], input[type=email] {
    text-align: left;
}
input[type=text], input[type=password] {
    text-align: left;
}

