.filter_division {
  display: flex;
  margin: 25px;
  justify-content: space-around;
  align-items: center;
  float: right;
  width: 30%;
}

.ellips-txt {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-filial {
  color: #666;
  font-size: 1.1rem;
  font-weight: 300;
}

.info-filial-badge {
  font-size: .8rem;
}

.division-table-sm {
  display: none;
}

.division-hist-table-on-sm {
  display: none;
}

.division-hist-table-off {
  display: none;
}

.hiddenRow {
  padding: 0 !important;
}

ct-chart .ct-chart .ct-series-b .ct-bar {
  stroke: #ffeb3b;
}

@media (max-width: 1600px) {
  .filter_division {
    width: 35%;
  }
}

@media (max-width: 1200px) {
  .filter_division {
    width: 40%;
  }
}

@media (max-width: 900px) {
  .filter_division {
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 576px) {
  .filter_division {
    width: 100%;
    margin: auto;
  }

  .info-filial {
    font-weight: 600;
  }

  .info-filial-badge {
    font-size: .9rem;
  }

  .info-filial {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 992px) {
  .division-table {
    display: none;
  }

  .division-table-sm {
    display: block;
  }

  .division-hist-table-on {
    display: none;
  }

  .division-hist-table-on-sm {
    display: block;
  }
}

html { font-size: 1.5rem; }

@media (min-width: 320px) {
  html { font-size: 1rem; }

  .ellips-txt {
    width: 130px;
  }
}

@media (min-width: 400px) {
  html { font-size: .9rem; }
}

@media (min-width: 992px) {
    html { font-size: .9rem; }
}

@media (min-width: 1300px) {
  html { font-size: .9em; }
}

@media (min-width: 1600px) {
  html { font-size: 1rem; }
}