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

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;
}

.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 {
  background: #006699 !important;
  color: white;
}
table tr.expanded a:not(.v-btn):not(.v-list-item) {
  color: white;
}
table tr.expanded .incomplete {
  color: black;
}
table tr.expanded .text-caption {
  color: white;
}
table tr.expanded .v-icon {
  color: inherit;
}

.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;
}

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

.v-carousel {
  background: black;
}

.text-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-image__image {
    background-position: top!important;
}*/
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;
}

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;
}

tr[active=true] .text-caption {
  color: white !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;
  cursor: pointer;
  /*vertical-align: baseline;*/
}
@media screen and (max-width: 400px) {
  .dpp-button {
    font-size: 16pt;
  }
}
.dpp-button i.v-icon {
  vertical-align: middle;
  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;
}

.inlineblock > * {
  vertical-align: text-bottom;
  display: inline-block !important;
}

.table-striped {
  border-collapse: collapse;
  width: 100%;
}
.table-striped tbody tr:nth-of-type(odd) td {
  /*border-bottom: 1px solid #eeeeee;*/
}
.table-striped tbody tr:nth-of-type(even) td {
  background-color: #eeeeee;
  /*color: white;*/
}

.caption {
  font-size: small;
  color: gray;
}

.v-data-table tr.selected td {
  background-color: #006699;
  color: white;
}

.v-data-table tr.selected td a {
  color: white;
}
