﻿


.cardTitlePrV {
    display: grid;
    grid-template-columns: auto auto;
    min-height: 37px;
}

.cardTitlePrNV {
    display: grid;
    grid-template-columns: auto;
    min-height: 37px;
}

.returnToPreviousV {
    display: grid;
    grid-template-columns: auto auto;
    margin-right: auto;
    padding-left: 5px;
}

.returnToPreviousNV {
    display: none;   
}

.accordion-container {
    display: flex;
    flex-direction: column; /* Alt alta düzenleme */
    gap: 10px; /* Akordiyonlar arası mesafe */
    padding-bottom: 3px;
}

.cardGeneralDiv {
    display: flex;
    flex-direction: column; /* Alt alta düzenleme */
    gap: 10px;
}


.bb-sidebar2-top-row {
    /* height: 3.5rem;
    background-color: var(--bb-sidebar2-top-row-background-color);
    border-bottom: 1px solid var(--bb-sidebar2-top-row-border-color);*/
    border-right: 1px solid white !important;
}



.mainimgno {
    background-image: none;
}

.mainimg {
    background-image: url(/img/1HDHWP.jpg);
    background-repeat: round;
}

@media screen and (max-width: 640px) {

    .mainimg {
        background-image: none;
    }

}


/* Group Form dizayn */
div.CompGroup {
    padding: 18px;
    border: 1px solid #ccc;
    position: relative;
    background-color: #ddd;
    margin-top: 20px;
}

.subdlg {
    /*border: 1px solid;*/
    position: absolute;
    left: 5px;
    top: -10px;
    z-index: 99;
    background-color: #ddd;
   
}

.formcard {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
}

    .formcard:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.selno {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}


.grp-anaForm {
    display: grid;
    /* grid-column-gap: 3px; */
    grid-row-gap: 3px;
    grid-template-columns: auto auto;
    background-color: #ddd;
    /*background-color: white;*/
    /* padding: 10px; */
    /*   
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    */
    /* height: calc(100vh - 210px); */
}

.grp-anaForm1 {
    display: grid;
    /* grid-column-gap: 3px; */
    grid-row-gap: 3px;
    grid-template-columns: auto;
    background-color: #ddd;
    /*background-color: white;*/
    /* padding: 10px; */
    /*   
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    */
    /* height: calc(100vh - 210px); */
}

.grp-anaForm2 {
    display: grid;
    /* grid-column-gap: 3px; */
    grid-row-gap: 3px;
    grid-template-columns: auto auto;
    background-color: #ddd;
    /*background-color: white;*/
    /* padding: 10px; */
    /*   
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    */
    /* height: calc(100vh - 210px); */
}

.grp-Radio1 {
    display: grid;
    /* grid-column-gap: 3px; */
    grid-row-gap: 3px;
    grid-template-columns: auto;
    background-color: #ddd;
    /*background-color: white;*/
    /* padding: 10px; */
    /*   
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    */
    /* height: calc(100vh - 210px); */
}

.grp-Radio2 {
    display: grid;
    /* grid-column-gap: 3px; */
    grid-row-gap: 3px;
    grid-template-columns: 20px auto;
    background-color: #ddd;
    /*background-color: white;*/
    /* padding: 10px; */
    /*   
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    */
    /* height: calc(100vh - 210px); */
}

.grp-anaForm5 {
    display: grid;
    grid-row-gap: 3px;
    grid-template-columns: auto auto auto auto auto;
    background-color: #ddd;
    
}

.grp-lookUp {
    display: grid;
    grid-template-columns: auto 45px;
    grid-column-gap: 5px;
    grid-row-gap: 3px;
    background-color: #ddd;
    padding-left: 3px;
    padding-right: 5px;
}

.grp-anaForm3 {
    display: grid;
    /* grid-column-gap: 3px; */
    grid-row-gap: 3px;
    grid-template-columns: auto auto auto;
    background-color: #ddd;
    /*background-color: white;*/
    /* padding: 10px; */
    /*   
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    */
    /* height: calc(100vh - 210px); */
}

