/* Responsive styles */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  body {
    padding-top: 70px !important;
  }

  .display-4 {
    font-size: 2.5rem !important;
  }

  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .navbar-brand {
    font-size: 1.2rem !important;
  }

  .modal-dialog {
    max-width: 95% !important;
    margin: 1.75rem auto !important;
  }

  .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  body {
    padding-top: 80px !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  #configModule .form-row .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .modal-dialog {
    max-width: 700px !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 800px !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .modal-dialog {
    max-width: 1140px !important;
  }
}
