body {
  background-color: #000;
  color: #fff;
  margin: 0;
}
.graficos {
  width: 100%;
}
.msg_filtro {
  display: none;
}
.msg_filtro.filter {
  display: block;
  width: 100%;
  background-color: #ffff00;
  color: #ff0000;
  border-bottom: 10px solid #000;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  padding: 5px;
  position: fixed;
  top: 0px;
  z-index: 999;
}
.content {
  margin: 10px;
}
.content.filter {
  margin: 35px 10px 10px 10px;
}
.tabela .exporta {
  color: #b50000;
}
.totais {
  float: left;
  width: 220px;
}
.detalheExp {
  float: right;
  width: 155px;
}
.totalExpE {
  height: 100px;
}
.trabDias {
  float: left;
  width: 385px;
}
.lista_estados,
.lista_vendedores,
.lista_datas {
  width: 150px;
  border: 1px solid #fff;
  padding: 10px;
  margin: 15px;
}
.lista_estados span,
.lista_vendedores span,
.lista_datas span {
  position: absolute;
  margin: -18px 0 0 -5px;
  padding: 0 5px;
  background-color: #525252;
}
.menu {
  float: right;
}
.menu > div {
  width: 10px;
  height: 10px;
  background: #2f2f2f;
  border: 3px solid #505050;
  border-radius: 50%;
  behavior: url(PIE.htc);
}
#configura {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.76);
  z-index: 1000;
}
#configura.popup {
  display: block;
}
#configuracoes {
  position: fixed;
  font-size: 12px;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.configuracoes {
  background-color: #525252;
  width: 405px;
  position: relative;
}
.configuracoes .lista_estados,
.configuracoes .lista_datas {
  float: left;
}
.configuracoes .lista_vendedores {
  float: right;
}
.configuracoes .submeter {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
