#wrapper {
  display: block;
}

.menu {
  width: 100%;
  list-style: none;
  float: left;
  color: #fff;
}

.menu a {
  color: #fff;
}

.menu a:hover {
  color: #fff;
  text-decoration: none;
}

.menu li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu li.brand {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .05rem;
}

.menu li .fas {
  color: rgba(255,255,255,.3);
}

.btn-sm {
  font-size: 0.575rem;
}

.log-error {
  border-left: 10px solid #ef2d2d;
}

.log-warning {
  border-left: 10px solid #f4af18;
}

.log-info {
  border-left: 10px solid #19b736;
}

.table th.table-icon, .table td.table-icon {
	padding-right: 0;
	width: 30px;
}

.player-container {
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  width: 980px;
}

.pagination {
  margin-left: 5px;
}

.pagination .page-item {
  margin-right: 5px;
}

.loader-overlay {
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
}

.loader { 
  width: 60px;
  height: 60px;
  background: url('../img/loader.gif') center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
}

.info-with-loader {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 20px;
  text-align: center;
}

.video-not-seen {
  font-weight: bold;
}

.menu-toggle-button {
  position: absolute;
  right: 10px;
  top: 50px;
  z-index: 1;
}

.query textarea {
  height: 215px;
}

.alert {
  padding-bottom: 0;
}

.scrollable-table {
  overflow-x: auto;
}

@media (max-width: 980px) {
  .player-container {
    margin-left: 0;
    width: 100%;
  }

  #videos .btn-sm {
    font-size: 1rem;
  }  
}

@media (max-width: 710px) {
  .video-controls {
    text-align: center;
  }

  .button-generate-video-only-file {
    margin-top: 10px;
    width: 100%;
  }

  #audio-player-controls {
    width: 25%;
  }
}

@media (max-width: 660px) {
  .menu li.brand {
    display: block;
    border-bottom: none;
  }

  .menu li {
    width: 95%;
    display: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .menu li:last-of-type {
    border-bottom: 0;
  }
}