 
.wallet-table {
  display: table;
  width:100%;
  min-width: 100%;
  color:#ccc;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
}
.column{
  float: left;
  height: 100%;
  min-height: 100%;
}
.barcode-panel{
  background-color: #666;
  padding: 5px;
}
.form-panel{
  background-color: #1c526d;
  padding: 0px;
}
.mainrow::after {
  content: "";
  display: table;
  clear: both;
}
.wallet-table .row {
  display:table-row;

}
.wallet-table .header {
    display:table-cell;
    color:#111;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 5px;
    background-color: #cfcfcf;
    font-size: 11px;
    vertical-align:middle;
    text-align: center;
}

.wallet-table .header span{
  color:#ccc;
  height : 100%;
  display: inline-block;
  margin: 0 auto;
}
 
.wallet-table .locked {
 color:#666;
}

.wallet-table .none {
  width: 100%;
  text-align:center;
 } 

 .wallet-table .sum{
  background-color: #272727 !important;
  text-align:right;
  color: #eee;
 } 
 

.wallet-table .item {
  display:table-cell;
  border-left: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 5px;
  color: #222;
  background-color: #efefef;
  vertical-align:middle;
  font-size: 11px;
  text-align: center;
}

.status-ok{
  background-color: forestgreen !important;
}
.status-error{
  background-color:  firebrick !important;
}
.css-1x51dt5-MuiInputBase-input-MuiInput-input {
  font-size: 12px !important;
  text-align:  center;
  font-weight: bold !important;
  color: #1c526d !important;
}