.grp-anaForm4 {
    display: grid;
    /* grid-column-gap: 3px; */
    grid-row-gap: 3px;
    grid-template-columns: auto auto auto auto;
    background-color: #ddd;
    /*background-color: white;*/
    /* padding: 10px; */
    /*   
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    */
    /* height: calc(100vh - 210px); */
}

.grp-anaForm8 {
    display: grid;
    /* grid-column-gap: 3px; */
    grid-row-gap: 3px;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    background-color: #ddd;
    /*background-color: white;*/
    /* padding: 10px; */
    /*   
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    */
    /* height: calc(100vh - 210px); */
}

.grp-DFormGeneral {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto;
    background-color: white;
    /* padding: 10px; */
    /*height:max-content*/
    /*overflow: auto;*/
}

.grp-divideForm {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto;
    background-color: white;
    /* padding: 10px; */
    height: calc(85vh - 210px);
    overflow: auto;
}

.grp-divide1Form {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 25px;
    grid-template-columns: auto;
    background-color: white;
    /* padding: 10px; */
    /* height: calc(100vh - 210px);*/
    /*padding-top: 10px;*/
}

.grp-divide2Form {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 25px;
    grid-template-columns: auto auto;
    background-color: white;
    /* padding: 10px; */
    /* height: calc(100vh - 210px);*/
    /*padding-top: 10px;*/
}

.grp-divide3Form {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 25px;
    grid-template-columns: auto auto auto;
    background-color: white;
    /* padding: 10px; */
    /* height: calc(100vh - 210px);*/
    /*padding-top: 10px;*/
}


.grp-ItemGenel {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto;
    background-color: white;
    height: calc(95vh - 295px);
    overflow: auto;
}



.grp-itemForm {
    background-color: #ddd;
    border: 0px solid rgba(0, 0, 0, 0.8);
    padding-left: 3px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    text-align: left;
    /* min-width: 70px; */
    /* max-width: 200px; */
    /* min-height: 50px; */
    height: auto;
}


