.nova-listbox li > .nova-smr-template-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  color: var(--fcColoredBg);
}
.nova-listbox li > .nova-smr-template-row.nova-smr-template-row-second {
  margin-top: -8px;
}
.nova-listbox li > .nova-smr-template-row.nova-smr-template-row-third {
  margin-top: -4px;
}
.nova-smr-template-row > * {
  display: table-cell;
  box-sizing: border-box;
  overflow: hidden;
}
.nova-smr-template-column-smrTypeIcon {
  width: 20px;
  padding: 2px;
  vertical-align: top;
}
.nova-smr-template-column-smrTypeIcon > span {
  z-index: 2;
  position: relative;
}
.nova-smr-template-column-descriptionStateReportedBy {
  width: 100%;
  padding-left: 4px;
}
.nova-smr-template-column-priority {
  width: 16px;
}
.nova-smr-template-column-dateMultiline {
  vertical-align: top;
  white-space: nowrap;
  width: 80px;
}
.nova-smr-template-column-dateMultiline-secondRow {
  width: 60px;
}
.nova-smr-template-column-dateLocation {
  vertical-align: top;
  white-space: nowrap;
  width: 80px;
}
.nova-smr-template-column-state {
  width: 24px;
  padding: 4px;
  vertical-align: top;
}
.nova-smr-template-text-ellipsis {
  font-size: 8.5pt;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nova-smr-template-text-ellipsis.nova-smr-template-text-smaller {
  font-size: 8pt;
}
.nova-smr-template-text-ellipsis.nova-smr-template-text-small {
  font-size: 8pt;
}
.nova-form-welcome-childScreen-content-row .nova-smr-template-text-ellipsis {
  max-width: 110px;
}
.nova-smr-template-text-multiline {
  font-size: 8.5pt;
  line-height: 16px;
  height: auto;
}
.nova-smr-template-text-multiline.nova-smr-template-text-smaller {
  font-size: 8pt;
}
.nova-smr-template-text-multiline.nova-smr-template-text-small {
  font-size: 7.5pt;
}
.nova-smr-template-text-gray {
  color: var(--fcDisabled);
}
.nova-smr-template-text-right-withMargin,
.nova-smr-template-text-right {
  width: 100%;
  text-align: right;
}
.nova-smr-template-text-right-withMargin {
  margin-left: -4px;
}
.nova-smr-template-text-priority {
  color: var(--fcHighPriority);
  font-size: 10pt;
  font-weight: bold;
  text-align: right;
}
.nova-form-label.nova-servicemanagement-isexternal-label {
  display: block;
  float: left;
  padding-left: 4px;
  width: 120px;
  vertical-align: middle;
  line-height: 24px;
}
.nova-form-input.nova-servicemanagement-isexternal-input {
  display: block;
  float: left;
  width: 240px;
  vertical-align: middle;
  line-height: 24px;
}
.nova-form-input.nova-servicemanagement-isexternal-input > * {
  display: block;
  float: left;
  margin-right: 12px;
}
.nova-form-input.nova-servicemanagement-isexternal-input > input[type="radio"] {
  margin-right: 4px;
}
.nova-form-showConversation-section {
  width: 100%;
  height: 12px;
  margin-bottom: 8px;
}
.nova-form-showConversation-anchor {
  float: right;
  color: var(--fcLink) !important;
  height: 20px;
}
.nova-form-conversation-chat {
  width: 100%;
  height: 400px;
  overflow: auto;
}
.nova-form-conversation-chat-bubble {
  background-color: var(--bgColorContent);
  border-radius: 5px;
  border: 1px solid var(--borderColorContent);
  display: inline-block;
  padding: 10px 18px;
  position: relative;
  vertical-align: top;
  word-break: break-all;
}
.nova-form-conversation-chat-bubble::before {
  background-color: var(--bgColorContent);
  content: "\00a0";
  display: block;
  height: 16px;
  position: absolute;
  top: 11px;
  transform: rotate(29deg) skew(-35deg);
  width: 20px;
}
.nova-form-conversation-chat-bubble-me {
  float: left;
  margin: 8px 45px 8px 20px;
}
.nova-form-conversation-chat-bubble-me::before {
  box-shadow: -2px 1px 0 0 var(--borderColorContent);
  left: -9px;
}
.nova-form-conversation-chat-bubble-you {
  float: right;
  margin: 8px 20px 8px 45px;
}
.nova-form-conversation-chat-bubble-you::before {
  box-shadow: 2px -1px 0 0 var(--borderColorContent);
  right: -9px;
}
.nova-form-conversation-chat-bubble-header {
  display: block;
}
.nova-form-conversation-chat-bubble-start,
.nova-form-conversation-chat-bubble-sender {
  display: inline-block;
  color: var(--fcDisabled);
}
.nova-form-conversation-chat-bubble-start {
  float: right;
  margin-left: 50px;
}
.nova-form-conversation-chat-bubble-delimiter {
  margin-top: 2px;
  border: 1px solid var(--borderColorHeaderFooter);
  margin-bottom: 6px;
}
.nova-form-conversation-delimiter {
  width: 100%;
  border: 1px solid var(--borderColorHeaderFooter);
  border-bottom-width: 0;
  margin-top: 2px;
  margin-bottom: 6px;
  margin-left: -11px;
  padding-right: 20px;
}
.nova-form-conversation-chat-bubble-content {
  white-space: pre-wrap;
}
#nova-form-conversation-content-TextArea {
  width: 100%;
}
