:root {
    --main-bg-color: #f2f2f2;
    --main-text-color: #000;
    --main-border-color: #e6e6e6;
    --main-border-width: 1px;
    --main-border-radius: 0;
    --main-border: var(--main-border-width) solid var(--main-border-color);
    --main-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
    --main-font-family: Montserrat, sans-serif;
    --main-font-size: 14px;
    --main-font-weight: normal;
    --main-line-height: 1.5;
    --main-panel-bg: #ffffff;
    --main-panel-padding: 10px;
    --main-selected-color: #ffd814;
    --main-danger-color: #c10000;
    --main-danger-hower-color: #c24d4d;
    --main-dark-bg: #505862;
    --main-hover-color: #ffe95c;
    --main-card-color: #ffffff;
    --main-success-color: #00c100;
}

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    background-color: #CCCCCC;
    /* background-image: url(rbg.gif); */
    background-color: var(--main-bg-color);
    color: var(--main-text-color);
    font-family: var(--main-font-family);
    font-size: var(--main-font-size);
    font-weight: var(--main-font-weight);
    line-height: var(--main-line-height);
    margin: 0px;
    padding: 0px;
    overflow-x: auto;
}

table {
    border: none;
}

table tr td {
    border: none;
}


.style2b {
    color: #FF0000;
}

table {
    border-spacing: 0px;
    padding: 0px;
}

#bejel_blokk {
    width: 640px;
    margin: 0 auto 0 auto;
    padding: 20px;
    background: -moz-linear-gradient(top, rgba(226, 226, 226, 0.6) 0%, rgba(219, 219, 219, 0.6) 50%, rgba(209, 209, 209, 0.6) 51%, rgba(254, 254, 254, 0.6) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(226, 226, 226, 0.6)), color-stop(50%, rgba(219, 219, 219, 0.6)), color-stop(51%, rgba(209, 209, 209, 0.6)), color-stop(100%, rgba(254, 254, 254, 0.6)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(226, 226, 226, 0.6) 0%, rgba(219, 219, 219, 0.6) 50%, rgba(209, 209, 209, 0.6) 51%, rgba(254, 254, 254, 0.6) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(226, 226, 226, 0.6) 0%, rgba(219, 219, 219, 0.6) 50%, rgba(209, 209, 209, 0.6) 51%, rgba(254, 254, 254, 0.6) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(226, 226, 226, 0.6) 0%, rgba(219, 219, 219, 0.6) 50%, rgba(209, 209, 209, 0.6) 51%, rgba(254, 254, 254, 0.6) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(226, 226, 226, 0.6) 0%, rgba(219, 219, 219, 0.6) 50%, rgba(209, 209, 209, 0.6) 51%, rgba(254, 254, 254, 0.6) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99e2e2e2', endColorstr='#99fefefe', GradientType=0);
    /* IE6-9 */
    border: 1px solid #000;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
}

