body { 
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
  background-size: cover;
  background-position: center; 
  background-color: #282727;
  padding: 10px 50px 10px 50px;
  text-align: center;
  margin-bottom: 0px;
}

.container-fluid {
  max-width: 1110px;
}

.admin {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 10px;
    color: #999;
}

a.admin, .admin a {
    color: #999;
}

footer {
  clear: both;
  margin-top: auto;
  background-color: #F6F6F6;
  padding: 20px 0;
}

.copyright {
  padding: 50px 0;
  color: #999;
  text-align: center;
  font-size: 80%;
}

.copyright a {
  color: inherit;
}

#logo {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

nav {
  margin-bottom: 20px;
}

.form-inline .form-group {
  margin-right: 10px;
}

.table-sm {
  font-size: 80%;
}

table.fix-head thead {
  font-size: 80%;
}

div.form-control {
  height: auto;
  margin-bottom: 0;
}

div.form-control div {
  display: inline-block;
  margin-right: 20px;
}

div.form-control div label input {
  display: inline;
  width: 16px;
}

.col-form-label {
  padding: 0px 15px;
}

.form-control {
  padding: 1px 4px;
}

input.form-control[type="checkbox"] {
  width: auto;
  margin-top: 10px;
}

select.form-control, select.form-control:not([size]):not([multiple]) {
  width: auto;
  height: 24px;
}

.strikethough {
  text-decoration: line-through;
}

.narrow {
  width: auto;
}

.Sat, .Sun {
  background-color: #eee;
}

.today {
  font-weight: bold;
  background-color: #aaa;
}

.select {
  background-color: #d4edda;
}

.dropdown-menu {
  min-width: 0;
}

.dropdown-item {
  padding: .25rem .5rem;
}

.pad {
  min-width: 120px;
}

.table-compact th {
  padding-bottom: 0px;
}

.table-compact td {
  padding: 0px 20px;
}

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

td.continuation, th.continuation {
  border: none;
  border-top-style: none;
  padding-top: 0;
}

a.stealth {
  color: inherit;
}

.linked-row {
  cursor: pointer;
}

.linked-row:hover {
  text-decoration: underline;
}

.account-card {
  width: 400px;
  max-width: 100%;
  margin: 80px auto;
  text-align: center;
}

.rotated-header th {
  height: 70px;
  vertical-align: bottom;
  text-align: left;
  line-height: 1;
}

.rotated-header-container {
  width: 25px;
}

.rotated-header-content {
  width: 100px;
  transform-origin: bottom left;
  transform: translateX(10px) rotate(-45deg);
}
