.bg-hijau-gelap {
	background-color: #33314e !important;
}
.bg-hijau {
	background-color: #f3fdda !important;
}
.bg-abu {
	background-color: #b3b3b3 !important;
}
.bg-hijau2 {
	background-color: #d9facc !important;
}
.bg-hijau-tua {
	background-color: #077811 !important;
}
.bg-hijau-agak {
	background-color: #b7dbab !important;
}
.bg-biru {
	background-color: lightgrey !important;
}
.bg-jingga {
	background-color: #f5da8e !important;
}
.bg-birugelap {
	background-color: #fbdde9 !important;
}
.bg-ungu {
	background-color: #ead3f07c !important;
}
.bg-kuning {
	background-color: #fdfdc6 !important;
}
.bg-coklat {
	background-color: #5e3a3a !important;
}
.bg-langit {
	background-color: #dff9faf1 !important;
}
.bg-merah-terang {
	background-color: #ff5d5d28 !important;
}
.bg-md {
	background-color: #fbffe2 !important;
}
.bg-kuning2 {
	background-color: #fafaed !important;
}
.bg-kuning3 {
	background-color: #f1efd0 !important;
}
.ma-70 {
	margin-top: -70px;
}
.ma-75 {
	margin-top: -75px;
}
.ma-70 {
	margin-top: -70px;
}
.ma-68 {
	margin-top: -68px;
}
.ma-65 {
	margin-top: -65px;
}
.ma-60 {
	margin-top: -60px;
}
.ma-55 {
	margin-top: -55px;
}
.ma-50 {
	margin-top: -50px;
}
.ma-45 {
	margin-top: -45px;
}
.ma-40 {
	margin-top: -40px;
}
.ma-35 {
	margin-top: -35px;
}
.ma-30 {
	margin-top: -30px;
}
.ma-25 {
	margin-top: -25px;
}
.ma-20 {
	margin-top: -20px;
}
.ma-15 {
	margin-top: -15px;
}
.ma-10 {
	margin-top: -10px;
}
.ma-5 {
	margin-top: -5px;
}
.sembunyi {
	display: none;
}
.tampil {
	display: block;
}

@media print {
	.noprint {
		display: none;
	}
}

.my-card {
	border-width: 1px !important;
	border-style: groove;
}
.my-card-x {
	border-bottom: none;
	border-width: 1px !important;
	border-style: double;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 40%;
	left: 40%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateX(-20%);
	transform: translateX(-35%);
}

/* penting : jika modal banyak biar bisa tetap di scroll */
.modal {
	overflow-y: auto !important;
}

.blur {
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}
::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgb(175, 175, 175) !important;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgb(175, 175, 175) !important;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: rgb(175, 175, 175) !important;
}

/* untuk select2 */
.select2-selection__rendered {
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-size: 12px; */
	font-weight: bold;
	line-height: 35px !important;
	/* color: #000c78 !important; */
}
.select2-container .select2-selection--single {
    height: 36px !important;
}
.select2-selection__arrow {
    height: 35px !important;
}

/* akhir select2 */

body {
	font-family: "Lato", sans-serif !important;
}
.text-ungu {
	color: rgb(202, 109, 255) !important;
}
.text-biru {
	color: rgb(101, 216, 255) !important;
}
.text-gelap {
	color: rgb(165, 165, 165) !important;
}
.text-pelai {
	color: rgb(166, 152, 105) !important;
}
.text-merah {
	color: rgb(255, 2, 2) !important;
}
.text-kuning {
	color: rgb(255, 247, 6) !important;
}

.modal-fullayar {
	max-width: 100% !important;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100vh;
	display: flex;
	position: fixed;
	z-index: 100000;
	max-height: 730px;
	overflow-y: auto;
}

/* untuk tombol DOM Data Table */
button.merah-terang,
a.merah-terang {
	color: red !important;
}

button.biru-terang,
a.biru-terang {
	color: rgb(25, 12, 255) !important;
}

button.hijau-terang,
a.hijau-terang {
	color: green !important;
}

.modal-content,.detail_kk {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 15px !important;
  -webkit-border: 4px !important;
  -moz-border: 0px !important;
  border: 17px !important;
  /* box-shadow: 9px 9px 14px rgba(183, 1, 1, 0.3), -5px -5px 10px rgba(37, 228, 3, 0.3); */
}

.embos-saya{
	 box-shadow: 9px 9px 14px rgba(183, 1, 1, 0.3), -5px -5px 10px rgba(183, 1, 1, 0.3);
}
.embos-hitam{
	 box-shadow: 9px 9px 14px rgba(7, 7, 7, 0.3), -5px -5px 10px rgba(131, 130, 130, 0.3);
}

