#bemc-modal{

position:fixed;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(0,0,0,.55);

z-index:999999;

}

.bemc-janela{

background:#fff;

width:90%;

height:90%;

margin:2% auto;

overflow:auto;

padding:20px;

border-radius:8px;

}

.bemc-table{

width:100%;

border-collapse:collapse;

}

.bemc-table th{

background:#efefef;

padding:10px;

}

.bemc-table td{

padding:6px;

border-bottom:1px solid #ddd;

}

.bemc-table input{

width:100%;

box-sizing:border-box;

}

.bemc-footer{

margin-top:20px;

text-align:right;

}