th {
	text-align: center !important;
}
label {
	font-weight: bold;
}
.login-box {
	width: 100%;
}
.login-background {
	background-color: #ecf0f5;
}
.login {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: table;
}
.login .login-body {
	vertical-align: middle;
	display: table-cell;
}
.modal-primary, .modal-success, .modal-info, .modal-warning, .modal-danger, .modal-secondary {
	color: #fff;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.modal-primary {
	background-color: #007bff;
}
.modal-success {
	background-color: #5cb85c;
}
.modal-info {
	background-color: #5bc0de;
}
.modal-warning {
	background-color: #f0ad4e;
}
.modal-danger {
	background-color: #dc3545;
}
.modal-secondary {
	background-color: #6c757d;
}
.btn-warning {
	color: #fff !important;
}
.btn-light {
    border-color: #ccc;
}
.btn-light.disabled, .btn-light:disabled {
	border-color: #ccc;
}
.btn-light:hover {
    border-color: #adadad;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-simpan, .btn-hapus, .btn-tutup {
	width: 100px;
}
.btn-aksi-lg, .btn-aksi-sm-left, .btn-aksi-sm-right {
	height: 24px;
	padding: 4px;
	font-size: .875rem;
	line-height: .5;
}
.btn-aksi-lg {
	width: 70px;
}
.btn-aksi-sm-left {
	width: 24px;
	margin-right: 6px;
}
.btn-aksi-sm-right {
	width: 24px;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: #337ab7;
	cursor: inherit;
	display: block;
}