body {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.cont {
    position: absolute;
    padding: 5px;
    top: 40px;
    left: 60px;
    width: calc(100% - 80px);
    height: calc(100vh - 75px);
    overflow: auto;

}

.cont h1 {
    color: white;
    padding: 10px;
    margin: 0px;
}

.kereso {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    box-sizing: border-box;
    padding: 5px 5px;
}

.kereso h1 {
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 22px;
}

.kereso p {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.kereso input {
    width: 100%;
    margin-bottom: 10px;
}

.kereso input[type="text"],
input[type="password"] {
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    background: transparent;
    background: rgba(0, 0, 0, 0);
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}

.kereso input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    background: #1c8adb;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
}

.kereso input[type="submit"]:hover {
    cursor: pointer;
    background: #39dc79;
    color: #000;
}

.kereso select {
    border: none;
    background-color: transparent;
    background: transparent;
    background: rgba(0, 0, 0, 0);
    outline: none;
    height: 25px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.kereso select:focus {
    outline: none;
}

.kereso select option {
    color: #000;
}

.waiter {
    display: none;
    position: absolute;
    top: 30%;
    left: 30%;
    width--: 250px;
    box-shadow--: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.logo_cim {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.login-box {
    width: 320px;
    height: 420px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 70px 30px;
}

.login-box h1 {
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 22px;
}

.login-box p {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.login-box input {
    width: 100%;
    margin-bottom: 20px;
}

.login-box input[type="text"],
input[type="password"] {
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    background: transparent;
    background: rgba(0, 0, 0, 0);
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}

.login-box input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    background: #1c8adb;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
}

.login-box input[type="submit"]:hover {
    cursor: pointer;
    background: #39dc79;
    color: #000;
}

.login-box a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.login-box a:hover {
    color: #39dc79;
}

.login-box .message {
    color: red;
}

.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}



.tablazat {
    overflow-x: auto;
}

.tablazat table {
    border-collapse: collapse;
    width: 95%;
    margin: 15px;
    background-color: white;

}

.tablazat table th {
    background-color: white;
    color: #7ab900;
    padding: 2px;
    height: 30px;
    border-bottom: 1px solid #7ab900;
}

.tablazat table tr {}

.tablazat table tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}

.tablazat table tbody tr:hover {
    background-color: #7ab900;
    color: white;
    transition-duration: 0.0s;
}


.tablazat table td {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}



.headcol.balra {
    text-align: left;
}


.kitolt {
    background: #73d99f;
}

.tablazat_fixed {
    overflow-x: scroll;
    margin-left: 6em;
    overflow-y1: visible;
    position1: relative;
    height1: 50%;
}

.tablazat_fixed table {
    border-collapse: collapse;
    width: 95%;
    margin: 5px;
    background-color: white;
}

.tablazat_fixed table th {
    background-color: white;
    color: #7ab900;
    padding: 2px;
    height: 30px;
    border-bottom: 1px solid #7ab900;

}

.tablazat_fixed table thead {
    position: sticky;
    top: 0;
}

.tablazat_fixed table select {
    font-size: 10px;
    width: 35px;
}

.table-container {
    width: 100%;
    height: calc(100vh - 370px);
    overflow: scroll;
    background-color: #fff;
}

.table-container table th,
.table-container table td {
    white-space: nowrap;
    padding: 10px 20px;
    font-family: Arial;
    text-align: center;
}

.table-container table th {
    border-bottom: #7ab900 2px;
}

.table-container table tr th:first-child,
.table-container table td:first-child {
    position: sticky;
    width: 100px;
    left: 0;
    z-index: 10;
    background: #fff;
}

.table-container table tr th:first-child {
    z-index: 11;
}

.table-container table tr th {
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;
    border-bottom: green solid 1px;
}

.table-container table select {
    font-size: 10px;
    width: 45px;
    white-space: break-spaces; /*Javítás: Jancsula Bálint 2026-04-17*/    
}


.headcol {
    position: absolute;
    padding: 2px;
    width: 6em;
    left: 0;
    top: auto;
    background-color: rgb(107, 169, 180);
    vertical-align: middle;
    height: 60px;

}

.headcol1 {
    position: absolute;
    width: 6em;
    left: 0;
    top: auto;
    background-color: rgb(107, 169, 180);
    vertical-align: middle;
    height: initial;
    padding: 2px;
}

.headcol tr:hover {
    background-color: #9cbb5f;
    color: white;
    transition-duration: 0.0s;
}

.tablazat_fixed table tbody tr:hover {
    background-color: #9cbb5f;
    color: white;
    transition-duration: 0.0s;
}


.loggedin-bar {
    text-align: right;
    width: 100%;
    height: 55px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    top: 0;
    left: 0;
    position: absolute;
    box-sizing: border-box;
    padding: 5px 5px;
}

.loggedin-bar input {
    width: 160px;
    margin-bottom: 20px;
}

.loggedin-bar input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    background: red;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
}

.loggedin-bar input[type="submit"]:hover {
    cursor: pointer;
    background: #39dc79;
    color: #000;
}

.countdown {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 10px;
}

.menu {
    top: 55px;
    left: 0;
    height: calc(100vh - 55px);
    width: 60px;
    background: rgba(43, 87, 154, 0.5);
    position: absolute;
    padding: 0px;
    margin: 0px;
}

.menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.menu ul li {
    width: 60px;
    height: 60px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.menu ul li:hover {
    background: rgba(43, 87, 154, 0.6);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.menu ul li a {
    padding: 0px;
    text-decoration: none;
    display: block;
}

.menu ul li a img {
    margin: 0px;
    border: 0px;
}

.submenu {
    color: white;
    top: 55px;
    left: 60px;
    height: calc(100vh - 55px);
    width: 200px;
    background: rgba(43, 87, 154, 0.98);
    position: absolute;
    padding: 0px;
    margin: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 11;
}

.submenu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.submenu ul li {
    width: 200px;
    height: 35px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.submenu ul li:hover {
    background: rgba(255, 255, 255, 0.6);
}

.submenu ul li a {
    color: white;
    padding: 10px;
    text-decoration: none;
    display: block;
}

.submenu ul li a:hover {
    color: #000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.submenu p {
    color: white;
    padding: 18px 0px;
    margin: 0px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
    background: rgba(43, 87, 154, 0.6);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
    border-bottom: 0px solid #000;
}

#submenu_1 {
    display: none;
}

#submenu_2 {
    display: none;
}

#submenu_3 {
    display: none;
}

.dolgozo {
    width: 300px;
    height: 420px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    box-sizing: border-box;
    padding: 0px 30px;
    float: left;
    margin: 0px 10px 10px 0px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}

.dolgozo h1 {
    margin: 10px 0px;
    font-size: 18px;
}

.dolgozo h2 {
    color: lightgray;
    font-size: 16px;
}

.dolgozo p {
    font-size: 12px;
}

.dolgozo .hatter {
    width: 300px;
    height: 100px;
    position: relative;
    top: 0px;
    left: -30px;
    margin: 0px;
    padding: 0px;
    background: url('bg/cipo.jpg');
    background-attachment: local;
    background-size: cover;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}

.dolgozo .tools {
    width: 300px;
    height: 50px;
    position: absolute;
    top: 370px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.7);
    background-attachment: local;
    background-size: cover;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}

