.pedidos_coluna,
.pedidos_periodo,
.pedidos_periodo_titulo,
.pedidos_colunas,
.pedido_order,
.pedido_cabecalho,
.pedido_body,
.coluna,
.pedido_barra_status,
.pedido_barra_status> .area_status,
.area_status> .barra,
.area_status> .status,
.area_status> .status_texto {
  float: left;
  width: 100%;
}

.pedido_barra_status {
  height: 60px;
}

.area_status> .barra {
  background-color: #aaa;
  height: 2px;
  margin-top: 20px;
  margin-bottom: -21px;
  width: 50%;
}

.area_status.concluido> .barra,
.area_status.ativo> .barra:first-child {
  background-color: green;
}

.pedido_barra_status> .area_status {
  width: 16.6666667%;
}

.area_status> .status {
  text-align: center;
  position: relative;
  margin: 0 auto;
  float: initial;
  width: initial;
}

.area_status> .status> i {
     width: 26px;
    height: 25px;
    padding: 3px;
    color: #fff;
    background-color: #aaa;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    margin: 7px;
}
.area_status.concluido> .status> i.fa,
.area_status.ativo> .status> i.fa {
  background-color: green;
  color: #fff;
  width: 31px;
    height: 30px;
    padding: 5px;
  line-height: initial;
  margin: 5px;
}
.area_status> .status_texto {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin-top:3px;
}
.area_status.concluido> .status_texto,
.area_status.ativo> .status_texto {
  color: green;
  font-weight: bold;
  margin: 0;
}

.pedidos_coluna {
  padding: 10px;
  border: 1px solid #ddd;
  margin: 20px 0;
}

.pedidos_periodo {
  margin-bottom: 20px;
}

.pedidos_periodo_titulo {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

.pedidos_colunas {
  border-bottom: 3px solid #eee;
  font-size: 12px;
}

.pedido_order {
  margin: 0;
}

.pedidos_colunas> .coluna,
.pedido_cabecalho> .coluna {
  width: 20%;
  text-align: center;
}

.coluna:first-child {
  text-align: left;
  padding-left: 5px;
}

.coluna:last-child {
  text-align: right;
  padding-right: 5px;
}

.pedidos_periodo> .pedido_order:first-child {
  margin-top: 0;
}

.pedido_cabecalho {
  /*border-top: 1px solid #eee;*/
  border-bottom: 1px dotted #eee;
  padding: 4px 0;
  cursor: pointer;
}

.pedido_cabecalho:hover {
  background-color: #fbfbfb;
}

.pedido_detalhes_body {
  display: none;
}

.pedido_body {
  display: none;
  padding: 10px 0;
  background-color: #fbfbfb;
  padding-bottom: 40px;
}

.pedido_detalhes {
  border: 0;
  color: #fff;
  padding: 2px 10px;
  border-radius: 2px;
  outline: 0;
  background-color: #677ba7;
  font-weight: bold;
}

.pedido_detalhes:hover {
  background-color: #788ab3;
}
.pedido_cabecalho.aberto{
  background-color:#fbfbfb
}
.pedidos_periodo> table {
  float: left;
  width: 100%;
}
.pedidos_colunas> .coluna{
  font-weight: inherit;
}
.pedido_tabela_itens,
.pedido_tabela_itens > table{
  float: left;
  width: 100%;
}
.pedido_tabela_itens{
  margin-top: 40px;
}
.pedido_tabela_itens > table > tbody > tr > td{
  border-bottom: 1px solid #eee;
}
.pedido_tabela_itens > table > tfoot > tr:last-child > td{
  font-weight: 400;
}
.pedido_tabela_itens > table > thead > tr{
  border-bottom: 2px solid #f1f1f1;
}
.pedido_tabela_itens > table > thead > tr > th,
.pedido_tabela_itens > table > tbody > tr > td,
.pedido_tabela_itens > table > tfoot > tr > td{
  text-align: center;
  font-weight: inherit;
}
.pedido_tabela_itens > table > thead > tr > th:first-child,
.pedido_tabela_itens > table > tbody > tr > td:first-child{
  text-align: left;
  padding-left: 5px;
}
.pedido_tabela_itens > table > tfoot > tr > td:first-child{
  text-align: right;
  padding-right: 10px;
  border-right: 1px solid #eee;
}

.pedido_tabelas_pgto_end,
.pedido_tabela_pagamento,
.pedido_tabela_pagamento > table,
.pedido_tabela_endereco > table{
  float:left;
  width: 100%;
}
.pedido_tabela_endereco{
  float:right;
  width:50%;
}

.pedido_tabela_pagamento{
  width: 50%;
}
.pedido_tabelas_pgto_end{
  margin-top: 40px;
}
.pedido_tabela_pagamento > table > thead> tr,
.pedido_tabela_endereco > table > thead> tr{
  border-bottom: 1px solid #eee;
}
.pedido_tabela_pagamento > table > thead> tr > th,
.pedido_tabela_endereco > table > thead> tr > th{
  font-weight: 400;
}
.pedido_tabela_pagamento > table > thead> tr > th,
.pedido_tabela_pagamento > table > tbody> tr > td{
  padding-left: 5px;
}

.pedido_tabela_endereco > table > thead> tr > th,
.pedido_tabela_endereco > table > tbody> tr > td{
  padding-right: 5px;
  text-align: right;
}
.pedido_tabela_endereco > table > tbody> tr > td,
.pedido_tabela_pagamento > table > tbody> tr > td{
  line-height: 115%;
  padding-top: 5px;
}