/*
|--------------------------------------------------------------------------
| ais.CSS
| 
|--------------------------------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');





body {
    height: 100%;
    max-height: 100%;
    alignment-adjust:central;
    text-align:center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;

    /* Chrome, Edge, Safari */
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }
}
/* UI */

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    text-shadow: unset !important;
    background-color: cadetblue;
    color: white;
}
.ui-header .ui-title, .ui-footer .ui-title {
    text-overflow: unset;
}
.ui-mobile [data-role=header],.ui-mobile [data-role=footer]{
    background-color: rgba(0, 89, 187, 0.71);
    color: beige;
    text-shadow: 1px 1px 12px #000;
}

.ui-mobile [data-role=header] {
    font-size: 20px !important;
}
.ui-input-text, .ui-input-search {
    margin: 5px 0px;
}
.ui-input-search {
    margin: 0px;
}
html .ui-filterable+.ui-listview, html .ui-filterable.ui-listview {
    margin-top: 1em;
}
.paddingNull .ui-collapsible-content {
    padding: 0px;
}
.ui-collapsible-content {
    background-color: gainsboro !important;
    text-shadow: unset !important;
}
.ui-grid-a .ui-block-a {
    padding-right: 8px;
}

.ui-grid-a .ui-block-b {
    padding-left: 8px;
}




.lobibox,
.lobibox-window,
.lobibox-notify-wrapper {
    z-index: 999999 !important;
}
.lobibox-overlay,.lobibox-backdrop {
    z-index: 999998 !important;
}
.lobi-rounded  {
    border-radius: 18px;

}
.lobi-rounded .lobibox-header {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.lobi-rounded .lobibox-footer {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.lobi-rounded .lobibox-btn{
    border-radius: 12px;
}

.form-signin {
    width: 100%;
    max-width: 300px;
    margin: auto;
}
.form-signin fieldset input {
    line-height: 1.8em;
}




#id_login_info {
    text-align: center;
}
#id_login_info a {
    color: orange;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
    text-shadow: unset;
}
.c_hiba {
    font-weight: bold;
    color: orangered;
}

.padding05 .ui-btn {
    padding: 0.5px;
}
#map_canvas {
    height: 100%;
}
.content {
    padding: 0;
    position : absolute !important;
    top : 62px;
    right : 0;
    bottom : 0px !important;
    left : 0 !important;
    overflow-y: auto !important;
}
#id_logout_selector {
    background-color: cadetblue;
    text-shadow: unset;
    color: white;
}
.sajat-button-class {
    width:85%;
    text-align: left;
}

._green {
    color: greenyellow;
}
._white {
    color: white;
}
/* --------------------------------------------------- */
.ccs_on {
    color: green;
}
.ccs_off {
    color: red;
}
.ccs {
    font-size: 2.5em;
}
.icon_label_univ {
    padding: 3px 0px;
    border-radius: 5px;
    width: 70px;
}
.icon_label_class_red {
    background-color: red;
    color:white;
}
.icon_label_class_green {
    background-color: green;
    color:white;
}
.icon_label_class_blue {
    background-color: blue;
    color:white;
}
.icon_label_class_yellow {
    background-color: yellow;
    color:black;
}
.icon_label_class_black {
    background-color: black;
    color:white;
}

/* MAP */
.markers-label {
    font-size: 14px;
    color: white;
    background-color: orangered;
    padding: 2px 8px;
    border-radius: 5px;
    margin-bottom: 5px;
    /* border: 1px solid black;  */
    box-shadow: 0 0 0 1px white,
        0 0 0 3px black;
    letter-spacing: 1px;
}
.marker-ping-holder {
    transform: translate(0%, 50px);
    width: 100px;
    height: 100px;
}

.markers-holder-stop {

    transform: translate(0%, 15px);
    display: grid;
    grid-template-rows: 30px auto;
    align-items: center;
}
.markers-holder-move {

    transform: translate(0%, 30px);
    display: grid;
    grid-template-rows: 20px auto;
    align-items: center;
}

.markers-holder-move-speed {

    transform: translate(0%, 30px);
    display: grid;
    grid-template-rows: 40px auto;
    align-items: center;
}
.c-marker-label-speed {
    font-size: 0.8rem;
    color: #ddd;
}




