/* Ajustes finos por cima do tema SmartAdmin */

#logo {
    font-size: 16px;
    line-height: 49px;
    padding-left: 15px;
    color: #fff;
    display: inline-block;
}

.login-info span {
    color: #fff;
}

/* Painéis (usados no lugar do jarviswidget, mais simples) */
.panel {
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e2e2;
}

.panel-heading {
    background: #f7f7f7;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 600;
}

.panel-heading .fa {
    margin-right: 6px;
    color: #3276b1;
}

.panel-actions {
    float: right;
}

/* Dashboard */
.stat-tile {
    display: block;
    padding: 18px 20px;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.stat-tile .stat-number {
    font-size: 30px;
    font-weight: 700;
    display: block;
}

.stat-tile .stat-label {
    font-size: 13px;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.stat-tile .fa {
    float: right;
    font-size: 34px;
    opacity: .5;
}

.stat-tile-blue { background: #3276b1; }
.stat-tile-green { background: #4CAF50; }
.stat-tile-orange { background: #F2784B; }
.stat-tile-purple { background: #7266ba; }
.stat-tile-red { background: #e02222; }
.stat-tile-teal { background: #37bc9b; }

/* Login */
.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6f9;
}

.login-card {
    width: 100%;
    max-width: 380px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 32px 30px;
}

.login-card h1 {
    font-size: 20px;
    margin: 0 0 4px 0;
    text-align: center;
}

.login-card .subtitle {
    text-align: center;
    color: #888;
    margin-bottom: 24px;
    font-size: 13px;
}

/* Badges de status */
.badge-yes { background-color: #4CAF50; }
.badge-no { background-color: #999; }
.badge-danger { background-color: #e02222; }
.badge-warning { background-color: #F2784B; }

/* Tabelas: garante quebra amigável em telas pequenas */
.table-responsive-wrap {
    overflow-x: auto;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 6px;
}

.link-button-menu {
    display: block;
    width: 100%;
    padding: 3px 20px;
    text-align: left;
    background: none;
    border: none;
    color: #333;
    font: inherit;
    cursor: pointer;
}

.link-button-menu:hover {
    background-color: #f5f5f5;
    color: #262626;
}

.form-actions {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}
