body {
	background-color: #E0E0E0;
}

tr.table-system-danger {
	background-color: #800000 !important;
	color: #fff;
}

/* .btn-outline-dark {
	background-color: #fff;
} */

td.table-dark-custom {
	background-color: #606060;
	color: #fff;
}

.btn-close {
	font-size: 18px;
}

.btn-menu {
	width: 120px;
	height: 40px;
	margin-top: 6px;
	margin-left: 6px;
}

.btn-cmd {
	min-width: 150px;
	margin-top: 6px;
	margin-left: 6px;
}

.custom-btn {
	width: 160px;
	height: 45px;
}

.dropdown-item:hover {
	cursor: pointer;
	background-color: #0096C8;
	color: #fff;
}

.nav-link {
	color: #404040;
}

.nav-link:hover {
	color: #008080;
}

.nav-link .show {
	color: #00ff00;
}

.menu_header {
	border: 1px SOLID #000; 
	border-left: 0px; 
	border-right: 0px; 
	padding: 0px; 
	background-color: #f0f0f0;
	color: #000;
}

#footer{
	position: fixed;
	bottom: 0px;
	height: 65px;
	padding: 0px;
	border: 1px SOLID #000; 
	border-left: 0px; 
	border-right: 0px;  
	background-color: #f0f0f0;
	color: #000;
	width: 100%;
	z-index: 10000;
}

.popover {
        max-width:800px;
    }

/* .table thead tr th {
	background-color: #404040;
	border: 1px SOLID #c0c0c0;
	color: #fff;
} */

/* .table thead tr th {
	background: linear-gradient(to bottom,  rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%);
	border: 1px SOLID #c0c0c0;
	color: #fff;
} */

.table thead tr th {
	background-color: #000060;
	border: 1px SOLID #c0c0c0;
	color: #fff;
}

/*.table tbody tr td {
	background-color: #F0F0F0;
}*/

fieldset {
    border: 1px solid #808080;
    padding: 8px;
    margin: 0 2px;
}

legend {
	position: relative;
    color: #606060;
    font-size: 1rem;
    font-weight: bold;
    width: auto;
    padding: 6px; 
	top: -28px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0px;
	background-color: #fff;
	border: 1px SOLID #808080;
    /* box-shadow: 0 0 24px rgba(100,100,100,0.576), inset 0px 0px 0px #c0c0c0; */
}

/*#banner-login {
	background-image: url('../images/banner.jpg');  
	background-repeat: no-repeat;  
	background-size: cover; 
	background-position: right;
	height: 800px;
}*/

.btn-menu {
	width: 280px;
	height: 180px;
	color: #000;
	background-color: #f0f0f0;
}

.chartdiv {
  width: 100%;
  height: 400px;
}

.pie-chartdiv1 {
  width: 100%;
  height: 500px;
}

.pie-chartdiv {
  width: 100%;
  height: 250px;
}

.form-select {
	min-height: 40px;
}

input[type="range"]::-webkit-slider-thumb {
   -webkit-appearance: none; /* Override default look */
   appearance: none;
   margin-top: -12px; /* Centers thumb on the track */
   background-color: #F08000;
   height: 3rem;
   width: 1.3rem;    
}

input[type="range"]::-moz-range-thumb {
    border: none; /*Removes extra border that FF applies*/
    border-radius: 0; /*Removes default border-radius that FF applies*/
    background-color: #F08000; /*#5cd5eb;*/
    height: 3rem;
    width: 1.3rem;
}

/***** Chrome, Safari, Opera, and Edge Chromium *****/
input[type="range"]::-webkit-slider-runnable-track {
  background: #053a5f;
  height: 0.8rem;
}

/******** Firefox ********/
input[type="range"]::-moz-range-track {
  background: #053a5f;
  height: 0.8rem;
}

td.table-danger {
	background-color: #800000;
	color: #fff;
}

#main_spinner {
  position: fixed; /* Fissa il blocco rispetto alla finestra del browser */
  top: 40%;        /* Posiziona verticalmente al centro */
  left: 50%;       /* Posiziona orizzontalmente al centro */
  transform: translate(-40%, -50%); /* Centra esattamente il contenuto */
  z-index: 10000;  /* Mantieni il livello sopra gli altri elementi */
  display: flex;   /* Per centrare il contenuto interno, se necessario */
  align-items: center;
  justify-content: center;
  color: #808080; /* ad esempio, bianco */
}


@media screen and (max-width: 765px) {
	#banner-login {
		background-image: none;
	}
}