.dolgozo button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.dolgozo form {
    float: left;
}

.vissza input {
    border: none;
    outline: none;
    height: 40px;
    width: 200px;
    background: red;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
}

.vissza input:hover {
    cursor: pointer;
    background: #39dc79;
    color: #000;
}


.kitolto {

    background: rgba(100, 100, 100, 0.7);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}

.dolgozo_modosit a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.dolgozo_modosit a:hover {
    color: #39dc79;
}

.dolgozo_modosit {
    width: 300px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    box-sizing: border-box;
    padding: 0px 30px;
    float: left;
    margin: 0px 10px 10px 0px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}

.dolgozo_modosit h1 {
    margin: 10px;
    padding: 0 0 20px;
    text-align: center;
    font-size: 22px;
}

.dolgozo_modosit h2 {
    margin: 10px;
    padding: 0 0 20px;
    text-align: center;
    font-size: 16px;
    color: lightgreen;
}

.dolgozo_modosit h3 {
    margin: 10px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #fff;
}

.dolgozo_modosit p {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.dolgozo_modosit input {
    width: 100%;
    margin-bottom: 20px;
}

.dolgozo_modosit input[type="text"],
input[type="password"],
input[type="date"] {
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    background: transparent;
    background: rgba(0, 0, 0, 0);
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}

.dolgozo_modosit input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    background: #1c8adb;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
}

