.proteus-table tr td:last-child {
  white-space: nowrap !important;
}
.proteus-table.avatar tr td:first-child {
  width: 1px;
}
.row-cursor-pointer tr {
  cursor: pointer;
}
.no-hover tbody tr {
  cursor: default;
}
.no-hover tbody tr:hover {
  background: transparent !important;
}
.v-toolbar.shadowed-icons .v-icon {
  text-shadow: 0 1px 3px black;
}
.v-toolbar.shadowed-icons .v-avatar {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
}
.drawer-brand {
  display: block;
  padding: 14px 14px 8px 14px;
}
.drawer-brand img {
  max-height: 36px;
  width: 162px;
}
.container.page {
  max-width: 1185px !important;
  height: 100%;
}
.container.page.narrow {
  max-width: 840px !important;
}
.container.page.has-fab, .container.has-fab {
  padding-bottom: 100px;
}
.content--wrap {
  position: relative;
}
.content-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v-time-picker-custom .v-picker__title {
  height: 84px;
  padding-top: 10px;
}
@media only screen and (min-width: 960px) {
.container.page {
    padding: 24px;
}
}
.table-data tbody tr {
  cursor: auto;
}
.table-data tbody tr:hover {
  background: none !important;
}
.table-data tbody tr td {
  padding: 16px;
}
.table-data tbody tr td:first-child {
  width: 30%;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
  color: #757575;
}
.text-capitalize-first::first-letter {
  text-transform: uppercase;
}
.link {
  text-decoration: none;
}
.text-underline-dotted {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}
.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.printable .footer {
  display: none;
}
.text-pre-line {
  white-space: pre-line;
}
.error-wrapper[data-v-218fa148] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-wrapper img[data-v-218fa148] {
  max-width: 80%;
}
