/* Stilovi aplikacije – dopuna Homer teme */

#side-menu li a .menu-icon { font-size: 18px; vertical-align: middle; margin-right: 6px; width: 20px; }
#logo span { font-size: 13px; letter-spacing: .5px; }

.label-default { background-color: #a6a8aa; }
.label-lg { font-size: 13px; padding: 5px 9px; }

/* Zone – boja + tekst (pristupačnost) */
.zone-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 4px; vertical-align: middle; }
.zone-GREEN { background: #68a84b; }
.zone-YELLOW { background: #ffb606; }
.zone-RED, .zone-RED_LOW, .zone-RED_HIGH { background: #e74c3c; }
.ref-lines .label { display: inline-block; margin: 2px 4px 2px 0; font-weight: 500; }

/* Kartice statistike */
.stat-card { text-align: center; }
.stat-card h1 { margin: 8px 0 2px; font-weight: 700; }
.stat-card small { color: #9d9fa2; }

/* Brzi unos rezultata – optimizovano za tablet u sali */
.entry-list .list-group-item { padding: 12px 14px; cursor: pointer; font-size: 15px; }
.entry-list .list-group-item.active-student { background: #f7f3ee; border-left: 4px solid #c49a6c; }
.entry-list .list-group-item .entry-val { float: right; }
.entry-form .form-control, .entry-form .btn { min-height: 46px; font-size: 18px; }
.entry-form .input-lg { font-size: 22px; font-weight: 600; }
.entry-form .attempt-row { margin-bottom: 10px; }
.entry-form .status-btns .btn { margin: 0 6px 6px 0; min-height: 40px; font-size: 13px; }
.entry-form .status-btns .btn.active { box-shadow: inset 0 0 0 2px #c49a6c; font-weight: 700; }
.entry-best { font-size: 26px; font-weight: 700; }
.entry-saved { animation: savedFlash 1.2s ease-out; }
@keyframes savedFlash { 0% { background: #dff0d8; } 100% { background: transparent; } }
.progress-entry { height: 8px; margin: 6px 0 0; }

/* Karton učenika */
.student-header h2 { margin-top: 0; }
.student-header .meta span { display: inline-block; margin-right: 18px; color: #6a6c6f; }
.chart-box { position: relative; height: 260px; }
.discreet { filter: blur(5px); transition: filter .2s; cursor: pointer; }
.discreet.revealed { filter: none; }
.timeline-years { display: flex; flex-wrap: wrap; gap: 8px; }
.timeline-year { flex: 1 1 200px; border: 1px solid #e4e5e7; border-radius: 3px; padding: 10px; background: #fff; }
.timeline-year h5 { margin: 0 0 6px; font-weight: 700; }
.timeline-year .tl-session { display: block; padding: 4px 0; border-top: 1px dashed #eee; }

/* Priručnik */
.manual-content h3, .manual-content h4 { margin-top: 18px; }
.manual-nav .list-group-item.sub { padding-left: 30px; font-size: 12px; }
.manual-nav .list-group-item.active, .manual-nav .list-group-item.active:hover { background-color: #c49a6c; border-color: #c49a6c; }

.table > tbody > tr > td { vertical-align: middle; }
.nowrap { white-space: nowrap; }
.w-auto { width: auto; display: inline-block; }
.muted-row td { color: #aaa; }
.void-row td { text-decoration: line-through; color: #bbb; }

/* Responsivnost – bez horizontalnog skrolovanja na unosu */
@media (max-width: 768px) {
    .content { padding: 10px; }
    .chart-box { height: 220px; }
    .entry-form .input-lg { font-size: 20px; }
}

/* Štampa izveštaja */
@media print {
    #header, #menu, .footer, .no-print, .normalheader { display: none !important; }
    #wrapper { margin: 0 !important; padding: 0 !important; }
    .content { padding: 0 !important; }
    .hpanel .panel-body { border: none !important; }
    .discreet { filter: none !important; }
    a[href]:after { content: none !important; }
}
