﻿

/* MusteriIslemler Sayfa CSS */

/* Sayfa Body için yanyana div ler oluşturulur. Create  equal columns that floats next to each other */
/*
.columnBody {
    float: left;
}
*/

.tdEditing {
    padding: unset !important;
}

.grid-RecDsp {
    float: left;
    text-align: center;
    /*min-width: 100px;*/
    height: 40px;
    line-height: 1;
    background-color: white;
    padding: unset;
    border-color: #dce6f2;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    box-shadow: 0 0 5px black;
}

/* accordion */

.accordion-button {
    font-size: 0.80rem;
}

/* */

/* musteriBul */

.grdTool {
    display: grid;
    grid-template-columns: 103px auto auto 50px 50px;
    width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 5px;
    background-color: #dce6f2;
    padding: 5px;    
    border-radius: .25rem;
}

.grdToolItem {
    display: grid;
    grid-template-columns: 109px auto auto 109px;
    width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 5px;
    background-color: #dce6f2;
    padding: 5px;
    border-radius: .25rem;
}
.edtgrdToolItem {
    display: grid;
    grid-template-columns: 109px auto auto 109px;
    width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    /*margin-bottom: 5px;*/
    background-color: #dce6f2;
    /*padding: 5px;*/
    /*border-radius: .25rem;*/
}
.grdToolSub {
    display: grid;
    grid-template-columns: auto auto 50px;
    width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 5px;
    background-color: #dce6f2;
    padding: 5px;
    border-radius: .25rem;
}

.grdToolDoc {
    display: grid;
    grid-template-columns: 103px auto auto 50px;
    width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 5px;
    background-color: #dce6f2;
    padding: 5px;
    border-radius: .25rem;
}

.grdTool-Dlg {
    display: grid;
    grid-template-columns: 103px 257px auto 50px 50px;
    width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 5px;
    background-color: #dce6f2;
    padding: 5px;
    border-radius: .25rem;
}

.grdToolFlt {
 

    background-color: #98b8ce;
    color: white;
    padding-top: 0px;
    padding-left: 4px;
    display: grid;
    grid-template-columns: 45px 45px 45px 45px 45px 45px;
    grid-column-gap: 5px;
    border-radius: 0.5rem;
    text-align: center;
}



.grdToolFlt-Dlg {
    background-color: red;
    color: white;
    padding-top: 0px;
    display: grid;
    grid-template-columns: 45px 45px 45px 50px 50px;
    padding-left: 5px;
    width: 257px !important;
    grid-column-gap: 5px;
    border-radius: 0.5rem;
    text-align: center;
}

.grdToolRec {
    background-color: #dce6f2;
    text-align: left;    
    display: grid;
    grid-template-columns: 45px 45px;
    grid-column-gap: 10px;
}

.grdToolRecForPage {
    background-color: #dce6f2;
    text-align: left;
    display: grid;
    grid-template-columns: 45px 58px 45px;
    grid-column-gap: 10px;
}

.grdToolRecForPageGrid {
    background-color: #dce6f2;
    text-align: left;
    display: grid;
    grid-template-columns: 45px 58px 45px 110px 35px;
    grid-column-gap: 10px;
}

.grdToolRecForLookupGrid {
    background-color: #dce6f2;
    text-align: left;
    display: grid;
    grid-template-columns: 110px 35px;
    grid-column-gap: 10px;
}

.grdToolRecItm {
    background-color: #dce6f2;
    text-align: left;
    display: grid;
    grid-template-columns: 45px 45px 45px;
    grid-column-gap: 10px;
}

.grdToolPgn {

    text-align: left;
   
    display: grid;
    grid-template-columns: 45px 45px 100px 45px 45px;
    width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 5px;
    background-color: #dce6f2;
    padding: 5px;
    border-radius: .25rem;
}
.oiTool {
    color: white;
    top: 5px;
}

.oiToolF {
    color: white;
    top: 5px;
    font-size: larger;
}


.grdToolLblAra {
    padding: 5px;
}

.divDsplNone {   
    display: none;
}

.bg-gray {
    background-color: #dce6f2 !important;
}

