.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.inline-cron-ui {
    display: inline-block;
}
select.inline-cron-ui,
input.inline-cron-ui,
#bulk-action {
    width: 250px;
}
.table-row td {
    vertical-align: middle !important;
}

.pointer {
    cursor: pointer;
}
.margin-r-20 { margin-right: 20px; }

.per-page.vertical select, .per-page.horizontal select {
    width: 120px;
}
.per-page.horizontal label, .per-page.horizontal select {
    float: left;
}
.per-page.horizontal label {
    padding-right: 15px;
    padding-top: 5px;
}
.shrink-padding-5 {
    padding: 5px !important;
}
ul.help-list {
    padding-left: 20px;
}
ul.help-list li {
    color: #737373;
}
.table-cron-list a.cron-link {
    color: #333;
}

/* App branding — sidebar logo */
.skin-blue .main-header .logo {
    background-color: #ffffff !important;
    color: #1f2937 !important;
    border-right: 1px solid #dfe3e8;
}
.skin-blue .main-header .logo:hover {
    background-color: #f8fafc !important;
}
.main-header .logo .app-brand-logo--mini {
    max-height: 28px;
    max-width: 42px;
    vertical-align: middle;
}
.main-header .logo .app-brand-logo--lg {
    max-height: 36px;
    max-width: 180px;
    vertical-align: middle;
}
.main-header .logo .app-brand-letter {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #1f2937;
}

/* Auth pages */
body.auth-page {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 45%, #3d7ea6 100%);
    min-height: 100vh;
}
body.auth-page .guest-content-wrapper,
body.auth-page .guest-content {
    margin-left: 0 !important;
    min-height: 100vh;
    background: transparent;
}
.auth-page-shell {
    min-height: calc(100vh - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}
.auth-card {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.25);
    padding: 32px 32px 24px;
}
.auth-brand {
    text-align: center;
    margin-bottom: 8px;
}
.auth-brand__logo {
    max-height: 52px;
    max-width: 220px;
    margin-bottom: 8px;
}
.auth-brand__title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}
.auth-brand__name {
    margin: 8px 0 0;
    color: #6b7280;
    font-size: 14px;
}
.auth-card__subtitle {
    text-align: center;
    color: #6b7280;
    margin: 0 0 4px;
    font-size: 14px;
}
.auth-card__title {
    text-align: center;
    margin: 0 0 22px;
    font-size: 22px;
    font-weight: 600;
    color: #111827;
}
.auth-form .form-group {
    margin-bottom: 16px;
}
.auth-form .control-label {
    font-weight: 600;
    color: #374151;
}
.auth-form .form-control {
    height: 42px;
    border-radius: 8px;
    box-shadow: none;
    border-color: #d1d5db;
}
.auth-form .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.auth-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #e5e7eb;
}
.auth-link {
    color: #2563eb;
    font-weight: 600;
}
.auth-link:hover,
.auth-link:focus {
    color: #1d4ed8;
    text-decoration: none;
}
.auth-btn {
    min-width: 120px;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 18px;
}
.auth-brand-preview {
    max-width: 320px;
    margin: 0 auto;
    padding: 24px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}
.app-brand-sidebar-preview {
    display: inline-block;
    background: #ffffff;
    color: #1f2937;
    border: 1px solid #dfe3e8;
    border-right: 1px solid #dfe3e8;
    padding: 12px 18px;
    border-radius: 4px;
    min-width: 200px;
}