.markers-icon {
    height: 30px;
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.markers-arrow {
    height: 60px;
    font-size: 50px;
    text-align: center;
    i {
        text-shadow: 1px 1px 1px white,
            -1px -1px 1px white,
            -1px 1px 1px white,
            1px -1px 1px white;
        transition: --fa-rotate-angle 300ms ease;
    }
}

/* index.php-ban volt */
#id-st_time {
    min-width: 100px;
    outline: none;
    border: 1px gray solid;
    padding: 2px 10px;
    border-radius: 5px;
    background-color: lightgreen;
    font-size: 1.5rem;
}

.c-st_piros {
    color: red;
}

.c-date-selector-row {
    display: grid;
    grid-template-columns: 50px 230px auto;
    width: 100%;
    align-items: center;
    justify-content: left;
}
.c-date-selector-row label {
    font-weight: 600;
    text-align: left;
    border: 1px solid gray;
    width: 100%;
    padding: 6px 8px;
    border-radius: 6px;
    background-color: #eee;
}
.c-date-selector-row i {
    font-size: 1.8rem;
}

#id-nmdate {
    outline: none;
    border: 1px solid #aaa;
    border-radius: 6px;
    padding: 5px 10px;
    width: 230px;
    margin-bottom: 6px;

}

.c-signer {
    position: fixed;
    width: 8px;
    height: 8px;
    top: 2px;
    background-color: white;
    z-index: 10000;
    border-radius: 50%;
}
.c-signer-fids {
    right: 2px;
}
.c-signer-cars {
    right: 16px;
}
.c-signer-who-work {
    right: 30px;
}
.c-signer-napi {
    right: 44px;
}
.c-signer-esemenyek {
    right: 58px;
}
.c-signer-vh {
    right: 72px;
}


.c-fomenu-buttons {
    width: 85% !important;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.5rem;
    color: cadetblue !important;
    
}
.c-fomenu-buttons i {
    margin-right: 10px;
    width: 20px;
}
.c-panel-buttons {
    width: 98% !important;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.5rem;
    color: cadetblue !important;
}
.c-panel-buttons i {
    margin-right: 10px;
    width: 20px;
}


#id_s_email {
    height: 100px !important;
    resize: none;
}
.c-ext-napi-musor {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    label {
        margin-bottom: 0;
    }
}


.color_info {
    width: 80px;
    text-align: center;
    border-radius: 4px;
    padding:5px 2px;
    margin:5px 0px;
}
.ui-table-columntoggle-btn {
    display: none !important;
}


.c-tilto-aktuver {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#id_uploadoutput {
    font-size: 80%;
}
.c-feltolt-input {
    display: block;
    color: cadetblue;
}

.c-abp-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-abp-logo div {
    margin-right: 10px;
}
/* CARD check */
#card_page h2 {
    color: black;
    margin: 0px;
    text-shadow: 0 1px 0 #f3f3f3;
}

#card_page .c_card_holder {
    max-width: 90%;
    line-height: 1.8em;
    margin: 0px auto;
}

#card_page .c_last_version {
    margin:10px 0px;
    color:darkslategray;
    text-shadow: 0 1px 0 #f3f3f3;
}

#card_page #id_btn_ellenorzes .ui-btn {
    font-size: 20px;
    background-color: lightgreen;
}
#card_page .c-help {
    margin-top:0px;
    color: white;
    text-shadow: 0 1px 0 #333333;
    font-size: 1.2em;
}

/* END OF CARD check */
/* MUSZAK page */
.c-mypos-holder {
    margin-top: 1rem;
}

.c-muszak-buttons {
    width: 96% !important;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40px auto 43px;
    align-items: center;
    margin-top: 0.5rem;
    color: cadetblue !important;
    padding: 0.7rem 0.5rem;
    text-align: left;
}
.c-muszak-buttons span {
    text-align: left;
}

#id-planned-end {
    font-size: 2rem;
    outline: none;
    border: 1px solid cadetblue;
    border-radius: 10px;
    padding: 5px;
}