#musteriBul {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: small;
    border-collapse: collapse;
    width: 100%;
}

    #musteriBul td {
        border: 1px solid #ddd;
        padding: 7px;
    }

/* musteriBul tablosunda birinci kolon css ayarları verilir.*/
#musteriBul tbody > tr > :nth-child(1) {
    cursor: pointer;
}

#musteriBul th {
    border: 1px solid #b1b5ba;
    /* padding: 8px; */
    background-color: #dfe3e8;
    color: black;
    text-align: center;
    width: 150px;
}

#musteriBul :nth-child(1) {
    width: 185px !important;
}

#musteriBul :nth-child(2) {
    width: 100px !important;
}

#musteriBul :nth-child(3) {
    width: 60px !important;
}

#musteriBul tbody > tr > :nth-child(3) {
    text-align: right;
}



#musteriBul tr:nth-child(even) {
    background-color: #f2f2f2;
}

#musteriBul tr:hover {
    background-color: #ddd;
}

/* cariBul tablosunda birinci kolon css ayarları verilir.*/
#bulcmp3 {
    grid-template-columns: auto auto auto;
    display:grid;
    width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 5px;
    background-color: #dce6f2;
    padding: 5px;
    border-radius: .25rem;
}


.divBul {
    width: 100%;
    /*height: 400px;*/  
    display: grid;
    grid-template-columns: 100%;    
    padding-bottom: 6px;
}
.grdTblDiv {
    overflow-x: auto;
    border-style: solid;
    border-color: #dce6f2;
    border-radius: .25rem;
}

.grdTblEdtDiv {
    overflow-x: auto;
    border-style: solid;
    border-color: #dce6f2;
    border-radius: .25rem;
}

/* recBul Yapısı */

.recBul {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: small;
    border-collapse: collapse;    
    width: 100%;
}

.recBulTblFix {
    table-layout: fixed;
}


.recBulTblNFix {
    table-layout:unset;
}


   
.recBul td {
    border: 1px solid #ddd;
    padding: 7px;
}

.recBul th {
    border: 1px solid #b1b5ba;
    /* padding: 8px; */
    background-color: #dfe3e8;
    color: black;
    text-align: center;
    /*width: 150px;*/
}


.recBul tr:nth-child(even) {
    background-color: #f2f2f2;
}

.recBul tr:hover {
    background-color: #ddd;
}

/* */

/* recFind Yapısı */

.recFind {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: small;
    border-collapse: collapse;
    width: 100%;
}

.recFindTblFix {
    table-layout: fixed;
}

.recFindTblFix {
    table-layout: fixed;
}

.recFindTblNFix {
    table-layout: unset;
}


.recFind td {
    border: 1px solid #ddd;
    /*padding: 7px;*/
}

.recNonVisTd {
    /*border: 1px solid #ddd;*/
    border: 1px solid white !important;
    /*padding: 7px;*/
}

.recFind th {
    border: 1px solid #b1b5ba;
    /* padding: 8px; */
    background-color: #dfe3e8;
    color: black;
    text-align: center;
    /*width: 150px;*/
}


.recFind tr:nth-child(even) {
    background-color: #f2f2f2;
}

.recFind tr:hover {
    background-color: #ddd;
}


.grdThSel {
    width: 40px;
    white-space: nowrap;
}

.grdThId {
    width: 44px;
    white-space: nowrap;
}

.grdThNmb {
    width: 40px;
    white-space: nowrap;
}


.grdThMny {
    width: 102px;
    white-space: nowrap;
}


.grdThDt {
    width: 85px;
    white-space: nowrap;
}

.grdThS50 {
    width: 100px;
    white-space: nowrap;
}

.grdThS100 {
    width: 100px;
    white-space: nowrap;
}

.grdThS150 {
    width: 150px;
    white-space: nowrap;
}

.grdThExp {
    width: 255px;
    white-space: nowrap;
}


.grdTdSel {
    white-space: nowrap;
    overflow: hidden;
    text-align: center;    
}

.grdTdId {
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    cursor: pointer;
}

.grdTdNmb {
    white-space: nowrap;
    overflow: hidden;
    text-align: right;   
}


