html {
  overflow-y: auto !important;
}

i.v-icon.baseline {
  vertical-align: baseline !important;
}
i.v-icon svg {
  vertical-align: bottom;
}
i.v-icon.inline {
  margin-right: 5px;
}

button:not(.v-btn--icon):not(.v-btn--absolute):not(.v-btn--fab) i.v-icon {
  margin-right: 7px;
}

.v-navigation-drawer {
  padding-bottom: 0;
}

table.v-table tbody td {
  height: 4ex;
}

table.v-table thead tr {
  height: 4ex;
}

div.description_line {
  border-top: solid 1px lightgray;
  border-bottom: solid 1px lightgray;
}
div.description_line table {
  /*width: 100%;*/
  border-collapse: collapse;
  /*border-top: solid 1px gray;*/
  /*border-bottom: solid 1px gray;*/
}
div.description_line table th {
  font-weight: bold;
  padding-left: 5px;
}
div.description_line table td {
  border-right: solid 1px lightgray;
  padding: 0 5px;
}
div.description_line table td:last-child {
  border-right: none;
}

td.overdue {
  background: red;
  color: white;
}

tr.incomplete td, td.incomplete, div.incomplete {
  background: lightgoldenrodyellow;
}

tr.cancelled td, td.cancelled, div.cancelled {
  background: lightgray;
}

table.dense {
  border-collapse: collapse;
}
table.dense thead th, table.dense thead td, table.dense tbody th, table.dense tbody td {
  height: auto;
}
table.dense thead td {
  border: none;
}
table.dense thead th {
  border: solid 1px gray;
}
table.dense tbody th, table.dense tbody td {
  border: solid 1px gray;
}
table.dense.noborder th, table.dense.noborder td {
  border: none;
  padding: 5px 0 !important;
}

table.params {
  width: 100%;
  border-collapse: collapse;
}
table.params th {
  font-weight: normal;
  text-transform: uppercase;
  background: none;
  text-align: left;
  padding-left: 0 !important;
}
table.params th::after {
  content: ": ";
  vertical-align: baseline;
}
table.params td {
  text-align: left;
}

.container {
  padding: 0;
  max-width: 100% !important;
  /*    &.hast-to-bottom {
          position: fixed;
          bottom: 32px;
          top: 64px + 48px;
          .v-card.fill-height {
              height: 100%;
          }
      }*/
}

.v-list.horizontal {
  display: flex;
}
.v-list.horizontal > div > a {
  text-align: center;
  display: block;
  height: auto;
  text-decoration: none;
}
.v-list.horizontal > div > a > * {
  display: block;
}
.v-list.horizontal > div > a > * .v-list__tile__title {
  text-align: center;
}
.v-list.horizontal > div > a > * .v-icon {
  font-size: 70px;
}

ul.dashboard-items {
  list-style-type: none;
  display: flex;
}
ul.dashboard-items li {
  text-align: center;
  padding: 15px;
  background: lightgray;
  margin: 20px;
}
ul.dashboard-items li img {
  /*display: block;*/
}

.v-text-field {
  /*.v-text-field__slot:first-child { margin-left: 10px; }*/
  margin-top: 0;
}
.v-text-field .v-input__slot:last-child {
  margin-right: 10px;
}
.v-text-field.center .v-text-field__slot input {
  text-align: center;
}
.v-text-field.narrow {
  padding-top: 0;
}
.v-text-field.narrow .v-text-field__slot {
  padding: 0;
}
.v-text-field.narrow .v-text-field__slot input {
  width: 3em;
}

.v-input.noborder {
  textarea-border: none;
}
.v-input.noborder .v-text-field__slot {
  margin-left: 0;
}

.v_ok {
  color: green;
}

.v_acceptable {
  background: yellow;
}

.v_alarm {
  background: red;
  color: white;
}

table th {
  background: #f5f5f5;
}
table td, table th {
  padding: 0 8px !important;
}
table td.brief-desc {
  max-width: 20em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table tr.disabled {
  color: gray;
  cursor: not-allowed !important;
}
table td.v-datatable__expand-col {
  padding: 0 !important;
}
table tr.expanded, table tr.v-data-table__expanded__row {
  background: #006699 !important;
  color: white;
}
table tr.expanded a, table tr.v-data-table__expanded__row a {
  color: white;
}
table tr.expanded .incomplete, table tr.v-data-table__expanded__row .incomplete {
  color: black;
}
table tr.expanded .caption, table tr.v-data-table__expanded__row .caption {
  color: white;
}

.v-flex.itemlist {
  max-height: 80vh;
  overflow: auto;
}

.v-table tr[active=true] {
  background: #1976d2 !important;
  color: white;
  /*    &:hover {
          background: #1976d2 !important;
          color: yellow;
      }*/
}

.v-list__tile {
  -moz-user-select: text;
       user-select: text;
  -webkit-user-select: text;
}
.v-list__tile.small {
  height: 20px;
  border-bottom: dashed 1px lightblue;
}

.v-list {
  padding: 0;
}
.v-list.small .v-list__tile {
  height: 30px;
  border-bottom: dashed 1px lightblue;
}
.v-list > div.selected {
  background: lightblue;
}

.multiline {
  white-space: pre-line;
  overflow: auto;
}

.all-ok {
  color: #009688;
}

.layout.scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.layout.imagerow img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
}
.layout .imageright {
  float: right;
  margin-left: 15px;
  height: 150px;
  padding-bottom: 17px;
}
.layout .imageright img {
  height: 100%;
  border: solid 1px gray;
}
.layout .imageleft {
  float: left;
  margin-right: 15px;
  height: 150px;
  padding-bottom: 17px;
}
.layout .imageleft img {
  height: 100%;
  border: solid 1px gray;
}

