/* ============================================================
   GPJ 3D GOMB
   ------------------------------------------------------------
   Alapszín:
   #688d8f  -> #f2f7f2
   ============================================================ */

.gomb3d,
.buttong,
.buttong1,
.ui-table-columntoggle-btn {

    text-decoration: none;

    background: linear-gradient(
        to bottom,
        #688d8f 0%,
        #dce7e5 55%,
        #f2f7f2 100%
    );

    color: #101719 !important;

    text-shadow:
        1px 1px 1px rgba(255,255,255,0.55);

    border: 1px solid rgba(255,255,255,0.35);

    box-shadow:
        0 3px 0 #545151,
        0 7px 10px rgba(0,0,0,0.45);

    transition:
        background 250ms ease,
        box-shadow 250ms ease,
        transform 150ms ease;

    cursor: pointer;
}


/* ============================================================
   HOVER
   ============================================================ */

.buttong:hover,
.buttong1:hover,
.ui-table-columntoggle-btn:hover,
.gomb3d:hover {

    background: linear-gradient(
        to bottom,
        #f2f7f2 0%,
        #dce7e5 45%,
        #688d8f 100%
    );

    box-shadow:
        0 4px 0 #545151,
        0 9px 14px rgba(0,0,0,0.50);
}


/* ============================================================
   ACTIVE
   ============================================================ */

.buttong:active,
.buttong1:active,
.ui-table-columntoggle-btn:active,
.gomb3d:active {

    color: #050505 !important;

    transform: translateY(3px);

    box-shadow:
        0 1px 0 #545151,
        0 3px 5px rgba(0,0,0,0.65);

    animation: none;
}
/* partner checkbox
   ============================================================ */
.partner-kivalasztas {

    background: rgba(220,235,233,0.85);

    border: 1px solid rgba(100,150,155,0.45);

    border-radius: 5px;

    box-shadow:
        0 4px 8px rgba(0,0,0,0.35),
        inset 0 1px 0 rgba(255,255,255,0.5);
}

/* ============================================================
   PARTNER KÁRTYA
   ============================================================ */

.partner-kartya {

    background: linear-gradient(
        135deg,
        #688d8f 0%,
        #b8cbca 48%,
        #f2f7f2 100%
    );

    border: 1px solid rgba(120,220,240,0.30);

    border-radius: 6px;

    box-shadow:
        0 8px 16px rgba(0,0,0,0.40),
        inset 0 1px 0 rgba(255,255,255,0.30);

    color: #111719;

    position: relative;

    transition:
        box-shadow 250ms ease,
        border-color 250ms ease,
        transform 250ms ease;
}

.partner-kartya:hover {

    border-color: rgba(80,200,240,0.55);

    box-shadow:
        0 10px 22px rgba(0,0,0,0.50),
        0 0 12px rgba(50,170,220,0.12),
        inset 0 1px 0 rgba(255,255,255,0.35);
}

/* ============================================================
   badge
   ============================================================ */
.kiemelt-hatter {
    background-color: #fffdf2; /* Nagyon halvány arany/sárga */
    border-left: 4px solid #d35400; /* Narancs szegély az élén */
    border-radius: 5px;
}

/* Márka jelzések kis méretben */
.mini-marka-badge {
    background: #eee;
    padding: 2px 6px;
    font-size: 0.75em;
    border-radius: 3px;
    color: #555;
    border: 1px solid #ccc;
}

    /* Kiemelt sor stílusa a listában */
.kiemelt-sor {
   /* background-color: #fff9e6 !important;*/ /* Halvány arany háttér */
    border-left: 5px solid #ffc107 !important; /* Arany szegély bal oldalt */
}
.badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.85em;
    font-weight: bold;
    display: inline-block;
}
/* ============================================================
   GPJ PARTNER BADGE - KÖZÖS ALAP
   ============================================================ */

.badge-specialista,
.badge-megbizhato,
.badge-kiemelt {

    color: #fff;

    padding: 3px 8px;

    border-radius: 12px;

    font-size: 11px;

    font-weight: bold;

    text-transform: uppercase;

    display: inline-block;

    margin-left: 5px;

    vertical-align: middle;

    white-space: nowrap;

    line-height: 1.2;

    box-shadow:
        0 2px 4px rgba(0,0,0,0.30);
}
/* ============================================================
   MÁRKASPECIALISTA
   ============================================================ */

.badge-specialista {
    background-color: #2980b9;
}
/* ============================================================
   MEGBÍZHATÓ PARTNER
   ============================================================ */

.badge-megbizhato {
    background-color: #27ae60;
}
/* ============================================================
   KIEMELT PARTNER
   ============================================================ */

.badge-kiemelt {
    background-color: #d35400;
}