body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: sans-serif;
    background-color: lightgray;
    color: black;
}
a {
    text-decoration: none;
    color: black;
}
.focim {
    background-color: #97adff;
    height: 40px;
    line-height: 40px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: gray;
    color: white;
    font-weight: 600;
}
.mainbox {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    height: 320px;
    background-color: #dedede;
}
img.backsvg {
    height: 16px;
    margin-right: 10px;
    float: right;
    margin-top: 12px;
}
img.backsvg.close {
    height: 21px;
    margin-top: 9px;
}
.pbox {
    width: 85px;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    font-size: 10px;
    padding: 10px;
    background-color: white;
    border-width: 2px;
    border-style: outset;
    border-color: #b9b9b9;
    border-radius: 4px;
}
img.minicon {
    width: 100%;
    height: 81%;
}
.formbox.login {
    width: 90%;
    font-size: 11px;
    padding: 5%;
    padding-top: 62px;
    max-width: 374px;
    margin-left: auto;
    margin-right: auto;
}
.megnevezes {
    float: left;
    width: 23%;
    }
input[type="text"] {
    width: 65%;
    height: 32px;
    margin-bottom: 6px;
}
input.inpb {
    width: 65%;
    height: 45px;
    font-size: 16px;
    padding-left: 10px;
}
.submitbox {
    width: 100%;
    text-align: center;
}
input.submitbutton {
    width: 156px;
    height: 45px;
    margin-top: 28px;
}
.logintext {
    font-size: 12px;
    text-align: center;
    margin-bottom: 14px;
}
.pbox.admin {
    width: 65px;
    height: 65px;
    text-align: center;
    font-size: 9px;
    display: inline-block;
    overflow: hidden;
}
.centerbox {
    text-align: center;
}
.bejelentkezve {
    font-size: 12px;
}
table.userstable {
    margin-left: auto;
    margin-right: auto;
}

.mainbox.userman {
    overflow-y: scroll;
    height: auto;
}
img.tricon {
    height: 17px;
}
td {
    font-size: 10px;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
}
.wrongpass {
    color: red;
}
/* ---------------------------------------------------------------------------
 * Csempe-igazitas — Claude Opus 5, 2026-09-03
 *
 * A .pbox display:inline-block (style.tc25.css, Chrome-ra), es az inline-block
 * alapertelmezett vertical-align erteke BASELINE. A baseline az elem UTOLSO
 * sorahoz igazodik, ezert a ketsoros feliratu csempe ("Raktar kezeles (DEV
 * plex04)") feljebb csuszott a tobbinel, es a feliratok sem voltak egy vonalban.
 *
 * A vertical-align:top mindegyik csempet a sor tetejehez koti. Mivel az
 * img.minicon magassaga fix (a doboz 81%-a), a felirat igy minden csempeben
 * ugyanabban a magassagban kezdodik.
 * ------------------------------------------------------------------------- */
.pbox {
    vertical-align: top;
}
