body {
  background: #000;
  color: #fff;
  padding-bottom: 5em;
}

.container-app {
  max-width: 1100px;
  background: rgba(0, 0, 0, 0.5);
}

.container-mini {
  max-width: 400px;
  background: rgba(0, 0, 0, 0.5);
}

.form-app {
  border-radius: unset;
}

.btn-app {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  border-radius: unset;
  font-size: 0.75em;
  padding: 0.8em 2em;
  text-transform: uppercase;
}
.btn-app:hover {
  background: #fff;
  color: #000;
}

.btn-app-sm {
  padding: 0.8em;
  font-size: 0.6em;
}

a.btn-app {
  color: #fff;
  text-decoration: none;
}
a.btn-app:hover {
  color: #000;
}

div#uniformes {
  display: none;
}
div#uniformes img {
  filter: opacity(0.5);
}

img.uniforme-selected {
  border: 2px solid #666;
  filter: opacity(1) !important;
}

.form-check-input:checked, .form-check-input:focus {
  background-color: #666;
  border-color: #666;
}

table.table-dark {
  border: 1px solid #fff;
}
table.table-dark tr td {
  background: #1B1B1B;
}

div.ligne {
  background: #474747;
  padding: 1em;
  margin-bottom: 1em;
  border: 1px solid #fff;
}

select.form-app, input[type=text], input[type=email], input[type=password], input[type=number], input[type=tel], input[type=date], input[type=time], input[type=datetime], input[type=datetime-local], input[type=week], input[type=month], input[type=url], input[type=search], input[type=color], textarea, select {
  background: #1B1B1B;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.5em;
  border-radius: unset;
  font-size: 0.8em;
}

.form-time {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 130px;
}
.form-time select {
  width: 45%;
}

.navbar-app {
  background: #000;
  border-top: 1px solid #fff;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.navbar-app div.container {
  padding: 0;
}
.navbar-app div.container div {
  padding-top: 1em;
  padding-bottom: 1em;
}
.navbar-app div.container div a {
  color: #fff;
  text-decoration: none;
}
.navbar-app div.container div a:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .navbar-app a {
    font-size: 0.8em;
  }
  .navbar-app a i {
    display: block;
  }
  .navbar-app a i::after {
    clear: both;
  }

  .form-label {
    margin-top: 1em;
  }

  .delete {
    margin-top: 2em;
  }
}

/*# sourceMappingURL=app.css.map */
