﻿.nova-incident-autocomplete-result-anchor,
.nova-change-autocomplete-result-anchor {
  line-height: normal;
  padding: 0px;
}
.nova-incident-autocomplete-additionalMessageListItem,
.nova-change-autocomplete-additionalMessageListItem {
  text-align: center;
  background-color: #c9e9ec;
  border: 1px solid #ededed;
  padding: 4px -2px -1px -2px;
}
/*Incident*/
#affectedcistableplaceholder {
  white-space: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}
.nova-incident-tabelAffectedCIs-RemoveButtonRow {
  float: right;
}
/*Unterschrift*/
.nova-signature-canvas {
  border: 1px solid lightgrey;
  border-bottom: 1px solid black;
  touch-action: none;
}
/*Breadcrumbs Vorschaltseite*/
.nova-responsive-preselect-item {
  cursor: pointer;
  padding: 10px 15px 25px 15px;
}
.nova-responsive-preselect-item:hover {
  color: #666666;
}
@media only screen and (max-width: 767px) {
  table.responsive th {
    width: 200px;
  }
}