@charset "utf-8";
/* CSS Document */
.bg-pink{
	background:#C80082;
	color:#fff;
}
.bg-kuning{
	background-color:#E3FF66 !important;
	color:#000;
}
.bg-biru{
	background-color:#17a2b8 !important;
	color:#fff !important;
}
.bg-biru-muda{
	background-color:#B4E4F5 !important;
	color: rgba(104,104,104,1.00);
}
.bg-merah{
	background-color:#E70242 !important;
	color:#fff;
}
.bg-merah-muda{
	background-color:#FF35F7!important;
	color:#fff;
}
.bg-orange{
	background:#f39c12;
	color:#fff;
}
.bg-hijau{
	background-color:#148f77 !important;
	color:#fff;
}
.text-merah{
	color: rgba(211,26,60,1.00) !important;
}
.text-hijau {
	color: rgba(39,147,92,1.00);
}
.bg-putih{
	background: #ffffff;
	color: rgba(104,104,104,1.00);
}
.bg-netral{
	background-color: transparent !important;
	color: rgba(104,104,104,1.00);
}
.text-biru{
    color:#005FF1;
}
.text-disabled{
    color: #CCCCCC;
}
.bg-hijau-td{
    background: #C2D586;
    color: #000;
}

.bg-biru-td{
    background:#A6C4F9;
    color: #000;
}

.bg-kuning-td{
    background:#FFF4BD;
    color: #000;
}

.bg-ungu-td{
    background:#EBA8F4;
    color: #000;
}

.bg-merah-td{
    background:#FF9191;
    color: #000;
}
.bg-abu-td{
    background:#D4D4D4;
    color: #000;
}

.bg-abu-abu{
    background:#D4D4D4;
    color: #000;
}

.bg-hitam{
	background: #191919;
	color: #ffffff;
}