

#divPageContainer{  
  display: inline-table;  
}

.hidden {  display: none; }

.modal-xxl {
  max-width: 90vw; /* Larghezza al 90% della viewport */
  width: 90vw;
}

.bgdark-opacity-0 { background-color: rgba(0,0,0,0); }
.bgdark-opacity-10 { background-color: rgba(0,0,0,0.1); }
.bgdark-opacity-20 { background-color: rgba(0,0,0,0.2); }
.bgdark-opacity-30 { background-color: rgba(0,0,0,0.3); }
.bgdark-opacity-40 { background-color: rgba(0,0,0,0.4); }
.bgdark-opacity-50 { background-color: rgba(0,0,0,0.5); }
.bgdark-opacity-60 { background-color: rgba(0,0,0,0.6); }
.bgdark-opacity-70 { background-color: rgba(0,0,0,0.7); }
.bgdark-opacity-80 { background-color: rgba(0,0,0,0.8); }
.bgdark-opacity-90 { background-color: rgba(0,0,0,0.9); }

.bglight-opacity-0 { background-color: rgba(255,255,255,0.0); }
.bglight-opacity-10 { background-color: rgba(255,255,255,0.1); }
.bglight-opacity-20 { background-color: rgba(255,255,255,0.2); }
.bglight-opacity-30 { background-color: rgba(255,255,255,0.3); }
.bglight-opacity-40 { background-color: rgba(255,255,255,0.4); }
.bglight-opacity-50 { background-color: rgba(255,255,255,0.5); }
.bglight-opacity-60 { background-color: rgba(255,255,255,0.6); }
.bglight-opacity-70 { background-color: rgba(255,255,255,0.7); }
.bglight-opacity-80 { background-color: rgba(255,255,255,0.8); }
.bglight-opacity-90 { background-color: rgba(255,255,255,0.9); }

.debug{ color:#fff; background-color: rgba(0,0,0,0.7); padding:10px; margin: 100px 30px 0 30px}

.my-warning { 
  color: #fb0;  
}

.page-item, .page-link{
  color: #666 !important;
}

.page-item.active, .page-link.active{
  background-color: #fb0 !important;
  border-color: #fb0 !important;
  color: #000 !important;
}

btn:focus, a:focus
{
  outline: none;
}
.navbar-toggler:focus
{
  outline: none !important;
  box-shadow: none;
}

.text-shadow{
  text-shadow: 1px 1px 3px #000; 
}

.contentBox {
  box-sizing: content-box;
}

.debugNote {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #aaa;
}

.footer {
	text-align: center;
	color: #999;
	font-size: 10px;
}

.date_selector {
  width: 120px;
  text-align: center;
}

.not-visible {
  visibility: hidden !important;
}

.dt-paging-button.current {
  background-color: #Fb0 !important;
}

a i:hover {
  color:#c00 !important;
}

.custom-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Colore e opacità */
  z-index: 1040; /* Deve essere sotto la modale (1041) */
}