.c-dolgozik-button {
    border: 2px solid darkgreen !important;
    background-color: lightgreen !important;
    color: #555 !important;

}
.c-nemdolgozik-button {
    border: 2px solid darkred !important;
    background-color: #ffdfd9 !important;
    color: #555 !important;
}

.c-nemdolgozik-user {
    font-size: 1.2rem;
    color: black;
}
.c-dolgozik-user {
    font-size: 1.2rem;
    color: black;
}

#id-drived-plate {
    color: yellow;
    text-decoration: underline;
}
/* END OF MUSZAK page */

/* KOCSIPAPIR */
.c-kocsipapir-menu-buttons {
    width: 96% !important;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40px auto 43px;
    align-items: center;
    margin-top: 0.5rem;
    color: cadetblue !important;
    padding: 0.7rem 0.5rem;
    text-align: left;
}
.c-kocsipapir-menu-buttons span {
    text-align: left;
}


.kp-urlap-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: flex-start;
    justify-content: center;
    /* padding: 16px; */
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);
    z-index: 9999;
}

.kp-urlap-overlay.is-open {
    display: block;
}


.kp-urlap-overlay .dt::-webkit-calendar-picker-indicator {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.kp-urlap-overlay .dt {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}


/* Dialog */
.kp-urlap-overlay .ora-dialog {
    position: relative;
    top: 1rem;
    width: min(640px, 100%);
    min-width: 330px;
    background: #ffffff;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}
.kp-urlap-overlay .ora-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}
.kp-urlap-overlay .ora-title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.2px;
    color: black;
    text-align: left;
}
.kp-urlap-overlay .c-kp-platename {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.2px;
    color: green;
    white-space: nowrap;
}

.kp-urlap-overlay .ora-x {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.10);
    background: #fff;
    color: black;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

/* Content */
.kp-urlap-overlay .ora-content {
    padding: 10px;
}

.kp-urlap-overlay .kpu1-grid {
    display: grid;
    grid-template-columns: auto 120px 120px;
    align-items: center;
    margin-bottom: 5px;
}
.kp-urlap-overlay .kpu1-grid label {
    color: black;
    text-align: left;
    font-weight: bold;

}


.kp-urlap-overlay .kpu2-grid {
    display: grid;
    grid-template-columns: auto 70px 10px 100px;
    align-items: center;
    margin-bottom: 10px;
}

.kp-urlap-overlay .kpu2-grid2 {
    display: grid;
    grid-template-columns: auto 130px 10px 100px;
    align-items: center;
    margin-bottom: 10px;
}

.kp-urlap-overlay .kpu3-grid {
    display: grid;
    grid-template-columns: auto 100px 10px auto 100px;
    align-items: center;
    margin-bottom: 5px;
}
.kp-urlap-overlay .cimke {
    display: flex;
    align-items: center;
    color: black;
    text-align: left;
    font-weight: bold;
}
.kp-urlap-overlay .center {
    text-align: center;
}





.kp-urlap-overlay .kpu1-ora-field-o1 {
    width: calc(100% - 10px);
    padding: 0 5px;
}

.kp-urlap-overlay .kpu1-ora-input {
    width: calc(100% - 20px);
    height: 34px;
    padding: 0px 10px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.14);
    background: #c8f3c8;
    font-size: 20px; /* iOS zoom elkerülés */
    outline: none;
    text-align: center;

}

.kp-urlap-overlay .kpu1-ora-input:focus {
    border-color: rgba(0, 123, 255, 0.55);
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.14);
}
.kp-urlap-overlay .c-kpu1-ora-regi {
    background-color: red;
    font-weight: bold;
    text-align: center;
    border: 1px gray solid;
    border-radius: 10px;
    padding: 5px 10px;
    color: white;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;

}
.kp-urlap-overlay #id-kp-error {
    color: red;
}

.kp-urlap-overlay .c-kp-btns-holder {
    display: grid;
    grid-template-columns: 50% 1% 50%;
    margin-top:1rem;

}
.kp-urlap-overlay .kozep {
    justify-content: center;
}

/* Buttons */
.kp-urlap-overlay .ora-btn {
    height: 44px;
    width: 100%;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    border: none;
}

.kp-urlap-overlay .ora-btn-ghost {
    background: #ddd;
    color: black;
}

