body {
	background-color: #e0e0e0;
}

tr.table-system-danger {
	background-color: #800000 !important;
	color: #fff;
}

/* .btn-outline-dark {
	background-color: #fff;
} */

.custom-tooltip {
  --bs-tooltip-bg: var(--bd-violet-bg);
  --bs-tooltip-color: var(--bs-white);
}


.btn-menu {
	width: 120px;
	height: 40px;
	margin-top: 6px;
	margin-left: 6px;
}

.btn-cmd {
	min-width: 150px;
	margin-top: 6px;
	margin-left: 6px;
}

/* .btn-success {
	background-color: #DEB887;
	color: #000;
}

.btn-success:hover {
	background-color: #AE7847;
	color: #fff;
} */

.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: #808080;
	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;
} */

fieldset {
    border: 1px solid #808080;
    padding: 8px;
    margin: 0 2px;
}

legend {
	position: relative;
    color: #600000;
    font-size: 1rem;
    font-weight: bold;
    width: auto;
    padding: 6px; 
	top: -28px;
 /*   padding-left: 12px;
    padding-right: 12px; */
    margin-bottom: -20px;
	background-color: #E0E0E0;
/*	border: 1px SOLID #808080;*/
}

/*#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;
}

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: 2rem;
   width: 1rem;    
}

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: 2rem;
    width: 1rem;
}

/***** Chrome, Safari, Opera, and Edge Chromium *****/
input[type="range"]::-webkit-slider-runnable-track {
  background: #053a5f;
  height: 0.5rem;
}

/******** Firefox ********/
input[type="range"]::-moz-range-track {
  background: #053a5f;
  height: 0.5rem;
}

td.table-danger {
	background-color: #800000;
	color: #fff;
}

@media screen and (max-width: 765px) {
	#banner-login {
		background-image: none;
	}
}