.evidenzia:hover{
    cursor: pointer;
    opacity:0.5;
}
.langActive{
    opacity: 0.5;
}
.navbar{
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.nav-item{
    border-left:1px solid silver;
    padding: 0 10px 0 10px;
}
.nav-item:first-child{
    border:none;
}
.activeMenu{
    background:#ccc;
}
.nobr{
    white-space:nowrap;
}
.errAjx{
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    margin-bottom: 10px;
    padding: 5px 0 5px;
    display:none;
}
/* The sidebar menu */
.footersidenav{
    width: 15rem;
}
footer{
    background:#fff;
    font-size:10pt;
    border-top:1px solid silver;
    position:fixed; bottom:0px;
    width:100%;
}
.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 10rem; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
}
.disable_sel_text{
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}
.titleSection{
    font-size:14pt;
    font-weight: 500;
}
.list-group{
    padding:0px;
}
.form-label{
    font-weight: 500;
}
.label1{
    border-radius: 0 20px 20px 0;
    background: rgba(205, 205, 205, 0.5);
}
.label1:hover{
    background: rgba(205, 205, 205, 0.2);
    cursor:pointer;
}
.label2{
    border-radius: 20px 0 0 20px;
    background: rgba(205, 205, 205, 0.5);
}
.label3{
    border-radius: 0 20px 20px 0;
    background: rgba(205, 205, 205, 0.5);
}
.btn-light:hover{
    opacity:0.5;
}
.rounded-tl{
    border-top-left-radius: 5px;
}
.rounded-tr{
    border-top-right-radius: 5px;
}
.rounded-bl{
    border-bottom-left-radius: 5px;
}
.rounded-br{
    border-bottom-right-radius: 5px;
}

#ajaxWait { 
    display:none;
	background: rgb(0,0,0,0.5); 
	width:100%; 
	z-index:100000000 !important; 
	color:#fff; 
	position: fixed; 
	top: 0; 
	left: 0; 
	height: 100%; 
    pointer-events: none;
}

#ajaxWait > div {
	position: absolute;
	width  : 80px;
	height : 80px;
    top: calc(50% - 40px); /* 50% - 3/4 of icon height */
    left: calc(50% - 40px); 
}
.jconfirm-box-container{
    -webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}
.jconfirm-title-c{
    background:#eee;
    border-radius:5px 5px 0 0;
    font-size:14pt !important;
    padding:5px 0 10px 5px !important;
    font-weight: 500 !important;
    border: 1px solid #ccc;
}
.jconfirm-content{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.jconfirm-closeIcon{
    font-weight: 500 !important;
    top:25px !important;
    right:20px !important;
}
.input-hidden {
    position: absolute;
    left: -9999px;
}
.bottone_a_small{
    background:#eee;
    border:1px solid silver;
    border-radius:5px;
    padding:3px;
    /*margin:5px 0px 5px 0px;*/
}
.bottone_a_small:hover{
    border:1px solid grey;
    opacity:0.5;
    cursor:pointer;
}
.dataTables_paginate a{
    margin:2px;
}
.dataTables_paginate .current {
    background:grey;
    color:#fff !important;
}
#formDonazione input[type=radio]:checked + label>img {
    border: 1px solid #fff;
    box-shadow: 0 0 3px 3px silver;
}
#formDonazione input[type=radio]:hover + label>img {
    cursor:pointer;
    opacity:0.5;
}
.errorForm{
    font-size:9pt;
}
    /* The navigation menu links */
    /*.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    }*/
    
    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
        color: #f1f1f1;
    }
    
    /* Style page content */
    .main {
        /*margin-left: 15rem; /* Same as the width of the sidebar */
        padding: 0px 0px;
    }
    

    .link-secondary{
        text-decoration: none;
    }
    .list-group-item-light.list-group-item-action.active{
        background: #eee !important;
        color: #666 !important;
    }
    .list-group-item{
        border:none !important;

    }
    /* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
    @media screen and (max-height: 450px) {
        .rowMarginTopMobile{
            margin-top:20px !important;
          }
        .nav-item{
            border:none;
        }
        .navbar{
            padding-top:0.5rem !important;
            padding-bottom:0.5rem !important;
        }
        .navbar-collapse{
            border-bottom:1px solid silver;
        }
    }
    @media (max-width: 575.98px) { 
        .rowMarginTopMobile{
            margin-top:20px !important;
          }
        .nav-item{
            border:none;
        }
        .navbar{
            padding-top:0.5rem !important;
            padding-bottom:0.5rem !important;
        }
        .navbar-collapse{
            border-bottom:1px solid silver;
        }
    }
    
    
    @media (min-width: 576px) { 
        
    }
    
    /* Medium devices (tablets, 768px and up)*/
    @media (min-width: 768px) { 
        
    }
    
    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) {
    
    }
    
    /* Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) { 
        
    }
    .thumb-post img {
        object-fit: none; /* Do not scale the image */
        object-position: left top; /* Center the image within the element */
        width: 100%;
        max-height: 250px;
        margin-bottom: 1rem;
      }
	 .navbar{
		 border-bottom:2px solid silver;
	 }