.dolgozo_modosit input[type="submit"]:hover {
    cursor: pointer;
    background: #39dc79;
    color: #000;
}


.dolgozo_modosit input[type="radio"] {
    border: none;
    outline: none;
    height1: 20px;
    background: #1c8adb;
    color: #fff;
    font-size: 18px;
    width: 40px;
    clear: both;
}

.dolgozo_modosit input[type="radio"]:checked label {
    color: red;
}




.dolgozo_modosit select {
    border: none;
    background-color: transparent;
    background: transparent;
    background: rgba(0, 0, 0, 0);
    outline: none;
    height: 40px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dolgozo_modosit select option {
    color: black;
}

.dolgozo_modosit select:focus {
    outline: none;
}


.dolgozo_modosit .belepes {
    text-align: center;
    background-color: green;
    padding: 5px;
}

.dolgozo_modosit .kilepes {
    text-align: center;
    background-color: red;
    padding: 5px;
}

.dolgozo_modosit table {
    width: 100%;
    color: white;
}

.dolgozo_modosit-111 table tbody tr:nth-child(even) {
    background-color: #aaa;
}

.dolgozo_modosit th {
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: grey;
    padding: 2px;
}




.dolgozo table {
    width: 100%;
    color: white;
}

.dolgozo-111 table tbody tr:nth-child(even) {
    background-color: #aaa;
}

.dolgozo th {
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: grey;
    padding: 2px;
}


.munkaltato_valaszt select option {
    color: #000;
}


.munkaltato_valaszt select {
    border: none;
    background-color: transparent;
    background: transparent;
    background: rgba(0, 0, 0, 0);
    outline: none;
    height: 20px;
    width: 150px;
    color: #fff;
    font-size: 12px;
    margin: 0px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.munkaltato_valaszt select:focus {
    outline: none;
}

.munkaltato_valaszt select option {
    color: #000;
}

.radio-toolbar {
    text-align: right;
    margin: 0px;
}

.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #aaa;
    padding: 4px 11px;
    font-family: Arial;
    font-size: 16px;
    cursor: pointer;
}

.radio-toolbar input[id^='igen_'][type="radio"]:checked+label {
    background-color: green;
}

.radio-toolbar input[id^='nem_'][type="radio"]:checked+label {
    background-color: red;
}

pre {
    background-color: white;
    size: 14px;
    color: black;
}

input[type="submit"] {
    clear: both;
    border: none;
    outline: none;
    height: 40px;
    background: #1c8adb;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    margin: 5px;
}

input[type="submit"]:hover {
    cursor: pointer;
    background: #39dc79;
    color: #000;
}

.igen {
    display: block;
    width: 35px;
    color: white;
    background-color: green;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;

}

.nem {
    display: block;
    width: 35px;
    color: white;
    background-color: red;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;

}


.zoom {
    border: 1px;
    border-color: #000;
    background-image: url("pics/bg---2.jpg");
    background-color: beige;
    padding: 15px;
    display: none;
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 600px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: 1s;
}

.zoomContent {
    margin-top: 20px;
    height: 520px;
    overflow: auto;
}

.zoom .closeButton {
    position: absolute;
    top: 5px;
    right: 10px;
}

.zoom .zoomMentes {
    position: absolute;
    bottom: 10px;
    right: 10px;
}