.container {
  max-width: 1000px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}


@media (min-width: 1200px) {
  .modal-lg, .modal-xl {
      min-width: 1100px;
  }
}

@media (min-width: 1800px) {
  .modal-lg, .modal-xl {
      min-width: 1600px;
  }
}

.img-fluid {
    width: 100%;
}

.dataTables_filter, .dataTables_info {
display: none;
}