.grdTdMny {
    white-space: nowrap;
    overflow: hidden;
    text-align: right;   
}


.grdTdDt {
    white-space: nowrap;
    overflow: hidden;
    text-align: right;   
}

.grdTdS50 {
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
}

.grdTdS100 {
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
}

.grdTdS150 {
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.grdTdExp {
    white-space: nowrap;
    overflow: hidden;
    text-align: left;   
}





/* #cariBul yapısı .cariBul css class'a değiştirildi.*/
#cariBul {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: small;
    border-collapse: collapse;
    width: 100%;
}

    #cariBul td {
        border: 1px solid #ddd;
        padding: 7px;
    }

/* musteriBul tablosunda birinci kolon css ayarları verilir.*/


#cariBul th {
    border: 1px solid #b1b5ba;
    /* padding: 8px; */
    background-color: #dfe3e8;
    color: black;
    text-align: center;
    width: 150px;
}

/* cariBul */

.cariBulDlg thead > tr > :nth-child(1) {
    width: 50px !important;
}

.cariBulDlg tbody > tr > :nth-child(1) {
    cursor: pointer;
}

.cariBul thead > tr > :nth-child(2) {
    width: 200px !important;
}

.cariBul tbody > tr > :nth-child(3) {
    width: 50px !important;
}

.cariBul thead > tr > :nth-child(4) {
    width: 60px !important;
}
.cariBul tbody > tr > :nth-child(4) {
    text-align: right;
}

/* cariBul Dialog*/
.cariBulDlg thead > tr > :nth-child(1) {
    width: 50px !important;
}

.cariBulDlg thead > tr > :nth-child(2) {
    width: 50px !important;
}

.cariBulDlg tbody > tr > :nth-child(2) {
    cursor: pointer;
}

.cariBulDlg thead > tr > :nth-child(3) {
    width: 200px !important;
}

.cariBulDlg thead > tr > :nth-child(4) {
    width: 50px !important;
}

.cariBulDlg tbody > tr > :nth-child(5) {
    width: 60px !important;
}

.cariBulDlg tbody > tr > :nth-child(5) {
    text-align: right;
}

#cariBul tr:nth-child(even) {
    background-color: #f2f2f2;
}

#cariBul tr:hover {
    background-color: #ddd;
}

.grdCol {
    display: grid;
    grid-template-columns: auto 15px 15px;
    padding: 3px;
}

.grdColSel {
    display: grid;
    grid-template-columns: auto;
    padding: 3px;
}

.fltSel {
    border-bottom-style: outset;
    border-bottom-color: red;
}

/* btnSel */

.btnSel {
    margin-left: -2px;
    margin-right: 6px;
    background-color: #4CAF50;
    cursor: pointer;
    margin-top: 1px;
    margin-right: 0px;
    margin-left: 0px;
    height: 16px;
    padding-top: 0px;
    border-radius: 10px;
    box-shadow: 0 0 5px black;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* Fatura Bul */


#ftrBul {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: small;
    border-collapse: collapse;
    width: 100%;
}

    #ftrBul td {
        border: 1px solid #ddd;
        padding: 7px;
    }

    /* musteriBul tablosunda birinci kolon css ayarları verilir.*/


    #ftrBul th {
        border: 1px solid #b1b5ba;
        /* padding: 8px; */
        background-color: #dfe3e8;
        color: black;
        text-align: center;
        width: 150px;
    }


    #ftrBul thead > tr > :nth-child(1) {
        width: 50px !important;
    }

    #ftrBul tbody > tr > :nth-child(1) {
        text-align: center;
    }

    #ftrBul thead > tr > :nth-child(2) {
        width: 60px !important;
    }

    #ftrBul tbody > tr > :nth-child(2) {
        cursor: pointer;
    }
       
    #ftrBul tbody > tr > :nth-child(3) {
        width: 100px !important;
    }

    #ftrBul thead > tr > :nth-child(4) {
        width: 72px !important;
    }

    #ftrBul tbody > tr > :nth-child(4) {
        text-align: right;
    }

    #ftrBul tbody > tr > :nth-child(9) {
        text-align: right;
    }

    #ftrBul tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #ftrBul tr:hover {
        background-color: #ddd;
    }