.kp-urlap-overlay .ora-btn-primary {
    background: #007BFF;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 123, 255, 0.25);
}
.kp-urlap-overlay .c-ora-btn-holder {
    margin-bottom: 1rem;
}

.kp-urlap-overlay .ora-btn:active {
    transform: translateY(1px);
}

.c-kp-download-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-kp-download-row input {
    padding: 5px 20px;
    background-color: lightgreen;
    border: 1px solid green;
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 180px;
}
.c-kp-download-row select {
    padding: 5px 20px;
    background-color: lightblue;
    border: 1px solid blue;
    border-radius: 10px;
    width: 180px;
}

/* TOLTES */
.kp-urlap-overlay .kpu4-grid3 {
    display: grid;
    grid-template-columns: auto 115px 2% 115px;
    align-items: center;
    margin-bottom: 10px;
}
.kp-urlap-overlay .kpu4-grid4 {
    display: grid;
    grid-template-columns: 90px 40px 66px auto;
    align-items: center;
    margin-bottom: 10px;
}
.kp-urlap-overlay .kpu4-grid2 {
    display: grid;
    grid-template-columns: 210px 2% auto;
    align-items: center;
    margin-bottom: 10px;
}

.kp-urlap-overlay .kpu4-grid5050 {
    display: grid;
    grid-template-columns: 49% 2% 49%;
    align-items: center;
    margin-bottom: 10px;
}
.kp-urlap-overlay .splitter {
    margin: 20px 0;
    border-bottom: 1px solid #666;
    
}
.kp-urlap-overlay input:disabled {
    background-color: #dfdfdf;
}














/* END OF KOCSIPAPIR */

/* NAPI MUSOR */
.c-nm-header {
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: cadetblue;

}

.c-nm-header button {
    outline: none;
    border: 1px solid gray;
    width: 30dvw;
    padding: 3px 10px;
    color: cadetblue;
    background-color: white;
    border-radius: 5px;
    margin:0 3px;
}
.c-nm-header span {
    margin-right: 5px;
}
.c-napi-musor {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100dvh - 110px);
    max-height: calc(100dvh - 110px);
    overflow-y: auto;
    text-align: left;
    background-color: white;
    overflow-x: hidden;
}
.c-nm-row {
    display: block;
    padding: 5px;
    line-height: 1.5rem;
    border-bottom: 1px solid #aaa;
}
.c-paros {
    background-color: lightgray;
    color: #333;
}
.c-paratlan {
    background-color: #eee;
    color: #333;
}

.c-nm-row1 {
    font-size: 0.9rem;
    display: grid;
    grid-template-columns: calc(60 * 100% / 315) calc(40 * 100% / 315) calc(60 * 100% / 315) calc(50 * 100% / 315) calc(45 * 100% / 315) calc(60 * 100% / 315);
    align-items: center;
    justify-content: start;

}
.c-nm-row2 {
    display: grid;
    grid-template-columns: auto 70px;
    align-items: center;
    justify-content: space-between;

}
.c-nm-st-time {
    font-weight: 600;
}
.c-flt {
    font-weight: 600;
    text-shadow: 1px 1px 2px white;
}
.c-tar {
    color: blue;
    font-weight: 400;
}
.c-nm-ready {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.c-nm-operator {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.c-nm-operator i  {
    margin-right: 5px;
}

.c-szurke, .c-szurke-paros, .c-szurke-paratlan {
    color: gray;
    font-weight: unset;
}
.c-zold, .c-zold-paros, .c-zold-paratlan {
    color: green;
    font-weight: 600;
}




.c-red,.c-red-paros,.c-red-paratlan {
    color: red;
    font-weight: 600;
}
#id-nm-holnap,
#id-nm-diag-lista,
#id-nm-jelen-mind {
    display: flex;
    height: 2rem;
    justify-content: center;
    align-items: center;
}
#id-select-operator {
    outline: none;
    border: 1px solid blue;
    padding: 5px 10px;
    font-size: 1.2rem;
    border-radius: 10px;
}
.c-nm-nap {
    text-decoration: underline;
    color: yellow;
}
.c-nm-db {
    margin: 0 5px;
}



