/*incident information for multiple*/
.multiple-container .single-incident {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}
.incident-multiple_incident td:nth-child(3) {
	font-weight:bold;
}
.dt-process {
    z-index: 1;
}

.system--notice {
  text-align: center;
  padding: 0;
  margin: 0;
  color: white;
}
.system--notice.warning {
  background-color: #cc3300;
}
.system--notice.ok {
  background-color: #6cc070;
}

span.no-image {
  font-size: 34px;
  line-height: 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: #d9d6d6;
	color: white;
}
span.no-image::before {
  content: "\f03e";
  font-family: "Font Awesome 5 Free";
}

/*@media (min-height: 849px) {*/
  .app-version-container {
    /*position: absolute;*/
    margin-left: 20px;
    bottom: 15px;
  }
/*}*/