/* rolHakGnc */

#rolHakGnc {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: small;
    border-collapse: collapse;
    width: 100%;
}

    #rolHakGnc td {
        border: 1px solid #ddd;
        padding: 7px;
    }

    /* musteriBul tablosunda birinci kolon css ayarları verilir.*/
    #rolHakGnc tbody > tr > :nth-child(1) {
        cursor: pointer;
    }

    #rolHakGnc th {
        border: 1px solid #b1b5ba;
        /* padding: 8px; */
        background-color: #dfe3e8;
        color: black;
        text-align: center;
        width: 150px;
    }

    #rolHakGnc :nth-child(1) {
        width: 30% !important;
    }

    #rolHakGnc :nth-child(2) {
        width: 50% !important;
    }

    #rolHakGnc :nth-child(3) {
        width: 20% !important;
    }

    #rolHakGnc tbody > tr > :nth-child(3) {
        text-align: center;
    }



    #rolHakGnc tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #rolHakGnc tr:hover {
        background-color: #ddd;
    }

/*#usrRolHak*/


#usrRolHak {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: small;
    border-collapse: collapse;
    width: 100%;
}

    #usrRolHak td {
        border: 1px solid #ddd;
        padding: 5px;
    }

    /* musteriBul tablosunda birinci kolon css ayarları verilir.*/
    #usrRolHak tbody > tr > :nth-child(1) {
        cursor: pointer;
    }

    #usrRolHak th {
        border: 1px solid #b1b5ba;
        /* padding: 8px; */
        background-color: #dfe3e8;
        color: black;
        text-align: center;       
    }

    #usrRolHak :nth-child(1) {
        width: 15% !important;
    }

    #usrRolHak :nth-child(2) {
        width: 30% !important;
    }

    #usrRolHak :nth-child(3) {
        width: 55% !important;
    }

    #usrRolHak tbody > tr > :nth-child(3) {
        text-align: center;
    }



    #usrRolHak tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #usrRolHak tr:hover {
        background-color: #ddd;
    }

.chkRol {
    height: 13px;
    margin-top: 0px;
}

/* TTTTTT*/

/* kayitBul */


    #kayitBul {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: small;
        border-collapse: collapse;
        width: 100%;
    }

    #kayitBul td {
        border: 1px solid #ddd;
        padding: 7px;
    }

    /* kayitBul tablosunda birinci kolon css ayarları verilir.*/
    #kayitBul tbody > tr > :nth-child(1) {
        cursor: pointer;
    }

    #kayitBul th {
        border: 1px solid #b1b5ba;
        /* padding: 8px; */
        background-color: #dfe3e8;
        color: black;
        text-align: center;
        width: 150px;
    }

    #kayitBul :nth-child(1) {
        width: 185px !important;
    }

    #kayitBul :nth-child(2) {
        width: 100px !important;
    }

    #kayitBul :nth-child(3) {
        width: 60px !important;
    }

    #kayitBul tbody > tr > :nth-child(3) {
        text-align: right;
    }



    #kayitBul tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #kayitBul tr:hover {
        background-color: #ddd;
    }





/* cariHareketBul */

#cariHareketBul {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: small;
    border-collapse: collapse;
    width: 100%;
}

    #cariHareketBul td {
        border: 1px solid #ddd;
        padding: 7px;
    }


#cariHareketBul tbody > tr > :nth-child(1) {
    cursor: pointer;
}

#cariHareketBul th {
    border: 1px solid #b1b5ba;
    /* padding: 8px; */
    background-color: #dfe3e8;
    color: black;
    text-align: center;
    width: 100px;
}

#cariHareketBul :nth-child(1) {
    width: 150px !important;
}

#cariHareketBul :nth-child(2) {
    width: 80px !important;
}

#cariHareketBul :nth-child(3) {
    width: 150px !important;
}

#cariHareketBul :nth-child(4) {
    width: 60px !important;
}


