html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


#fotoscancontainer {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background-color: lightgray;
}


/* 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;
}

/*a kompatibilitás miatt ideiglenesen létrehozva*/
.row {
    display: flex;
}

.cell-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.000005%;
    flex: 0 0 25.000005%;
    max-width: 25.000005%;
}

.rallapot1 {
    background-color: #fcc !important;
    color: black !important;
}

.rallapot2 {
    background-color: #ffc !important;
    color: black !important;
}

.rallapot3 {
    background-color: #cff !important;
    color: black !important;
}

.rallapot4 {
    background-color: #cfc !important;
    color: black !important;
}

.rallapot5 {
    background-color: #cfc !important;
    color: black !important;
}

.rallapot7 {
    background-color: #fc5 !important;
    color: black !important;
}

.rallapot8 {
    background-color: #cf5 !important;
    color: black !important;
}


.rallapot9 {
    background-color: #ccc !important;
    color: black !important;
}

.rallapot10 {
    background-color: #f88 !important;
    color: black !important;
}

.rallapot11 {
    background-color: #ccc !important;
    color: black !important;
}

.rallapot12 {
    background-image: linear-gradient(-45deg, #ccc 0%, #ccc 10%, #fcc 10%, #fcc 20%, #ccc 20%, #ccc 30%, #fcc 30%, #fcc 40%, #ccc 40%, #ccc 50%, #fcc 50%, #fcc 60%, #ccc 60%, #ccc 70%, #fcc 70%, #fcc 80%, #ccc 80%, #ccc 90%, #fcc 90%, #fcc 100%) !important;
    background-color:white;
    color: black !important;    
}

.rallapot13 {
    background-color: #ccc !important;
    color: black !important;
}

.rallapot14 {
    background-color: #ccc !important;
    color: black !important;
}

.rallapot15 {
    background-color: #ccc !important;
    color: black !important;
}


.szallapot1 {
    background-color: #fcc !important;
    color: black !important;
}

.szallapot2 {
    background-color: #ffc !important;
    color: black !important;
}

.szallapot3 {
    background-color: #cfc !important;
    color: black !important;
}

.szallapot4 {
    background-color: #ccc !important;
    color: black !important;
}


.mohu_allapot_nyitott {
    background-color: #ffc !important;
    color: black !important;
}

.mohu_allapot_aktiv {
    background-color: #cfc !important;
    color: black !important;
}

.mohu_allapot_elutasitva {
    background-color: #ccc !important;
    color: black !important;
}
.lezart_rendeles {
    background-color: lightsalmon;
}

.nyitott_rendeles {
    background-color: #82caaf;
}

.button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0 .75rem;
    font-size: .875rem;
    line-height: 34px;
    height: 36px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    background-color: #ebebeb;
    color: #1d1d1d;
    cursor: pointer;
    outline: 0;
    position: relative;
}

    .button.primary {
        outline-color: #89b0ff;
        background-color: #0050ef;
        color: #fff;
    }

    .button.secondary {
        color: #fff;
        background-color: #4b626d;
        border-color: #36474f;
    }

    .button.alert {
        color: #fff;
        background-color: red;
        border-color: lightcoral;
    }

    .button.success {
        color: #fff;
        background-color: green;
        border-color: lightgreen;
    }

.m-1 {
    margin: 1px;
}


.dxgrid_osszesitokontener {
    display: flex;
}

.dxgrid_osszesitoelem {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background-color: #eee;
    display: flex;
    margin-right: 10px;
}

.dxgrid_osszesitoelemnev {
    padding-left: 10px;
}

.dxgrid_osszesitoelemertek {
    font-weight: 800;
    padding-left: 3px;
    padding-right: 10px;
}


.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: 10px;
    align-content: flex-start;
    justify-content: flex-end;
    width: 12px;
    height: 8px;
    margin-left: 10px;
}