/* GRAPH */
.c-canceled {
    color: red;
    font-weight: 600;
}
.c-no-data {
    color: cadetblue;
    text-align: center;
    padding: 10px;
    font-size: 2rem;
}
#id-grafikon {
    width: calc(100dvw - 20px);
    padding: 10px;
    color: cadetblue;
}

.c-gr-header {
    display: block;
    width: calc(100dvw - 20px);
}
.c-gr-body {
    display: block;
    position: fixed;
    top: 160px;
    height: calc(100dvh - 160px);
    width: calc(100dvw - 20px);
    overflow-y: auto;
}

#id-header {
    display: grid;
    align-items: center;
    width: 100%;
    height: 14px;
    margin-top: 10px;
    border-left: 1px solid cadetblue;
}

.c-oradiv {
    width: 100%;
    height: 100%;
    border-right: 1px solid cadetblue;

}
.c-oradiv-r1 {
    height: 50%;
    width: 100%;
    border-bottom: 1px dashed cadetblue;
}

#id-header13 {
    display: grid;
    align-items: center;
    width: 100%;
    height: 14px;
    justify-content: center;
}
.c-szamok {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100%;
}
@media (max-width: 570px) {
    .c-szamok {
        font-size: 80%;
    }
}
@media (max-width: 370px) {
    .c-szamok {
        font-size: 60%;
    }
}

.c-grow {
    display: grid;
    height: 20px;
    margin-top: 5px;

}
.c-grow div {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}
.c-kiosztott {
    border: 1px solid black;
}
.c-szin1 {
    display: flex;
    align-items: center;
    background-color: orange;
    color: black;
    font-size: 0.6rem;
    justify-content: center;
}
.c-szin2 {
    display: flex;
    align-items: center;
    background-color: cadetblue;
    color: white;
    font-size: 0.6rem;
    justify-content: center;
}

.c-savocska {
    cursor: pointer;
}

/* GRAPH END */
/* END OF NAPI MUSOR */

/* FIDS PAGE */
.c-data {
    font-size: 80%;
    font-family: "Roboto Mono", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.c-bc1 {
    background-color: white;
    color: #333;
}
.c-bc2 {
    background-color: #ddd;
    color: #000;
}

.c-fids-header,
.c-fids-rec {


    display: grid;
    grid-template-columns:  calc((100% / 38) * 2)
        calc((100% / 38) * 6)
        calc((100% / 38) * 3)
        calc((100% / 38) * 5)
        calc((100% / 38) * 4)
        calc((100% / 38) * 4)
        calc((100% / 38) * 4)
        calc((100% / 38) * 1)
        calc((100% / 38) * 3)
        calc((100% / 38) * 3)
        calc((100% / 38) * 3);
    align-items: center;
    justify-content: start;

}
.c-fids-header {
    color: white;
    background-color: black;
    padding: 2px 0;
    font-weight: 500;
}
.c-header-custom {
    display: inline-flex;
    align-items: center;
}
.c-fids-body {
    position: absolute;
    width: 100%;
    max-height: calc(100% - 109px);
    overflow-y: scroll;
}


.c-fids-setting {
    font-size: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    /* background-color: rgba(0, 89, 187, 0.71); */
}
.c-flex {
    display: flex;
    align-items: center;
}




.c-fids-table {
    position: absolute;
    top: 105px;
    padding: 0;
    height: 100%;
    width: 100%;
}

#id-allday,#id-allday-arrive,
#id-only-bp {
    font-size: 1.4rem;
}
#id-flt,#id-flt-arrive {
    font-family: "Roboto Mono", serif;
    font-optical-sizing: auto;
    width: 70px;
    padding: 0 2px;
    outline: none;
    border: 2px solid black;

    background-color: lightgreen;
    min-height: 26px;
    text-transform: uppercase;
}
@media (max-width:600px) {
    .c-fids-header,
    .c-fids-rec {
        width: 550px;
        grid-template-columns: 40px 70px 40px 70px 50px 50px 50px 50px 50px 40px 40px;
    }
    .c-data {
        width: auto;
        position: absolute;
        height: 100%;
        overflow-x: auto;
        max-width: 100%;
    }
    .c-fids-body {
        width: unset;
    }
}
/* END OF FIDS PAGE */
/* CAR MANAGER PAGE */
.c-vehicle-list-record {
    display: grid;
    grid-template-columns: 75px auto 40px;
    align-items: center;
    width: 100%;
}

