textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: none;
}
button[disabled] {
	cursor: not-allowed;
	background-color: #2e9947;
	opacity: .65;
}

.form-control:focus {
	border: 1px solid #2f9a48!important;
}

#childcontent {
	overflow:hidden;
	overflow-y: auto;
}
.pictlink {
	width: 80%;
}
article.unselected {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
@media (max-width: 768px) {
	#childcontent {
		padding-bottom: 60px !important;
		height: 100%;
		border-top-left-radius: unset;
	}
	.m-9 {
		margin: 1rem!important;
	}
}

@media (min-width: 1000px){
	.m-9 {
		margin: 7rem!important;
	}
}
.modal-xxl {
	max-width: 95%;
}
.btn-green {
	color: #ffffff;
	background-color: #2f9a48;
	border-color: #2f9a48;
}
.btn-green:hover {
	color: #ffffff;	
}
.m-6 {
	margin: 4rem!important;
}
.m-7 {
	margin: 5rem!important;
}
.m-8 {
	margin: 6rem!important;
}


.select2-container .select2-selection--single {
	height: 37.6px;
}
.select2-container--default .select2-selection--single {
	border-radius: .25rem;
	border-color: #ced4da;
	padding: 3px 5px;
	position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #212529;
	line-height: 30.6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35.6px;
	right: 5px;
}

.simulasiPagePemberiDana .tabContent2 .tabPane ul.box3 span,
.simulasiPagePenerimaDana .tabContent2 .tabPane ul.box3 span {
	font-size: 1rem;
}
.simulasiPagePemberiDana .tabContent2 .tabPane ul.box4,
.simulasiPagePenerimaDana .tabContent2 .tabPane ul.box4 {
	margin-top: 15px;
	padding-top: 15px;
}
