@media only screen and (max-width: 1000px) {
  .globalContainer {
    width: 95%;
    margin: 0 auto;
  }

  .toolbar {
    width: 85%;
  }

  h1 {
    font-size: 1.7em;
  }

  .big_title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  form {
    width:100%;
    margin: 0 auto;
  }

  .containerForm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .containerFormDate {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 5px;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }
}

@media only screen and (min-width: 1000px) {
  .tabs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
