* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clear{
	clear: both;
}

#input_keterangan{
	resize: none;
}

/*----------------------------------------------- Shadow -----------------------------------------------*/

#blackShadowing{
	font-family:"Trebuchet MS";
	overflow:hidden;
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	margin:0px auto;
	background-color:#000;
	z-index:10000008;
	opacity:0.8;
	filter: alpha(opacity=80);
}

#whiteShadowing{
	font-family:"Trebuchet MS";
	overflow:hidden;
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	margin:0px auto;
	background-color:#fff;
	z-index:10000009;
	opacity:0.8;
	filter: alpha(opacity=80);
}

#loading
{
	display: none;
	overflow:hidden;
	display: none;
	position:absolute;
	top: 25%;
	left: 45%;
	right: 45%;
	width:150px;
	height:150px;
	z-index:1000000109;
	behavior: url(css/pie/PIE.htc);
}

/*----------------------------------------------- Float -----------------------------------------------*/

.floatkiri{
	width: 45%; 
	float: left;
}

.floatkanan{
	width: 45%; 
	float: left;
	margin-left: 20px;
	margin-top: 0px;
}

@media only screen and (max-width: 800px) {
	.floatkiri{
		width: 90%; 
		float: none;
	}

	.floatkanan{
		width: 90%; 
		float: none;
		margin-left: 0px;
		margin-top: 20px;
	}

}

/*----------------------------------------------- togglePassword -----------------------------------------------*/

form #togglePassword {
	color: black;
	float: right;
	margin-left: -20px;
	margin-right: 10px;
	margin-top: -30px;
	position: relative;
	z-index: 2;
	top: -5px;
}

/*----------------------------------------------- custom bootstrap -----------------------------------------------*/

.btn-black {
	background-color: #fff !important;
	background: #fff !important;
	color: #000 !important;
	border: 1px solid #000 !important;
}

.btn-dark {
	background-color: #fff !important;
	background: #fff !important;
	color: #000 !important;
	border: 1px solid #000 !important;
}

.btn-light {
	background-color: #fff !important;
	background: #fff !important;
	color: #000 !important;
	border: 1px solid #000 !important;
}

.btn-white {
	background-color: #fff !important;
	background: #fff !important;
	color: #000 !important;
	border: 1px solid #000 !important;
}