#cariHareketBul tbody > tr > :nth-child(4) {
    text-align: right;
}



#cariHareketBul tr:nth-child(even) {
    background-color: #f2f2f2;
}

#cariHareketBul tr:hover {
    background-color: #ddd;
}


.frmcntSp {
    font-weight: bold;
}

.lbl-SelAcc {
    background-color: white;
    color: black;
    font: 12px Verdana;
    /*font-weight: bold;*/
    font-size: 1rem;
    display: block;
    width: 100%;
    /*height: 40px;*/
    /*form-control */
    /* height: calc(1.5em + .75rem + 2px); */
    /* padding: .375rem .75rem; */
    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;
}

.lbl-SelAccBlnc {
    text-align: center;
    background-color: white;
    color: black;
    font: 20px Verdana;
    font-weight: bold;
    font-size: 1rem;
    display: block;
    width: 100%;
    height: 40px;
    /*form-control */
    /* height: calc(1.5em + .75rem + 2px); */
    /* padding: .375rem .75rem; */
    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;
}

.lbl-cmp {    
    text-align: center;    
    color: black;
    font: 15px Verdana;    
}

.odemeBilgiFrm {
    grid-template-columns: auto auto;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.lbl-DivValues {
    margin-left: 5px;
}

.mstAramaLbl {
    float: left;
    text-align: center;
    min-width: 125px;
    height: 40px;
    line-height: 1;
    background-color: white;
    padding: unset;
    border-color: #dce6f2;
    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; */
}


.lbl-SelAccValue {
    background-color: #22b14c;
    color: white;
    font-size: x-large;
    font-weight: bold;
    /*grid-UrnBul1*/
    margin-bottom: 0px !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    float: left;
    text-align: center;
    min-width: 100%;
    height: 40px;
    line-height: 1;
    /* background-color: white; */
    /* padding: unset; */
    border-color: #dce6f2;
    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;
}

.lbl-SelAccValueMbl {
    background-color: #22b14c;
    color: white;
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 0px !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    float: left;
    text-align: center;
    min-width: 100%;
    /*height: 40px;*/
    line-height: 1;
    border-color: #dce6f2;
    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;
}


.mustCalcCell {
    float: left;
    text-align: center;
    min-width: 100px;
    height: 59px;
    line-height: 1;
    background-color: #dce6f2;
    padding: unset;
    border-color: #dce6f2;
    border-width: 3px;
    border-style: solid;
    border-radius: 0.25rem;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    /* width: 107px;*/
}

.btnMustCalc {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #4f81bd;
    color: white;
    font-size: xx-large;
    font-weight: bolder;
}

.btnMustCalc:hover {
    color: red;
    text-decoration: none;
}

/* Hesaplama butonları Butonlar*/

#btnOdemeYap {
    font-size: x-large;
    line-height: 1;
    background-color: #4bacc6;
}

#btnOdemeAl {
    font-size: x-large;
    line-height: 1;
    background-color: #8064a2;
}

#btnIadeAl {
    font-size: x-large;
    line-height: 1;
    background-color: #ed1c24;
}

#btnSatisYap {
    font-size: x-large;
    line-height: 1;
    background-color: #22b14c;
}




.pgTblHareket {
    width: 100%;
    height: 390px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.selectedRow {
    background-color: cornflowerblue !important;   
}

.selectedRowForEDT {
    /*background-color: cornflowerblue !important;*/
    background-color: rgb(208, 232, 212) !important;
}


/*
Conditional selection


.status[data-status="postponed"]:after {
 content : "This task was postponed.";
 color : orange
}

.status[data-status="to do"]:after {
 content : "This task still has to be done.";
 color : blue
}

.status[data-status="done"]:after {
 content : "This task is done ! ";
 color : green
}

.date { 
 display : none 
}

.status[data-status="done"] + .date {
 display : block
}

<div class="taskContainer">
  <strong>{{Task}}</strong>
  <p data-status="done" class="status"></p>
  <p class="date">Done the : {{Done the}}</p>
  <p data-status="to do" class="status"></p>
  <p data-status="postponed" class="status"></p>
</div>



*/
    /* MEDIA*/

