
.bungkus{
	width:100%;
	height:100%;
	border:0px;
	background-image:url(images/bg.png);
	background-size:cover;
}

.kotak{
	position:absolute;
	width:500px;
	height:auto;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	background: rgba(46, 51, 56, 0.2)!important;
	-webkit-box-shadow: 6px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 4px 5px 0px rgba(0,0,0,0.75);
	padding: 20px 20px 20px 20px;
	color:white;
	font-family:electrolize;
}

.login-form{
	width:500px;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, 10%);
}

.input-trans{
	background: rgba(46, 51, 56, 0.2)!important;
	border-color:transparent;
	
}

.form-group{
	padding-left:10px;
	padding-right:10px;
}
.periode-box{
	min-width:300px;
	width:400px;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background-color: #03a9f4;
	color:white;
	font-family:electrolize;
	padding:20px;
	border-radius:10px;	
}
h1.title{
	color:teal;
	font-size:30px;
}

.card{
	width:300px;
	height:auto;
	border-radius:0px;
	float:left;
	position:relative;
	padding:12px;
	font-family:arial;
	margin-right:10px;
	margin-top:10px;
}

.blue{
	background-color:#03a9f4;
	color: white;
	border-bottom:10px solid #0277bd;
}
.orange{
	background-color: #ff9800;
	color: white;
	border-bottom:10px solid #ef6c00;
}

.green{
	background-color: #4caf50;
	color: white;
	border-bottom:10px solid #2e7d32;
}

.card .logo{
	text-align:right;
}
.info-periode{
	position:relative;
	width:100%;
	height:auto;
}

.personal-profile{
	background-color:#2196f3;
	
}
.personal-profile .personal-info{
	padding:10px 5px 10px 0px;
	list-style:none;
	text-decoration:none;
}
.personal-profile .personal-info li{
	list-style:none;
	padding-bottom:3px;
	margin-bottom:10px;
}
.personal-profile .personal-info span{
	padding-right:6px;
	
}

.professional-profile{
	background-color:#e0e0e0;
	padding:10px 0px 10px 15px;
}
.professional-profile span{
	padding-right:6px;
}

.kotak-notification-success{
	width:100%;
	height:50px;
	background-color:#263238;
	border-left:7px solid #43a047;
	color:white;
	font-family:comic sans ms;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	
}
.kotak-notification-failed{
	width:100%;
	height:50px;
	background-color:#ec407a;
	border-left:7px solid #b71c1c;
	color:white;
	font-family:comic sans ms;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.subjudul{
	font-family:MS UI Gothic;
	letter-spacing:4px;
}

.head-form{
	width:100%;
	height:30px;
	margin-top:2px;
	margin-bottom:5px;
	background-color:#455a64;
	color:white;
	font-family:MS UI Gothic;
	letter-spacing:4px;
	padding:5px;
	border-left:6px solid #90a4ae;
	visibility:none;
	
}

.detail-edit{
	margin-top:10px;
}

.blueblack{
	background-color:#37474f;
	color:white;
}

.bar-chart{
	width:25%;
	margin: 15px auto;
	position:relative;
}

@media only screen and (max-width:700px){
    .toHide{
        display: none;
    }
}

@media print{
    .absensi{
        -webkit-print-color-adjust: exact !important;
    }
}