.grp-btnFrm {
    display: grid;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: white;
    padding-top: 20px;
    padding-right: 1px;
    padding-bottom: 1px;
    /*padding-left: 1px;*/
    grid-template-columns: auto auto auto auto;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.grp-btnFrm1 {
    display: grid;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: white;
    padding-top: 20px;
    padding-right: 1px;
    padding-bottom: 1px;
    /*padding-left: 1px;*/
    grid-template-columns: auto ;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.grp-btn2Frm {
    display: grid;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: white;
    padding-top: 20px;
    padding-right: 1px;
    padding-bottom: 1px;
    /*padding-left: 1px;*/
    grid-template-columns: auto auto;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.grp-btn3Frm {
    display: grid;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: white;
    padding-top: 20px;
    padding-right: 1px;
    padding-bottom: 1px;
    /*padding-left: 1px;*/
    grid-template-columns: auto auto auto;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.grp-btn4FrmFull {
    display: grid;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: white;
    padding-top: 10px;
    padding-right: 1px;
    padding-bottom: 10px;
    /* padding-left: 1px; */
    grid-template-columns: auto auto auto auto;
    /* width: 50%; */
    margin-left: auto;
    margin-right: auto;
}

.grp-btn3FrmFull {
    display: grid;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: white;
    padding-top: 2px;
    padding-right: 1px;
    padding-bottom: 2px;
    grid-template-columns: auto auto auto;    
    /*margin-left: auto;
    margin-right: auto;*/
}

.grp-btn2FrmFull {
    display: grid;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: white;
    padding-top: 10px;
    padding-right: 1px;
    padding-bottom: 10px;   
    grid-template-columns: auto auto;
    margin-left: auto;
    margin-right: auto;
}

.grp-btnCell4 {    
    text-align: center;
    min-width: 25%;
    height: 40px;
    line-height: 1;
    background-color: white;
    padding: 1px;    
}
.cmpGosterme {
    display:none;
}

.grp-formcolor {
    /*background-color: cornsilk !important;*/
    background-color: white !important;
}

.grp-whitecolor {
    background-color: white;
}

.grp-PagingCell {
    float: left;
    text-align: center;
    min-width: 10px;
    height: 40px;
    line-height: 1;
    background-color: white;
    padding: unset;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    /* width: 107px; */
}


.btngrpKeys {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #4CAF50;
    cursor: pointer;
    font-weight: bolder;
    color: white !important;
}

.form-cb {
    display: block;
    width: 100%;
    height: calc(0.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.grpCls {
    padding-top: 10px;
}


.mdl-dlg3 {
}

.mdl-dlg4 {
}

/* Mobile Application düzenlemeleri */
.pagePathVisible{
    display:none;
}

.pagingKart {
    width: 50%;
}

.pgTitle {
    /*background-color: cornsilk;*/
    background-color: #dfe3e8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pgTitleTxt {
    font-weight: normal;
    font-size: medium;
}

.pgTitleRightV {
    display: grid;
    grid-template-columns: auto auto 45px 45px;
    margin-left: auto;
    margin-right: 0;
    grid-column-gap: 5px;   
}

.pgTitleRightNV {
    display: grid;
    grid-template-columns: auto auto 45px 45px;
    margin-left: auto;
    margin-right: 0;
    grid-column-gap: 5px;
    display: none;
}

/* restaurant Performance  --> */

    .rperBCInNavHD {
    background-color: #F96A00 !important; /* arı  HD turuncu*/
    color: white !important;
}

.grp-RPerView {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto;
    /*grid-template-columns: auto auto;*/
    background-color: white;
    /*height: calc(94vh - 295px);*/
    overflow: auto;
}


.grp-btnRPerView {
    text-align: center;
    min-width: 25%;
    height: 40px;
    line-height: 1;
    padding: 1px;
}

.grp-grpRPerView {
    display: grid;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    padding-top: 10px;
    padding-right: 1px;
    padding-bottom: 10px;
    grid-template-columns: auto;
    margin-left: auto;
    margin-right: auto;
}

/* restaurant Performance <-- */

/* qr Rec */

div.CompGroupQR {
    padding: 18px;
    border: 1px solid #ccc;
    position: relative;
    /*background-color: #ddd;*/
    background-color: white;
    margin-top: 20px;
}

.grp-itemFormQRHD {
    background-color: #FF6B00;
    border: 0px solid rgba(0, 0, 0, 0.8);
    padding-left: 3px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    text-align: left;
    height: auto;
}

.grp-itemFormQRPidem {
    background-color: #ED6E25;
    border: 0px solid rgba(0, 0, 0, 0.8);
    padding-left: 3px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    text-align: left;
    height: auto;
}

.qrBCInNavHD {
    background-color: #FF6B00 !important;
    color: white !important;
}



.qrBCInNavPidem {
    background-color: #ED6E25 !important;
    color: white !important;
}

.qrOutLineHD {
    /*outline: 1px solid rgba(246,108,36);*/
    border: 3px solid #FF6B00 !important;
}

.qrOutLinePidem {
    /*outline: 1px solid rgba(246,108,36);*/
    border: 3px solid #ED6E25 !important;
}

.hdBrand {
    font-size: 0.9rem !important;
}

.qrInfoHeader {
    font-weight: bold;
}

.qrRecAutoScrollDiv {
    display: block;
    position: static;
    overflow: auto;
    /* height: calc(100vh - 197px); */
}

.qrRec-anaForm1 {
    display: grid;
    /* grid-column-gap: 3px; */
    /*grid-row-gap: 30px;*/
    grid-template-columns: auto;
    background-color: #ddd;
    /*background-color: white;*/
    /* padding: 10px; */
    /*   
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    */
    /* height: calc(100vh - 210px); */
}

.grp-ItemQR {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: auto;
    /*grid-template-columns: auto auto;*/
    background-color: white;
    /*height: calc(94vh - 295px);*/
    overflow: auto;
}

.grp-OkQR {
    display: grid;
    grid-template-columns: auto 100px auto;
    background-color: #ddd;
    border: 0px solid rgba(0, 0, 0, 0.8);
    padding-left: 3px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    text-align: left;
    /* min-width: 70px; */
    /* max-width: 200px; */
    /* min-height: 50px; */
    height: auto;
}

.grp-LogoQR {
    display: grid;
    grid-template-columns: auto auto auto;
    /*
    background-color: #ddd;
    border: 0px solid rgba(0, 0, 0, 0.8);
    padding-left: 3px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    text-align: left;
    */
   
    height: auto;
}

.grp-LogoRest {
    display: grid;
    grid-template-columns: auto 120px auto;
    height: auto;
}

.birthDate {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 5px;
}

.alert-error {
    color: red;
    background-color: #fff3cd;
    border-color: #f5c6cb;
}

.qrLblHead {
    /*font-weight: bold;*/
    font-size: 18px;
    color: white;
}

.qrSubdlg {
    /* border: 1px solid; */
    position: absolute;
    left: 5px;
    top: -10px;
    z-index: 99;
    background-color: #ddd;
    right: 5px;
}


/*UserSpecial*/

.userSpecialGenelAutoScrollDiv {
    display: block;
    position: static;
    overflow: auto;
    height: calc(100vh - 197px);
}

.userSpecialGenelDlgAutoScrollDiv {
    display: block;
    position: static;
    overflow: auto;
    height: calc(73vh - 200px);
}

/**/

.cariGenelDiv {
    display: block;
    position: static;    
    height: calc(100vh - 197px);
}

.cariGenelAutoScrollDiv {
    display: block;
    position: static;
    overflow: auto;
    height: calc(100vh - 197px);
}

.cariGenelDlgAutoScrollDiv {
    display: block;
    position: static;
    overflow: auto;
    height: calc(73vh - 200px);
}

.cariGenelDlgDiv {
    display: block;
    position: static;
    height: calc(73vh - 200px);
}

.restaurantGenelDlgDiv {
    display: block;
    position: static;
    overflow: auto;
    /*height: calc(73vh - 200px);*/
}

.cariGridDlg {
    width: 100%;
    height: calc(61vh - 100px);
    margin-bottom: 10px;
}

.cariGrid {
    width: 100%;
    height: calc(65vh - 100px);
    margin-bottom: 10px;
}

.autoScrollDiv225 {
    display: block;
    position: static;
    overflow: auto;
    height: calc(94vh - 225px);
}

.mobileVisibleNone {
    
}

.desktopVisibleNone {
    display: none;
}

.posLeftSide {
    width:40%;
}


#urunkeyPos {
    display: grid;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: auto auto;
}


/* Lokasyon Dialog*/



/*--> #mnthlyView*/


#mnthlyView {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: small;
    border-collapse: collapse;
    width: 100%;
}

    #mnthlyView td {
        border: 1px solid #ddd;
        padding: 5px;
    }

    /* musteriBul tablosunda birinci kolon css ayarları verilir.*/
    #mnthlyView tbody > tr > :nth-child(1) {
        cursor: pointer;
    }

    #mnthlyView th {
        border: 1px solid #b1b5ba;
        /* padding: 8px; */
        background-color: #dfe3e8;
        color: black;
        text-align: center;
    }

    #mnthlyView :nth-child(1) {
        width: 30% !important;
        text-align: left;
    }

    #mnthlyView :nth-child(2) {
        width: 22% !important;
        text-align: right;
    }

    #mnthlyView :nth-child(3) {
        width: 22% !important;
        text-align: right;
    }

    #mnthlyView :nth-child(4) {
        width: 22% !important;
        text-align: right;
    }

    #mnthlyView tbody > tr > :nth-child(4) {
        text-align: right;
    }



    #mnthlyView tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #mnthlyView tr:hover {
        background-color: #ddd;
    }

