.ol-table {
  table-layout: fixed;
}
.larg-pedido {
  width: 14em!important;
}
.larg-id {
  width: 9em!important;
}
.larg-desc-curta {
  width: 20em!important;
}
.larg-desc-longa {
  width: 30em!important;
}
.larg-email {
  width: 30em!important;
}
.larg-fone {
  width: 12em!important;
}
.larg-data {
  width: 10em!important;
}
.larg-datahora {
  width: 14em!important;
}
.larg-valor {
  width: 9em!important;
  text-align: right;
}
/* CORES ENIVIX */
.btn-enivix-verde-1 {
  color: #fff;
  background-color: #138e38;
  border-color: #138e38;
}

/*padroes Enivix*/
.cor-enivix-primary {
  color: #fff;
  background-color: #307545 !important;
  border-color: #138e38 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(154 203 171) !important ;
}

/*padroes Platinum Log*/
.cor-btn-platinum-primary {
  color: #d5be98;
  background-color: #2b3343 !important;
  border-color: #d5be98 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(154 203 171) !important ;
}

.cor-btn-platinum-secundary {
  color: #000000;
  background-color: #d5be98 !important;
  border-color: #2b3343 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(154 203 171) !important ;
}
.text-platinum {
  color: #2b3343;
}

.verde-platinum {
  color: #CCDB82;
}

.vermelho-platinum {
  color: #e16c48;
}

.azul-platinum {
  color: #5d6980;
}

.fundo-platinum {
  background-color: #000 !important;
}

.text-nobreak {
  white-space: nowrap;
}