/* MicroStore egyseges fiok-szekcio (CSAK store 0/10 account/* oldalain toltodik be — header.tpl kapuzza).
   Cel: egyseges gombok, urlapok, tablazatok minden fiokos oldalon. 2026-07-08 */

#content h1, #content h2 { color: #0f2557; }
#content h2 { font-size: 19px; margin-top: 22px; }

/* Urlapok: ne folyjanak szet a teljes kepernyon */
#content .form-horizontal { max-width: 760px; }
#content .form-control {
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  box-shadow: none;
  height: 42px;
  font-size: 14px;
}
#content textarea.form-control { height: auto; }
#content .form-control:focus { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37, 99, 235, .12); }
#content .form-horizontal .control-label { font-weight: 600; color: #334155; }

/* GOMBOK: egyseges meret es stilus (a Vissza/Tovabb par is) */
#content .btn {
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  line-height: 1.5;
  box-shadow: none;
}
#content .btn-primary { background: #2563eb; border-color: #2563eb; }
#content .btn-primary:hover, #content .btn-primary:focus { background: #1d4ed8; border-color: #1d4ed8; }
#content .btn-default { background: #fff; border: 1px solid #cbd5e1; color: #475569; }
#content .btn-default:hover { background: #f1f5f9; }
#content .btn-danger { border-radius: 8px; }
#content .buttons { margin-top: 20px; }

/* Tablazatok (rendelesek, tranzakciok, cimek...) */
#content .table { border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; }
#content .table thead td, #content .table thead th {
  background: #f1f5f9;
  color: #0f2557;
  font-weight: 700;
  border-bottom: 2px solid #2563eb;
  padding: 11px 12px;
}
#content .table tbody td { padding: 11px 12px; vertical-align: middle; border-color: #eef2f7; }
#content .table tbody tr:hover { background: #f8fafc; }

/* Jol lathato fokusz + kisebb kozok rendezese */
#content .breadcrumb { background: transparent; padding-left: 0; }
#content .alert { border-radius: 10px; }
#content legend { color: #0f2557; border-bottom: 1px solid #e2e8f0; padding-bottom: 6px; }