/* #mnthlyView <-- */

/*--> #halfView*/


#halfView {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: small;
    border-collapse: collapse;
    width: 100%;
}

    #halfView td {
        border: 1px solid #ddd;
        padding: 5px;
    }

    /* musteriBul tablosunda birinci kolon css ayarları verilir.*/
    #halfView tbody > tr > :nth-child(1) {
        cursor: pointer;
    }

    #halfView th {
        border: 1px solid #b1b5ba;
        /* padding: 8px; */
        background-color: #dfe3e8;
        color: black;
        text-align: center;
    }

    #halfView :nth-child(1) {
        width: 30% !important;
        text-align: left;
    }

    #halfView :nth-child(2) {
        width: 22% !important;
        text-align: right;
    }

    #halfView :nth-child(3) {
        width: 22% !important;
        text-align: right;
    }

    #halfView :nth-child(4) {
        width: 22% !important;
        text-align: right;
    }

    #halfView tbody > tr > :nth-child(4) {
        text-align: right;
    }



    #halfView tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #halfView tr:hover {
        background-color: #ddd;
    }

/* #halfView <-- */


/* ---> SmartPhone */


.colCntr {
    text-align: center !important;
}

.layoutExt {
    background-color: cornsilk !important; 
}

.layoutHDExt {
    background-color: #FFFFFF !important;
    /* background-color: #F96A00 !important; */ /* arı HD turuncu*/
    /* background-color: #FF6B00 !important; */ /* qr HD turuncu*/
    /* background-color: #FCC519 !important; */ /* arı HD  sarı*/
    /* background-color: #f79809 !important; */ /* arı HD sarı tonu */
}

