﻿@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

html {
    min-height: 100vh;
    min-width: 100vw;
}

body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 0px;
}

#topnav {
    overflow-x: auto;
    overflow-y: hidden;
}



    /*button styles*/
    #topnav select {
        -webkit-appearance: listbox !important;
    }

.xdxButtonStyle {
    border: 1px solid #dda;
    background-color: lightyellow;
    color: black;
    padding: 5px 5px;
    /*padding: 7px 18px 8px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    line-height: 1.35715;
    margin: 2px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    /*width: 10em;*/
    /*border-radius: 4px;*/
}

    .xdxButtonStyle:hover {
        background-color: #ddd;
    }

.xdxAddButton:hover:after {
    content: " Új sablon"
}

.xdxBeallitatvesz:hover:after {
    content: " Grid beállítás"
}

.xdxAddButton2:after {
    content: " Új sablon"
}

.xdxResetButton:hover:after {
    content: " Reset"
}

.xdxResetButton2:hover:after {
    content: " Reset"
}

.xdxSablonokButton:hover:after {
    content: " Sablonok"
}

.xdxSablonokButton2:hover:after {
    content: " Sablonok"
}

.xdxButtonMaker:hover {
    background-color: white;
    color: black;
    /*border: 2px solid #4CAF50;*/
}

.editChangeBotton {
    background-color: silver;
}

.editChangeBotton_row {
    background-color: #ddf;
}

.editChangeBotton_form {
    background-color: #fdd;
}

.editChangeBotton_popup {
    background-color: #dfd;
}

.xdxButtonMaker {
    background-color: #4CAF50;
    color: white;
}

