html, body {
  height: 100%;
  /* background-color: black;
  color: whitesmoke; */
}

body {
  display: flex;
  flex-direction: column;
  color:#3c657e;
  font-size: 1.0rem !important;
}
/* Stili per dispositivi mobili (iPad e simili) */
@media (max-width: 1367px) {
    body {
      font-size: 0.8rem !important; /* Riduci il font-size per schermi più piccoli */
    }
}

.btn{
    font-size: 1.5vh !important;
}

a{
    text-decoration: none !important;
}

.container-fluid {
  flex: 1 0 auto;
  /* Distance from top of container*/

}

footer {
    flex-shrink: 0;
    
    color: #6996ff;
    -webkit-box-shadow: 0px -4px 20px 0px rgba(113, 113, 111, 0.56);
    -moz-box-shadow: 0px -4px 20px 0px rgba(113, 113, 111, 0.56);
    box-shadow: 0px -4px 20px 0px rgba(153, 153, 153, 0.56);
    border-top:1px solid #fff;
    text-align:right;
    font-size:14px;
    padding:0px 10px 2px 0px;
}
footer.europa{
    background-color: #dfe8fab9;
}
footer.lpc{
    background-color: #c2f0e3ae;
}

.navbar{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar-brand img {max-width:270px;}
.custom-navbar {background-color: #cdd7df; border-top:5px solid #cdd7df; }
    /* -webkit-box-shadow: 0px 4px 20px 0px rgba(51,51,51,0.3); */
/* -moz-box-shadow: 0px 4px 20px 0px rgba(51,51,51,0.3); */
/* box-shadow: 0px 4px 20px 0px rgba(51,51,51,0.3); } */
.custom-navbar .nav-link {background-color:#73b0d6; border-radius:6px; color:#cdd7df; margin:0px 4px; font-size:18px;}
.custom-navbar .nav-link:hover {background-color:#477fa2; }
.custom-navbar  .riferimenti {color:#477fa2 }


.invio .form-control { height:45px;}
.table a:hover { text-decoration: none; color: #477fa2 }
.table thead th { background-color:#ced8de; text-transform: uppercase}

.table tr.even {background-color:#f4f4f4}

.border-start{
    border-left: 1px solid #606466 !important;
}
.border-end{
    border-right: 1px solid #606466 !important;
}
.border-top{
    border-top: 1px solid #606466 !important;
}
.border-bottom{
    border-bottom: 1px solid #606466 !important;
}