.tabla {
    border: 0px;
    border-spacing: 10px;
    color: #000;
    background: rgb(254, 252, 234);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254, 252, 234, 1) 0%, rgba(241, 218, 54, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254, 252, 234, 1)), color-stop(100%, rgba(241, 218, 54, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(254, 252, 234, 1) 0%, rgba(241, 218, 54, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(254, 252, 234, 1) 0%, rgba(241, 218, 54, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(254, 252, 234, 1) 0%, rgba(241, 218, 54, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(254, 252, 234, 1) 0%, rgba(241, 218, 54, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#f1da36', GradientType=0);
    /* IE6-9 */
    border: 1px solid #000;
    -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
}

.para_bejel {
    margin: 0 0 4px 0;
}

#akh_logo {
    width: 32px;
    margin: 5px 5px 0 0;
}

.ts_iframe {
    border-radius: 5px;
}

form {
    margin: 0px
}

a:link {
    color: #FFCC00;
}

a:visited {
    color: #FFCC00;
}

a:hover {
    color: #FFCC00;
}

a:active {
    color: #FFCC00;
}

.style1 {
    font-size: 13px;
    font-weight: bold;
    color: #91AD8B
}



.style2 {
    color: #0000CC;
}

.style3 {
    font-size: 12px;
    font-weight: bold;
    color: #FFFF00;
}

.style11 {
    font-size: 11px;
    font-weight: bold;
    color: blue
}

.style12a {
    font-size: 12px;
    font-weight: bold;
    color: blue
}

.style12b {
    font-size: 14px;
}

.style12c {
    font-size: 12px;
    font-weight: bold;
    color: blue;
    cursor: pointer;
}

.style13 {
    color: #FFCC00;
    font-weight: bold;
}

.felirat {
    font-size: 12px;
    font-weight: bold;
    color: lightblue;
}

.felirat2 {
    font-size: 12px;
    font-weight: bold;
}

.felirat3 {
    font-size: 12px;
    font-weight: bold;
}

.hatter {
    Background-color: #ABCBF7;
}

.tablafej {
    Background-color: #2E62C7;
    color: yellow;
}

.tablasor {
    Background-color: blue;
    font-size: 13px;
    font-weight: bold;
    color: white
}

.tablafejakcio {
    Background-color: #0099FF
}

.tablasorakcio {
    Background-color: #333399;
    font-size: 12px;
}


.style4 {
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
}

.style5 {}

.style9 {
    color: #FFFFFF;
}

.style10 {
    font-size: 10px
}

.style12 {
    font-size: 12px
}

.style13b {
    font-size: 13px
}

.style15 {
    color: #FFFFFF;
    font-size: 16px;
}


.ures {
    background-image: url(rbg.gif);
}

.szoveg {
    font-size: 12px;
    color: black;
    background-color: #CAC7C6
}

.szoveg2 {
    font-size: 14px;
    background-color: var(--main-card-color);
    border: var(--main-border) !important;
    padding: 10px;
    border-radius: var(--main-border-radius);
}

.szoveg2s {
    font-size: 13px;
    font-weight: bold;
    color: var(--main-selected-color);
    border: var(--main-border);
    border-color: var(--main-selected-color);
    border-radius: var(--main-border-radius);
    padding: 10px;
}

.szovegfekete {
    font-size: 13px;
    font-weight: bold;
    color: black;
}

.szovegkek {
    font-size: 13px;
    font-weight: bold;
    color: blue;
    background-color: white;
}

.fejlec {
    font-size: 13px;
    font-weight: bold;
    color: #DE4522;
    background-color: #E7E9E7;
}

.fejlec2 {
    font-size: 12px;
    font-weight: bold;
    color: black;
    background-color: #F0EFE7;
}

.fejlecrsz {
    font-size: 14px;
    font-weight: bold;
    color: red;
    background-color: #F0EFE7;
}

.sorok {
    font-size: 12px;
    color: black;
    background-color: #EDEDED;
    cursor: pointer;
}

.rszsorok {
    font-size: 12px;
    color: black;
    background-color: #EDEDED;
    cursor: pointer;
}

.warn {
    font-size: 20px;
    font-weight: bold;
    padding: 0px 15px;
}

.warn16 {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.warn13 {
    font-size: 13px;
    font-weight: bold;
    color: red;
}

.fejlecgomb {
    font-size: 13px;
    font-weight: bold;
    color: #DE4522;
    background-color: #E7E9E7;
    cursor: pointer;
}

.menufej1 {
    color: white;
    background-color: white;
}

.menusor {
    font-size: 13px;
    font-weight: bold;
    color: white;
    background-color: black;
    cursor: pointer;
}

.menusoron {
    font-size: 13px;
    font-weight: bold;
    color: red;
    background-color: black;
    cursor: pointer;
}

.menusortable {
    font-size: 13px;
    font-weight: bold;
    color: white;
    background-color: black;
}

.menusordis {
    font-size: 13px;
    font-weight: bold;
    color: gray;
    background-color: black;
}

.jobbbal {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.jobbbal_a {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    background-color: #62a58c;
}

.Bejelbetu {
    font-size: 12px;
    font-weight: bold;
}

.Bejelbetu_a {
    font-size: 12px;
    font-weight: bold;
    background-color: #62a58c
}

.Bejelbetu16 {
    font-size: 20px;
    font-weight: bold;
}

.Bejelbetu16_a {
    font-size: 20px;
    font-weight: bold;
    background-color: #62a58c
}

.Bejelbetudis {
    font-size: 12px;
    font-weight: bold;
    color: gray
}

.Bejelbetudis16 {
    font-size: 20px;
    font-weight: bold;
    color: gray
}

.Bejelbetudis16_a {
    font-size: 20px;
    font-weight: bold;
    background-color: #62a58c;
    color: gray
}

.Bejelbetuszabad {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: var(--main-success-color) !important;
}

.Bejelbetuszabad_a {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: #204a01;
    background-color: #62a58c
}

.Bejelbetuvidek {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: black;
    background-color: #9ECBE5
}

.Bejelbetusajat {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;

    color: black;
}

.Bejelbetusajat_a {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    background-color: #62a58c;
    color: yellow
}

.Bejelbetuaktiv {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

.Bejelbetuaktiv_a {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    background-color: #62a58c
}

.Bejelkilep,
input[name=VISSZA] {
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    background-color: var(--main-danger-color);
    padding: 10px;
    border-radius: var(--main-border-radius);
    cursor: pointer;
    color: white;
    border: none;
    display: block;
    width: fit-content;
}

.Bejelkilep input[name=VISSZA]:hover {
    background-color: var(--main-danger-color-hover);
}

.Bejelhelp {
    font-size: 14px;
    border: var(--main-border);
    background-color: var(--main-card-color);
    border-radius: var(--main-border-radius);
}

.Bejelhelp tr:nth-child(1) {
    font-weight: bold;
}

.Bejelhelp tr:nth-child(1) td {
    font-weight: bold;
    border-bottom: var(--main-border);
}

table.Bejelhelp td.Bejelhelp {
    border: none;
    background-color: transparent;
}

.Bejelnaptar {
    font-size: 13px;
    font-weight: bold;
    background-color: #F5F5F5;
}

.Bejelnaptarakt {
    font-size: 13px;
    font-weight: bold;
    background-color: #F5F5F5;
    color: darkgray;
    cursor: pointer;
}

.Bejelnaptar_a {
    font-size: 13px;
    font-weight: bold;
    background-color: #b2cec3;
}

.Bejelnaptarakt_a {
    font-size: 13px;
    font-weight: bold;
    background-color: #b2cec3;
    color: darkgray;
    cursor: pointer;
}

.Bejelhovalt {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
}

.Bejelhovalt_a {
    font-size: 12px;
    font-weight: bold;
    background-color: #b2cec3;
    cursor: pointer;
    padding: 5px;
    border-top: 1px solid black;
}

.Bejel_adatok {
    font-size: 12px;
    background-color: gray;
    color: white;
    font-weight: bold;
}

.labelcursor {
    cursor: pointer;
    font-weight: bold;
}

.sofor_popup {
    top: 20px;
    left: 20px;
    visibility: hidden;
    position: absolute;
    background-color: blue;
    padding: 2px;
    z-index: 1;
}

.popupstyle {
    background-color: D4D4FF;
}

.bsofor {
    font-size: 16px;
    font-weight: bold;

    color: blue
}

.firkosar {
    background-color: darkgray;
    padding: 0px;
    font-weight: bold;
}

.divkosar {
    display: none;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    background-color: #CAC7C6;
    padding: 2px;
    width: 580px;
    overflow: hidden;
}

.divujrsz {
    /*visibility:hidden;*/
    /*display:none;*/
    background-color: darkgray;
    width: 350px;
    padding: 0px;
}

.divmsg {
    background-color: white;
    color: red;
    border: 2px;
    border-style: ridge;
    border-color: lightblue;

}

.akeres_select {
    border: 1px solid black;
    font-size: 12px;
    font-weight: normal;
    width: 250px;
}

.akeres_button {
    border: 1px solid black;
    font-size: 11px;
    font-weight: bold;
    width: auto;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    cursor: auto;
    color: black;
}

.akeres_button:hover {
    border: 1px solid black;
    font-size: 11px;
    font-weight: bold;
    width: auto;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    cursor: pointer;
    color: blue;
}

.akeres_gyari_button {
    border: 1px solid black;
    font-size: 12px;
    font-weight: bold;
    width: auto;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    cursor: auto;
    color: black;
}

.akeres_gyari_button:hover {
    border: 1px solid black;
    font-size: 12px;
    font-weight: bold;
    width: auto;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    cursor: pointer;
    color: blue;
}

.akeres_td {
    font-size: 13px;
    font-weight: normal;
    width: 150px;
    color: black;
}

.akeres_meretek_div {
    font-size: 13px;
    font-weight: normal;
    color: black;
    padding: 5px;
}

.akeres_meretek_div a {
    font-weight: bold;
    color: black;
}

.akeres_link {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.akeres_link:hover {
    font-size: 13px;
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

.akeres_cim {
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

/*2013.03.04*/
#ts_iframe {
    border: 1px solid #000000;
}

#naptar_div {
    border: 2px solid #999;
    padding: 5px;
}

#naptar_div table.Bejelhelp {
    border: 2px solid #999;
}

#naptar_div table tr td.Bejelhelp {
    background-color: #fff;
}

#naptar_div table tr td.Bejelnaptar {
    background-color: #b2ffaa;
    cursor: pointer;
    padding: 0px;
}

#naptar_div table tr td.Bejelnaptar span.datval {
    width: 100%;
    height: 100%;
    display: block;
    padding: 2px;
}

#naptar_div table tr td.Bejelnaptar span.datval:hover {
    background-color: #000;
    color: #fff;
}

.nap_td {
    color: #555;
    border-bottom: 2px solid #999;
}

.kisteher {
    color: #666;
}

.divdatum {
    width: 550px;
    height: 20px;
    font-size: 16px;
    background-color: yellow;
    padding: 10px;
    border: 1px solid black;
}

.labeldatum {
    width: 270px;
    height: 20px;
    line-height: 20px;
    float: left;
    margin-left: 80px;
}

#datum {
    width: 80px;
    text-align: center;
    float: left;
    cursor: pointer;
    margin-right: 4px;
}

.ui-datepicker-trigger {
    cursor: pointer;
    margin-top: 2px;
    float: left;
}

.divtelep {
    width: 550px;
    padding: 10px;
    border: var(--main-border);
    background-color: var(--main-card-color);
    border-radius: var(--main-border-radius);
    font-size: 13px;
    font-weight: bold;

    line-height: 19px;
}

.style16 {}

.style17 {
    color: #FF0000
}

.style18 {
    color: #000099
}

.style20 {
    font-weight: bold;
    background-color: white;
    margin-top: 5px;
    width: 550px;
    padding: 10px;
    border: var(--main-border);
    background-color: var(--main-card-color);
    border-radius: var(--main-border-radius);
}


/* uj bejel tĂˇbla 2018.09.06*/
.divallasokcontainer {
    /* width: 830px; */
    height: auto;
    margin: 0 auto;
}

.divegyallascontainer {
    width: 150px;
    height: auto;
    padding: 5px;
    margin: 5px;
    display: inline-block;
    background-color: var(--main-panel-bg);
    border: var(--main-border);
    border-radius: var(--main-border-radius);
}

/* bejel_videk időpontok */
#table26>tbody>tr>td {
    height: auto;
    padding: 5px;
    margin: 5px;
    display: inline-block;
    background-color: var(--main-panel-bg);
    border: var(--main-border);
    border-radius: var(--main-border-radius);
}


.divallasheader {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.divallassor {
    padding-top: 4px;
    width: 100%;
    height: 16px;
    vertical-align: middle;
    display: flex;
}

.divallasidopont {
    float: left;
    width: 70px;
    height: 15px;
}

.divallasstatus_N {
    float: left;
    width: 80px;
    height: 15px;
}

.divallasstatus_I {
    float: left;
    width: 80px;
    height: 15px;
}

.divallasstatus_F {
    float: left;
    width: 80px;
    height: 15px;
    color: #eaff7b;
}

/* visszaig. panel */
.div_rszdetails {
    /* padding-left: 5px; */
}

/* datum lepteto */
.div_datval {
    width: 310px;
    background-color: var(--main-panel-bg);
    border: var(--main-border);
    padding: var(--main-panel-padding);
    border-radius: var(--main-border-radius);
}

.div_datval_a {
    padding: 5px;
    width: 300px;
    background-color: #62a58c;
    border: 1px solid black;
}

input[type=button],
input[type=submit] {
    background-color: var(--main-selected-color);
    padding: 10px;
    border-radius: var(--main-border-radius);
    cursor: pointer;
    color: black;
    border: none;
    font-weight: bold;
    font-size: var(--main-font-size);
}

input[type=button]:hover,
input[type=submit]:hover {
    background-color: var(--main-hover-color);
}

/* footer */
div[style="width: 78%; margin-left: 11%; border: 1px solid #000; padding: 5px; background-color: #2D658A; color: #fff; text-align: center;"] {
    width: 78% !important;
    margin-left: 11% !important;
    border: none !important;
    border-radius: var(--main-border-radius) !important;
    padding: 0 !important;
    background-color: var(--main-panel-bg) !important;
    color: var(--main-text-color) !important;
    text-align: center !important;
}

/* bejel error card */
div[style="float: right; padding-right: 30px; clear: both; border: 4px solid #555; color: #ddd; background-color: #000; clear: both;"] {
    float: right !important;
    padding: 0px 20px !important;
    border-radius: var(--main-border-radius) !important;
    clear: both !important;
    color: white !important;
    background-color: var(--main-dark-bg) !important;
    clear: both !important;
}

h3[style=" color: #fff; background-color: #000; padding: 5px;"] {
    margin-top: 80px;
    width: 100% !important;
    background-color: #67717e !important;
    padding: 10px !important;
    color: white !important;
}

/* legközelebbi idopont */
table[width="100%"] {
    margin-top: 20px;
}

/* Bejelentkezés szerelésre */
div[style="margin: 10px 0px"] {
    margin: 0px 0px !important;
}

/* bejel_videk id?pnt képek kikapcs */
table[cellpadding="0"][cellspacing="0"] {
    display: none !important;
}

/* videk selector */
input[type="submit"] {
    padding: 10px !important;
}

body,
td,
th {
    color: inherit !important;
}

td {
    padding: 5px;
}

.form.full_width input[type=text],
.form.full_width input[type=number],
.form.full_width input[type=email],
.form.full_width input[type=password],
.form.full_width select,
.form.full_width textarea,
table {
    width: auto !important;
}

/* main container */
#table1 {
    margin-top: 70px;
}

#table1>tbody>tr>td:nth-child(2) {
    padding: 0px 10px;
}


