body {
  padding-top: 6rem;
}

.jumbotron {
  padding-top: 25px;
  padding-bottom: 25px;
}

.img-responsive {
  margin: 0 auto;
}
.dataTables_info {
  margin-left: 10px;
}

.dataTables_length {
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.dataTables_paginate {
  margin-right: 10px;
}

.dataTables_wrapper {
  width: 95%;
  margin: 0 auto;
}

.dataTables_filter {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px;
  margin-left: 0px;
  display: inline;
  border: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 0px;
}

table.dataTable thead th {
  border-bottom: 0;
}

table.dataTable tfoot th {
  border-top: 0;
}

table.dataTable.no-footer {
  border-bottom: 0;
}

.navbar .navbar-brand {
  padding-top: 0px;
}

.navbar .navbar-brand img {
  height: 30px;
  margin: 10px;
}

.label {
  display: inline-block;
  font-size: 100%;
  font-weight: normal !important;
}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}

.table-borderless td, .table-borderless th {
  border: none;
}

.extlink {
  position: absolute;
  bottom: 10px;
  right: 25px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.btn-sm {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 5px;
  line-height: 1.2;
}

[class*="col-"] {
  margin-bottom: 30px;
}

.content {
  height: 100%;
  padding: 20px 20px 10px;
}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