.layoutWhite {
    background-color: #FFFFFF !important;
    /* background-color: #F96A00 !important; */ /* arı HD turuncu*/
    /* background-color: #FF6B00 !important; */ /* qr HD turuncu*/
    /* background-color: #FCC519 !important; */ /* arı HD  sarı*/
    /* background-color: #f79809 !important; */ /* arı HD sarı tonu */
}

.footerDiv {
    display:none
}

.lbl-Standart {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.bar-light-grey {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.bar-green {
    color: #fff !important;
    background-color: #4CAF50 !important;
    text-align: center !important;
}

.bar-orange {
    color: #fff !important;
    background-color: #F96A00 !important; /* arı HD turuncu*/
    text-align: center !important;
}


.modalGlobal {
    width: max-content
}

/* <-- */

.fltex {
    display: block;
}



/* MEDIA*/
/* medya 800 den büyük ve max 1950 ise ( medya minimum 800 'den max 1950 'ye kadar aralıkta aşağıdaki css classlar çalıştırılır !important ile propertyler etin yapılır.)*/
@media (min-width:768.85px) and (max-width:1950px) {
    .mdl-dlg3 {
        max-width: 850px !important;
    }

    .mdl-dlg4 {
        max-width: 955px !important;
    }

    .sidebarExt {
        display: none;
    }

    .modalGlobal {
        width: 1550px !important;
    }

    .tbbtn {
        display: unset !important;
    }

}

/* Medya maximum 650'e kadar aşağıdaki css'ler çalıştırılır.*/
@media screen and (max-width:1130px) {
    .fltex {
        display: none !important;
    }


    .grdToolFlt {
        grid-template-columns: 45px auto !important;
    }
}

@media screen and (max-width:750px) {    
    .grdToolFlt {
        display: none !important;
    }
    .grdToolItem {
        grid-template-columns: 109px auto 109px !important;
    }
}

/* Medya maximum 650'e kadar aşağıdaki css'ler çalıştırılır.*/
@media screen and (max-width:650px) {

    .footerDiv {
        height: 200px;
        display: block !important;
    }

    .lbl-Standart {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: small;
    }

    .form-control {
        /*line-height: 1;*/
        /*height: calc(1em + 0.75rem + 2px);*/
        /*padding: 0rem 0rem !important;*/
        /*font-size: 0.8rem;*/
    }

    

    


    .lbl-VldFrmWht {
        color: white;
        font-weight: bold;
        font: 12px Verdana;
        display: none !important;
    }

    .grid-PagingCell {
        min-width: unset !important;
    }

    .grdDivPgBtn {
        grid-column-gap: unset !important;
        grid-template-columns: 100% !important;
    }

    .modalGlobal {
        width: 640px !important;
    }

    .tbbtn {
        display: none !important;
    }
}

/* medya maximum 800 'e kadar aşağıdaki class css ler çalışır.*/
/*@media screen and (max-width: 800px)*/
/* medya maximum 500 'e kadar aşağıdaki class css ler çalışır.*/
@media screen and (max-width: 499.85px) {

    .sidebarExt {
    }

    .grp-divideForm {
        display: grid;
        grid-column-gap: 10px;
        grid-row-gap: 20px;
        grid-template-columns: auto !important;
        background-color: white;
        /* padding: 10px; */
        /* height: calc(100vh - 210px);*/
    }

    .grp-btnFrm {
        display: grid;
        grid-column-gap: 1px;
        grid-row-gap: 1px;
        background-color: white;
        padding-top: 20px;
        padding-right: 1px;
        padding-bottom: 1px;
        /*padding-left: 1px;*/
        grid-template-columns: auto auto auto auto;
        width: 100%;
    }


    .pr-4, .pl-4, .px-4, .col-12 {
        padding-top: 0.5rem !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }




    .navbar-brand {
        display: contents !important;
    }

    .pagePathVisible {
        display: contents !important;
    }

    .mobileVisibleNone {
        display: none;
    }

    .desktopVisibleNone {
        display: flex !important;
    }

    #sales thead {
        width: 100% !important;
    }

    .posLeftSide {
        width: 100%;
    }

    #sales td {
        padding: unset
    }

    #sales th {
        padding: unset
    }

    .thw2 {
        width: 40% !important;
    }

    .thw3 {
        width: 18% !important;
    }

    .thw4 {
        width: 18% !important;
    }

    .thw5 {
        width: 18% !important;
    }


    span.satisHeader {
        font-size: 22pt !important;
    }


    #urunkeyPos {
        grid-template-columns: auto !important;
    }

    .grid-VldFrmTmpl3 {
        grid-template-columns: auto !important;
    }

    .tbbtn {
        display: none !important;
    }
}

