body {
	color: #000;
	font-size: 14px;
}
body[data-layout-mode=dark] {
	/*
	background-color:#030f16;
	color:#6f7d86
	*/
	color: #b4b4b4;
}
body[data-layout-mode=dark] .card-title-desc {
	color: #b4b4b4;
}
body[data-layout-mode=dark] .tabel-RB {
	/* border-color:#092d42; */
	color: #b4b4b4;
}
.card-title-desc {
	/* color:#74788d; */
	color: #000;
}

/* RB START */

.header-profile-user {
	border: none !important;
}
/*
MENYEBABKAN MENU HOVER MASUK KE BAGIAN CONTENT
a.grupMenuKiri {
	width: 360px !important;
}
*/
.menuKiri {
	width: 300px !important;
}
.menuKiri a {
	color: #fff !important;
}
.menuKiri a:hover {
	color: #0f0 !important;
	background-color: #000 !important;
	width: 300px !important;
}

.informasi {
	background-image: url(images/informasi.png);
	background-repeat: no-repeat;
	background-position-y: center;
	color: #e40d3c;
	font-size: 14px;
	font-style: italic;
	padding: 0 0 3px 24px;
}

.labelDetil {
	padding-top: 15px;
}

.table th {
	font-weight: bold;
}
.tabel-RB {
	font-family: Arial;
	/* font-size: 13px; */
	color: #000;
}
.trHeaderTabel {
	font-size: 14px;
	color: #fff;
	background-color: #005b04;
}
.tabel-RB tr:hover {
	/* background-color: #b0d2fd; */
	background-color: #f3cb9a;
	color: #000;
}
.trColorRB {
	background-color: #bbffbe;
	color: #000;
}
.tabel-RB td {
	padding: 5px;
	vertical-align: top;
	white-space: normal !important; /* class text-wrap */
	word-wrap: break-word; /* class text-wrap */
}

.kolomAction {
	text-align: right !important;
}
.btnDropDown-RB {
	font-size: 14px;
	padding: 5px;
}
.dropdown-item-RB {
	font-size: 14px;
	color: #fff !important;
	background-color: #003032 !important;
}
.dropdown-menu .dropdown-item-RB:hover {
	color: #0f0 !important;
	font-weight: 500;
	background-color: #000 !important;
}
