.admin-header {
	margin: -20px -20px 20px -20px;
	font-size: 1.5rem;
	padding: .75rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}

.filter-header {
	margin: -20px -20px 20px -20px;
	padding: .75rem 20px .75rem 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}

.card-transparent {
	background-color: rgba(255, 255, 255, .75);
}

.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;
}

.login-page,
.register-page {
	-ms-flex-align: center;
	align-items: center;
	/* background: #e9f2e5; */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav > hr {
	margin: .25rem 0 !important;
	opacity: .75 !important;
}

.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, .btn-add, .btn-export, .btn-cetak {
	width: 100px;
}

.btn-aksi-lg, .btn-aksi-sm {
	height: 24px;
	padding: 0px;
	font-size: .875rem;
	line-height: .5;
}

.btn-aksi-lg {
	width: 70px;
}

.btn-aksi-sm {
	width: 24px;
	margin-left: 3px;
	margin-right: 3px;
}

.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;
}

.modal-loading {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: -1px;
	background-color: rgba(0, 0, 0, .25);
}

.modal-loading-body {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.modal-loading-icon {
	background-color: #fff;
	border-radius: 50%;
	padding: .75rem;
}

.text-ellipsis-container {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.text-ellipsis {
	display: table-cell;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.bg-text-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.bg-text-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.bg-text-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.bg-text-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.custom-footer {
	background-color: #009789;
	color: #fff;
	margin: 0;
    border-style: none;
    box-shadow: 0px -3px 16px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.custom-footer a {
	color: #fff;
	margin-right: 1rem;
	text-decoration: none;
}

.custom-footer a.icon {
	font-size: 1.25rem;
}

td.td-akses {
	width: 50%;
	padding-bottom: 10px;
}

label.check-label,
label.check-label input {
	font-weight: normal !important;
	cursor: pointer;
}
