/* WDS Mockup — minor overrides on top of AdminLTE 2 / skin-blue */

body.hold-transition.sidebar-mini { min-height: 100%; }
.content-wrapper, .main-footer { min-height: calc(100vh - 50px); }

.box-header .box-title { font-weight: 600; }

.table > tbody > tr > td, .table > thead > tr > th { vertical-align: middle; }

.label { font-size: 85%; }

.avatar-circle {
  width: 36px; height: 36px; border-radius: 50%;
  background: #d2d6de; color: #444; display: inline-flex;
  align-items: center; justify-content: center; font-weight: 600;
}

.permission-matrix td, .permission-matrix th { padding: 4px 8px; font-size: 12px; }
.permission-matrix .module-label { font-weight: 600; white-space: nowrap; }

.mockup-badge {
  position: fixed; bottom: 10px; right: 10px; z-index: 2000;
  background: rgba(0,0,0,.65); color: #fff; padding: 4px 10px;
  border-radius: 3px; font-size: 11px; letter-spacing: .02em;
}

.login-box-msg small { display: block; margin-top: 4px; font-weight: normal; }

.small-box h3 { font-size: 32px; }

.dt-buttons { display: none; } /* sembunyikan tombol export bawaan DataTables kalau plugin ikut ter-load */