.xdxButtonPirosBogyos {
    /*background-color: white;*/
    color: black;
    border: 2px solid #d00;
    padding-left: 40px;
    background-image: url('/Content/szinicons/32/piros.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: left;
}

    .xdxButtonPirosBogyos:hover {
        background-color: #555;
        color: white;
    }

.kartonelem {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.ticketfejlec {
    padding-right: 20px;
}

.ticketfejleccontainer {
    height: 50px;
    display: flex;
}

.ticketfejleccontainer_bal {
    width: 69%;
    display: flex;
}

.ticketfejleccontainer_jobb {
    width: 30%;
    display: flex;
}

.ticketcsatolmany {
    border: 1px solid silver;
    padding: 5px 10px;
}

.ticket1 {
    background-color: #fdd;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid red;
}

.ticket2 {
    background-color: #ffd;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid yellow;
}

.ticket3 {
    background-color: #dfd;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid green;
}

.ticket4 {
    background-color: #ddd;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid grey;
}

.ticket5 {
    background-color: #ddd;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid grey;
}

.ticket6 {
    background-color: #ddF;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid blue;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6em;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

.hidden {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

.nono {
    background-image: url("/Sablonok/nono.gif");
    background-position: center;
    background-repeat: no-repeat;
    width: 400px;
    height: 200px;
    border-radius: 8px;
    filter: sepia(0%);
}

/* Layout */

.layout_hangfel {
    clear: left;
}
/* Layout - Debug */
.footertext {
    background-color: white;
    float: left;
    padding-left: 10px;
}

.footerdebug {
    float: left;
    width: 80%;
    background-color: lightgray;
    padding: 10px;
    overflow: scroll;
    max-height: 14em;
    visibility: hidden;
}

.active {
    visibility: visible;
}

.debugswitchpanel {
    float: right;
}

.body_debug {
    padding-bottom: 18em;
}

.footer_debug {
    height: 18em !important;
}

/* DevExtreme css kiegészítések */
.dx-calendar-cell.dx-calendar-empty-cell {
    /*visibility: hidden;*/
}
/* Fájl lista */
.fajllistatetel {
    min-height: 48px !important;
    vertical-align: central !important;
    padding-left: 60px !important;
}

    .fajllistatetel:hover {
        background-color: silver;
        cursor: pointer;
    }

.file__dir_ {
    background-image: url(/Content/fileicons/dir.png);
    background-position: left;
    background-repeat: no-repeat;
}

.file_pdf {
    background-image: url(/Content/fileicons/pdf.png);
    background-position: left;
    background-repeat: no-repeat;
}

.file_png {
    background-image: url(/Content/fileicons/png.png);
    background-position: left;
    background-repeat: no-repeat;
}

.file_jpg {
    background-image: url(/Content/fileicons/jpg.png);
    background-position: left;
    background-repeat: no-repeat;
}

.file_docx {
    background-image: url(/Content/fileicons/docx.png);
    background-position: left;
    background-repeat: no-repeat;
}

.file_doc {
    background-image: url(/Content/fileicons/doc.png);
    background-position: left;
    background-repeat: no-repeat;
}

.file_xlsx {
    background-image: url(/Content/fileicons/xlsx.png);
    background-position: left;
    background-repeat: no-repeat;
}

.file_xls {
    background-image: url(/Content/fileicons/xls.png);
    background-position: left;
    background-repeat: no-repeat;
}

.file_zip {
    background-image: url(/Content/fileicons/zip.png);
    background-position: left;
    background-repeat: no-repeat;
}

.file_7z {
    background-image: url(/Content/fileicons/7z.png);
    background-position: left;
    background-repeat: no-repeat;
}

.file_rar {
    background-image: url(/Content/fileicons/rar.png);
    background-position: left;
    background-repeat: no-repeat;
}

.file_exe {
    background-image: url(/Content/fileicons/exe.png);
    background-position: left;
    background-repeat: no-repeat;
}

.file_txt {
    background-image: url(/Content/fileicons/txt.png);
    background-position: left;
    background-repeat: no-repeat;
}

.file_cmd {
    background-image: url(/Content/fileicons/cmd.png);
    background-position: left;
    background-repeat: no-repeat;
}

.file_sql {
    background-image: url(/Content/fileicons/sql.png);
    background-position: left;
    background-repeat: no-repeat;
}

/* Szín jelölők */
.szin_alap {
    padding-left: 40px !important;
    background-image: url(/Content/szinicons/32/alap.png);
    background-position: left;
    background-repeat: no-repeat;
}

.szin_csillag {
    padding-left: 40px !important;
    background-image: url(/Content/szinicons/32/csillag.png);
    background-position: left;
    background-repeat: no-repeat;
}

.szin_piros {
    padding-left: 40px !important;
    background-image: url(/Content/szinicons/32/piros.png);
    background-position: left;
    background-repeat: no-repeat;
    /*background-color: salmon;*/
}

.szin_sarga {
    padding-left: 40px !important;
    background-image: url(/Content/szinicons/32/sarga.png);
    background-position: left;
    background-repeat: no-repeat;
    /*background-color: lightyellow;*/
}

.szin_zold {
    padding-left: 40px !important;
    background-image: url(/Content/szinicons/32/zold.png);
    background-position: left;
    background-repeat: no-repeat;
    /*background-color: lightgreen;*/
}


.szin_kek {
    padding-left: 40px !important;
    background-image: url(/Content/szinicons/32/kek.png);
    background-position: left;
    background-repeat: no-repeat;
    /*background-color: lightblue;*/
}


.szin_lila {
    padding-left: 40px !important;
    background-image: url(/Content/szinicons/32/lila.png);
    background-position: left;
    background-repeat: no-repeat;
    /*background-color: lavender;*/
}


.szin_pink {
    padding-left: 40px !important;
    background-image: url(/Content/szinicons/32/pink.png);
    background-position: left;
    background-repeat: no-repeat;
    /*background-color: pink;*/
}

.szin_szurke {
    padding-left: 40px !important;
    background-image: url(/Content/szinicons/32/szurke.png);
    background-position: left;
    background-repeat: no-repeat;
    /*background-color: gainsboro;*/
}





/*ElojegyzesA*/

.hetvege {
    color: red;
    font-weight: bold;
}

.vannaptar {
    color: blue;
    font-weight: bold;
}


/* K&T Hardmetal*/

/* Gyartas17 */

/*Ajánlat kérés*/
.gyr17_allapot1 {
    background-color: lightyellow;
    color: black;
}

/*Ajánlat kiadva*/
.gyr17_allapot2 {
    background-color: lightyellow;
    color: black;
}

/*Megrendelve*/
.gyr17_allapot3 {
    background-color: lightpink;
    color: black;
}

/*Gyártásban*/
.gyr17_allapot4 {
    background-color: lightgray;
    color: black;
}

/*Külső munkán*/
.gyr17_allapot5 {
    background-color: lightgray;
    color: black;
}

/*Kész*/
.gyr17_allapot6 {
    background-color: gray;
    color: white;
}

/*Szállításra kész*/
.gyr17_allapot7 {
    background-color: lightgreen;
    color: black;
}

/*Kiszállítva*/
.gyr17_allapot8 {
    background-color: lightgreen;
    color: black;
}

/*Kiszámlázva*/
.gyr17_allapot9 {
    background-color: lightblue;
    color: black;
}

/*lemondva*/
.gyr17_allapot10 {
    background-color: white;
    color: black;
}

/*importált adat*/
.gyr17_allapot11 {
    background-color: white;
    color: black;
}

/*javítva*/
.gyr17_allapot12 {
    background-color: white;
    color: black;
}

/*Minőségi kifogás*/
.gyr17_allapot13 {
    background-color: red;
    color: white;
    font-weight: bold;
}

/*előkészítve(kianyagolva)*/
.gyr17_allapot14 {
    background-color: lightgreen;
    color: black;
}

/*Anyag_megrendelve*/
.gyr17_allapot15 {
    background-color: lightyellow;
    color: black;
}

/*Anyag rendelésre vár*/
.gyr17_allapot16 {
    background-color: lightpink;
    color: black;
}

/*Külső munkán*/
.gyr17_allapot17 {
    background-color: lightgray;
    color: black;
}

/*Külső munkán*/
.gyr17_allapot18 {
    background-color: lightgray;
    color: black;
}

.reszletek {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.reszletek_oszlop {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.reszletek_elem {
    padding: 0px;
}

.esemenyelem {
    padding-left: 15px;
    padding-right: 15px;
}

.esemenybox {
    padding: 3em;
    border: 1em solid lightgrey;
    max-width: 40em;
}

.esemenymegjegyzes {
    width: 30em;
    height: 5em;
}

.esemeny_gyrid {
    font-size: large;
    font-weight: bold;
}

/* Élelmiszermentés */
.pinpadbtn {
    width: 3em;
    height: 3em;
    font-weight: bolder;
    font-size: 2em;
}

.pinpadtext {
    width: 12em;
    font-weight: bolder;
    font-size: 2em;
    max-width: 100%;
    align-content: center;
    text-align: center;
    letter-spacing: 1em;
}

.pinpadtable {
    width: 13em;
    height: 10em;
}

.osztas_ellenorzes_tabla {
    font-size: medium;
}

.osztas_ellenorzes_textbox {
    width: 5em;
}

.osztas_ellenorzes_checkbox {
    font-size: large;
}

/* Telefon keretek*/
.keret_android {
    width: 400px;
    height: 650px;
    border: 5px solid grey;
}

.keret_android_fekvo {
    width: 675px;
    height: 380px;
    border: 5px solid grey;
}

.keret_iphone {
    width: 365px;
    height: 675px;
    border: 5px solid grey;
}

.keret_iphone6 {
    width: 365px;
    height: 595px;
    border: 5px solid grey;
}

.keret_ipad {
    width: 760px;
    height: 920px;
    border: 5px solid grey;
}

.lablec {
    width: 100%;
    bottom: 0;
    position: fixed;
    height: 30px;
    background-color: white;
    border-top: 1px solid silver;
}

.lablec_biz {
    width: 100%;
    bottom: 0;
    position: fixed;
    height: 80px;
    background-color: white;
    border-top: 1px solid silver;
}

.body_sima {
    width: 100%;
}

.okossagcss1 {
    height: 10em !important;
}

.vagolapcss1 {
    height: 20em !important;
}


.crm_letrehozva {
    background-color: antiquewhite !important;
    color: black !important;
}

.crm_szignalva {
    background-color: lavender !important;
    color: black !important;
}

.crm_folyamatban {
    background-color: lightskyblue !important;
    color: black !important;
}

.crm_kesz {
    background-color: lightgreen !important;
    color: black !important;
}

.crm_felfuggesztve {
    background-color: lightgray !important;
    color: black !important;
}

.crm_megszakitva {
    background-color: lightgray !important;
    color: black !important;
}

.crm_lezarva {
    background-color: white !important;
    color: black !important;
}

.crm_crit {
    background-color: lightcoral !important;
    color: black !important;
}

.crm_warn {
    background-color: lightyellow !important;
    color: black !important;
}

.crm_normal {
    background-color: white !important;
    color: black !important;
}

.crm_mellekes {
    background-color: lightcyan !important;
    color: black !important;
}

.crm_terv {
    background-color: lightgray !important;
    color: black !important;
}


.crm_crit2 {
    width: 16px;
    background-color: red;
    vertical-align: text-bottom;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    text-align: left;
    font-size: 16px;
    padding-top: 8px;
    padding-left: 2px;
}

.crm_warn2 {
    width: 16px;
    background-color: orange;
    vertical-align: text-bottom;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    text-align: left;
    font-size: 16px;
    padding-top: 8px;
    padding-left: 2px;
}

.crm_normal2 {
    width: 16px;
    background-color: lightgray;
    vertical-align: text-bottom;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    text-align: left;
    font-size: 16px;
    padding-top: 8px;
    padding-left: 2px;
}

.crm_mellekes2 {
    width: 16px;
    background-color: lightblue;
    vertical-align: text-bottom;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    text-align: left;
    font-size: 16px;
    padding-top: 8px;
    padding-left: 2px;
}

.crm_terv2 {
    width: 16px;
    background-color: white;
    vertical-align: text-bottom;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    text-align: left;
    font-size: 16px;
    padding-top: 8px;
    padding-left: 2px;
}


.hangfelismero {
    border: 1px solid grey;
    border-radius: 20px;
    margin: 10px 5px 10px 5px !important;
    padding: 12px 15px 15px 15px !important;
    font-size: 25px !important;
}

.hangfelismero_sarga {
    /*color: orange !important;*/
    background-color: orange !important;
}

.hangfelismero_piros {
    /*color: red !important;*/
    background-color: red !important;
}

.hangfelismero_zold {
    /*color: orange !important;*/
    background-color: green !important;
}


.hangfelismero_szurke {
    /*color: orange !important;*/
    background-color: gray !important;
}

.hangfelismero_google {
    /*color: orange !important;*/
    background-image: url('/Content/icons/googleicon.png') !important;
    background-size: cover;
}

.hangfelismero_wikipedia {
    /*color: orange !important;*/
    background-image: url('/Content/icons/Wikipedia-globe-icon.png') !important;
    background-size: cover;
}

/*.kamionfoto_responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;    
}


@media only screen and (max-width: 700px) {
    .kamionfoto_responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .kamionfoto_responsive {
        width: 100%;
    }
}
    */

.kamionfoto_container {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}

div.kamionfoto {
    margin: 5px;
    border: 1px solid #ccc;
    flex-grow: 1;
}

    div.kamionfoto:hover {
        border: 1px solid #777;
    }

    div.kamionfoto img {
        width: 100%;
        height: auto;
    }

div.desc {
    padding: 10px;
    text-align: center;
    vertical-align: text-bottom;
}

.vonalkodtextboxcontainer {
    text-align: center;
}

.vonalkodtextbox {
    border: 5px solid lightgrey;
    padding: 5px 5px 5px 5px;
}

.vonalkodbox {
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
    width: auto;
    float: left;
}

.vonalkod {
    font-family: 'Free 3 of 9';
    font-size: 5em;
    padding: 0px;
}

.vonalkod10em {
    font-family: 'Free 3 of 9';
    font-size: 10em;
    padding: 0px;
}

.vonalkod12em {
    font-family: 'Free 3 of 9';
    font-size: 12em;
    padding: 0px;
}

.vonalkodfelirat {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1em;
    margin-top: -1.5em;
}

/*.vonalkodtextbox:focus {
    border: 5px solid lightgrey;
}*/

/*Felbukkanó HELP ablak elemei*/
.wrap {
    position: absolute;
    overflow: hidden;
    top: Calc(10% + 50px);
    right: 5%;
    bottom: 85px;
    left: 5%;
    padding: 20px 50px;
    display: block;
    border-radius: 4px;
    transform: translateY(20px);
    transition: all 0.5s;
    visibility: hidden;
    z-index: 10;
    background: #ddd;
}

    .wrap .content {
        opacity: 0;
    }

    .wrap:before {
        position: absolute;
        width: 1px;
        height: 1px;
        background: #eee;
        content: "";
        bottom: 10px;
        left: 50%;
        top: 95%;
        color: #ddd;
        border-radius: 50%;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .wrap.active {
        display: block;
        visibility: visible;
        box-shadow: 2px 3px 16px silver;
        transition: all 600ms;
        transform: translateY(0px);
        background: #ddd;
        transition: all 0.5s;
    }

        .wrap.active:before {
            height: 2000px;
            width: 2000px;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            margin-left: -1000px;
            margin-top: -1000px;
            display: block;
            -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        }

        .wrap.active .content {
            position: relative;
            z-index: 1;
            opacity: 1;
            transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

.sugogomb {
    padding: 11px 11px 13px 13px;
    outline: none;
    border-radius: 50%;
    background: #007fed;
    color: #fff;
    font-size: 24px;
    display: block;
    position: fixed;
    left: 50%;
    /*bottom: 20px;*/
    top: auto;
    /*margin-left: -25px;*/
    transition: transform 0.25s;
}

    .sugogomb:hover {
        text-decoration: none;
        background: #2198ff;
    }

    .sugogomb.active {
        transform: rotate(135deg);
        transition: transform 0.5s;
    }

.vonalkodpanel {
    float: right;
    height: inherit;
    padding: 1.25em;
    background: urL('/Content/images/vkod1.png');
    background-size: contain;
    cursor: pointer;
}

.vonalkodgomb {
    padding: 11px 11px 13px 13px;
    outline: none;
    border-radius: 50%;
    background: #007fed;
    color: #fff;
    font-size: 24px;
    display: block;
    position: fixed;
    left: 50%;
    /*bottom: 20px;*/
    top: auto;
    margin-left: 50px;
    transition: transform 0.25s;
}

    .vonalkodgomb:hover {
        text-decoration: none;
        background: #2198ff;
    }

    .vonalkodgomb.active {
        transform: rotate(135deg);
        transition: transform 0.5s;
    }


/* Adatlap elemei (Petrus) */
.tile {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.7);
    float: left;
    transform-style: preserve-3d;
    margin: 10px 5px;
}

.header {
    border-bottom: 1px solid #ebeff2;
    padding: 19px 0;
    text-align: center;
    color: #59687f;
    font-size: 19px;
    position: relative;
}

.dates {
    border: 1px solid #ebeff2;
    border-radius: 5px;
    padding: 20px 0px;
    margin: 10px 20px;
    font-size: 16px;
    color: #5aadef;
    font-weight: 600;
    overflow: auto;
}

input[type=date] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    border: 1px #d9d9d9 solid;
    color: #1d1d1d;
    width: 100%;
    display: block;
    padding: 0 .75rem;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
    font-size: 1rem;
    height: 36px;
    line-height: 36px;
    background: #fff none;
    background-clip: padding-box;
    min-width: 0;
}

.dates div {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}

.dates strong,
.stats strong {
    display: block;
    color: #9da8a2;
    font-size: 11px;
    font-weight: 700;
}

.dates span {
    width: 1px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ebeff2;
}

.stats {
    border-top: 1px solid #ebeff2;
    background: #ddd;
    overflow: auto;
    padding: 15px 0;
    font-size: 16px;
    color: #59687f;
    font-weight: 600;
    border-radius: 0 0 5px 5px;
}

    .stats div {
        border-right: 1px solid #ebeff2;
        width: 33.33333%;
        float: left;
        text-align: center
    }

        .stats div:nth-of-type(3) {
            border: none;
        }

div.footer {
    text-align: right;
    position: relative;
    margin: 20px 5px;
}

    div.footer a.Cbtn {
        padding: 10px 25px;
        background-color: #DADADA;
        color: #666;
        margin: 10px 2px;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
        border-radius: 3px;
    }

    div.footer a.Cbtn-primary {
        background-color: #5AADF2;
        color: #FFF;
    }

        div.footer a.Cbtn-primary:hover {
            background-color: #7dbef5;
        }

    div.footer a.Cbtn-danger {
        background-color: #fc5a5a;
        color: #FFF;
    }

        div.footer a.Cbtn-danger:hover {
            background-color: #fd7676;
        }

    div.footer a.Cbtn-success {
        background-color: #4aec4a;
        color: #FFF;
    }

        div.footer a.Cbtn-success:hover {
            background-color: #66dd66;
        }


/* Gép állapotok */

.gepallapotcontainer {
    background-color: #ddd;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}

.gepallapotelem {
    min-width: 300px;
    min-height: 100px;
    padding: 20px;
    margin: 10px;
    background-color: white;
    text-align: center;
    cursor: pointer;
}

.gepallapot_gepnev {
    font-weight: bold;
    font-size: large;
}

.gepallapot_allapot {
    font: 400;
}

.gepallapot_idopont {
    font: 400;
    font-weight: bold;
}

.gepallapot_dolgozo {
    font: 400;
    font-weight: bold;
}

.gepallapot_munkaszam {
    font: 400;
    font-weight: bold;
}

.gepallapot1 {
    background-color: lightgreen;
}

.gepallapot2 {
    background-color: lightyellow;
}

.gepallapot3 {
    background-color: lightgreen;
}

.gepallapot4 {
    background-color: lightcyan;
}

.gepallapot5 {
    background-color: lightcoral;
}

.gepallapot0 {
    background-color: grey;
    color: white;
}

.ktgepallapot0 {
    background-color: grey;
    color: white;
}

.ktgepallapot1 {
    background-color: lightgreen;
}

.ktgepallapot2 {
    background-color: lightyellow;
}

.ktgepallapot3 {
    background-color: lightcoral;
}

.ktgepallapot4 {
    background-color: lightyellow;
}

.ktgepallapot5 {
    background-color: lightgreen;
}

.gepallapot_progressbar {
    background-color: #aaa;
    max-width: 400px;
    width: 80%;
    height: 10px;
    border-radius: 10px;
}

.gepallapot_progressbar_allapot {
    background-color: lightblue;
    border-radius: 10px;
    height: 100%;
}

.kerdespopup_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    visibility: hidden;
    display: none;
    z-index: 10;
    background-color: rgba(255,255,255,0.8);
}

    .kerdespopup_modal.active {
        visibility: visible;
        display: block;
    }

.kerdespopup {
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 50px;
    display: block;
    border-radius: 10px;
    /*transform: translateY(50px);*/
    transition: all 0.5s;
    visibility: hidden;
    z-index: 11;
    background: #eee;
    max-width: 80%;
    max-height: 400px;
    height: auto;
}

    .kerdespopup .content {
        opacity: 50;
    }

    /*.kerdespopup:before {
        position: absolute;
        width: 1px;
        height: 1px;
        background: #eee;
        content: "";
        bottom: 10px;
        left: 50%;
        top: 95%;
        color: #ddd;
        border-radius: 50%;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }*/

    .kerdespopup.active {
        display: block;
        visibility: visible;
        box-shadow: 2px 3px 16px silver;
        transition: all 600ms;
        transform: translateY(-50px);
        background: #ddd;
        transition: all 0.5s;
    }

        /*.kerdespopup.active:before {
            height: 2000px;
            width: 2000px;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            margin-left: -1000px;
            margin-top: -1000px;
            display: block;
            -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        }*/

        .kerdespopup.active .content {
            position: relative;
            z-index: 1;
            opacity: 1;
            transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

.dokutar_szerepkorhely {
    float: left;
}

.dokutar_felhasznalohely {
    float: left;
}

.dokutar_mappahely_container {
    border: 1px solid silver;
    border-radius: 10px;
    min-height: 200px;
}

.dokutar_mappahely {
    color: black;
}

.dokutar_filehely_container {
    border: 1px solid silver;
    border-radius: 10px;
    min-height: 200px;
}

.dokutar_filehely {
    color: black;
}

.lathatatlan {
    visibility: hidden;
}

.lathatatlan2 {
    height: 0;
    visibility: hidden;
    padding-top: 0 !important;
}

.btn-little-right {
    padding: 0px 6px !important;
    margin-right: 0;
    display: inline-block;
    border: 1px solid grey;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    background-color: lightgray;
}

.demovizjel {
    /*background-image:url("/Content/pictures/demo-watermark.jpg");*/
    background-position: center;
    max-width: 100%;
    background-repeat: no-repeat;
}

.bosch_felirat {
    padding: 10px 5px 5px 0px
}

.bosch_blokk {
    border: 1px solid lightgrey;
    border-radius: 6px;
    padding-bottom: 5px;
}

    .bosch_blokk:hover {
        background-color: lightyellow;
    }

.boschdemo {
    float: right;
}

.bosch_otelezo {
    color: red;
}

.bosch_row {
    padding-bottom: 5px;
    /*border-bottom:1px solid gray;*/
    margin-bottom: 5px
}

.stilusmenu {
    width: 140px;
    text-align: left;
    padding-left: 0px !important;
}


.allapotcss_OK {
    background-color: #0F0;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    border: 1px solid #070;
}


.szerkelt {
    background-color: lemonchiffon;
    /*border:2px groove green !important;*/
}

.b_biz_fejleckeret {
    border: 1px solid silver;
    padding: 5px;
    border-radius: 4px;
}

.b_biz_lablec {
    border: 1px solid silver;
    padding: 5px;
    border-radius: 4px;
    width: 100%;
    height: 50px;
}

.b_biz_lablec2 {
    float: right;
}


.b_bizonylat_print * {
    border: 1px solid silver;
    width: 100%;
}

.b_bizonylat_cim {
    text-align: center;
}

.b_bizonylat_fejlec {
    /*border: 1px solid black;*/
    height: 200px;
}

.b_bizonylat_fejlec_logo {
    width: 9%;
    background-color: red;
    height: 8em;
    float: left;
}

.b_bizonylat_fejlec_szovegek {
    width: 90%;
}

.b_bizonylat_felirat {
    font-weight: bold;
}

.b_bizonylat_felado {
    width: 39%;
    float: left;
}

.b_bizonylat_cimzett {
    width: 40%;
    float: left;
}

.b_bizonylat_tag1 {
    height: 1em;
    width: 100%;
    /*background-color: gainsboro;*/
    clear: both;
}

.b_bizonylat_sorszam {
    font-weight: bold;
}

.b_bizonylat_szallito {
    width: 40%;
    float: left;
}

.b_bizonylat_atvevo {
    width: 40%;
    float: left;
}


.b_bizonylat_tetelek {
    border: 1px solid silver;
}

.b_bizonylat_tetel {
    border: 1px solid silver;
}

.custom-slider-label {
    position: absolute;
    /*border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;*/
}

.custom-slider-labelcontainer {
    height: 2em;
    margin-left: 10px;
}



.biz_vonalkodpanel {
    float: right;
    height: inherit;
    padding: 1.25em;
    background: urL('/Content/images/vkod1.png');
    background-size: contain;
    cursor: pointer;
}

.sugo_content {
    width: calc(100% - 20em);
    float: left;
    padding: 5px;
}

.contentcontainer {
    width: 100%;
    float: left;
    padding: 0 1em 0 1em;
}

.kapcsolatcontainer {
    visibility: hidden;
}

.kapcsolatlatszik .contentcontainer {
    width: calc(100% - 20em);
    float: left;
    padding: 5px;
}

.kapcsolatlatszik .kapcsolatcontainer {
    width: 20em;
    border-left: 5px double silver;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    border-radius: 10px;
    float: left;
    height: calc(100vh - 210px);
    padding: 10px;    
    visibility: visible;
}


.sugo_content {
    width: calc(100% - 20em);
    float: left;
    padding: 5px;
}

.sugo_sugo {
    width: 20em;
    border-left: 5px double #1979ca;
    float: left;
    height: 100%;
    padding: 10px;
    background-color: aliceblue;
}

.sugo_hidden_sugo {
    visibility: hidden;
}

.debugcontainer {
    width: 20%;
    position: fixed;
    top: 130px;
    right: 60px;
    background-color: #fff7;
    color: #0007;
    border: 1px solid red;
    height: 500px;
    overflow: scroll;
    z-index: 100;
}

.debugcontainer_hidden {
    visibility: hidden;
    height: 0;
}

.szemelyiadatlap {
}

    .szemelyiadatlap table {
        border: 1px solid black;
    }

        .szemelyiadatlap table thead {
            visibility: hidden;
        }

        .szemelyiadatlap table td {
            border: 1px solid black;
            padding: 5px 20px 5px 20px;
        }


.urescontainer {
    width: 99%;
    padding: 10px;
}

.jobb-sidebar {
    display: block;
    position: absolute;
    top: 40px;
    height: 1000px;
    overflow: hidden;
    width: 550px;
    background-color: #fefefe;
    padding: 20px;
    z-index: 2;
    left: auto !important;
    right: -700px;
    -webkit-transition: right .3s ease;
    transition: right .3s ease;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.26);
    border-radius: 10px;
}

    .jobb-sidebar.open {
        -webkit-transition: right 0.3s ease;
        transition: right 0.3s ease;
        right: 0px;
        z-index: 101;
        cursor: pointer;
    }

.jobb-sidebar-felirat {
    position: fixed;
    right: 10px;
    z-index: 100;
}

.cw_avatar {
    border-radius: 20% !important;
}

.cw_sidebar-header {
    background-color: #999;
    color: white;
}

.cw_app-bar {
    background-color: #ccc;
}

.keptoroloverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(255,150,150, .7);
    text-align: center;
    padding-top: 50px;
    font-size: 50px;
    color: white;
    font-weight: 900;
    pointer-events: none;
}

.keptorolcontainer:hover .keptoroloverlay {
    opacity: 1;
}
/*a DevExtreme textarea magasság hibájának kezelése*/
.dx-texteditor-input-container {
    height: 100%;
}

.dateinput {
    position: relative;
    border: 1px #d9d9d9 solid;
    color: #1d1d1d;
    width: 100%;
    display: block;
    padding: 0 .75rem;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
    font-size: 1rem;
    height: 36px;
    line-height: 36px;
    background: #fff none;
    background-clip: padding-box;
    min-width: 0;
}
/*Ha itt van baj, innen kezdődhet*/
.body-content {
    padding: 0;
    padding-bottom: 50px;
}

#loginForm {
    margin: 0;
}

.container-fluid {
    align-items: center;
    min-height: 100%;
    min-width: 100%;
    margin: auto;
    padding-top: 20px;
}

.loginbox {
    box-shadow: 13px 13px 35px #eee;
    padding: calc(10px + 1vw);
    max-width: 880px;
}

    .loginbox .form-control {
        border: 0 !important;
        border-bottom: 2px solid #777 !important;
        transition: all .17s ease-in-out;
    }

    .loginbox textarea.form-control {
        border: 2px solid #777 !important;
        transition: all .17s ease-in-out;
    }

    .loginbox .form-control:focus {
        outline: 0 !important;
        box-shadow: unset !important;
        border-bottom: 3px solid #777 !important;
        transform: scale(1.05);
    }

    .loginbox .btn {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: 2px solid #777;
        color: #777;
        font-weight: 700;
        padding: 7px 12px;
        font-size: 17px;
        background-color: transparent;
        cursor: pointer;
        transition: all .17s ease-in-out;
    }

        .loginbox .btn:hover {
            color: #fff;
            background-color: darkseagreen;
        }

        .loginbox .btn:focus {
            box-shadow: unset;
            outline: 0;
        }


/* Kép tuning onhover gombok */
.kep-gyujto {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.keptuning1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0px 5px 5px 0px;
    float: left;
}

    .keptuning1 .image {
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .keptuning1 .hidden-content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: rgba(0,0,0,.5);
        transition: all .24s;
        z-index: 333;
        pointer-events: none;
    }

    .keptuning1:hover .hidden-content {
        pointer-events: all;
        opacity: 1;
    }

    .keptuning1 .hidden-content .controls {
        position: absolute;
        top: 0px;
        right: 5px;
        z-index: 9;
    }

        .keptuning1 .hidden-content .controls button, .container .hidden-content .controls a {
            background: 0;
            border: 0;
            color: #fff;
            margin: 4px;
            font-size: 30px;
            transition: all .24s;
        }

            .keptuning1 .hidden-content .controls button:hover, .container .hidden-content .controls a:hover {
                color: #6495ed;
            }

        .keptuning1 .hidden-content .controls .delete:hover {
            color: rgb(200, 50, 50 );
        }


.rakathely_szabad {
    background-color: lightgreen;
}

.rakathely_foglalt {
    background-color: lightcoral;
}

.rakathely_bizonylaton {
    background-color: gold;
}

.rakathely_ures {
    background-color: lightgrey;
}

.rakathely_sajat_van {
    background-color: green;
    color: black;
}

.rakathely_sajat_nincs {
    background-color: yellow;
}

.rakathely_jelolt {
    background-color: skyblue;
    /*border-color: #329; */
    border: 2px solid #329 !important;
}

.rakathely_lejart {
    background-color: gold;
    border: 2px solid #A10C31 !important;
}

.rakathely_lejart_keret {
    border: 4px solid #940B2D !important;
}

#ertesites-holder {
    width: 50%;
    bottom: 0;
    font-weight: bold;
    z-index: 1031; /* Max Z-Index in Fixed Nav Menu is 1030*/
    position: fixed;
    bottom: 0;
    right: 0;
}

.ertesites {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    padding-right: 35px;
    background-color: #ddd;
    border-color: #ccc;
    color: #111;
}

.ertesites-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.ertesites-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.ertesites-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.ertesites-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.ertesites-close {
    position: fixed;
    right: 5px;
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

/*innen kezdődnek a DXDatagrid sorszinezések*/

.datagridRowColor-piros {
    background-color: salmon;
}

.gridpopupcontainer {
    height: inherit;
    overflow-y: auto;
}

.popupscrollcontainer {
    height: auto;
    overflow-y: auto;
}

.dxsurucontainer {
    background-color: white;
}

    .dxsurucontainer label {
        margin-bottom: 0px;
    }

    .dxsurucontainer input {
        padding: 0 0.25rem;
        height: 24px;
    }

    .dxsurucontainer .dx-button-has-icon .dx-icon {
        position: relative;
        right: 4px;
        bottom: 2px;
    }

    .dxsurucontainer .dx-button-has-icon.dx-button-success .dx-icon {
        position: relative;
        bottom: 4px;
        right: 0;
    }

    .dxsurucontainer input + .dx-placeholder {
        line-height: 12px
    }

    .dxsurucontainer .dx-texteditor-input {
        min-height: 24px;
        border-radius: 0px;
    }

    .dxsurucontainer .dx-layout-manage {
        padding-top: 3px;
    }

    .dxsurucontainer .dx-form-group-caption {
        font-size: 18px;
    }

    .dxsurucontainer .dx-form-group-content {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .dxsurucontainer .dx-texteditor-buttons-container .dx-button {
        height: 24px;
        margin: 0px;
    }

    .dxsurucontainer .dx-texteditor-buttons-container .dx-button-content {
        padding: 2px;
    }

    .dxsurucontainer .dx-field-item:not(.dx-first-row) {
        padding-top: 2px;
    }

.dxextrasurucontainer {
    background-color: white;
}

    .dxextrasurucontainer label {
        margin-bottom: 0px;
    }

    .dxextrasurucontainer input {
        padding: 0 0.25rem;
        height: 18px;
        font-size: 13px;
    }

    .dxextrasurucontainer .dx-widget {
        font-size: 13px;
        line-height: 1;
    }

    .dxextrasurucontainer .dx-button-has-icon .dx-icon {
        position: relative;
        right: 4px;
        bottom: 2px;
        line-height: 11px;
    }

    .dxextrasurucontainer .dx-button-has-icon.dx-button-success .dx-icon {
        position: relative;
        bottom: 4px;
        right: 0;
    }

    .dxextrasurucontainer input + .dx-placeholder {
        line-height: 10px
    }

    .dxextrasurucontainer .dx-texteditor-input {
        min-height: 18px;
        border-radius: 0px;
    }

    .dxextrasurucontainer .dx-layout-manage {
        padding-top: 1px;
    }

    .dxextrasurucontainer .dx-form-group-caption {
        font-size: 15px;
    }

    .dxextrasurucontainer .dx-form-group-content {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .dxextrasurucontainer .dx-texteditor-buttons-container .dx-button {
        height: 18px;
        margin: 0px;
    }

    .dxextrasurucontainer .dx-texteditor-buttons-container .dx-button-content {
        padding: 2px;
    }

    .dxextrasurucontainer .dx-field-item:not(.dx-first-row) {
        padding-top: 1px;
    }

    .dxextrasurucontainer .dx-button-has-text .dx-button-content {
        padding: 4px 7px 4px;
    }

.diginfobox {
    display: flex;
}

    .diginfobox .icon {
        color: black;
        font-size: 14px;
        font-weight: 600;
        background-color: lightgoldenrodyellow;
        padding: 5px;
        border: 1px solid silver;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }

    .diginfobox h1 {
        font-size: 20px;
        font-weight: 600;
    }

    .diginfobox h2 {
        font-size: 16px;
        font-weight: 600;
    }

    .diginfobox h3 {
        font-size: 12px;
        font-weight: 600;
    }

    .diginfobox .reszletek {
        color: black;
        font-size: 14px;
        font-weight: 600;
        position: absolute;
        background-color: white;
        padding: 5px;
        border: 3px solid silver;
        cursor: pointer;
        width: 600px;
        max-width: 600px;
        height: 300px;
        overflow-y: auto;
        text-align: left;
        z-index: 1000;
    }


.nav_jovahagyas0 {
    background-color: lightyellow;
    color: black;
}

.nav_jovahagyas1 {
    background-color: lightcoral;
    color: black;
}

.nav_jovahagyas2 {
    background-color: lightgreen;
    color: black;
}

.nav_jovahagyas3 {
    background-color: white;
    color: black;
}


/* Scroll */
::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
}


::-webkit-scrollbar-thumb {
    background: silver;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: black;
    }




/* Termék kereső widget elemei*/

.keszletlista_tr {
    text-align: right;
    /*border-bottom: 1px solid silver;*/
    font-size: 16px;
    padding: 3px;
}

.keszletlista_raktar {
    font-weight: 600;
    text-align: left;
    padding: 3px;
    border: 1px solid silver;
    word-wrap: normal;
}

.keszletlista_szabadkeszlet {
    color: blue;
    width: 50px;
    padding: 3px;
    border: 1px solid silver;
}

.keszletlista_keszlet {
    color: black;
    width: 50px;
    padding: 3px;
    border: 1px solid silver;
}

.keszletlista_elteve {
    color: maroon;
    width: 50px;
    padding: 3px;
    border: 1px solid silver;
}

.keszletlista_erkezik {
    color: darkgreen;
    width: 50px;
    padding: 3px;
    border: 1px solid silver;
}

.arlista_tr {
    text-align: right;
    border-bottom: 1px solid silver;
    font-size: 16px;
    padding: 3px;
}

.arlista_besz_tr {
    background-color: tomato;
    text-align: right;
    border-bottom: 1px solid silver;
    font-size: 16px;
    padding: 3px;
}

.arlista_nev {
    font-weight: 600;
    text-align: left;
    padding: 3px;
}

.arlista_netto {
    width: 80px;
    padding: 3px;
}

.arlista_brutto {
    color: darkblue;
    width: 80px;
    padding: 3px;
}


.ikonflex {
    display: flex;
    flex-wrap: wrap;
}

    .ikonflex .dx-link-icon {
        margin: 0px 5px 0px 5px !important;
        text-decoration: none;
        font-size: 20px !important;
    }

.excelimp_hiba {
    background-color: lightcoral
}

.excelimp_figyelmeztetes {
    background-color: lightyellow
}

.ribbon-menu .content-holder .ribbon-button .ribbon-button-dropdown {
    background-color: #f3f3f3 !important;
}

/*.edit_sarga dx-texteditor-container dx-texteditor-input-container dx-texteditor-input input {*/
.dxtextbox_sarga .dx-texteditor-input {
    background-color: #ffd;
}

.dxtextbox_zold .dx-texteditor-input {
    background-color: #dfd;
}

.dxtextbox_piros .dx-texteditor-input {
    background-color: #fdd;
}

.dxtextbox_kek .dx-texteditor-input {
    background-color: #ddf;
}

.dxtextbox_vastagbetus .dx-texteditor-input {
    font-weight: bold;
}

.dxtextbox_vszurke .dx-texteditor-input {
    background-color: #eee;
}


/*Nyitó blockquote elemet, mert widget-be kerültek*/

#dashboardcontainer {
    display: flex;
}

@media (max-width: 1452px) {
    #dashboardcontainer {
        display: block;
    }
}

@media (max-width: 400px) {
    .nyitoblock-grid-container {
        grid-template-columns: repeat(1, 1fr) !important;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 5%;
        width: 90%;
    }

    .nyitoblock-box {
        box-shadow: 5px 5px 15px gray;
        width: 200px;
        height: 200px;
        margin: auto;
    }
}

@media (min-width: 600px) {
    .nyitoblock-grid-container {
        grid-template-columns: repeat(2, 1fr);
        margin-right: auto;
        margin-left: auto;
        margin-top: 5%;
        width: 500px;
    }

    .nyitoblock-box {
        box-shadow: 5px 5px 15px gray;
        width: 200px;
        height: 200px;
        margin: auto;
    }
}

@media (min-width: 1000px) {
    .nyitoblock-grid-container {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 5%;
        margin-right: auto;
        margin-left: auto;
        width: 700px;
    }

    .nyitoblock-box {
        box-shadow: 5px 5px 15px gray;
        width: 200px;
        height: 200px;
        margin: auto;
    }
}

.nyitoblock-grid-container {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(4, auto);
    grid-gap: 10px;
    display: grid;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.nyitoblock-body {
    background-color: floralwhite !important;
}

.nyitoblock-box {
    box-shadow: 5px 5px 15px gray;
    color: black;
    font-weight: 400;
    font-size: 20px;
    margin: auto;
}

.nyitoblock-kep {
    position: absolute;
    top: 46px;
    left: 62px;
    width: 76px;
    height: auto;
}

.nyitoblock-qr {
    position: absolute;
    top: 16px;
    left: 20px;
    width: 80%;
    height: 80%;
}


.nyitoblock-box .nyitoblock-branding-bar {
    font-weight: 500;
    font-size: 16px;
    text-wrap: normal;
    white-space: pre-wrap;
    height: auto;
    line-height: 20px;
    bottom: 0;
    position: absolute;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.nyitoblock-szoveg0 {
    font-weight: 500;
    font-size: 20px;
    text-wrap: normal;
    color: black;
    text-align: center;
    display: block;
}


.nyitoblock-label {
    font-weight: 100;
    font-size: 12px;
    text-wrap: normal;
    color: black;
    text-align: center;
    display: block;
}

.nyitoblock-szoveg1 {
    font-weight: 800;
    font-size: 32px;
    text-wrap: normal;
    color: maroon;
    text-align: center;
    display: block;
}

.nyitoblock-szoveg1b {
    font-weight: 500;
    font-size: 16px;
    text-wrap: normal;
    color: darkblue;
    text-align: center;
    display: block;
}

.nyitoblock-szoveg2 {
    font-weight: 200;
    font-size: 20px;
    text-wrap: normal;
    color: darkgreen;
    text-align: center;
    display: block;
}

.nyitoblock-szoveg3 {
    font-weight: 200;
    font-size: 12px;
    text-wrap: normal;
    color: black;
    text-align: center;
    display: block;
}

.nyitoblock-flex-container {
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    /*margin-top: 5%;*/
    width: 90%;
}

    .nyitoblock-flex-container.nyitoblock-box {
        box-shadow: 5px 5px 15px gray;
        width: 200px;
        height: 200px;
        margin: auto;
    }


.ertesites-container {
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    background-color: #80808080;
    bottom: 40px;
    left: 20px;
    box-shadow: 6px 6px 6px #cccccc, 10px 10px 10px #ffffff, 0 0 0 #cccccc inset, 0 0 0 #ffffff inset;
    cursor: pointer;
}


.ertesites-felirat {
    color: white;
    font-weight: 600;
    font-size: 24px;
    left: 20px;
    width: 100%;
}

.dighover {
    width: 40px;
    height: 40px;
    border: 1px solid silver;
}

    .dighover:hover {
        background-color: silver;
        width: 400px;
        height: 200px;
    }

.dighover-nagy {
    width: 400px;
    height: 200px;
}

    .dighover-nagy:hover {
    }


.gridonpopup {
    display: inline;
}

.gyorsfizet-grid-container {
    grid-template-rows: repeat(1, auto);
    grid-template-columns: repeat(2, auto);
    grid-gap: 10px;
    display: grid;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}





/*Ezt majd Máté beteszi szépen a SASS-ba...*/
/* https://stripesgenerator.com/ */

/*Igény*/
.fve_allapot1 {
    background-color: white !important;
}
/*Besorolva*/
.fve_allapot2 {
    background-color: white !important;
}
/*Végelgesítve*/
.fve_allapot3 {
    background-color: white !important;
}

/*Folyamatban*/
.fve_allapot4 {
    background-image: linear-gradient(45deg, #ddffff 25%, #ffffff 25%, #ffffff 50%, #ddffff 50%, #ddffff 75%, #ffffff 75%, #ffffff 100%) !important;
    background-size: 50px 50px !important;
    border: 2px dashed blue;
}

/*Úton*/
.fve_allapot12 {
    background-image: linear-gradient(45deg, #ddddff 25%, #ffffff 25%, #ffffff 50%, #ddddff 50%, #ddddff 75%, #ffffff 75%, #ffffff 100%) !important;
    background-size: 50px 50px !important;
}


/*Kész*/
.fve_allapot5 {
    background-image: linear-gradient(45deg, #ddffdd 25%, #ffffff 25%, #ffffff 50%, #ddffdd 50%, #ddffdd 75%, #ffffff 75%, #ffffff 100%) !important;
    background-size: 50px 50px !important;
}
/*Lemondva*/
.fve_allapot6 {
    background-image: linear-gradient(45deg, #ffffdd 25%, #ffffff 25%, #ffffff 50%, #ffffdd 50%, #ffffdd 75%, #ffffff 75%, #ffffff 100%) !important;
    background-size: 50px 50px !important;
}
/*Meghiúsult*/
.fve_allapot7 {
    background-image: linear-gradient(45deg, #ffdddd 25%, #ffffff 25%, #ffffff 50%, #ffdddd 50%, #ffdddd 75%, #ffffff 75%, #ffffff 100%) !important;
    background-size: 50px 50px !important;
}

.fve_allapot8 {
    background-image: linear-gradient(45deg, #dddddd 25%, #ffffff 25%, #ffffff 50%, #dddddd 50%, silver 75%, #ffffff 75%, #ffffff 100%) !important;
    background-size: 50px 50px !important;
}

.fve_allapot9 {
    background-image: linear-gradient(45deg, #dddddd 25%, #ffffff 25%, #ffffff 50%, #dddddd 50%, silver 75%, #ffffff 75%, #ffffff 100%) !important;
    background-size: 50px 50px !important;
}


.fve_folyamatban {
    background-image: linear-gradient(45deg, #ddffff 25%, #ffffff 25%, #ffffff 50%, #ddffff 50%, #ddffff 75%, #ffffff 75%, #ffffff 100%) !important;
    background-size: 50px 50px !important;
    border: 2px dashed blue;
}

.fve_kesz {
    background-image: linear-gradient(45deg, #ddffdd 25%, #ffffff 25%, #ffffff 50%, #ddffdd 50%, #ddffdd 75%, #ffffff 75%, #ffffff 100%) !important;
    background-size: 50px 50px !important;
}


.fve_feher {
    background-color: white !important;
}

.fve_tortfeher {
    background-color: ghostwhite !important;
}

.fve_sarga {
    background-color: lightgoldenrodyellow !important;
}

.fve_sargabb {
    background-color: yellow !important;
}

.fve_piros {
    background-color: red !important;
    color: white;
}

.fve_kek {
    background-color: lightblue !important;
}

.fve_kekebb {
    background-color: blue !important;
    color: white;
}

.fve_zold {
    background-color: lightgreen !important;
}

.fve_zoldebb {
    background-color: green !important;
    color: white;
}

.fve_lila {
    background-color: lightpink !important;
}

.fve_lilabb {
    background-color: magenta !important;
    color: white;
}

.fve_arany {
    background-color: gold !important;
}

.fve_szurke {
    background-color: lightgrey !important;
}

.fve_szurkebb {
    background-color: darkgrey !important;
    color: white;
}

#olvasott_vonalkod {
    position: fixed;
    bottom: 0;
}

#olvasott_vonalkod_input {
    width: 1px;
    text-decoration-color: white;
    /* visibility:hidden;*/
}



/* Kamera widget elemei */
.keplistakeret {
    display: flex;
}

.keplistatag {
    min-width: 50px;
    min-height: 50px;
    max-width: 100px;
    max-height: 100px;
    border: 1px solid silver;
    margin: 5px 5px 5px 5px;
    display: inline-flex;
}

.keplistatag2 {
    min-width: 50px;
    min-height: 50px;
    max-width: 200px;
    max-height: 200px;
    border: 1px solid silver;
    margin: 5px 5px 5px 5px;
    display: inline-flex;
}

.keplistakep {
    max-width: 100%;
    max-height: 100%;
    height: max-content;
}

.iksz_upright {
    z-index: 2;
    position: absolute !important;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background-image: url('/Content/images/redx_32.png');
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
}


/* bizonylatlista elemei */

/*normál, nem rendelhető , átadva*/
.fs_fekete {
    color: black;
    background-color: lightgray;
}
/* felvéve, stornó*/
.fs_piros {
    color: white;
    background-color: red;
}
/* stornózott*/
.fs_narancs {
    color: white;
    background-color: orange;
}
/* beszerzés alatt*/
.fs_kek {
    color: white;
    background-color: deepskyblue;
}
/* üzletben*/
.fs_zold {
    color: black;
    background-color: greenyellow;
}
/*beérkezett*/
.fs_lila {
    color: black;
    background-color: indigo;
}

fs_aqua {
    color: white;
    background-color: aqua;
}

#fotoscancontainer {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background-color: lightgray;
}



.size-medium.badger .dx-button-content {
    background-color: red !important;
    color: white;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
    left: 20px;
    border-radius: 10px;
    padding-top: 7px;
    padding-left: 7px;
    align-content: flex-start;
    justify-content: flex-end;
    width: 20px;
    height: 14px;
}

.size-small.badger .dx-button-content {
    background-color: red !important;
    color: white;
    font-size: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
    left: 10px;
    border-radius: 6px;
    padding-top: 6px;
    padding-left: 4px;
    align-content: flex-start;
    justify-content: flex-end;
    width: 12px;
    height: 8px;
}

.kontener-cell {
    display: flex;
    flex-wrap: wrap;
}

.kontener-elem {
    padding: 5px;
    margin: 0 0px 5px 5px;
    font-weight: 600;
    font-size: 16px;
    min-width: 32px;
    text-align: center;
}

    .kontener-elem .tooltiptext {
        visibility: hidden;
        /*width: 240px;*/
        background-color: white;
        color: black;
        text-align: center;
        border-radius: 6px;
        border: 2px solid gray;
        padding: 5px 5px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        height: 40px;
    }

    .kontener-elem:hover .tooltiptext {
        visibility: visible;
    }

.wmk_t1 {
    background-color: gold;
    color: black;
}

.wmk_t2 {
    background-color: green;
    color: white;
}

.wmk_t3 {
    background-color: red;
    color: white;
}

.wmk_t4 {
    background-color: lightgray;
    color: black;
}

.wmk_t5 {
    background-color: brown;
    color: white;
}

.wmk_t6 {
    background-color: green;
    color: yellow;
}

.wmk_t7 {
    background-color: black;
    color: white;
}

.wmk_t8 {
    background-color: lightgray;
    color: blue;
}

.wmk_t9 {
    background-color: mediumpurple;
    color: white;
}

.wmk_t10 {
    background-color: mediumpurple;
    color: yellow;
}

.wmk_t11 {
    background-color: blue;
    color: white;
}

.wmk_t12 {
    background-color: black;
    color: white;
}

/*megrendelés státuszokhoz tartozó class-ok*/
.ms_fekete {
    color: white;
    background-color: black;
}

.ms_kek {
    color: white;
    background-color: deepskyblue;
}

.ms_skek {
    color: white;
    background-color: navy;
}

.ms_zold {
    color: black;
    background-color: greenyellow;
}

.ms_narancs {
    color: white;
    background-color: orange;
}

.ms_sarga {
    color: black;
    background-color: yellow;
}

.ms_pink {
    color: black;
    background-color: pink;
}

.ms_lila {
    color: white;
    background-color: mediumpurple;
}

.ms_piros {
    color: white;
    background-color: red;
}


/* Az Új FileWidget (FileWidget2) -megjelnéséthez kell - a beépített dxFileUploader arculatát teszi beépíthetővé */
.fw2 .dx-fileuploader,
.dx-fileuploader * {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.fw2 .dx-fileuploader-input-container {
    display: none;
}

.fw2 .dx-fileuploader-content {
    height: 36px;
}

.fw2 .dx-fileuploader-input-wrapper .dx-button {
    border: 0;
    padding: 1px;
}

.fw2 .dx-fileuploader-wrapper,
.fw2 .dx-fileuploader-input-wrapper {
    padding: 0;
    border: none;
}

.fw2_feltolto_dragover {
    border: 2px solid navy;
}

/* Az Új FileWidget (FileWidget2) - vége     */

/* IFrame betekintő */
#iframe_container {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateY(7%);
    width: 30vw;
    height: 90vh;
    display: none;
    transition: opacity 0.3s ease-in-out;
    z-index: 999;
    background-color: white;
}

#pdf-iframe {
    z-index: 998;
    height: 90%;
    /* transform: translateY(10%);*/
    width: 100%;
    display: block;
    /* position: fixed;
        top: 50%;
        right: 0;
        
        width: 30vw;
        height: 80vh;
        display: none;
        transition: opacity 0.3s ease-in-out;
        z-index: 999;
        background-color: white;*/
}

.dx-svg-icon {
    width: 18px !important;
    height: 18px !important;
}

#iframe_filelista {
    height: 10%;
    padding: 5px;
    background-color: white;
    z-index: 999;
    display: block;
    /* position:fixed;
        top: 20%;
        right:0;
        height:20vh;
        width:30vw;
        display:none;
        transform: translateY(-70%);
        border:1px solid black;        
        z-index:999;
        background-color: white;*/
}

/* IFrame betekintő vége */

/* Szélesség javítása kis kijelzőn*/

.container {
    max-width: 100% !important;
}


/* az ikonok hátere fixen fehér....*/
.dx-row-focused .dx-command-edit {
    background-color: rgba(92,149,197,0.2) !important;
}

/* Menü dropdown javítása */
.ribbon-dropdown {
    top: auto !important;
    left: auto !important;
    position: fixed !important;
}

/*Éltex tálca polymer-element létrehozása, majd Máté megcsinálja szépre*/
.ftt_sima {
    background-image: linear-gradient(60deg, #cfc 75%, #aaa 75%,#aaa calc(75% + 5px), #cfc 75%, #cfc 100%) !important;
    background-size: 100% 100% !important;
    color: black !important;
}

.ftt_veszelyes {
    background-image: linear-gradient(60deg, #cfc 75%, #aaa 75%,#aaa calc(75% + 5px), #fcf 75%, #fcf 100%) !important;
    background-size: 100% 100% !important;
    color: black !important;
}


.ftt_neutralis {
    background-image: linear-gradient(60deg, #dff 75%, #aaa 75%,#aaa calc(75% + 5px), #cfc 75%, #cfc 100%) !important;
    background-size: 100% 100% !important;
    color: black !important;
}

.ftt_neutralis_veszelyes {
    background-image: linear-gradient(60deg, #dff 75%, #aaa 75%,#aaa calc(75% + 5px), #fcf 75%, #fcf 100%) !important;
    background-size: 100% 100% !important;
    color: black !important;
}

.ftt_kozvetlen_veszelyes {
    background-image: linear-gradient(60deg, #fca 75%, #aaa 75%,#aaa calc(75% + 5px), #fcf 75%, #fcf 100%) !important;
    background-size: 100% 100% !important;
    color: black !important;
}

.ftt_raktarkozi {
    background-image: linear-gradient(60deg, #ccc 75%, #aaa 75%,#aaa calc(75% + 5px), #cfc 75%, #cfc 100%) !important;
    background-size: 100% 100% !important;
    color: black !important;
}

.ftt_raktarkozi_veszelyes {
    background-image: linear-gradient(60deg, #ccc 75%, #aaa 75%,#aaa calc(75% + 5px), #fcf 75%, #fcf 100%) !important;
    background-size: 100% 100% !important;
    color: black !important;
}


.ftt_sajatos_beszallitas {
    background-image: linear-gradient(60deg, #ffc 75%, #aaa 75%,#aaa calc(75% + 5px), #cfc 75%, #cfc 100%) !important;
    background-size: 100% 100% !important;
    color: black !important;
}

.ftt_kiszallitas {
    background-image: linear-gradient(60deg, #fcc 75%, #aaa 75%,#aaa calc(75% + 5px), #cfc 75%, #cfc 100%) !important;
    background-size: 100% 100% !important;
    background-color: #fcc !important;
}

.ftt_kiszallitas_veszelyes {
    background-image: linear-gradient(60deg, #fcc 75%, #aaa 75%,#aaa calc(75% + 5px), #fcf 75%, #fcf 100%) !important;
    background-size: 100% 100% !important;
    color: black !important;
}


.ftt_gyartas {
    background-color: #fff !important;
}

.dx-timeview-field .dx-numberbox {
    width: 6em;
}


#kapcsolatgombok {
    margin:5px;
}

.kapcsolatlista_tip34 {
    width: 100%;
    background-color: #eee;
    border: 1px solid black;
    border-radius: 5px;
    color: black;
    padding: 5px;
}