.box {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	border-top: 3px solid #d2d6de;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px;
}
.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
	content: " ";
	display: table;
}
.profile-user-img {
	margin: 0 auto;
	width: 100px;
	padding: 3px;
	border: 3px solid #d2d6de;
}
.text-center {
	text-align: center;
}
.description-block {
	display: block;
	margin: 10px 0;
	text-align: center;
}
.description-block > .description-header {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 16px;
}
.description-block > .description-text{
	text-transform: uppercase;
}
.sembunyi {
	display: none;
}
.pageheader {
	height: auto;
}
.select2-container.form-control.input-lg.select2 {
    padding: 0.3em;
}
.select2-container .select2-choice {
    border: none;
}
.btn.btn-libur {
	background-color: #c9302c;
  border-color: #ac2925;
	color: #fff;
}
.btn.btn-libur.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
h1.title,h2.title,h3.title,h4.title,h5.title {
	color: #e19551;
}
h1.subtitle,h2.subtitle,h3.subtitle,h4.subtitle,h5.subtitle {
	color: #ffc18a;
}