/* Szerviz választás */
#table3>tbody>tr>td {
    margin: 5px;
}

#table3>tbody>tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.bejelkilep {
    display: none;
}


#overlay_text {
    text-align: center;
    font-size: 50px;
    color: white;
}

#overlay_div {
    background-color: #00000064 !important;
    z-index: 102 !important;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logout {
    cursor: pointer !important;
}

.logout.navbar__menu_button {
    padding: 10px 10px;
    display: none;
    position: absolute;
    right: 0;
    width: fit-content;
    background: var(--main-dark-bg);
    font-weight: bold;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: .8rem;
}

/* videk select box */
select[name="CEG"] {
    height: 41px !important;
    padding: 5px;
	width: 600px;
}

/* bejel_videk main container */
#table21 {
    margin-top: 70px;
}

.navbar {
    top: 0;
    box-shadow: 0px 4px 9px #b1b1b1 !important;
}

/* videk exit button */
input[type="submit"][name="VISSZA"] {
    display: none;
}

h2 {
    margin: 1rem 0 0.8rem
}

.videk_leiras {
    margin-top: 1rem;
}

.ui-widget-content {
	background-color: white !important;
}

/*  gumiszerviz kiemeles */
#table9>tbody>tr:nth-child(2)>td>span:nth-child(10){
	background: var(--main-selected-color);
}