.c-vehicle-list-record-plate {
    font-weight: bold;
    font-size: 1.2rem;
}

.c-vehicle-list-record-name {
    font-weight: bold;
    text-decoration: underline;
}
.c-vehicle-list-record-inout {
    font-size: 0.8rem;
    display: grid;
    grid-template-columns: 60px auto;
    align-items: center;
}
.c-vehicle-list-record-inout div:last-child {
    font-weight: bold;
}

.c-vehicle-list-record-balance {
    font-size: 0.8rem;

}

.c-vehicle-list-record-check {
    font-size: 1.5rem;
}



.c-driver-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-driver-buttons button {
    width: 32%;
}







/*----------------------------------------------------- KI/BE -------------------------*/

/* ===== PAGE BACKGROUND ===== */
.bg-page {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.bg-page-in {
    background-image: url("../images/tanker-in.png"); /* háttérkép */
}
.bg-page-out {
    background-image: url("../images/tanker-out.png"); /* háttérkép */
}

/* ===== HEADER ===== */
.bg-page .ui-header {
    height: 60px;
    background: #1e5eff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-page .ui-header h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
}

/* ===== CONTENT TRANSPARENT ===== */
.bg-page .ui-content {
    background: transparent;
    padding: 0;
    margin: 0;
    min-height: calc(100vh - 60px);
    position: relative;
}

/* ===== BUTTON WRAPPER ===== */
.cta-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10rem;
    text-align: center;
}
.cta-wrap-csere {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14rem;
    text-align: center;
}
.cta-wrap-select {
    position: absolute;
    right: 1rem;
    top: 1rem;
    left: 1rem;
    bottom: 1rem;
    overflow-y: auto;
    overflow-x: hidden;
}

/* ===== BP GREEN BUTTON ===== */
.ui-btn-bp {
    display: inline-block;
    min-width: 220px;
    padding: 14px 24px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 16px;
    background-color: #2fbf5b !important;   /* BP zöld */
    border-color: #1e9e4a !important;
    color: #ffffff !important;
    text-shadow: none !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.4);

    animation: scalePulse 1.4s ease-in-out infinite;
    transform-origin: center;
}

@keyframes scalePulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.12);
    }
    100% {
        transform: scale(1);
    }
}


.ui-btn-bp-kek {
    display: inline-block;
    min-width: 220px;
    padding: 14px 24px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 16px;
    background-color: blue !important;   /* BP zöld */
    border-color: blue !important;
    color: #ffffff !important;
    text-shadow: none !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.4);
}

.ui-btn-plates {
    display: inline-block;
    min-width: 270px;
    padding: 10px 24px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 16px;
    color: #ffffff !important;
    text-shadow: none !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.4);
    margin: 0 !important;
}
.ui-btn-plates:hover {
    background-color: blue !important;   /* BP zöld */
    border-color: blue !important;
}

.ui-btn-plates-enabling {
    background-color: #2fbf5b !important;   /* BP zöld */
    border-color: #1e9e4a !important;
}
.ui-btn-plates-forbidden {
    background-color: red !important;   /* BP zöld */
    border-color: red !important;
}

.ui-btn-bp:hover,
.ui-btn-bp:active,
.ui-btn-bp:focus {
    background-color: #27a94f !important;
    border-color: #1a8a40 !important;
    color: #ffffff !important;
}



#bg-page-in .ui-field-contain {
    display: flex;
    justify-content: center;
    align-items: center;
}

#bg-page-in #id-available-vehicles-button {
    width: 140px;
}


/* ÓRA DLG */


/* Overlay */
.ora-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 16px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);
    z-index: 9999;
}

.ora-overlay.is-open {
    display: block;
}

/* Dialog */
.ora-overlay .ora-dialog {
    position: relative;
    top: 2rem;
    width: min(640px, 100%);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

/* Header */
.ora-overlay .ora-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.ora-overlay .ora-title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.2px;
    color: black;
}

