.panel {
    box-shadow: none;
}
.body-with-menu {
    background-color: white; /*#f5f8fa;*/
    padding-top: 50px;
    padding-bottom: 30px;
}
form > .block-header {
    border-bottom: 1px solid silver;
    margin-bottom: 10px;
}
form .block-header h2 {
    margin-top: 10px !important;
}
.navbar {
    /*background-color: #00AEEC;*/
    color: black !important;
    border: 0px !important;
    padding: 0.20rem 0.5rem;
    font-size: 1.1rem;
}

#navbar a.nav-link {
    color: black;
}

.navbar-brand {
    font-size: 26px;
    font-weight: bold;
    margin-right: 50px;
    color: white !important;
}

legend {
    border-bottom: 2px solid gray;
}

.hr {
    height:1px; 
    background:#d7d9da; 
    overflow:hidden; 
    font-size:0; 
    line-height:0; 
    margin:30px 0;
}

.hr2 {
    border-top: 3px dotted #d7d9da; 
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    position: relative;
}
.hr2 > span {
    background-color: white;
    margin-top: -12px;
    margin-left: -40px;
    padding: 0 10px;
    position: absolute;
}

footer {
    position: fixed;
    bottom: 0px;
}

ul.osy-menu {
    margin-right: 10px;
    margin-bottom: 0px;
}

ul.osy-menu li:hover ul {
    display: block;
}
ul.osy-menu > li {
    float: left;
}

#page-footer {
    background-color: #525252; 
    color: #939393; 
    border-top: 1px solid #303030; 
    position: fixed; 
    bottom: 0px; 
    left: 0px;
    width: 100%;
    padding: 0px;
}
#page-footer a,
#page-footer span {
    color: #939393;
    font-size: 0.9em;
}
#page-footer a:hover,
#page-footer span:hover {
    color: white;
    text-decoration: none;
}
/* Footer navigation */

footer ul li {
    list-style-type:none; 
    float:left; 
    padding-left:15px;
}

/* Grandezza Immagini*/
.ui138  {
    border: 1px solid #cecece;
    border-radius: 3px; 
    height: 138px; 
    padding: 3px; 
    width: 138px;
}
/*.ui138 {width: 64px; height: 64px; border-radius: 32px; padding: 3px;}*/
.ui50{
    width: 50px;
    height: 50px;
}

.ui22{
    width: 22px;
    height: 22px;
    border-radius: 3px;
    border: 1px solid black;
    top: -3px; 
    left: -3px; 
    position: relative;
}

.card .card-header h2 {
    font-size: 20px !important;
    font-weight: bold !important;
}

.panel-eee {
    background-color: #f8f8f8;
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 0px !important;
}
.m-b-1 {margin-bottom: 10px;}
.m-b-2 {margin-bottom: 20px;}
.m-b-3 {margin-bottom: 30px;}
.m-b-4 {margin-bottom: 40px;}

.input-ib {display: inline-block !important;}
.input-05 {width: 5% !important;}
.input-10 {width: 10% !important;}
.input-15 {width: 15% !important;}
.input-20 {width: 20% !important;}
.input-25 {width: 25% !important;}
.input-30 {width: 30% !important;}
.input-33 {width: 33% !important;}
.input-40 {width: 40% !important;}
.input-45 {width: 45% !important;}
.input-50 {width: 50% !important;}
.input-60 {width: 60% !important;}
.input-75 {width: 75% !important;}
.input-80 {width: 80% !important;}
.input-90 {width: 90% !important;}
.w-05 {width: 5% !important;}
.w-10 {width: 10% !important;}
.w-15 {width: 15% !important;}
.w-20 {width: 20% !important;}
.w-25 {width: 25% !important;}
.w-30 {width: 30% !important;}
.w-33 {width: 33% !important;}
.w-40 {width: 40% !important;}
.w-45 {width: 45% !important;}
.w-50 {width: 50% !important;}
.w-60 {width: 60% !important;}
.w-75 {width: 75% !important;}
.w-80 {width: 80% !important;}
.w-90 {width: 90% !important;}
.w-100 {width: 100%;}

.form-group {
    margin-bottom: 0.5rem !important;
}

.container {
    max-width: 1480px !important;
}

.btn-primary {
            background-color: #2A4782 ;
            border: none;
            transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
}

h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Open Sans', sans-serif;
}

#navbar {
    background-color: white;
    border-bottom:1px solid #ddd !important;
}

.nav-link {
    margin-left: 15px;
}

.card a, .nav-link {
    color: #2A4782 !important;
}

.navbar-toggler-icon {
    color: #007bff !important;
    padding-top: 5px;
}

@media (max-width: 600px) {
     h1 {
        font-size: 28px; /* dimensione più piccola per mobile */
    }
}