/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 27, 2021, 8:07:22 PM
    Author     : Muthukumar
*/
/*
#tdgpanel{width:100%; background-color:#FFFFFF;}
.tdgEPanel{background-colour:#F3F3F3; z-index: 1000 !important; position:absolute; padding:2px;}
table{border-spacing:0px;border:#cccccc solid thin;}
tr{margin:0px;}
td,th{border:#cccccc solid thin; margin: 0px; height:20px; border:0px 0.011em 0.011em 0px;padding:2px;}
th{background-color: #cccccc;}
.tdgrid_container input[type="text"]{border-spacing: 0px;border:#cccccc solid thin; height:20px !important; padding:0px 2px;margin:0px 0.013em;}
.eDivButton{border-radius: 12px; height: 18px; width: 18px; padding:0px; margin:0.05em;
color:#000000 !important; border:1px #000000; line-height: 18px; font-weight: bold; text-align:center; vertical-align: middle;}
.eDivAdd{background-color:#339900; }
.eDivCancel{background-color:#ff9900; }
.eDivDelete{background-color:#990000; }
.tdgdlsd{display:block; position: fixed; width:300px; backgroun-colour:#FFFFFF;z-index:1200; }
*/
#tdgpanel{
    display:flex; 
    width:400px; 
    background-color:#FFFFFF;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.tdgEPanel{
    background: rgba(0,0,0, 0.5);
    z-index: 4000; 
    width:100%;
    height:100%;
   
    top:0px;
    left:0px;
    position: absolute;
    display:flex;
    flex-direction: row;
    /*gap:10px 5px;*/
    align-items:center !important;
    justify-content: center;
    flex-wrap: wrap;
    
}
.cSection{
    /*
    width:400px;
    height:650px;
    */
    background-color: rgba(255, 255, 255, 1.0) !important;
    display: flex;
    flex-direction: row;
    gap:5px 5px;
    align-items:center;
    justify-content: center;
    flex-wrap: wrap;
     border: 1px solid #666666;
}

table{border-spacing:0px;border:#cccccc solid thin;}
tr{margin:0px;}
td,th{border:#cccccc solid thin; margin: 0px; height:20px; border:0px 0.011em 0.011em 0px;padding:2px;}
th{background-color: #cccccc;}
.tdgrid_container input[type="text"]{border-spacing: 0px;border:#cccccc solid thin; height:20px !important; padding:0px 2px;margin:0px 0.013em;}
.eDivButton{border-radius: 12px; height: 18px; width: 18px; padding:0px; margin:0.05em;
color:#000000 !important; border:1px #000000; line-height: 18px; font-weight: bold; text-align:center; vertical-align: middle;}
.ePanelButton.hover{cursor: index;}
.ePanelAdd{background-color:#8fbc8f /*#339900*/ !important; }
.ePanelCancel{background-color:#e3ab57 /*#ff9900*/ !important; }
.ePanelDelete{background-color:#c0362c /*#990000*/ !important; }
.tdgdlsd{display:block; position: fixed; width:300px; backgroun-colour:#FFFFFF;z-index:1200; }
