body {
  font-size: .875rem;
}

body::after {
  content: "";
  background-image: url('../img/back.png');
  background-repeat: round;
  background-attachment: inherit;
  opacity: 0.08;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.dataTables_filter {
  display: none;
}

#pisek_datatable {
  width: 100% !important;
}

.dataTables_scroll {
  box-shadow: 0 0 10px  rgba(0,0,0,0.6);
  margin-bottom: 10px;
}

.dataTables_scrollHead {
  background-color: #e4e7ea;
}

.navbar-nav {
  text-align: right;
}

.btn-danger {
  background-color: #d1514b;
}

.modal-body {
  background-color: white;
}

.remove-owner {
  float: right;
}

div.dt-buttons {
  margin-bottom: 20px;
  float: right;
}
