body {
	background-color: #e0e0e0;
}

tr.table-system-danger {
	background-color: #800000 !important;
	color: #fff;
}

.btn-outline-dark {
	background-color: #fff;
}

.btn-menu {
	width: 120px;
	height: 40px;
	margin-top: 6px;
	margin-left: 6px;
}

.btn-cmd {
	width: 150px;
	margin-top: 6px;
	margin-left: 6px;
}

.custom-btn {
	width: 160px;
	height: 45px;
}

.dropdown-item {
	cursor: pointer;
}

/*.nav-link {
	color: #fff;
}*/

.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: 55px;
	padding: 0px;
	border: 1px SOLID #000; 
	border-left: 0px; 
	border-right: 0px;  
	background-color: #f0f0f0;
	color: #000;
	width: 100%;
}

.table thead tr th {
	/*background-color: #F0E68C;*/
	background-color: #404040;
	border: 1px SOLID #c0c0c0;
	color: #fff;
} 

fieldset {
    border: 1px solid #c0c0c0;
    padding: 8px;
    margin: 0 2px;
}

legend {
	position: relative;
    color: #606060;
    font-size: 1rem;
    font-weight: bold;
    width: auto;
    padding: 6px; 
	top: -28px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 0px;
	background-color: #fff;
    /* 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-chartdiv {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 765px) {
	#banner-login {
		background-image: none;
	}
}