.theme--light.v-bottom-nav .v-btn:not(.v-btn--active) {
  color: rgba(0, 0, 0, 0.3) !important;
}

.v-btn-toggle > .v-btn.v-btn--active {
  background-color: lightgray !important;
}

.v-image__image--cover {
  background-size: contain;
}

.v-carousel {
  background: black;
}

.description-textarea textarea {
  min-height: 162px;
}

.v-stepper-items .v-stepper-content > .v-card.start_inspection {
  min-height: 200px;
}

.account-details .flex > * {
  margin-top: 5px;
  margin-bottom: 5px;
}
.account-details .flex > * .v-icon {
  margin-right: 10px;
}

.drag_handle {
  cursor: move !important;
  cursor: -webkit-grabbing !important;
}

.caption {
  color: gray;
}

.fixed_image_caption {
  position: fixed;
  bottom: 50px;
  left: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.2);
}
.fixed_image_caption input {
  text-align: center !important;
  color: black;
  font-size: 150%;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.small_image_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: rgba(255,255,255,0.2);*/
  text-align: center !important;
  color: black;
  font-size: 140%;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.text-with-icons * {
  vertical-align: middle;
  margin: 2px 0;
}
.text-with-icons * i {
  margin-right: 10px;
}

.v-dialog__activator {
  height: 100%;
}

/*.v-image__image {
    background-position: top!important;
}*/
.v-btn__content i {
  vertical-align: bottom;
}

table.totals th {
  text-align: left;
  padding: 10px;
  border-bottom: dotted 1px #1976d2;
}
table.totals tr:first-child th {
  text-align: center;
  padding: 10px;
  background: #1976d2;
  color: white;
}
table.totals td {
  text-align: center;
  padding: 10px;
  border-bottom: dotted 1px #1976d2;
}

.caption_left {
  color: gray;
  text-transform: uppercase;
}

.densefields {
  /*.v-input__slot { margin-bottom: 0; }*/
}
.densefields .v-text-field {
  padding-top: 0;
}
.densefields .v-label {
  font-size: 14px;
}
.densefields .v-input--selection-controls {
  margin-top: 0;
}

table.properties {
  width: 100%;
}
table.properties th {
  color: gray;
  font-size: smaller;
  background: none;
  text-align: left;
  border-bottom: dotted 1px gray;
  font-weight: normal;
}
table.properties td {
  border-bottom: dotted 1px gray;
}

.es-blue {
  color: #1976d2 !important;
}

.es-green {
  color: green !important;
}

.as-text-field {
  font-size: 16px;
  padding-top: 12px;
}

.image_play_sign {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 170% !important;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  opacity: 0.8;
  cursor: pointer;
}
.image_play_sign i {
  vertical-align: bottom;
  font-size: 160% !important;
}

.inspection_status {
  white-space: nowrap;
}
.inspection_status i {
  vertical-align: middle;
  color: inherit !important;
}

tr[active=true] .inspection_status > * {
  color: white !important;
}

tr[active=true] .caption {
  color: white !important;
}

.Password__strength-meter {
  margin-top: 0;
}

.v-toolbar.mydark {
  background: "#f0f0f0" !important;
}

.cursor_pointer {
  cursor: pointer;
}

.row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

table.event_status {
  width: 100%;
  /*td { width: 25%;}*/
}
table.event_status td {
  padding-left: 0 !important;
  padding-right: 15px !important;
}

.dfu_page a {
  text-decoration: none;
}

.v-application p {
  margin-bottom: 0 !important;
}

.dpp-button {
  padding-left: 15px;
  color: white;
  font-size: 20pt;
  /*vertical-align: baseline;*/
  cursor: pointer;
}
@media screen and (max-width: 400px) {
  .dpp-button {
    font-size: 16pt;
  }
}
.dpp-button i.v-icon {
  vertical-align: middle;
  color: white;
  width: 1.3em;
}

div.container.dialogform div.col {
  padding-top: 5px;
  padding-bottom: 5px;
}

.inline-container > * {
  display: inline !important;
}

table.translation {
  padding: 10px;
  width: 100%;
}
table.translation tr td {
  vertical-align: top;
}
table.translation tr td:first-child {
  width: 3em;
  text-align: center;
  font-size: larger;
  text-transform: uppercase;
}
table.translation tr td:nth-child(2) {
  border-left: solid 1px lightgray;
}
table.translation tr:first-child td {
  border-bottom: solid 1px lightgray;
}
