.table{margin-bottom: 0px;}
.table td, .table th{
	text-align: center;
	vertical-align: middle !important;
	color: black; 
}

.table .thead-dark th{background-color: black !important; border-color: white;}

body{font-size: 15px}
body, input, select, label, .card-header{color: black !important;}

.dark{background-color: black; color: white !important;}

.msgModalMulti{
	z-index: 999;
	position: absolute;
	width: 300px;
	top: 10px;
	left: 10px;
	background-color: white;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #DCDCDC;
}


.red, .NG{color: red !important; font-weight: bold;}
.blue, .OK{color: blue !important; font-weight: bold;}