.cardinfotext {
	font-size: 1.125rem;
	line-height: 1.4444444444rem;
	font-weight: 700;
	color: #17324d;
	margin: 3px 0px 3px 0px;
}

.cardinfolabel {
	font-size: 1.125rem;
	line-height: 1.2rem;
	color: #435a70;
	margin: 8px 0px 3px 0px;
}

.it-header-slim-wrapper, .it-header-slim-wrapper-content,
	.header-slim-right-zone, .it-access-top-wrapper>a,
	.it-header-slim-wrapper, .it-header-slim-wrapper-content,
	.header-slim-right-zone, .it-header-slim-wrapper,
	.it-header-slim-wrapper-content, .it-header-slim-right-zone .it-access-top-wrapper>a,
	.it-header-slim-wrapper, .it-header-slim-wrapper-content,
	.it-header-slim-right-zone, .btn.btn-primary.btn-sm,
	.it-access-top-wrapper, .it-footer-small-prints {
	background: #5f8044 !important;
	/*background: #bd0000;*/
}

.it-nav-wrapper, .it-header-center-wrapper, .it-header-navbar-wrapper,
	.it-footer-main {
	background: #3b5922 !important;
	
}

.alnright {
	text-align: right;
}

.highlight_text {
	background-color: #FFFF00;
	font-weight: bold;
	font-style: italic;
	border: 1px dotted gray;
}

.myClickableThingy {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link {
	color: #fff;
	background: #3b5922 !important;
}

a {
	color: #3b5922;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

.back-to-top,  .back-to-top:hover {
	background: #5f8044;
	border: 1px dotted black;
}

.it-footer-small-prints {
	background-color: #930e16;
	color: #fff;
}

.it-header-center-wrapper, .it-header-navbar-wrapper{
	background: #5f8044;
}


.it-footer-main {
	background-color: #5f8044;
	color: #fff;
	font-size: 16px;
}

.it-header-slim-wrapper, .it-header-slim-wrapper-content,
	.header-slim-right-zone, .it-access-top-wrapper>a,
	.it-header-slim-wrapper, .it-header-slim-wrapper-content,
	.header-slim-right-zone, .it-header-slim-wrapper,
	.it-header-slim-wrapper-content, .it-header-slim-right-zone .it-access-top-wrapper>a,
	.it-header-slim-wrapper, .it-header-slim-wrapper-content,
	.it-header-slim-right-zone, .btn.btn-primary.btn-sm,
	.it-access-top-wrapper, .it-footer-small-prints {
	background-color: #5f8044;
	color: #fff;
}

.btn-primary,  .btn-primary:hover{
    color: #fff;
    background-color: #5f8044;
    border-color: #930e16;
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
    fill: #ffffff;
    transition: .3s;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #5f8044;
    border-color: #cf212b;
}


.btn-outline-primary,  .btn-outline-primary:hover{
    color: #5f8044;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 0 0 1px #5f8044;
}

.page-item{
    color: #cf212b;
}

.pagination .page-item .page-link[aria-current] {
    border: 1px solid #5f8044;
    color: #cf212b;
}

.icon-primary {
    fill: #5f8044!important;
}

.callout-title {
    color: #000000;!important;
}


.callout.note {
    color: #000000;!important;
	border-color: #000000;
}


.it-list-wrapper .it-list a .it-right-zone svg {
    fill: #5f8044!important;
}

.notification.with-icon.success {
    border-color: #5f8044;!important;
}

.callout.note .callout-title, .icon{
    color: #000000;!important;
    fill: #000000;!important;
}

.callout.note .callout-title .icon{
    color: #000000;!important;
    fill: #000000;!important;
}

.visually-hidden:hover, .list-item:hover {
    color: #000000;!important;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
    overflow-y: auto;
    height: auto !IMPORTANT;
    max-height: 200px;
    overflow-x: hidden !IMPORTANT;
}

.dropdown-menu.show {
    max-height: 70vh; /* Limita l'altezza al 70% dell'altezza del viewport */
    overflow-y: auto; /* Abilita la scrollbar verticale se necessario */
}