body {
  font-size: 1.4rem;
}

body .image-container {
  margin: 40px 0;
}

body .dataTables_processing {
  border: 1px solid #eee;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 100;
}

body .dataTables_filter input[type='search'] {
  width: 250px;
}

body #notifications-menu {
  width: 430px;
}

body .dataTable > tbody > tr.cancelled {
  background-color: #ffcdd2 !important;
  color: #9e9e9e !important;
}

body .dataTable > tbody > tr.completed {
  background-color: #00e676 !important;
  color: #757575 !important;
}

body .dataTables_wrapper .row:last-child {
  border-bottom: 0;
}

body .table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #eee;
}

body .dataTable .select-item {
  font-weight: bold;
}

body .no-padding {
  padding: 0;
}

#sidebar .nav-list > li > a {
  font-size: 1.4rem;
}

#alert {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  z-index: 100;
}