#table25>tbody>tr:nth-child(2)>td>span:nth-child(10){
	background: var(--main-selected-color);
}

/* xl */
@media only screen and (max-width: 1200px) {
    /* body {
        border: 1px solid blue;
    } */

    #table1>tbody>tr {
        display: initial;
    }
}

/* lg */
@media only screen and (max-width: 992px) {
    /* body {
        border: 1px solid red;
    } */

    #table1>tbody>tr {
        display: flex;
        flex-direction: column;
    }

    #table1>tbody>tr>td:first-child {
        width: 100%;
    }

    #table1 {
        width: 100%;
    }

    #table1>tbody>tr>td:nth-child(2) {
        padding: 10px 0px !important;
    }

    /* videk select box */
    select[name="CEG"] {
        width: calc(100% - 20px);
        margin: 10px;
    }
}

/* md */
@media only screen and (max-width: 768px) {
    /* body {
        border: 1px solid yellow;
    } */

    #table5 {
        display: flex;
        flex-direction: column;
    }

    #table1 {
        margin-top: 40px;
    }

    .logout.navbar__menu_button {
        display: block;
    }

    h3[style=" color: #fff; background-color: #000; padding: 5px;"] {
        margin-top: 60px;
    }

    /* bejel_videk main container */
    #table21 {
        margin-top: 40px;
    }

    /* bejel_videk main container flex */
    #table22>tbody>tr>td {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}


/* sm */
@media only screen and (max-width: 576px) {
    /* body {
        border: 1px solid cyan;
    } */

    #table5>tbody>tr>td {
        display: flex;
        flex-direction: column;
    }

    #table5>tbody>tr>td {
        width: 100%;
    }

    #table5>tbody>tr {
        display: block;
    }

    #table3>tbody>tr {
        display: grid;
        grid-template-columns: 1fr;
    }

    .szoveg2,
    .szoveg2s {
        padding: 5px;
    }

    .div_datval {
        padding: 5px;
        font-size: medium;
        width: 100%;
    }

    /* date text */
    .Bejelbetu16 {
        font-size: 16px;
    }
}