.ora-overlay #id-platename {
    margin-left: 10px;
    color: green;
}
.ora-overlay .c-ora-regi {
    background-color: red;
    font-weight: bold;
    text-align: center;
    border: 1px gray solid;
    border-radius: 10px;
    padding: 5px 10px;
    color: white;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.ora-overlay .ora-x {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.10);
    background: #fff;
    color: black;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

/* Content */
.ora-overlay .ora-content {
    padding: 16px;
}

.ora-overlay .ora-grid {
    display: block;

}

.ora-overlay .ora-rec {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    margin-bottom: 1rem;
}


.ora-overlay .ora-label {
    font-size: 15px;
    font-weight: 800;
    opacity: 0.9;
    color: black;
    text-align: right;
    padding-right: 1rem;
}

/* Inputs */
.ora-overlay .ora-field {
    width: 100%;
}

.ora-overlay .ora-input {
    width: calc(100% - 20px);
    /* height: 44px; */
    padding: 8px 10px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.14);
    background: #c8f3c8;
    font-size: 16px; /* iOS zoom elkerülés */
    outline: none;
    text-align: center;
    font-size: 20px;
}

.ora-overlay .ora-input:focus {
    border-color: rgba(0, 123, 255, 0.55);
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.14);
}

/* Buttons */
.ora-overlay .ora-btn {
    height: 44px;
    width: 100%;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    border: none;
}

.ora-overlay .ora-btn-ghost {
    background: #ddd;
    color: black;
}

.ora-overlay .ora-btn-primary {
    background: #007BFF;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 123, 255, 0.25);
}
.ora-overlay .c-ora-btn-holder {
    margin-bottom: 1rem;
}

.ora-overlay .ora-btn:active {
    transform: translateY(1px);
}

.ora-overlay #id-ora-info {
    display: block;
    color: #666;
    margin-top: 10px;
}
.ora-overlay #id-ora-error {
    display: none;
    color: red;
    margin-top: 10px;
    font-size: 120%;
}



/* END OF CAR MANAGER PAGE */
/* ESEMENYEK PAGE */
#id-esemenyek {
    max-height: 100dvh;
    width: 170%;
    overflow: auto;
    font-size: 1rem;
    text-align: left;
    color: black;
    line-height: 1.2rem;
    font-weight: 600;
    white-space: nowrap;
}
.c-esemenyek-record {
    padding: 5px 5px;
    border-bottom: 1px solid black;
}
.c-esemenyek-record:first-child {
    /* border-top: 3px solid white; */
}
.c-er-panel {
    width:100%;
    height: 100%;
    background-color: white;
    padding: 0 5px;
}
.c-er-rec {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
.c-er-rec div:first-child {
    font-weight: bold;
}
.c-er-rec div {
    text-align: left;
}

/* END OF ESEMENYEK PAGE */
/* ESZKOZOK PAGE */
#id-eszkozok {
    max-height: 100dvh;
    width: 170%;
    overflow: auto;
    font-size: 1rem;
    text-align: left;
    color: black;
    line-height: 1.2rem;
    font-weight: 600;
    white-space: nowrap;
}
.c-eszkozok-record {
    padding: 5px 5px;
    border-bottom: 1px solid black;
}
.c-eszkozok-record:first-child {
    /* border-top: 3px solid white; */
}
.c-eszr-panel {
    width:100%;
    height: 100%;
    background-color: white;
    padding: 0 5px;
}
.c-eszr-rec {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
.c-eszr-rec div:first-child {
    font-weight: bold;
}
.c-eszr-rec div {
    text-align: left;
}

/* END OF ESZKOZOK PAGE */

/* WHO IS IN WORK PAGE */
#id-who-work {
    max-height: 100dvh;
    overflow-y: auto;
    font-size: 1.2rem;
}
.c-center {
    text-align: center !important;
}
.c-work-record {
    display: grid;
    grid-template-columns: 50% 20% 30%;
    align-items: center;
}
.c-work-record-pad0 {
    padding: 8px 3px 8px 3px;
}
.c-work-record-pad1 {
    padding: 8px 3px 0px 3px;
}
.c-work-record-2 {
    display: flex;
    align-items: center;
    padding: 0px 3px 8px 3px;
    color: cadetblue !important;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: left;
    justify-content: start;
}


