html, body {
  height: 100%;
}

.container {
  min-height: 100%;
  margin-bottom: -100px;
  padding-bottom: 100px;
}

.normal {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
    .noTextMobile {
      display: none;
    }
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: white !important;
}

.dataTables_wrapper .dataTables_filter input {
  color: white !important;
}

.dataTables_wrapper .dataTables_length select {
  color: white !important;
}

#pluginStreamerTable {
  width: 100% !important;
}

#pluginServerTable {
  width: 100% !important;
}

footer {
  height: 200px !important;
}