.table_cust {
    display: table;
    width: 100%;
    max-height: 40px;

}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    padding: 8px;
    border: 1px solid #333;
    text-align: left;
    vertical-align: bottom;
}
.label {
    font-size: 14px;
    text-align: right;
    vertical-align: bottom;
}

.label-plan {
    font-size: 12px;
    vertical-align: bottom;
}
.data {
    font-size: 18px;
    text-align: center; 
    vertical-align: bottom;    
}

.p-10 td{
    padding-right:5px;
}
.p-10 td p{
    margin: 0;

}

.tdright {
    padding-left: 10px;
}

.d-flex{
    display: flex;
}

.bg-red{
    background-color: red;
    border-radius: 10px;
    padding: 0 5px;
}
.bg-green{
    background-color: green;
    border-radius: 10px;
    padding: 0 5px;
}

.bg-white{
    background-color: grey !important;

}

.header-widget{
  /*background: rgba(255, 255, 255, .2);*/
background: scroll #777f8c url(../images/panel/top-panel-sprite-2.png) repeat-x 0 -1250px !important;

  padding: 0px 10px;
  border-radius: 10px;
  margin-right: 14px;
  position: relative;
  flex: 1 1 auto;
  order: 3;
  overflow: hidden;
  transition: width .2s;
  margin-left: 14px;
  display: flex;
  justify-content: center;
  max-width: 350px;
  color: white;
  
}

.header-widget-table {
    line-height: normal !important;
}

.header-widget .d-flex{
    align-items: flex-end;
}

.header-widget .label-plan {
    margin-bottom: 2px;
}