.c-work-record div:first-child {
    text-align: left;

}
.c-work-panel {
    /* padding: 10px 5px; */
}
.c-work-header {
    background-color: rgba(0,89,187,0.71);
    text-shadow: 2px 2px 4px black;
    color: white !important;
    font-weight: 600;

}

.c-paratlan-m {
    background-color: white;
    color: black;
}
.c-paros-m {
    background-color: #ddd;
    color: black;
}
/* END OF WHO IS IN WORK PAGE */

/* VH - vészhelyzet page(alert_page) */

.vh-wrap {
    max-width: 520px;
    margin: 0 auto;
}
.vh-section {
    margin-top: 14px;
}
.fcm-section {
    margin-top: 14px;
}
.vh-counter {
    font-size: 12px;
    opacity: 0.7;
    text-align: right;
    margin-top: 6px;
}
.fcm-counter {
    font-size: 12px;
    opacity: 0.7;
    text-align: right;
    margin-top: 6px;
}
.vh-danger .ui-btn {
    font-weight: 700;
}
.vh-danger i {
    margin-right: .5rem;
}
.fcm-danger .ui-btn {
    font-weight: 700;
}
.fcm-danger i {
    margin-right: .5rem;
}
textarea {
    resize: vertical;
    height: 152px !important;
}


#vh_list_main {
    padding: 0 !important;
}
.vh_list_holder {
    
}

.vh_list_rec {
    display: grid;
    grid-template-columns: auto 100px;
    align-items: center;
    padding: 1rem 0;
}
.vh_list_rec0 {
    display: block;
    padding: 1rem 0;
}
.vh_list_rec div {
    padding: 0 3px;
}
.vh_list_rec0 div {
    padding: 0 3px;
    text-align: left;
}
.vh_list_rec div:first-child {
    text-align: left;
}

.vh_list_rec button {
    outline: none;
    border: 1px solid darkgreen;
    background-color: green;
    border-radius: 6px;
    color: white;
    padding: 4px 3px;
}
.vh_paros {
    background-color: white;
    color: black;
}
.vh_paratlan {
    background-color: lightgrey;
    color: black;
}


/* END OF VH */

/* TÖLTÉS ŰRLAP */
/* ================================
   Űrlap4 - Töltés
================================ */

/*
.ora-dialog-toltes {
    max-width: 760px;
}

.kpu4-grid {
    display: grid;
    grid-template-columns: 150px 1fr 90px 1fr;
    gap: 12px 14px;
    align-items: center;
    margin-bottom: 14px;
}

.kpu4-subgrid-head,
.kpu4-subgrid {
    display: grid;
    grid-template-columns: 150px 1fr 1fr;
    gap: 12px 14px;
    align-items: center;
    margin-bottom: 10px;
}

.kpu4-subgrid-head {
    margin-top: 8px;
    margin-bottom: 8px;
}

.kpu4-bottom-row {
    margin-top: 10px;
    margin-bottom: 18px;
}

.kpu4-display {
    min-height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    box-sizing: border-box;
    padding: 8px 12px;
    border: 1px solid rgba(0,0,0,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
}

.kpu4-display-red {
    background: #ef1c1c;
    color: #fff;
}

.kpu4-green-input {
    background: #cfeecd;
    border: 1px solid #9fcca0;
}

.kpu4-green-input:focus {
    border-color: #6ea972;
    box-shadow: 0 0 0 2px rgba(110,169,114,.18);
    outline: none;
}

.kpu4-btn-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 16px 0;
}

.kpu4-btn-delete {
    background: #e5e5e5 !important;
    color: #333 !important;
}

.kpu4-btn-delete:hover {
    filter: brightness(0.98);
}

.cimke.jobb {
    text-align: right;
}

@media (max-width: 760px) {
    .kpu4-grid {
        grid-template-columns: 1fr;
    }

    .kpu4-subgrid-head,
    .kpu4-subgrid {
        grid-template-columns: 1fr;
    }

    .cimke.jobb {
        text-align: left;
    }

    .kpu4-btn-row {
        grid-template-columns: 1fr;
    }
}
*/