#app {
  background: url(/images/d13bg.jpg) no-repeat;
  background-size: cover;
}

.text-nodecoration {
  text-decoration: none;
}

a.text-nodecoration:hover {
  text-decoration: underline;
}

.text-underline {
  text-decoration: underline;
}

/* FIXME replace all .nowrap by  .text-no-wrap  which already exists in vuetify */
.nowrap {
  white-space: nowrap;
}

.clickable {
  cursor: pointer;
}

tr.disabled > td {
  background: #ccc;
}

.bluebg {
  background-color: #e8f4ff;
}