/* medya 500 den büyük ve max 800 ise ( medya minimum 500 'den max 800 'ye kadar aralıkta aşağıdaki css classlar çalıştırılır !important ile propertyler etkin yapılır.)*/
@media (min-width:500px) and (max-width:768px) {

    .sidebarExt {        
    }

    .grp-divideForm {
        display: grid;
        grid-column-gap: 10px;
        grid-row-gap: 20px;
        grid-template-columns: auto !important;
        background-color: white;
        /* padding: 10px; */
        /* height: calc(100vh - 210px);*/
    }

    .grp-btnFrm {
        display: grid;
        grid-column-gap: 1px;
        grid-row-gap: 1px;
        background-color: white;
        padding-top: 20px;
        padding-right: 1px;
        padding-bottom: 1px;
        /*padding-left: 1px;*/
        grid-template-columns: auto auto auto auto;
        width: 100%;
    }


    .pr-4, .pl-4, .px-4, .col-12 {
        padding-top: 0.5rem !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }




    .navbar-brand {
        display: contents !important;
    }

    .pagePathVisible {
        display: contents !important;
    }

    .mobileVisibleNone {
        display: none;
    }

    .desktopVisibleNone {
        display: flex !important;
    }

    .posLeftSide {
        width: 100%;
    }

    #sales thead {
        width: 100% !important;
    }

    #sales td {
        padding: unset
    }

    #sales th {
        padding: unset
    }


    .thw2 {
        width: 40% !important;
    }

    .thw3 {
        width: 18% !important;
    }

    .thw4 {
        width: 18% !important;
    }

    .thw5 {
        width: 18% !important;
    }

    span.satisHeader {
        font-size: 22pt !important;
    }

    #urunkeyPos {
        grid-template-columns: auto !important;
    }

    .grid-VldFrmTmpl3 {
        grid-template-columns: auto !important;
    }

    .modalGlobal {
        width: 450px !important;
    }

    .tbbtn {
        display:none;
    }

}

/* MEDIA END*/

.hideDiv{
    display:none;
}

.showDiv{
    display:unset;
}


.chk {
    height: calc(1em);
    margin-top: 5px;
}

.div-chk {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 25px;
    grid-template-columns: 17px auto;
    font-size: large;
}



